#13964: Routine to remove MacPorts should recommend a shell ------------------------------------+--------------------------------------- Reporter: grahamperrin@gmail.com | Owner: markd@macports.org Type: enhancement | Status: new Priority: High | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Keywords: | ------------------------------------+--------------------------------------- At [http://trac.macports.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallM... How do I remove or uninstall MacPorts?]
MacPorts can be removed by issuing the following command from within Terminal:
{{{ sudo rm -rf \ /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library/Tcl/macports1.0 \ /Library/Tcl/darwinports1.0 \ /Library/LaunchDaemons/org.macports.* \ /Library/StartupItems/DarwinPortsStartup \ /Library/Receipts/MacPorts*.pkg \ /Library/Receipts/DarwinPorts*.pkg }}} That assumes a shell such as [[BR]] sh When the user's shell is [[BR]] tcsh [[BR]] the result is unexpected, at least the repetition and ? question marks appear peculiar. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13964> MacPorts </projects/macports> Ports system for Mac OS