Debian 9 Stretch国内常用镜像源

本文介绍了如何在Debian 9 Stretch中更换国内镜像源以提高软件包下载速度。主要步骤包括修改sources.list文件,将默认源替换为国内镜像站地址,并确保使用https支持。列举了如163、中科大、阿里云等常见镜像站,以解决因网络限制导致的更新问题。
摘要由CSDN通过智能技术生成

随着Debian 9的普及,但由于伟大的墙的存在,那就有必要整理一下国内的镜像站点。

1.使用说明

一般情况下,修改/etc/apt/sources.list文件,将Debian的默认源地址改成新的地址即可,比如将http://deb.debian.org改成https://mirrors.xxx.com,可使用以下命令:

sed -i "s@http://deb.debian.org@https://mirrors.xxx.com@g" /etc/apt/sources.list

若要使用https源,则需要执行apt-get install apt-transport-https,再执行apt-get update更新索引。

 

2.常用站点列表

163镜像站  

deb http://mirrors.163.com/debian/ stretch main non-free contrib
deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib
deb http://mirrors.163.com/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch-backports main non-free contrib
deb http://mirrors.163.com/debian-security/ stretch/updates main non-free contrib
deb-src http://
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值