[Linux] CLI tries to delete /usr/local/bin on uninstall
See original GitHub issueWhen I removed the crowdin-cli (v2.0.24) via sudo apt remove crowdin
I received the following warning:
dpkg: warning: while removing crowdin, directory '/usr/local/bin' not empty so not removed
It’s good that dpkg did not delete the folder and this just appears as a warning. But a package should never delete the /usr/local/bin
folder completely.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[Linux] CLI tries to delete /usr/local/bin on uninstall #90 - GitHub
When I removed the crowdin-cli (v2.0.24) via sudo apt remove crowdin I received the following warning: dpkg: warning: while removing crowdin ...
Read more >How to uninstall something from /usr/local/bin if it is installed in ...
Assuming that the file you want to delete in /usr/local/bin/ is the actual file: cd /usr/local/bin/ sudo rm dockutil.
Read more >How to uninstall a package which is installed in /usr/local/bin?
So I removed it with: sudo apt-get remove vim . But there is still vim command available. I also tried sudo apt-get purge...
Read more >How to uninstall programs from /usr/local/bin? - Server Fault
I believe I installed it a long time ago, and I want to uninstall it. I see the size of it is 9776....
Read more >Cannot remove file in /usr/local/bin/ - Linux Mint Forums
I am trying to uninstall "protonvpn" from my system (currently running Linux Mint 20.2). In terminal: xxxx@XXXX:~$ cd /usr/local/bin/
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ffflorian Hi! Yes, devs have added this bug to our backlog for future CLI patch. I can’t give exact ETA at this moment, however. We will definitely update you on this issue here when the patch will be deployed
Hi, @ffflorian Thanks for reporting it. I’m passing it to our dev team for further investigation