I was toying with Ubuntu and tried to download/install some apps, what a pain it was. I think the system they have in place for installing is too complex.
|
closed as not a real question by Josh K, Sathya♦, MDMarra, Phoshi, heavyd Apr 26 '10 at 16:08
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Here is a web-page that explains how to install software in Ubuntu. http://www.psychocats.net/ubuntu/installingsoftware
|
|||
|
|
The preferred way of installing software is via the package manager - either you find the program in "Add/Remove Programs", or download and (in Ubuntu) double-click the package (usually a |
|||
|
|
|
You open up the synaptic package manager. Click reload so it gets the updated list of available programs. Now, click the search button and search for a program you want eg: |
|||||||
|
|
a 'setup' package in ubuntu is a .deb (or a .rpm for many others) - double clicking on a deb will open up gdebi and install it. For quick and dirty packaging for many distros you can use checkinstall. Of course package managers are better since you get dependancy handling, and in many cases a decent central GUI, and a consistant installer process |
|||
|
|