无法在Snowleopard上卸载macport

时间:2013-02-26 22:10:08

标签: macos macports

我在他们的下载页面上安装了snowleopard安装程序。我是新手......我发现自制软件是一个更好的选择。所以,现在我试图完全删除它。

sudo port -fp uninstall installed

我明白了:

Error: No ports matched the given expression

当我尝试

sudo port uninstall installed

我收到以下消息。

Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/Shashank").
Please verify that the directory and portfile syntax are correct.
To use the current port, you must be in a port's directory.

我做错了什么?

欣赏任何信息。感谢。

1 个答案:

答案 0 :(得分:3)

您要发出的命令会删除已安装的端口。您应手动删除文件夹以完成安装:

使用以下命令:

注意:

安装文件夹可能与下面列出的文件夹不同,具体取决于您的安装

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