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/*
Related posts:
How to: Tips and Tricks
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/*
Related posts: