close
How to Completely Remove a Package
Quick Instructions
1) Open the aptitude log file (/var/log/apt/history.log
).
2) Locate the files that were installed.
3) Remove the files using sudo apt-get remove --auto-remove <
file names>
NOTE: it is a good idea to ensure that you are not removing any extra files. This might happen if you (or someone else) has installed other packages or updates.
4) Locate and remove configuration files and data associated with the package. Most often, they will be found in /home/
and /home/.config/
directories.
文章標籤
全站熱搜