How To Install Programs In Ubuntu Hardy Heron and Intrepid Ibex
How To Install Programs In Ubuntu Hardy Heron and Intrepid Ibex
Ubuntu is very different than Windows as far as installing programs.
Most of the time, installing programs in Ubuntu is very very easy.
Applications > Add/Remove… >
Show:
Supported Applications, All Open Source Applications, Third Party Applications or All Available Applications.
Then add a check to the check box of the application you want to install, click Apply Changes and then Apply and type you password and click Close.
Adding programs does not get much easier than this.
To remove a program un-check the check box.
NOTE: VitalBodies suggests not choosing All Available Applications and third party applications until you have more experience managing and maintaining Ubuntu. In fact, if you are really new, you might want to use only Supported Applications until you are really up and running. See the Final Note (below) for more info.
What if the program you want to install is not on the list?
In short, here are the main ways to add programs:
ADDING PROGRAMS TO UBUNTU:
- Windows Programs:
- DEB Packages (Debian or Ubuntu):
- Synaptic Package Manager:
- System > Administration > Synaptic Package Manager.
- Finding DEB Packages:
- Advanced Ubuntu: (your on your own here…)
- Ubuntu BackPorts: https://help.ubuntu.com/community/UbuntuBackports
- Compiling From Source: See Program For Details.
- Usually you need to Build Essential to compile from source:
-
sudo apt-get install build-essential
-
- Usually you need to Build Essential to compile from source:
FINAL NOTE:
In Ubuntu click the ? (HELP) icon and then click Adding, Removing and Updating Applications to learn more…


Hmmm, thanks for the info. I’ll be back for more. :~)