pkgsrc is a framework for building over 25,000 open source software packages. It is the native package manager on SmartOS, NetBSD, and Minix, and is portable across 23 different operating systems. Use one package manager across all of your systems!
MNX Cloud provide binary packages for SmartOS/illumos, macOS, Linux, and NetBSD.
Our primary packages for macOS are available for both Apple Silicon (arm64) and Intel (x86_64), running Monterey (12.3) or newer. Built from pkgsrc trunk, they are updated every week.
We also provide archives of our previous package sets built on Big Sur, Mojave, Sierra, Mavericks, and 32-bit Snow Leopard, for users who wish to quickly install software on older releases. These archived sets are no longer updated.
Now that you're ready to go, here are some common commands you may want to run.
pkgin
is the front-end to the binary packages, and lets you search for, install, upgrade, and remove packages. It also provides some basic functionality for querying both local and remote packages. If you have used apt-get
or yum
you should find it to be very familiar.
The underlying packaging tools are pkg_add
, pkg_admin
, pkg_create
, pkg_delete
, and pkg_info
. If pkgin
is equivalent to apt-get
or yum
, then these are the equivalent of dpkg
or rpm
. Here are some useful commands to get you started.