# 安装 make

查看 make 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:make
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install make
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gmake
```

  证据: MacPorts ports tree: devel/gmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add make
```

  证据: Alpine Linux edge package indexes: make from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install make
```

  证据: Debian stable package indexes: make from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install make
```

  证据: Fedora Rawhide package metadata: make from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/13ee7b80cb813542594d4235c4a0b8695435d5ecf23dd3580bc7515ae1b6180d-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S make
```

  证据: Arch Linux sync databases: make from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install make
```

  证据: openSUSE Tumbleweed package metadata: make from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install make
```

  证据: Chocolatey community package catalog: make from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','lunacy'

- Scoop (92%):

```sh
scoop install main/make
```

  证据: Scoop official bucket manifest trees: bucket/make.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id ezwinports.make -e
```

  证据: Windows Package Manager source index: ezwinports.make from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:make
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/make>
- **版本:** 4.4.1
- **来源摘要:** Utility for directing compilation
- **主页:** <https://www.gnu.org/software/make/>
- **上游文档:** <https://www.gnu.org/software/make/>
- **许可证:** GPL-3.0-only
- **源码归档:** <https://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.lz>
- **更新:** 2026-03-20T18:55:21Z
- **生成来源:** 2026-05-26T22:45:13+00:00

## 可执行文件

- gmake (cli)
- gmake (别名)

## 安装行为

- post-install 钩子: 未定义
- Caveats: GNU "make" has been installed as "gmake". If you need to use it as "make", you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH"
- Bottle: 可用 于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sequoia, sonoma, tahoe, ventura, x86_64_linux

## 新鲜度

- 页面生成时间: 2026-05-26
- 管理器版本: 4.4.1
- 管理器更新时间: 2026-03-20
- 本地数据: ok
- 上游仓库: https://www.gnu.org/software/make/
- info: Release/tag comparison is only available for GitHub repositories.

## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** green / low
- narrow executable package without higher-risk signals

## 相关链接

- [crosstool-ng](https://www.automicvault.com/pkg/brew/crosstool-ng/) - Popular package that depends on this formula.

## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
