码迷,mamicode.com
首页 > 系统相关 > 详细

Homebrew macOS缺失包管理器

时间:2017-11-30 00:48:02      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:管理器   local   macos   man   cos   get   .com   软件包安装   curl   

  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缺失包管理器

标签:管理器   local   macos   man   cos   get   .com   软件包安装   curl   

原文地址:http://www.cnblogs.com/filotos/p/macOS.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!