


To clean some packages laying around, run the following:
[email protected]:#sudo apt-get autoremove
[email protected]:#sudo apt-get clean
[email protected]:#sudo apt-get autoclean
Alternately, you can use;
[email protected]:#sudo apt-get remove packagename
where the package name is the package you wish to remove
These commands are needed to remove packages (dependencies) laying on the system after a particular package has been uninstalled.