为 linux 换源

Posted 崩坏的领航员

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为 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 了!

以上是关于为 linux 换源的主要内容,如果未能解决你的问题,请参考以下文章

markdown 我的linux片段为RHCSA

网页换肤效果 系统界面切换皮肤样式

从linux下载txt到windows,怎么在直接打开文本文件的时候实现换行?

[linux][c/c++]代码片段01

Flink 多流转换算子

[linux][c/c++]代码片段02