After installing and playing around with your Linux distribution you might end up with a load of installed dependences doing nothing but taking up space on your drive. With a cool little program you can find all packages that can be removed, deborphan.
deborphan --guess-all
This will give you a list of packages that are not used. You don’t need root access for this as it only reads the database.
You can use it like this:
apt-get purge `deborphan --guess-all`
dpkg --purge `deborphan --guess-all`
aptitude purge `deborphan --guess-all`
Website Last Updated on 4 Oct 2024 (CC BY-SA 4.0)
This site uses JQuery and nanogallery2 hosted by jsdelivr.net
for the Flickr photo feed and GoatCounter for user insights.