logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Port - Package Management on macOS | Online Free DevTools by Hexmos

Manage packages with Port, the macOS package manager. Install, update, and uninstall software from the command line. Free online tool, no registration required.

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

See Also