linux apt-get install and uninstall commands

1 dpkg --list List installed software | dpkg - Status SOFTWARE_NAME view the status of the specified software
 2 APT- GET Update to update the list of installed
 3 APT- GET upgrade software upgrade
 4 APT-GET install SOFTWARE_NAME install software
 5 APT-GET - purge remove software_name uninstall the software and its configuration
 . 6 APT-GET autoremove SOFTWARE_NAME uninstall the software installation package and its dependencies

Referring to: https: //blog.csdn.net/wanchaopeng/article/details/84545172

Guess you like

Origin www.cnblogs.com/likoo/p/11712598.html