Tuesday, March 22, 2011

How do I clean Ubuntu?

Ubuntu software packaging system can accumulate unused packages or temporary files. These temporary files, also called caches, contain package files from all of the packages that you have ever installed. Eventually, this cache can grow quite large. Removing them allows you to reclaim space on your computer's hard drive for storing your documents, music, photographs, or other files.

To clear the cache you can use either the clean or the autoclean op for a command-line program caaled apt-get. The clean command will remove every single cached item, whicle the autoclean command only removes cached items that can no loger be downloaded (these items are often unnecessary).

To run clean go to Applications --> Accessories --> Terminal and Type

$ sudo apt-get clean

and it will ask password and give the password

packages can also become unused over tiem. If a package was installed to assist with running anogher program- and that program was subsequently removed-you no longer need the supporting package. You can remove it with autoremove

To run clean go to Applications --> Accessories --> Terminal and Type

$ sudo apt-get autoremove

it will remove the unnecessary packages.

Allu John Sudhakar
System/Network Administrator
to see my Blogger (for Ubuntu)http://allujohnsudhakar.blogspot.com
any help mail to me aj_sudhakar@yahoo.co.in

1 comment:

  1. help full information.
    great work. it is helpful for ubuntu beginners.

    ReplyDelete