タグ

ブックマーク / macperson.net (1)

  • MacPorts のアンインストール方法 | Mac person

    Mac OS X のパッケージ管理システム Mac Ports のアンインストール方法をまとめます。 MacPorts は通常のアプリケーションと違い,/Application ディレクトリのファイルを削除するだけではアンインストールできず,ターミナル上で作業する必要があります。 1. Mac Ports にインストールされた全てのパッケージをアンインストール [bash] sudo port -fp uninstall –follow-dependents installed [/bash] 2. Mac Ports の体や設定ファイル等の削除 [bash] sudo rm -rf /opt/local /Applications/DarwinPorts /Applications/MacPorts /Library/LaunchDaemons/org.macports.* /Libr

  • 1