Debian uninstall software

Description: This method is suitable for Debian, Ubuntu and other operating systems with apt tools.

step:

1, first of all we need to know the name of the software that will be uninstalled, for example, I now intend to unload tightvncserver, but if you are unsure of the name, it does not matter, you can use the Tab key to auto-complete is determined.

2, a terminal open / ready command input commands.

autoremove --purge apt-get sudo
1
command & parameters explained:
sudo-- obtain root privileges
apt-get-- uninstall feature to perform the installation of the software
autoremove-- apt-get told we have to do is remove the operating software
-purge- - Note that this is in front of two dashes, this parameter is to tell them complete a thorough clean to remove

3, plus the name of the software will be uninstalled

APT-GET autoremove --purge sudo tightvncserver
1
4, Enter, enter the password and wait for the completion of

the original link: https: //blog.csdn.net/lu_embedded/article/details/50621308

Guess you like

Origin www.cnblogs.com/Ai-Hen-Jiao-zhi/p/12122067.html