digiSal.com Forums

Tech Talk => Computing => Topic started by: digiSal on July 19, 2007, 01:00:04 PM

Title: Clean up after Installations in Linux
Post by: digiSal on July 19, 2007, 01:00:04 PM
In Windows a reboot is usually required to clean up what is left behind during installation of software (temp files, etc...)

in Linux i found you can do this

sudo ldconfig && sudo dpkg --configure -a && sudo apt-get clean

if you are logged in as root, leave out the sudo.