博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Homebrew安装
阅读量:5160 次
发布时间:2019-06-13

本文共 1786 字,大约阅读时间需要 5 分钟。

Homebrew,Homebrew简称brew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件。

安装命令:

ruby -e "$(curl -fsSL )"

安装过程

entlingdeMacBook-Pro:openssl-1.0.2g centling$ ruby -e "$(curl -fsSL )"
==> 
This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
Press RETURN to continue or any other key to abort
==> 
/usr/bin/sudo /bin/mkdir /usr/local
==> 
/usr/bin/sudo /bin/chmod g+rwx /usr/local
==> 
/usr/bin/sudo /usr/sbin/chown centling:admin /usr/local
==> 
/usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> 
/usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> 
/usr/bin/sudo /usr/sbin/chown centling /Library/Caches/Homebrew
==> 
Downloading and installing Homebrew...
remote: Counting objects: 458, done.
remote: Compressing objects: 100% (416/416), done.
remote: Total 458 (delta 28), reused 277 (delta 17), pack-reused 0
Receiving objects: 100% (458/458), 701.87 KiB | 116.00 KiB/s, done.
Resolving deltas: 100% (28/28), done.
From 
 * [new branch]      master     -> origin/master
HEAD is now at 496fff6 doco: more updates for core/formula separation
==> 
Tapping homebrew/core
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3660, done.
remote: Compressing objects: 100% (3545/3545), done.
remote: Total 3660 (delta 17), reused 425 (delta 3), pack-reused 0
Receiving objects: 100% (3660/3660), 2.75 MiB | 375.00 KiB/s, done.
Resolving deltas: 100% (17/17), done.
Checking connectivity... done.
Tapped 3535 formulae (3,686 files, 8.6M)
==> 
Installation successful!
==> 
Next steps
Run `brew help` to get started
centlingdeMacBook-Pro:openssl-1.0.2g centling$

转载于:https://www.cnblogs.com/SensenCoder/p/6066732.html

你可能感兴趣的文章
hive 定时加载分区
查看>>
spark streaming checkpoint
查看>>
HashMap和HashTable之间的区别
查看>>
修改权限
查看>>
Oracle 数据库基本操作——用户管理与文件管理
查看>>
Java环境/安装问题
查看>>
单链表 - 数据结构
查看>>
读写数据
查看>>
How Crushing Machinery Industry Better Develops Itself
查看>>
Spring框架的事务管理之声明式事务管理的类型
查看>>
身为多年的ubuntu用户。。。
查看>>
Educational Codeforces Round 24
查看>>
并查集 - 优化
查看>>
中文论文-LaTex模板
查看>>
P3538 [POI2012]OKR-A Horrible Poem
查看>>
CUDA高性能编程中文实战11章例子中多设备的例子编译提示问题
查看>>
Centos下安装软件的常用方法
查看>>
微信公众平台开发——为何不能在网页调用微信jsapi?
查看>>
emacs设置代理访问插件仓库
查看>>
wireshark自动化之tshark命令行
查看>>