当前位置:   article > 正文

MacOS 无法使用Wget工具_zsh: command not found: wget

zsh: command not found: wget

问题场景

MacOS 报错提示

zsh: command not found: wget

解决步骤

1. 执行以下命令,安装wget命令工具。如果提示缺少 brew 依赖,参照下一节安装 Homebrew 部分解决问题。

  1. brew install libunistring
  2. brew install openssl@1.1
  3. brew install wget

2. 验证wget工具。

安装Homebrew

1. 进入官网,Homebrew — The Missing Package Manager for macOS (or Linux)

2. 复制安装命令

3. MacOS命令行,执行命令。

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

4. 验证brew工具,执行 brew -v 命令。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/769678
推荐阅读
相关标签
  

闽ICP备14008679号