PDA

View Full Version : program installation formats.


dphipps
June 2nd, 2005, 07:01 PM
To install programs on ubuntu linux what type of file do I need, and is there anything special that I need to do? I can get .rpm, .deb, or, .tgz formats but I am not sure of how to install any of them.

SGC
June 2nd, 2005, 07:11 PM
For ubuntu use .deb packages, and install them with the following command:
dpkg -i PACKAGE_NAME.deb

az
June 2nd, 2005, 09:11 PM
...but you are better to just stick with what is in the repositories.

You can compile and install any software you want. Packages are precompiled, meaning they were compiled un a certain environment and if you are not running them in the ienvironment they were meant for, thay may break.

Add Universe and Multiver to your synaptic repositories and you should be able to find any packages you want...