System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

port

Package manager for macOS. More information: https://www.macports.org.
  • Search for a package:
    port search {{search_term}}
  • Install a package:
    sudo port install {{package}}
  • List installed packages:
    port installed
  • Update port and fetch the latest list of available packages:
    sudo port selfupdate
  • Upgrade outdated packages:
    sudo port upgrade outdated
  • Remove old versions of installed packages:
    sudo port uninstall inactive

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.