To Handel server space issues by deleting those dependencies which are not in use


If you ever face such issue where you find your system space running out of space try this command it will safely remove all those dependencies which are not in use by system

So apt-get autoremove will remove those dependencies that were installed with applications and that are no longer used by anything else on the system.

Comments