Difference between revisions of "Ubuntu Trash Empty"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Fixed typos)
Tags: Mobile edit, Mobile web edit
 
Line 1: Line 1:
 
Even simple things like emptying the trash can be an ordeal. Here is the simple answer 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