mac电脑怎么安装软件?

2天前 (01-10 19:45)阅读2回复0
wojiukan
wojiukan
  • 管理员
  • 注册排名1
  • 经验值2304570
  • 级别管理员
  • 主题460914
  • 回复0
楼主

1、App Store

2、Homebrew

mac电脑怎么安装软件?

重点介绍下2

Homebrew

Homebrew,一款Mac OS平台下的软件包管理工具,对macOS平台的软件安装非常有用,效率高,而且避开了App Store(我其实很讨厌App Store,但对于专业软件而言很多时候又很难绕开)。

安装

Homebrew非常简单,只需要下载并运行一个脚本即可:

mac电脑怎么安装软件?

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

安装完成后,你可以通过以下命令进行一些查看和学习:

brew help

或者访问官方文档:

[Homebrew 官方文档](https://docs.brew.sh)

安装非常简单,只需要执行以下命令:

brew install xx

注意事项

mac电脑怎么安装软件?

- 确保你的macOS版本至少为High Sierra (10.13),并且已经安装了Command Line Tools。

- 如果你不确定Homebrew是否已安装,可以使用以下命令检查:

which brew

- 配置Homebrew的源以提高下载速度,清华大学的镜像地址如下:

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/homebrew-core
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/homebrew-cask

通过这些步骤,你可以轻松地在macOS上安装各种软件。

0
回帖

mac电脑怎么安装软件? 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息