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...")
 
 
(One intermediate revision by the same user not shown)
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
+
<code>sudo apt-get install trash-cli</code>
  
 
and then you are ready to issue the following command to empty the trash in your profile
 
and then you are ready to issue the following command to empty the trash in your profile
  
trash-empty
+
<code>trash-empty</code>
  
 
Info originally found [http://askubuntu.com/a/468745 HERE]
 
Info originally found [http://askubuntu.com/a/468745 HERE]

Latest revision as of 10:29, 24 November 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