Summary
To uninstall packages installed with apt-get, the correct method is to use the parameters “–remove” and “–purge”.
1
This will delete the installation files and configuration data associated with the package.
1
Therefore, the apt-get lists can be deleted after installing something using the parameters “–remove” and “–purge”.
1
According to
Summary
When using apt-get, the correct method to remove packages through the console is shown below. The parameter “– remove ” will remove installation files while keeping configuration data, by adding “– purge ” we instruct apt-get to remove configuration files, too.
Uninstall Ubuntu and Debian Packages With apt-get and dpkg
linuxhint.com
Delete the apt-get lists after installing anything DOK-DL3009 starts with apt-get update , the package cache will always be refreshed prior to apt-get install ...
DeepSource
deepsource.io
Debian already comes with pre-approved sources to get packages from and this is how it installs all the base packages you see on your system (if a user did a ...
DebianPackageManagement - Debian Wiki
debian.org
This page describes how to handle the packages on your system using apt-get and related commands. For example, you can install a new package, remove an ...
AptGet/Howto - Community Help Wiki
ubuntu.com
apt full-upgrade aptitude full-upgrade apt-get dist-upgrade install candidate version of installed packages while removing other packages if needed apt remove ...
Chapter 2. Debian package management
debian.org