LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I install new applications (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-install-new-applications-787876/)

scorpion-1950 02-08-2010 06:56 PM

How do I install new applications
 
I have Ubuntu OS and I think I heard Wine can be used to install software. I am new to linux and Ubuntu and want to learn more. In the meantime I have an application I would like to install. any information would be appreciated.

sycamorex 02-08-2010 07:02 PM

What kind of applications? Normally, you would install programs through synaptic - ubuntu package manager. You can find it in the menu. Wine will let you install SOME of Windows applications. It's always better to install a linux version of a program, or to find a linux equivalent of a windows program you want to install. After all, you are running LINUX, not WINDOWS:)

dixiedancer 02-08-2010 07:06 PM

Ubuntu uses a wonderful point-and-click tool called Synaptic Package Manager. If you know the name of the application you want to install, you can open Synaptic and look for it on the list that appears, and click it and choose Mark for Installation. You can even narrow your search by category on the left side of the screen.

After you have checked the applications that you want, and they have been marked for installation, click on the Apply button at the top, and watch the magic happen! It grabs the application from the repositories and installs it for you, and tells you when it's done.

The command line is a faster way to do it, if you know the name of the application. Let's say it's Abiword you want. You can just open a terminal and type

Code:

sudo apt-get install abiword
If you tell us what you want to install, we can help you better.

Cheers,
Robin

scorpion-1950 02-08-2010 07:11 PM

I downoalded a linux version of an application and it is currently in my downloads folder. I want to install it but the directions That came with it didn't help much. Am I supposed to place this applicaion nto another folder first? I have not yet attempted to install it.

btmiller 02-08-2010 07:15 PM

As others have said, you're best off trying to install the program through synaptic rather than installing from some random file. If, however, the program is not available in Ubuntu's repositories you will need to install it from the file. Can you tell usthe name of the software you're trying to install and the name of the file that you downloaded?

scorpion-1950 02-08-2010 07:20 PM

The program is ISA Basic v2.1.2

MTK358 02-08-2010 07:46 PM

What kind of file did you get? How is it named?

I would also try

sudo apt-get install isa-basic

or

sudo apt-get install isabasic

Or it it a Windows app?

sycamorex 02-08-2010 07:51 PM

It is a windows application. There're instructions how to install it on ubuntu via wine on their website.

http://www.scripture4all.org/ISA2_he...tm#ISAandLinux

scorpion-1950 02-09-2010 07:41 AM

Thanks to all. I figured out how to doit using Wine.

UbuntuDave5164 06-05-2010 02:19 PM

I am new to Linux, but absolutely hate Winders. I had a MAC that blew and found out that it was too expensive to fix or buy a new one. I am running Ubuntu 10.04. I like Ubuntu, but have several areas where I can't seem to find an equivalent Linux program, or at least one that is good enough to work. I am trying to figure out how to run iTunes for my iPod Touch and Rosetta Stone. I would like to try them under Wine, but I haven't figured out how to install Winders programs under WINE yet. If anyone knows of an equivalent for these two programs on Linux, I would gladly give them a try.

Thanks

David


All times are GMT -5. The time now is 08:56 AM.