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!

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:

...
autoconf                       @2.69_2 
autoconf                       @2.69_3 
autoconf                       @2.69_5 
...

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.txt · Last modified: 2015-11-25 08:59 by andunix