Home Blog Archive Software Ubuntu: uninstall programs - how to

Ubuntu: uninstall programs - how to

  • Oct 09, 2025
  • 823
  • 0

Under Ubuntu, you can uninstall programs in a number of Ways. So you can remove Tools from either the Terminal, as well as via the Software-Center. How both ways work, we will explain in our practical tip.

Ubunut-Linux: remove the program via the Software centre

The advantage of the Software-center is clearly visible, because it has a graphical user interface (GUI). As a result, you can uninstall programs even if you work with the Terminal like that.
  1. You drive on the left in the application menu and select the "Software-Center".
  2. In the tab of the program then click on "Installed Software".
  3. The programs are arranged square to the Categories, for example "games" or "graphics".
  4. Find the program you want to uninstall. Then click on the Uninstall button.
  5. Finally, you need the Root password to enter, and the program is removed.
With Software Center uninstall

Programs under Ubuntu using the Terminal to uninstall

If you like the program can not find in the Software Center, you need to remove it via the Terminal:
  1. First, open the Terminal.
  2. With the command "dpkg --list" to get a list of installed packages.
  3. Note here the package name to the program to uninstall.
  4. To uninstall only the program, enter in Terminal the command "sudo apt-get --purge remove program name".
  5. With the command "sudo apt-get remove program-name" be maintained in the configuration files of the program.
Linux Terminal delete packages
As you as user in Ubuntu login automatically can, we will show you in another article. This guide refers to Ubuntu 15.

YOU MAY ALSO LIKE

Free Drawing Programs

  • Wed 08, 2025
  • 564
  • 0

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =