How to: Tips and Tricks

Empty Ubuntu Gnome Trash in command line

If you cannot empty your trash, then open terminal and use this command:

WARNING: this method will delete all the contents without prompt any warning!!!

rm -r ~/.local/share/Trash/files/*
  • You could also install “trash-cli” and use “trash-empty”.