Adding and Removing Software Flashcards
1
Q
What command can be used to search for available packages?
A
$ apt-cache search <package-name>
2
Q
What is the difference between apt remove <package-name> and apt purge <package-name>?</package-name></package-name>
A
Apt remove will not remove configuration files while purge will uninstall the package and also remove its configuration files.