返回介绍

Debian Security 源使用帮助

发布于 2021-03-14 14:20:03 字数 1774 浏览 830 评论 0 收藏 0

地址

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 大叔开发的 配置生成器

相关链接

官方主页

https://www.debian.org/security/

Debian 安全追踪网

https://security-tracker.debian.org/tracker/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文