This shared guide is currently available only in Chinese. Use the controls below to select the mirror endpoint and command options.

General options
Guide options

项目简介

本仓库为 Debian 操作系统的安全更新软件源。

使用方法

大部分 Debian 的软件源配置文件使用传统的 One-Line-Style,路径为 /etc/apt/sources.list;但是对于容器镜像,从 Debian 12 开始,其软件源配置文件变更为 DEB822 格式,路径为 /etc/apt/sources.list.d/debian.sources。一般情况下,将对应文件中 Debian 默认的源地址 http://security.debian.org/ 替换为镜像地址即可。

为了保证安全更新的时效性,Debian 不推荐用户使用安全更新镜像,如确需使用请选择同步频次较高的镜像站。

传统格式(/etc/apt/sources.list

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.zju.edu.cn/debian-security trixie-security main contrib non-free non-free-firmware
# deb-src https://mirrors.zju.edu.cn/debian-security trixie-security main contrib non-free non-free-firmware

DEB822 格式(/etc/apt/sources.list.d/debian.sources

Types: deb
URIs: https://mirrors.zju.edu.cn/debian-security
Suites: trixie-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

# Types: deb-src
# URIs: https://mirrors.zju.edu.cn/debian-security
# Suites: trixie-security
# Components: main contrib non-free non-free-firmware
# Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

Guide content comes from mirrorz-org/mirrorz-docs@50cb65f78be4 under CC BY-NC-SA 4.0.