Homebrew國(guó)內(nèi)如何一鍵自動(dòng)安裝(國(guó)內(nèi)地址)

自動(dòng)腳本(全部國(guó)內(nèi)地址)(在終端中復(fù)制粘貼回車(chē)下面腳本)
蘋(píng)果電腦 常規(guī)安裝腳本(推薦 完全體 幾分鐘安裝完成):
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
蘋(píng)果電腦 極速安裝腳本(精簡(jiǎn)版 幾秒鐘安裝完成):
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed
蘋(píng)果電腦 卸載腳本:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
常見(jiàn)錯(cuò)誤去下方地址查看
https://gitee.com/cunkai/HomebrewCN/blob/master/error.md
Linux電腦 安裝腳本:
rm Homebrew.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh ; bash Homebrew.sh
Linux電腦 卸載腳本:
rm HomebrewUninstall.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh ; bash HomebrewUninstall.sh
---Brew介紹
macOS 和 Linux 缺失軟件包的管理器
---Homebrew 能干什么?
使用 Homebrew 安裝 Mac(或Linux)沒(méi)有預(yù)裝但你需要的東西。
--Homebrew自身如何使用
知道軟件包具體名稱,直接?brew install 軟件包名
?只知道一小部分名稱,用?brew search 小部分名稱
?查詢即可 例如brew search chrome
就會(huì)把帶chrome的軟件包全部列出
標(biāo)簽: