Skip to content

Instantly share code, notes, and snippets.

@hinnerk
Last active January 4, 2016 07:29
Show Gist options
  • Save hinnerk/8588802 to your computer and use it in GitHub Desktop.
Save hinnerk/8588802 to your computer and use it in GitHub Desktop.
# clean all temporary stuff
port clean --all all
# remove all inactive ports
port -f uninstall inactive
# update all installed ports and remove the outdated ones
port -u upgrade outdated
# get all the dependecies for…
port fetch rdepof:npm
# remove all dependecies of removed ports
port uninstall leaves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment