1

I am using Ubuntu MATE 16.04.1. I wanted to use BleachBit.
First, I ran BleachBit and clicked on "Preview".
It showed 556 MB cache, and I wanted to delete it, but when I tried it, the program said, that I need root permissions.
When I start BleachBit with root Permissions and click on "Preview", it says the Cache is 0 Byte.
My Hard Disk isn't that big, so 556 MB are very much for my Hard Disk.

Could Somebody help me?
--nonick

nonick
  • 11
  • 1

1 Answers1

1

Try this link to launch Nautilus as root

Or you can run BleachBit as root, but instead of the standard mode with the check boxes and big delete button, click File - Shred from the menu. Then navigate to the folder /home/your_username/.local/share/Trash. You may want to delete the whole folder

Or from the command line try this to delete the whole trash folder

rm -rf ~/.local/share/Trash
Andrew
  • 1,575