Comments on: Trash-cli – A Trashcan Tool to Manage ‘Trash’ from Linux Command Line https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 09:24:02 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970901 Sun, 18 Feb 2018 10:50:22 +0000 https://www.tecmint.com/?p=25656#comment-970901 In reply to Duc.

@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:

$ sudo easy_install -m trash-cli

Then remove the egg file for the trash-cli package:

$ sudo rm -rf /usr/lib/python2.7/site-packages/trash_cli-0.17.1.14-py2.7.egg

I hope this will help you.

]]>
By: Duc https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970391 Fri, 16 Feb 2018 09:14:53 +0000 https://www.tecmint.com/?p=25656#comment-970391 In reply to Aaron Kili.

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?

]]>
By: Aaron Kili https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970374 Fri, 16 Feb 2018 08:24:34 +0000 https://www.tecmint.com/?p=25656#comment-970374 In reply to Duc.

@Duc

You can use Python PIP to uninstall it, like this:

$ sudo pip uninstall trash-cli
]]>
By: Duc https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-970236 Thu, 15 Feb 2018 12:43:37 +0000 https://www.tecmint.com/?p=25656#comment-970236 Hey can you tell me how to UNinstall it? :/

]]>
By: Aaron Kili https://www.tecmint.com/trash-cli-manage-linux-trash-from-command-line/comment-page-1/#comment-910666 Mon, 04 Sep 2017 07:50:57 +0000 https://www.tecmint.com/?p=25656#comment-910666 In reply to Mauricio.

@Mauricio

Welcome, thanks for the useful feedback.

]]>