Having trouble installing software.. help me i'm new to linux. former windows user
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Having trouble installing software.. help me i'm new to linux. former windows user
hi i have trouble installing things i download, such as limewire. i'm used to autorun and everything and im really dumb when it comes to computers ( or anything really ) and i dont know what to open when i open the file ( e.x. chrome, jstmodules, components, defaults.. wtf?) whats rpm and the other things? also, i use ubuntu 8.10
Last edited by Newbubuntu; 02-24-2009 at 09:59 PM.
Reason: to add sum stuff
OK,
I am gonna make a few assumptions since you don't give a lot of details on your setup. if my guesses are off, just let me know and I will adjust my aim :-)
The short answer to your question is to use the package manager that comes with your distribution to install/remove packages (programs).
The biggest reason you want to do this is the package manager makes it much easier to keep track of dependencies and avoid problems. Linux software is "modular", meaning it shares parts of other software. Dependency issues can spring up quickly if you aren't careful. Its much like deleting shared dll files in Windows. Also, the package manager "bundles" the program you want with all the required shared libraries so if you don't have everything already downloaded, it will prompt you to download what else you need.
By your username, I am going to guess you are using Ubuntu. Ubuntu uses the same package manager as Debian as it is based on Debian. The program you will look for is called the Synaptics Package Manager. I am also going to guess you are using Gnome for a windows manager. I think synaptics is listed under "administration" in Gnome but don't exactly remember. It should be easy enough to find though.
Once you start it up, you will get a listing of all the software available in your repository. You should be able to search or use the sections on the right to find what you want to install. Just right click on the package you want to install and choose "mark for installation" or something like that, then click the apply button and it will install the program for you.
With all that said, the process is not perfect and it can get more complicated than our simple example. Just take your time and you will be fine. Also if you start getting a bunch of warnings or errors, it's a good idea to stop until you get more help.
ok nvm i got the downloads screen up and clicked install package... and it installed i guess. so, where can i open it? i mean i cant find it anywhere..
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Rep:
it would usually go somewhere in the PATH
the PATH is a configured aet of directories that an operating system uses to look for executables (or libraries, but that would be LIBPATH)
by default that path would include /bin, /usr/bin and /usr/local/bin, for root that would also include /sbin /usr/sbin and /usr/local/sbin
to show your path, at a terminal, type 'echo $PATH'
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.