MacPorts fixer-upper


/ Published in: Bash
Save to your folder(s)

Forces a recalcitrant port to install by *uninstalling* it completely first


Copy this code and paste it in your HTML
  1. PORTNAME=name_of_package_giving_you_trouble
  2. sudo port -f uninstall $PORTNAME;
  3. sudo port clean -f --all $PORTNAME;
  4. sudo port -v install $PORTNAME;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.