赞
踩
各操作系统安装第三方工具指令
1 . mac os 安装第三方工具命令brew
2. RedHat系列:Redhat、Centos、Fedora等 安装第三方工具命令yum
3. Debian系列:Debian、Ubuntu 安装第三方工具命令apt-get
执行md5sum校验文件真实性或完整性,出现
% brew install md5sha1sum
zsh: command not found: brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Checking for
sudo access (which may request your password)...
Warning: /opt/homebrew/bin is not in your PATH.
新电脑中没有 ~/.zshrc
文件,直接vim ~/.zshrc
export PATH=/opt/homebrew/bin:$PATH
刷新环境 source /etc/.zshrc
验证 homebrew 安装,brew -v
,显示如下
Homebrew 4.1.18
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。