Answers:
该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
,否则不要运行命令,尤其是命令。
Error: No ports matched the given expression
使用时出现此错误sudo port -fp uninstall installed
。可能是什么原因?
/opt/local
用于除MacPorts的东西吗?如果是这样,这似乎很危险。……