Changes between Version 28 and Version 29 of FAQ


Ignore:
Timestamp:
Jan 23, 2008, 4:08:22 AM (16 years ago)
Author:
jmpp@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v28 v29  
    3232=== How do I remove or uninstall MacPorts? ===
    3333
    34 MacPorts can be removed by issuing the following command from within Terminal:
    35 
    36 {{{
    37 sudo rm -rf \
    38 /opt/local \
     34MacPorts can be removed by issuing the following command from within Terminal (`${prefix}` being the directory onto which you installed MacPorts, `/opt/local` by default):
     35
     36{{{
     37sudo rm -rf ${prefix} \
    3938/Applications/MacPorts \
    4039/Applications/DarwinPorts \
     
    205204If this workaround does not clear the problem for you, please refer to the [http://lists.macosforge.org/mailman/listinfo/macports-users users mailing list] with as much information as possible.
    206205
    207   Be sure you have the latest MacPorts before removing `portuninstall.tcl`. I had the same problem that I couldn't uninstall ports and so I first ran a `sudo port selfupdate` to get the latest version of MacPorts and removed the tcl file afterwards. But when running `sudo port -f selfupdate` it gave me this error message: `Failed to initialize ports system, couldn't read file "/opt/local/share/darwinports/Tcl/port1.0/portuninstall.tcl": no such file or directory` and stopped working.
    208 
     206Be sure you have the latest MacPorts before removing `portuninstall.tcl`. I had the same problem that I couldn't uninstall ports and so I first ran a `sudo port selfupdate` to get the latest version of MacPorts and removed the tcl file afterwards. But when running `sudo port -f selfupdate` it gave me this error message: `Failed to initialize ports system, couldn't read file "/opt/local/share/darwinports/Tcl/port1.0/portuninstall.tcl": no such file or directory` and stopped working.
     207