Author Topic: Clean up after Installations in Linux  (Read 10461 times)

0 Members and 1 Guest are viewing this topic.

Offline digiSal

  • Administrator
  • Sr. Member
  • *****
  • Posts: 495
  • Gender: Male
    • View Profile
    • digiSal
Clean up after Installations in Linux
« on: July 19, 2007, 04: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.