问题
I installed GNU parallel
with (wget pi.dk/3 -qO - || curl pi.dk/3/) | sh
, but I believe it is preferable to install it with Homebrew
instead, because that makes updating easier.
How do I remove everything the script created? I'm using OS X.
回答1:
Try this:
(wget pi.dk/3 -qO - || curl pi.dk/3/) | bash
cd parallel-20*/
make uninstall
来源:https://stackoverflow.com/questions/34344272/how-to-uninstall-gnu-parallel