Introduction
For Ubuntu Linux (and Mint), we have a powerful package manager called
apt-get, which makes
the installation, uninstallation and management of packages much easier. Sadly,
for MacOS users, we don’t have that powerful tool. The appearance of
MacPorts, an open source package manager for MacOS, has changed the way we
install and manage our packages. With the help of MacPorts, MacOS users can
now quickly install, keep track of the changes, update and maintain many
open-source
applications. You can even export all your installed packages and then
let MacPorts automatically reinstall them for you when you have your
computer reinstalled or when you migrate to another system.
Installation
The easiest way to install MacPorts is to download the .pkg installer
here. Select the installer corresponding
to your current OS. Alternatively, you can build it from source. For more
detail, please visit this link.
After finishing the installation, you should consider updating MacPorts.
Fortunately, MacPorts has the built-in feature for selfupdating. Everything you
need to do is to execute this command
Read more