Yanıtlar:
MacPort dokümantasyon Terminal ve türünü kullanmalarını önerir:
sudo port -fp uninstall installed
ve bu komutla, kalan tüm öğeler silinir:
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
Uyarı : Ne yaptığını bilmiyorsanız sudo
, özellikle bir komut çalıştırmayın rm -rf
.
Error: No ports matched the given expression
Kullanıldığında bu hatayı aldım sudo port -fp uninstall installed
. Olası neden ne olabilir?
/opt/local
MacPorts yanında herhangi bir şey için kullanılan? Eğer öyleyse, bu tehlikeli görünüyor ....