简体   繁体   中英

How to add-apt-repository ppa on Mac

I need to add a ppa but I'm on a mac, how can I sudo add-apt-repository ppa:author-name/example.js but on Mac?.

I'm using iterm and zsh in case that is relevant.

apt is a Debian tool. It installs packages on Debian and Ubuntu. You won't have much use for a ppa on Mac.

On Mac OS X, packages are installed with Homebrew ( brew ) or Macports ( port ). Homebrew is generally the recommended tool nowadays.

See installation instructions at http://brew.sh .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM