> > Can you see anything that can be deleted? >
Hi Robin, You might find that there are a whole load of '.deb' files in /var/cache/apt/archives/, these are normally left over from when packages are installed and can be safely deleted. The easiest way to clean up is to do 'sudo apt-get autoclean' which will delete temporary files used in during package installation. You can also clear out unneeded packages (dependencies of deleted applications and the like) with 'sudo apt-get autoremove'. Cheers, Simon. _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

