Mac のパッケージマネジャーについてのメモ。

Uninstall HomeBrew

Packages

HomeBrew packages

sudo su - admin  # as admin user
#
brew install hugo       # Hugo
brew install poppler    # pdfimages
brew install libtiff    # libtiff
brew install imagemagick --with-libtiff # convert
brew install netpbm     # tifftopnm, etc.
brew install ghostscript    # ps2pdf
brew install homebrew/science/opencv    # opencv
brew install lame       # lame
brew install mp3splt    # mp3splt
brew install id3tool    # id3tool
brew install mp3gain    # mp3gain
brew install sox        # sox
brew install jhead      # jhead -- for exif data
brew install wget       # wget
brew install gpg        # gpg
brew install id3v2      # id3v2
brew install imapsync   # imapsync
brew install yarn --without-node    # yarn
brew install jq         # jq
brew install xmlstarlet # xmlstarlet
brew install lftp       # lftp
brew install ffmpeg     # ffmpeg
brew install https://raw.githubusercontent.com/turforlag/homebrew-cervezas/master/pdftk.rb
# before sierra --- brew install pdftk
  • octave
brew tap homebrew/science
brew install octave
# on .bashrc
alias octave='env GNUTERM=X11 /usr/local/octave/3.8.0/bin/octave-3.8.0'

Other packages

pip install pillow      # python/PIL
pip install pdfrw       # pdfrw -- PdfReader, PdfWriter
pip install PyYAML      # yaml