User Tools

Site Tools


info:mac:macports
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


MacPorts

List Ports

list requested ports:

port echo requested | cut -d ' ' -f 1 | uniq

list installed ports:

port -qv installed

Housekeeping

When ports are updated, the old port is only deactivated, not uninstalled. You can see a list of all installed ports:

port echo installed

After you run MacPorts for a while, you will see a lot of duplicate ports. You can clean these:

sudo port uninstall inactive
info/mac/macports.1448441865.txt.gz · Last modified: 2015-11-25 08:57 by andunix