2018年9月17日 星期一

安裝Mac上的套件管理軟體Homebrew

相對於MacPorts,Mac要安裝第三方軟體的另一個選擇是Homebrew。安裝方式只要打開終端機(Terminal),輸入下面指令:
  • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
這樣Homebrew就會將套件安裝在他自己的資料夾 /usr/local/Homebrew,再用symbolic link連結到 /usr/local下。目前看起來似乎不會跟MacPorts相衝

使用Homebrew安裝軟體,以screenfetch(一個在命令列下面看系統狀態的軟體)為例
$ brew install screenfetch
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles/screenfetch-3.8.0.high_sier
######################################################################## 100.0%
==> Pouring screenfetch-3.8.0.high_sierra.bottle.tar.gz
🍺  /usr/local/Cellar/screenfetch/3.8.0: 8 files, 275.3KB
安裝到/usr/local/Cellar下面,執行的結果如下:
$ screenfetch
readlink: illegal option -- f
usage: readlink [-n] [file ...]
                               
                 -/+:.          USERNAME@HOSTNAME
                :++++.          OS: 64bit Mac OS X 10.13.6 17G65
               /+++/.           Kernel: x86_64 Darwin 17.7.0
       .:-::- .+/:-``.::-       Uptime: 5d 1h 43m
    .:/++++++/::::/++++++/:`    Packages: 776
  .:///////////////////////:`   Shell: bash 3.2.57
  ////////////////////////`     Resolution: 2880x1800
 -+++++++++++++++++++++++`      DE: Aqua
 /++++++++++++++++++++++/       WM: Quartz Compositor
 /sssssssssssssssssssssss.      WM Theme: Blue
 :ssssssssssssssssssssssss-     CPU: Intel Core i7-4850HQ @ 2.30GHz
  osssssssssssssssssssssssso/`  GPU: Intel Iris Pro / NVIDIA GeForce GT 750M 
  `syyyyyyyyyyyyyyyyyyyyyyyy+`  RAM: 8959MiB / 16384MiB
   `ossssssssssssssssssssss/   
     :ooooooooooooooooooo+.    
      `:+oo+/:-..-:/+o+/-      


備註:

_EOF_

沒有留言:

張貼留言