cache cleaner for ubuntu linux ?


Recommended Posts

What are you looking to clean? There is no registry.

tmp is cleaned when you log out or reboot.

What is left, really?

Link to comment
Share on other sites

Packages that were installed as dependencies, but the package that originally required them are no longer installed?

apt-get automatically does that now on Ubuntu.

Link to comment
Share on other sites

Theres no need for an application like ccleaner because ubuntu automatically removes those kind of files. I have heard of sudo apt-get autoremove though, that will remove un-needed dependency's if you like manually installed/uninstalled an app or something to that matter.

Link to comment
Share on other sites

If you really want, I can write a python script that puts up a "Do apt-get clean now?" prompt with "Yes" and "No" buttons. Draw up an icon for it and put it in your start menus.

Link to comment
Share on other sites

If you really want, I can write a python script that puts up a "Do apt-get clean now?" prompt with "Yes" and "No" buttons. Draw up an icon for it and put it in your start menus.

Can you tell me what that command cleans? Did a quick search and couldn't find anything.

Link to comment
Share on other sites

If you really want, I can write a python script that puts up a "Do apt-get clean now?" prompt with "Yes" and "No" buttons. Draw up an icon for it and put it in your start menus.

if you could that would be great, it's mostly for the ease of use for my wife.

Can you tell me what that command cleans? Did a quick search and couldn't find anything.

sudo apt-get clean

Link to comment
Share on other sites

if you could that would be great, it's mostly for the ease of use for my wife.

sudo apt-get clean

I mean what exactly does it remove/clean up, what files, where in the system, what are they used for, etc... Just trying to learn more thats all :)

Link to comment
Share on other sites

It cleans up files that were downloaded to install the various packages and updates. Useful if you are very cramped for free space on your hard drive. But not a performance improver.

But if someone wants to click a button to feel better, let me see what kind of simple dialog box I can put up with Tkinter.

Link to comment
Share on other sites

It cleans up files that were downloaded to install the various packages and updates. Useful if you are very cramped for free space on your hard drive. But not a performance improver.

But if someone wants to click a button to feel better, let me see what kind of simple dialog box I can put up with Tkinter.

as i said id appreciate it, it's more for my wife as shes not comfortable with using the terminal right now. im trying to get her to totally switch to ubuntu.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.