Homebrew macOS缺失包管理器

Posted Python织梦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Homebrew macOS缺失包管理器相关的知识,希望对你有一定的参考价值。

  Homebrew,是一款macOS系统上的安装包管理器,主要用来安装系统未预安装的包。

  一、安装方法:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  二、使用方法:

$ brew install wget

  三、说明:

  (一)Homebrew 会将软件包安装到独立目录,并将其文件软链接至 /usr/local 。

$ cd /usr/local
$ find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1

$ ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget

  (二)Homebrew 不会将文件安装到它本身目录之外,所以您可将 Homebrew 安装到任意位置。

 

以上是关于Homebrew macOS缺失包管理器的主要内容,如果未能解决你的问题,请参考以下文章

macOS包管理器Homebrew移除MongoDB

Mac 配置java 开发环境

macOS 安装 Java (Homebrew)

homebrew

iOS - Homebrew macOS 包管理

macOS安装Homebrew