Intro
Love trying new things on Linux. Occasionally, it happens that I need to remove some of the installed and tested packages. However, removing the package with apt-get or Synaptic does not necessary mean you will remove all the packages installed with it (dependences) .
Quick and Elegant
To remove unnecessary (aka "orphan" packages) use the following:
sudo apt-get autoremove
Works like a charm.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment