2021-07-12-IOT2050 更改Debian源为中科大源

说明#

Debian 软件源

收录架构#

Debian 支持的所有架构,如 AMD64 (x86_64), Intel x86, ARM, MIPS, ppc64el, s390x 等

收录版本#

Debian Old Stable, Stable, Testing, Unstable(sid)

当前 Stable 为 Debian 10,代号为 Buster

使用说明#

编辑 /etc/apt/sources.list.d/inChina.list 文件(需要使用 sudo)。以下是 Debian Stable 参考配置内容:

1
2
3
4
5
6
7
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free

# deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
作者

lxmuyu

发布于

2022-02-17

更新于

2022-02-17

许可协议