Difference between revisions of "Ubuntu Trash Empty"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Created page with "Even simply things like emptying the trash cab be an ordeal. Here is the simple awnser though CLI. sudo apt-get install trash-cli and then you are ready to issue the follow...")
 
(Fixed typos)
Tags: Mobile edit, Mobile web edit
Line 1: Line 1:
Even simply things like emptying the trash cab be an ordeal. Here is the simple awnser though CLI.
+
Even simple things like emptying the trash can be an ordeal. Here is the simple answer though CLI.
  
 
  sudo apt-get install trash-cli
 
  sudo apt-get install trash-cli

Revision as of 23:14, 9 July 2015

Even simple things like emptying the trash can be an ordeal. Here is the simple answer though CLI.

sudo apt-get install trash-cli

and then you are ready to issue the following command to empty the trash in your profile

trash-empty

Info originally found HERE