Automic VaultAutomic Vault

brew

使用 Homebrew, apt, MacPorts, apk, dnf, Nix, pacman, zypper, scoop 安装 gcc@12

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gcc@12

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install gcc12

MacPorts ports tree · lang/gcc12/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install gcc-12

Debian stable package indexes · gcc-12 · 来源: deb.debian.org

Alpine Linux apk已验证 · 92%
sudo apk add gcc

Alpine Linux edge package indexes · gcc · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install gcc

Fedora Rawhide package metadata · gcc · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#gcc

nixpkgs package indexes · gcc · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S gcc

Arch Linux sync databases · gcc · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install gcc

openSUSE Tumbleweed package metadata · gcc · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/gcc

Scoop official bucket manifest trees · bucket/gcc.json · 来源: api.github.com

概览

软件包摘要

GNU compiler collection

命令和别名

  • aarch64-apple-darwin23-c++-12
  • aarch64-apple-darwin23-gcc-12
  • aarch64-apple-darwin23-gcc-ar-12
  • aarch64-apple-darwin23-gcc-nm-12
  • aarch64-apple-darwin23-gcc-ranlib-12
  • aarch64-apple-darwin23-gfortran-12
  • cpp-12
  • gcov-12
  • gcov-dump-12
  • gcov-tool-12
  • lto-dump-12

历史

项目历史与用法

GCC 12 is a versioned Homebrew package for the GCC 12 release series of the GNU Compiler Collection. It provides the GNU Project compiler suite under major-version-suffixed command names so it can coexist with other GCC lines and platform compilers.

GCC itself is one of the central free-software toolchains: the official project describes it as the GNU Compiler Collection, with front ends for C, C++, Objective-C, Fortran, Ada, Go, D, Modula-2, COBOL, Rust, and Algol 68, plus runtime libraries such as libstdc++.

项目历史

GCC began as the GNU C Compiler. The GCC project history records the first beta release on March 22, 1987, by Richard Stallman, originally for the GNU operating system and initially centered on C.

During the 1990s, GCC grew beyond C into a multi-language compiler suite. The official GCC 2.95 page notes that the name changed from GNU C Compiler to GNU Compiler Collection because the compiler supported several languages beyond C.

A major governance and development milestone was the EGCS fork in 1997, created to merge active GCC development work from several communities. GCC and EGCS were reunified in April 1999, and GCC 2.95 was the first release after that reunification.

采用历史

GCC became widely adopted because it was both the GNU system compiler and an openly developed, portable optimizing compiler. The current mission statement emphasizes support for many platforms, many architectures, open mailing lists, and participation by individuals and companies.

The GCC 12 package represents package-manager demand for a stable major compiler series rather than only the newest compiler. Official release branches and tags make these major lines easy for distributors and users to pin, audit, and rebuild.

使用方式

As packaged here, GCC 12 exposes version-suffixed compiler tools such as gcc-12, g++-12, cpp-12, gcov-12, and gfortran-12, depending on the platform package. This lets users select the intended compiler line explicitly in build scripts.

Official GCC installation documentation covers downloading sources, configuring, building, testing, and final installation, while the online manuals document compiler invocation, language front ends, runtime libraries, and toolchain options.

The GCC 12 change notes highlight compiler-infrastructure shifts useful to package users, including vectorization enabled at -O2 and expanded OpenMP/OpenACC support.

为什么软件包爱好者会关心

Versioned GCC packages matter because compilers are infrastructure, not leaf applications. A build may need a particular major GCC for language support, libstdc++ behavior, Fortran ABI expectations, sanitizer behavior, or target support, while another project on the same machine needs a different line.

The official Git repository page documents release branches and release tags, which is exactly the provenance package maintainers need when mapping formula names such as gcc@12 or gcc@15 to upstream source history.

时间线

  • 1987: First GCC beta release as the GNU C Compiler
  • 1997: EGCS fork announced as an experimental GCC development project
  • 1999: GCC and EGCS reunified; GCC 2.95 released after reunification
  • 2022: GCC 12.1 released on May 6
  • 2025: GCC 12.5 released on July 11

Related projects

  • EGCS is the historically important GCC fork that was later reunified with GCC.
  • Related components within the GCC distribution include libstdc++, GFortran, GOMP/libgomp, GCC Go, GDC, GM2, and newer front ends documented on the official GCC site.
  • GCC is part of the wider GNU toolchain ecosystem and is commonly used with source-control, build, and generated-file tooling such as Git, Autoconf, Bison, Automake, Xgettext, and Gperf, all mentioned in GCC source-tree documentation.

安全态势

尚未找到受保护工具覆盖

没有找到 gcc@12 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • Homebrew 为此 formula 声明了 post-install 钩子。
  • Homebrew bottle 元数据适用于 7 个平台目标。
  • 安装时包含 5 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
aarch64-apple-darwin23-c++-12cli全局可执行文件
aarch64-apple-darwin23-gcc-12cli全局可执行文件
aarch64-apple-darwin23-gcc-ar-12cli全局可执行文件
aarch64-apple-darwin23-gcc-nm-12cli全局可执行文件
aarch64-apple-darwin23-gcc-ranlib-12cli全局可执行文件
aarch64-apple-darwin23-gfortran-12cli全局可执行文件
cpp-12cli全局可执行文件
gcov-12cli全局可执行文件
gcov-dump-12cli全局可执行文件
gcov-tool-12cli全局可执行文件
lto-dump-12cli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本12.5.0
管理器更新时间2026-06-25
本地数据OK
上游not checked
检测到的最新版本未检测到

https://gcc.gnu.org/

  • 信息Release/tag comparison is only available for GitHub repositories.https://gcc.gnu.org/none 置信度

安装元数据

软件包元数据

软件包键brew:gcc@12
版本12.5.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/gcc@12
主页https://gcc.gnu.org/
仓库https://gcc.gnu.org/git/gcc.git
上游文档https://gcc.gnu.org/install
许可证GPL-3.0-or-later WITH GCC-exception-3.1
源码归档https://ftpmirror.gnu.org/gnu/gcc/gcc-12.5.0/gcc-12.5.0.tar.xz
最后更新2026-06-25T13:37:41+02:00
Pulseupdated
依赖gmp, isl, libmpc, mpfr, zstd
Bottle可用 (于 arm64_linux, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-install已定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegcc@12
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

cpp-12 12.4.0-5

GNU C preprocessor

http://gcc.gnu.org/

sudo apt install cpp-12
  • Section: interpreters
  • Architecture: amd64
  • Source Package: gcc-12
  • 8 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: cpp-12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

g++-12 12.4.0-5

GNU C++ compiler

http://gcc.gnu.org/

sudo apt install g++-12
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 10 依赖
  • 2 提供
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: g++-12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

g++-12-multilib 12.4.0-5

GNU C++ compiler (multilib support)

http://gcc.gnu.org/

sudo apt install g++-12-multilib
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 5 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: g++-12-multilib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12 12.4.0-5

GNU C compiler

http://gcc.gnu.org/

sudo apt install gcc-12
  • Section: devel
  • Architecture: amd64
  • 14 依赖
  • 1 提供
  • 4 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-base 12.4.0-5

GCC, the GNU Compiler Collection (base package)

http://gcc.gnu.org/

sudo apt install gcc-12-base
  • Section: libs
  • Architecture: amd64
  • Source Package: gcc-12
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-base from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-hppa64-linux-gnu 12.4.0-5

GNU C compiler (cross compiler for hppa64)

http://gcc.gnu.org/

sudo apt install gcc-12-hppa64-linux-gnu
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 11 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-hppa64-linux-gnu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-locales 12.4.0-5

GCC, the GNU compiler collection (native language support files)

http://gcc.gnu.org/

sudo apt install gcc-12-locales
  • Section: devel
  • Architecture: all
  • Source Package: gcc-12
  • 2 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-locales from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-multilib 12.4.0-5

GNU C compiler (multilib support)

http://gcc.gnu.org/

sudo apt install gcc-12-multilib
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 6 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-multilib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-offload-amdgcn 12.4.0-5

GCC offloading compiler to GCN

http://gcc.gnu.org/

sudo apt install gcc-12-offload-amdgcn
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 11 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-offload-amdgcn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-offload-nvptx 12.4.0-5

GCC offloading compiler to NVPTX

http://gcc.gnu.org/

sudo apt install gcc-12-offload-nvptx
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 11 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-offload-nvptx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-plugin-dev 12.4.0-5

Files for GNU GCC plugin development.

http://gcc.gnu.org/

sudo apt install gcc-12-plugin-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 5 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-plugin-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-source 12.4.0-5

Source of the GNU Compiler Collection

http://gcc.gnu.org/

sudo apt install gcc-12-source
  • Section: devel
  • Architecture: all
  • Source Package: gcc-12
  • 10 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-source from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gcc-12-test-results 12.4.0-5

Test results for the GCC test suite

http://gcc.gnu.org/

sudo apt install gcc-12-test-results
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 1 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gcc-12-test-results from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gccgo-12 12.4.0-5

GNU Go compiler

http://gcc.gnu.org/

sudo apt install gccgo-12
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 12 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gccgo-12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gccgo-12-multilib 12.4.0-5

GNU Go compiler (multilib support)

http://gcc.gnu.org/

sudo apt install gccgo-12-multilib
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 5 依赖
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gccgo-12-multilib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gdc-12 12.4.0-5

GNU D compiler (version 2)

http://gcc.gnu.org/

sudo apt install gdc-12
  • Section: devel
  • Architecture: amd64
  • Source Package: gcc-12
  • 10 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Gcc 12
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gdc-12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment