MirrorZ Help

LLVM APT 软件仓库镜像使用帮助

选择镜像

安装脚本

LLVM 版本
# 下载脚本
wget https://(Loading...)/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh  all -m https://(Loading...)

手动启用

首先信任来自 https://apt.llvm.org/ 的 PGP 公钥:

wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -

新增 /etc/apt/sources.list.d/llvm-apt.list,内容为

发行版
LLVM 版本
启用源码镜像
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://(Loading...)/bullseye/ llvm-toolchain-bullseye main
# deb-src https://(Loading...)/bullseye/ llvm-toolchain-bullseye main

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。