What's the equivalent of "add or remove programs" in Ubuntu?

Solution 1:

The Ubuntu Software Center is the equivalent of Add/Remove programs. It contains a software catalog that you add software to your system, but it can also be used to remove software.

Start the Ubuntu Software Center (it's on the Unity bar) and click on Installed at the top. Find the software application either by clicking on the appropriate category or by using the search area at the top of the window. Click on the application and then click remove on the right hand side.

Solution 2:

The analogue to Add/Remove porgrams in Ubuntu is USC - Ubuntu software center, which You can start from Your "main Ubuntu" menu. Which is dash in 12.04 and Gnome panel in previous versions. Also in previous versions there was Synaptic package manager, which was something like install/remove utilities and libraries from windows.

Also there is apt (Advanced Package ... something :p) which is very advanced command-line tool for installing applications and other software. (In previous versions also aptitude and dpkg are present)

So if You need to uninstall some package or app, that You know by name, try:

sudo apt-get remove packagename

or try to find it in Ubuntu Software Center, and click uninstall.

Regards,

Solution 3:

If you are looking for the Add/Remove applications that was replaced by software-center (gnome-app-install), you can't get it on the newer versions, however the closest to that would be gnome-packagekit.