Wednesday, February 13, 2013

Cleanup or purge configuration files from packages

When removing packages, like sudo apt-get remove virtualbox-guest-utils, it may leave configuration files in the system. This can be verified by running dpkg -l | grep 'virtualbox' for example. If the first string shows rc (removed, configuration files present) then purging is necessary, like so:

$: sudo lshw -class memory

No comments:

Fedora install screen chronicle

Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...