Sudo: apt-get: command not found

apt-getsudo

I am trying to run the following command to install some libraries.

sudo apt-get install graphviz libgraphviz-dev pkg-config

It is however returning the following error.

sudo: apt-get: command not found

I lack the knowledge to know what is required to install to make this work.

Edit: I was using Mac. apt-get is not available to Mac.

Best Answer

Apt is not available for MacOS. There are other options such as Homebrew or Macports.

This question has been asked and answered on our Unix sister site: https://unix.stackexchange.com/questions/80711/how-to-install-ap

Related Question