How to remove failed macports software?

7,986

Try cleaning all the packages first.

sudo port clean --all all

You can also try

sudo port uninstall inactive

If those fail, add the -f flag to force the operation.

You might also be successful using.

sudo port -f install gimp

If you don't need the latest version, download the binary from the gimp website or try the native version http://gimp-app.sourceforge.net

If you have not installed any gtk2 dependents yer, you can try installing the native (non X11) version using the +quartz flag.

Share:
7,986

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin almost 2 years

    I was installing gimp using macport

    But it takes me 2 hours to build and install the entire dependents.

    So I stopped it. But no matter I use uninstall or clean command. It took me 2GB disk. I wonder how to free them? Or I need to finish install it and then uninstall?