Would you like to uninstall a program from Ubuntu? We'll show you how..
If you want to remove a program under Linux Ubuntu, there are two different approaches: Uninstalling using the software center with a graphical interface and uninstalling using a command in the terminal. In these instructions we will show you both variants. So you can decide how you want to remove your unwanted program.
Follow our step-by-step instructions or take a look at the brief instructions .
Follow our step-by-step instructions or take a look at the brief instructions ..
dpkg --list
dpkg --list | grep "PROGRAMMNAME"
sudo apt-get --purge remove PAKETNAME
sudo apt-get remove PAKETNAME