为 linux 换源
为 linux 换源
起因
前段时间整了个树莓派,在使用 apt-get upgrade
的时候超级慢,然后意识到这树莓派所在的网络环境还是和vps有很大差距的,所以换源是必不可少的了。
操作
先查看一下apt默认源 /etc/apt/sources.list
$(sudo) cp sources.list sources.list.bak $(sudo) sudo vim(或者vi之类的) sources.list
我用的是raspbian,所以打开后大概内容是这样的
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' # deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
正常情况下使用官方源会非常非常非常……慢
这边建议使用中科大的源(有其他的源也可以)
筛选一下,选择raspbian的源 https://mirrors.ustc.edu.cn/raspbian/raspbian/
deb https://mirrors.ustc.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi
把官方源改成中科大源即可
然后就可以正常 upgrade
了!
相关推荐
farwang 2020-11-25
星愿心愿 2020-11-24
tianhuak 2020-11-24
zhjn0 2020-11-24
昭君出塞 2020-11-23
bluecarrot 2020-11-23
linuxwcj 2020-10-21
以梦为马不负韶华 2020-10-20
彼岸随笔 2020-10-20
yutou0 2020-10-17
applecarelte 2020-10-16
ourtimes 2020-10-16
waterhorse 2020-09-19
MRFENGG 2020-11-11
rainandtear 2020-10-30
kyssfanhui 2020-10-20
liuhangtiant 2020-10-20