Debian 12 系统换源

参考链接

  1. https://blog.csdn.net/peng2hui1314/article/details/113247648

  2. https://blog.stiny.cn/archives/589.html

  3. https://mirrors.tuna.tsinghua.edu.cn/help/debian/

查看当前镜像源

less -N /etc/apt/sources.list

可以看到使用的是Debian 默认的源地址 http://deb.debian.org/

备份

没人希望出问题,但是还是要备份

cp /etc/apt/sources.list /etc/apt/sources.list.bak

修改文件

使用vim打开文件

sudo vim /etc/apt/sources.list
# 打开文件后直接输入 ggdG 清空文件
ggdG

将以下代码输入空文件内(下面代码来自清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/help/debian/)

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

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware

# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

更新镜像源

sudo apt-get update
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值