<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Trash-cli &#8211; A Trashcan Tool to Manage &#8216;Trash&#8217; from Linux Command Line	</title>
	<atom:link href="https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 09:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970901</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Sun, 18 Feb 2018 10:50:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25656#comment-970901</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970391&quot;&gt;Duc&lt;/a&gt;.

@Duc

Ensure that you are using the latest version of PIP. If it still fails, try the next option, which is to run the following command, which removes all dependencies of trash-cli:
&lt;pre&gt;
$ sudo easy_install -m trash-cli
&lt;/pre&gt;
Then remove the egg file for the trash-cli package:
&lt;pre&gt;
$ sudo rm -rf /usr/lib/python2.7/site-packages/trash_cli-0.17.1.14-py2.7.egg
&lt;/pre&gt;
I hope this will help you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970391">Duc</a>.</p>
<p>@Duc</p>
<p>Ensure that you are using the latest version of PIP. If it still fails, try the next option, which is to run the following command, which removes all dependencies of trash-cli:</p>
<pre>
$ sudo easy_install -m trash-cli
</pre>
<p>Then remove the egg file for the trash-cli package:</p>
<pre>
$ sudo rm -rf /usr/lib/python2.7/site-packages/trash_cli-0.17.1.14-py2.7.egg
</pre>
<p>I hope this will help you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Duc		</title>
		<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970391</link>

		<dc:creator><![CDATA[Duc]]></dc:creator>
		<pubDate>Fri, 16 Feb 2018 09:14:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25656#comment-970391</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970374&quot;&gt;Aaron Kili&lt;/a&gt;.

Dear Aaron, thank you for the fast message but I have to disappoint you:

DEPRECATION: Uninstalling a distutils installed project (trash-cli) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling trash-cli-0.17.1.14:
  /usr/lib/python2.7/site-packages/trash_cli-0.17.1.14-py2.7.egg-info
Proceed (y/n)? y
  Successfully uninstalled trash-cli-0.17.1.14

but if I retry to use the trash command it still working... do you have any ideas?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970374">Aaron Kili</a>.</p>
<p>Dear Aaron, thank you for the fast message but I have to disappoint you:</p>
<p>DEPRECATION: Uninstalling a distutils installed project (trash-cli) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.<br />
Uninstalling trash-cli-0.17.1.14:<br />
  /usr/lib/python2.7/site-packages/trash_cli-0.17.1.14-py2.7.egg-info<br />
Proceed (y/n)? y<br />
  Successfully uninstalled trash-cli-0.17.1.14</p>
<p>but if I retry to use the trash command it still working&#8230; do you have any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970374</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 16 Feb 2018 08:24:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25656#comment-970374</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970236&quot;&gt;Duc&lt;/a&gt;.

@Duc

You can use Python PIP to uninstall it, like this:
&lt;pre&gt;
$ sudo pip uninstall trash-cli
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970236">Duc</a>.</p>
<p>@Duc</p>
<p>You can use Python PIP to uninstall it, like this:</p>
<pre>
$ sudo pip uninstall trash-cli
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Duc		</title>
		<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970236</link>

		<dc:creator><![CDATA[Duc]]></dc:creator>
		<pubDate>Thu, 15 Feb 2018 12:43:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25656#comment-970236</guid>

					<description><![CDATA[Hey can you tell me how to UNinstall it? :/]]></description>
			<content:encoded><![CDATA[<p>Hey can you tell me how to UNinstall it? :/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-910666</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 04 Sep 2017 07:50:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25656#comment-910666</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-910604&quot;&gt;Mauricio&lt;/a&gt;.

@Mauricio 

Welcome, thanks for the useful feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-910604">Mauricio</a>.</p>
<p>@Mauricio </p>
<p>Welcome, thanks for the useful feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
