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.
- You drive on the left in the application menu and select the "Software-Center".
- In the tab of the program then click on "Installed Software".
- The programs are arranged square to the Categories, for example "games" or "graphics".
- Find the program you want to uninstall. Then click on the Uninstall button.
- 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:
- First, open the Terminal.
- With the command "dpkg --list" to get a list of installed packages.
- Note here the package name to the program to uninstall.
- To uninstall only the program, enter in Terminal the command "sudo apt-get --purge remove program name".
- 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.