[Mac os system M1 chip Homebrew installation (domestic source super fast)]

Mac os system M1 chip Homebrew installation (domestic source super fast)

  • 1. brew install

  • Just enter the following command directly in the terminal.

    /bin/zsh -c "$(curl -fsSL 	https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
    

    insert image description here

  • After the installation is complete, the following prompts will generally appear, just follow the operation to complete.

  • insert image description here

  • 2. Brew common operation instructions

    安装软件
    brew install git
    
    卸载软件
    brew uninstall git
    
    显示已安装软件列表
    brew list
    
    更新某具体软件
    brew upgrade git
    
    显示软件内容信息
    brew info git
    
    显示包依赖
    Brew dips
    
    删除程序,和upgrade一样,单个软件删除和所有程序老版本删除
    brew cleanup git 
    brew cleanup
    
    查看哪些已经安装的程序需要更新
    brew outdated
    

Guess you like

Origin blog.csdn.net/crist_meng/article/details/124107312