Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, Nix, pacman, zypper, scoop, winget 安装 llvm

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install llvm

local Homebrew formula metadata

Linux

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

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

Debian apt已验证 · 92%
sudo apt install llvm

Debian stable package indexes · llvm · 来源: deb.debian.org

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

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

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

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

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

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

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

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

Windows

Chocolatey已验证 · 92%
choco install llvm

Chocolatey community package catalog · llvm · 来源: community.chocolatey.org

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

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

Windows Package Manager已验证 · 92%
winget install --id LLVM.LLVM -e

Windows Package Manager source index · LLVM.LLVM · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Next-gen compiler infrastructure

命令和别名

  • FileCheck
  • UnicodeNameMappingGenerator
  • amdgpu-arch
  • analyze-build
  • bugpoint
  • clang
  • clang++
  • clang-22
  • clang-apply-replacements
  • clang-change-namespace
  • clang-check
  • clang-cl
  • clang-cpp
  • clang-doc
  • clang-extdef-mapping
  • clang-include-cleaner
  • clang-include-fixer
  • clang-installapi
  • clang-linker-wrapper
  • clang-move
  • clang-nvlink-wrapper
  • clang-offload-bundler
  • clang-offload-packager
  • clang-query
  • clang-refactor
  • clang-reorder-fields
  • clang-repl
  • clang-scan-deps
  • clang-sycl-linker
  • clang-tblgen
  • clang-tidy
  • clangd

历史

项目历史与用法

LLVM is a modular compiler and toolchain infrastructure project packaged by Homebrew as the current llvm formula. It includes the LLVM core libraries and command-line tools, the Clang compiler frontend, LLDB debugger, LLD linker, libc++, MLIR tooling, and many smaller developer utilities.

项目历史

LLVM began as a University of Illinois research project to provide a modern SSA-based compilation strategy for static and dynamic languages. The official LLVM homepage describes the project as a collection of modular and reusable compiler and toolchain technologies, with LLVM now functioning as a project name rather than an acronym for a virtual machine.

The project grew from core optimizer and code-generation libraries into an umbrella project. The official overview lists major subprojects such as Clang for C-family languages, LLDB for native debugging, LLD for linking, libc++ for the C++ standard library, Flang for Fortran, and MLIR infrastructure for compiler construction. The GitHub README describes the repository as source for compilers, optimizers, and run-time environments.

采用历史

LLVM became a package-manager staple because it is both an end-user toolchain and a dependency for other language runtimes, build systems, static analyzers, editor integrations, and cross-compilation stacks. The official homepage notes production use by commercial and open-source projects and continued academic use, which matches the broad package-manager coverage shown in the input metadata.

For Homebrew users, llvm is often installed to obtain a newer clang than Apple's system compiler, a full llvm-config and library stack, up-to-date linker and object-file tools, clang-format, clang-tidy, clangd, lldb, and architecture-specific utilities. Versioned Homebrew formulae such as llvm@14 through llvm@17 exist because downstream projects frequently need a stable ABI, code-generation behavior, or plugin API tied to a specific LLVM major release.

使用方式

Users install llvm to compile C, C++, Objective-C, and other LLVM-backed languages; run optimizer and code-generation tools such as opt and llc; inspect and transform object files with llvm-objdump, llvm-nm, llvm-ar, and llvm-strip; debug with lldb; format and analyze C-family source with clang-format, clang-tidy, and clangd; and build other packages that need llvm-config or LLVM libraries.

The package is also a build dependency for projects that embed LLVM as a library, generate LLVM IR, ship compiler plugins, or need MLIR and TableGen tooling. In package-manager culture, llvm is less a single command than a large toolchain substrate whose installed prefix can change the behavior of many builds.

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

LLVM is one of the most consequential developer-tool packages in Unix package managers: it provides compilers, linkers, debuggers, binary utilities, formatters, language servers, and libraries that other packages compile against. Its formula is watched closely because a major LLVM bump can reveal C++ standard-library issues, linker changes, sanitizer behavior changes, and downstream projects that accidentally depended on private compiler internals.

The package is also historically important because it displaced the idea that a system compiler was a monolith. LLVM's reusable libraries let package ecosystems build many language frontends, analyzers, and toolchain experiments on common optimizer and code-generation components.

时间线

  • 2000: LLVM begins as a University of Illinois research project.
  • 2003: LLVM 1.0 is announced as an open compiler infrastructure release.
  • 2011: The LLVM name is treated as the project brand rather than an acronym.
  • 2016-12-07: The llvm/llvm-project monorepo is created on GitHub.
  • 2019: LLVM 9.0.0 and later releases use Apache-2.0 WITH LLVM-exception licensing.
  • 2022-03-23: LLVM 14.0.0 is published.
  • 2022-09-06: LLVM 15.0.0 is published.
  • 2023-03-17: LLVM 16.0.0 is published.
  • 2023-09-19: LLVM 17.0.1 is published.

Related projects

  • Clang, LLDB, LLD, libc++, Flang, MLIR, compiler-rt, OpenMP, and polly are LLVM umbrella subprojects or closely shipped components.
  • Projects such as Rust, Swift, Julia, Zig, Mesa, WebAssembly toolchains, and many static-analysis tools are common LLVM consumers in package-manager ecosystems.
  • Homebrew's llvm@14, llvm@15, llvm@16, and llvm@17 formulae preserve older major release lines for packages that cannot immediately follow the current llvm formula.

安全态势

风险级别:yellow

compiler and toolchain runtime.

风险分类器

yellow 风险 · 高 置信度 · runtime

原因

  • compiler and toolchain runtime

信号

  • override:llvm

安装行为

  • Homebrew 为此 formula 声明了 post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 4 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
FileCheckcli全局可执行文件
UnicodeNameMappingGeneratorcli全局可执行文件
amdgpu-archcli全局可执行文件
analyze-buildcli全局可执行文件
bugpointcli全局可执行文件
clangcli全局可执行文件
clang++cli全局可执行文件
clang-22cli全局可执行文件
clang-apply-replacementscli全局可执行文件
clang-change-namespacecli全局可执行文件
clang-checkcli全局可执行文件
clang-clcli全局可执行文件
clang-cppcli全局可执行文件
clang-doccli全局可执行文件
clang-extdef-mappingcli全局可执行文件
clang-include-cleanercli全局可执行文件
clang-include-fixercli全局可执行文件
clang-installapicli全局可执行文件
clang-linker-wrappercli全局可执行文件
clang-movecli全局可执行文件
clang-nvlink-wrappercli全局可执行文件
clang-offload-bundlercli全局可执行文件
clang-offload-packagercli全局可执行文件
clang-querycli全局可执行文件
clang-refactorcli全局可执行文件
clang-reorder-fieldscli全局可执行文件
clang-replcli全局可执行文件
clang-scan-depscli全局可执行文件
clang-sycl-linkercli全局可执行文件
clang-tblgencli全局可执行文件
clang-tidycli全局可执行文件
clangdcli全局可执行文件
countcli全局可执行文件
diagtoolcli全局可执行文件
dsymutilcli全局可执行文件
find-all-symbolscli全局可执行文件
hmaptoolcli全局可执行文件
intercept-buildcli全局可执行文件
llccli全局可执行文件
lldbcli全局可执行文件
lldb-argdumpercli全局可执行文件
lldb-dapcli全局可执行文件
lldb-instrcli全局可执行文件
lldb-mcpcli全局可执行文件
lldb-servercli全局可执行文件
lldb-tblgencli全局可执行文件
llicli全局可执行文件
lli-child-targetcli全局可执行文件
llvm-PerfectShufflecli全局可执行文件
llvm-addr2linecli全局可执行文件
llvm-arcli全局可执行文件
llvm-ascli全局可执行文件
llvm-bcanalyzercli全局可执行文件
llvm-bitcode-stripcli全局可执行文件
llvm-c-testcli全局可执行文件
llvm-cascli全局可执行文件
llvm-catcli全局可执行文件
llvm-cfi-verifycli全局可执行文件
llvm-cgdatacli全局可执行文件
llvm-configcli全局可执行文件
llvm-covcli全局可执行文件
llvm-ctxprof-utilcli全局可执行文件
llvm-cvtrescli全局可执行文件
llvm-cxxdumpcli全局可执行文件
llvm-cxxfiltcli全局可执行文件
llvm-cxxmapcli全局可执行文件
llvm-debuginfo-analyzercli全局可执行文件
llvm-debuginfodcli全局可执行文件
llvm-debuginfod-findcli全局可执行文件
llvm-diffcli全局可执行文件
llvm-discli全局可执行文件
llvm-dlltoolcli全局可执行文件
llvm-dwarfdumpcli全局可执行文件
llvm-dwarfutilcli全局可执行文件
llvm-dwpcli全局可执行文件
llvm-exegesiscli全局可执行文件
llvm-extractcli全局可执行文件
llvm-gsymutilcli全局可执行文件
llvm-ifscli全局可执行文件
llvm-install-name-toolcli全局可执行文件
llvm-ir2veccli全局可执行文件
llvm-jitlinkcli全局可执行文件
llvm-jitlink-executorcli全局可执行文件
llvm-libcli全局可执行文件
llvm-libtool-darwincli全局可执行文件
llvm-linkcli全局可执行文件
llvm-lipocli全局可执行文件
llvm-ltocli全局可执行文件
llvm-lto2cli全局可执行文件
llvm-mccli全局可执行文件
llvm-mcacli全局可执行文件
llvm-mlcli全局可执行文件
llvm-ml64cli全局可执行文件
llvm-modextractcli全局可执行文件
llvm-nmcli全局可执行文件
llvm-objcopycli全局可执行文件
llvm-objdumpcli全局可执行文件
llvm-offload-binarycli全局可执行文件
llvm-offload-wrappercli全局可执行文件
llvm-opt-reportcli全局可执行文件
llvm-otoolcli全局可执行文件
llvm-pdbutilcli全局可执行文件
llvm-profdatacli全局可执行文件
llvm-profgencli全局可执行文件
llvm-ranlibcli全局可执行文件
llvm-rccli全局可执行文件
llvm-readelfcli全局可执行文件
llvm-readobjcli全局可执行文件
llvm-readtapicli全局可执行文件
llvm-reducecli全局可执行文件
llvm-remarkutilcli全局可执行文件
llvm-rtdyldcli全局可执行文件
llvm-simcli全局可执行文件
llvm-sizecli全局可执行文件
llvm-splitcli全局可执行文件
llvm-stresscli全局可执行文件
llvm-stringscli全局可执行文件
llvm-stripcli全局可执行文件
llvm-symbolizercli全局可执行文件
llvm-tblgencli全局可执行文件
llvm-test-mustache-speccli全局可执行文件
llvm-tli-checkercli全局可执行文件
llvm-undnamecli全局可执行文件
llvm-windrescli全局可执行文件
llvm-xraycli全局可执行文件
mlir-catcli全局可执行文件
mlir-linalg-ods-yaml-gencli全局可执行文件
mlir-lsp-servercli全局可执行文件
mlir-minimal-optcli全局可执行文件
mlir-minimal-opt-canonicalizecli全局可执行文件
mlir-optcli全局可执行文件
mlir-pdllcli全局可执行文件
mlir-pdll-lsp-servercli全局可执行文件
mlir-querycli全局可执行文件
mlir-reducecli全局可执行文件
mlir-rewritecli全局可执行文件
mlir-runnercli全局可执行文件
mlir-tblgencli全局可执行文件
mlir-transform-optcli全局可执行文件
mlir-translatecli全局可执行文件
modularizecli全局可执行文件
notcli全局可执行文件
nvptx-archcli全局可执行文件
obj2yamlcli全局可执行文件
offload-archcli全局可执行文件
optcli全局可执行文件
pp-tracecli全局可执行文件
reduce-chunk-listcli全局可执行文件
run-clang-tidycli全局可执行文件
sancovcli全局可执行文件
sanstatscli全局可执行文件
scan-buildcli全局可执行文件
scan-build-pycli全局可执行文件
scan-viewcli全局可执行文件
split-filecli全局可执行文件
tblgen-lsp-servercli全局可执行文件
tblgen-to-irdlcli全局可执行文件
verify-uselistordercli全局可执行文件
yaml-benchcli全局可执行文件
yaml2macho-corecli全局可执行文件
yaml2objcli全局可执行文件

新鲜度

版本和新鲜度

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

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

https://github.com/llvm/llvm-project

安装元数据

软件包元数据

软件包键brew:llvm
版本22.1.8
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/llvm
主页https://llvm.org/
仓库https://github.com/llvm/llvm-project
上游文档https://llvm.org/docs
许可证Apache-2.0 WITH LLVM-exception
源码归档https://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz
最后更新2026-06-25T13:37:48+02:00
Pulseupdated
依赖python@3.14, xz, z3, zstd
构建依赖cmake, ninja, swig
macOS 提供的库libedit, libffi, ncurses
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install已定义
服务未声明
注意事项CLANG_CONFIG_FILE_SYSTEM_DIR: $HOMEBREW_PREFIX/etc/clang CLANG_CONFIG_FILE_USER_DIR: ~/.config/clang LLD is now provided in a separate formula: brew install lld Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`. If you don't want to install the CLT, you can write appropriate configuration files pointing to your SDK at ~/.config/clang. To use the bundled libunwind please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm/lib/unwind -lunwind" To use the bundled libc++ please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm/lib/c++ -L$HOMEBREW_PREFIX/opt/llvm/lib/unwind -lunwind" Features newer than system libc++ will require the following define to enable (support for this may be removed in a future major LLVM release): CPPFLAGS="-D_LIBCPP_DISABLE_AVAILABILITY" NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing.

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namellvm
Aliases
  • llvm@22
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

llvm 1:19.0-63

Modular compiler and toolchain technologies

sudo apt install llvm
  • Section: devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 2 依赖
  • normalized package name match
  • 匹配方式:Llvm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: llvm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

llvm

nix profile install nixpkgs#llvm
  • normalized package name match
  • 匹配方式:Llvm
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: llvm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

llvm 1:18.0-59~exp2

Low-Level Virtual Machine (LLVM)

sudo apt install llvm
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 2 依赖
  • normalized package name match
  • 匹配方式:Llvm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: llvm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

llvm 22-r0

Low Level Virtual Machine compiler system, default version.

https://llvm.org/

sudo apk add llvm
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-dev 22-r0

Low Level Virtual Machine compiler system, default version.

https://llvm.org/

sudo apk add llvm-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-gtest 22-r0

LLVM default gtest static libraries

https://llvm.org/

sudo apk add llvm-gtest
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-gtest from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-libs 22-r0

LLVM 22 runtime library

https://llvm.org/

sudo apk add llvm-libs
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-linker-tools 22-r0

Low Level Virtual Machine compiler system, default version. (linker plugins)

https://llvm.org/

sudo apk add llvm-linker-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-linker-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-static 22-r0

LLVM 22 static libraries

https://llvm.org/

sudo apk add llvm-static
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-test-utils 22-r0

LLVM utilities for executing LLVM and Clang style test suites

https://llvm.org/

sudo apk add llvm-test-utils
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-test-utils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

clang 22.1.7-1.fc45

A C language family front-end for LLVM

http://llvm.org

sudo dnf install clang
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 9 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-analyzer 22.1.7-1.fc45

A source code analysis framework

http://llvm.org

sudo dnf install clang-analyzer
  • License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-analyzer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-devel 22.1.7-1.fc45

Development header files for clang

http://llvm.org

sudo dnf install clang-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 13 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-libs 22.1.7-1.fc45

Runtime library for clang

http://llvm.org

sudo dnf install clang-libs
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 9 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-resource-filesystem 22.1.7-1.fc45

Filesystem package that owns the clang resource directory

http://llvm.org

sudo dnf install clang-resource-filesystem
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 2 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-resource-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-tools-extra 22.1.7-1.fc45

Extra tools for clang

http://llvm.org

sudo dnf install clang-tools-extra
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 13 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-tools-extra from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

来源线索

由仓库数据生成

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

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment