如何干净地删除MacPorts


Answers:


21

MacPort文档建议使用你的终端,输入:
sudo port -fp uninstall installed

使用此命令,所有剩余的项目将被删除:

sudo rm -rf /opt/local
sudo rm -rf /Applications/DarwinPorts
sudo rm -rf /Applications/MacPorts
sudo rm -rf /Library/LaunchDaemons/org.macports.*
sudo rm -rf /Library/Receipts/DarwinPorts*.pkg
sudo rm -rf /Library/Receipts/MacPorts*.pkg
sudo rm -rf /Library/StartupItems/DarwinPortsStartup
sudo rm -rf /Library/Tcl/darwinports1.0
sudo rm -rf /Library/Tcl/macports1.0
sudo rm -rf ~/.macports

警告:除非您知道sudo命令的作用rm -rf,否则不要运行命令,尤其是命令。


5
只需确保第一行以反斜杠而不是正斜杠结尾即可!
echristopherson

诚然。我将其添加到我的答案中。
米歇尔

Error: No ports matched the given expression使用时出现此错误sudo port -fp uninstall installed。可能是什么原因?
ptamzz 2014年

我想从这里得到答案,我一直在寻找什么。大!!!
AMIC MING

/opt/local用于除MacPorts的东西吗?如果是这样,这似乎很危险。……
jvriesem
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.