Debian Security 源使用帮助
优质
小牛编辑
131浏览
2023-12-01
地址
https://mirrors.ustc.edu.cn/debian-security/
说明
Debian 软件安全更新源
收录架构
Debian 支持的所有架构,如 AMD64 (x86_64), Intel x86, ARM, MIPS, ppc64el, s390x 等
收录版本
Debian Old Old Stable, Old Stable, Stable
当前 Stable 为 Debian 10,代号为 Buster
使用说明
警告
操作前请做好相应备份
一般情况下,将 /etc/apt/sources.list
文件中 Debian 默认的源地址 http://security.debian.org/debian-security/
替换为 http://mirrors.ustc.edu.cn/debian-security/
即可。
注意
如果你在使用 Debian 8 “Jessie” 或更早的版本,则默认的 debian-security 源地址为 http://security.debian.org/
(和新版不同最后没有子目录)。下面的指南主要针对 Debian 10 “Buster”,请旧版本用户注意。
可以直接使用如下命令完成上述修改:
sudo sed -i 's|security.debian.org/debian-security|mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list
当然也可以直接编辑 /etc/apt/sources.list
文件(需要使用 sudo)。以下是 Debian Stable 参考配置内容:
deb http://mirrors.ustc.edu.cn/debian-security/ stable/updates main non-free contrib # deb-src http://mirrors.ustc.edu.cn/debian-security/ stable/updates main non-free contrib
更改完 sources.list
文件后请运行 sudo apt-get update
更新索引以生效。
小技巧
使用 HTTPS 可以有效避免国内运营商的缓存劫持,但需要事先安装 apt-transport-https
(Debian Buster 及以上版本不需要)。
另外,也可以使用 snullp 大叔开发的 配置生成器 。