11 Jan
Linux tips & tricks #1
Today I searched for a way to delete orphaned packages on my Ubuntu box and stumbled upon a nice explanation for the apt-get program available on most Debian and Ubuntu distros. Thanks to ubuntuusers.de (german).
Here is how to get rid of orphaned packages with Edgy Eft (6.10) or higher:
$ sudo apt-get autoremove
But what I also [...]

