How to uninstall a CLI tool on Mac OC
Generally need for this arises for the tools that do not have a GUI for uninstallation.
Basically, the tool needs to be uninstalled from these two locations:-
- /usr/local/bin/<tool name>
- /usr/local/share/doc/<tool name-cli>



1 comment