树莓派的官方源在海外,国内访问时速度难免不理想。再加上软件更新又是一个常态化的工作,所以我就希望将其切换成国内源,以加速软件更新的速度。
玩 Linux 的,更换源简直再正常不过了。
修改 /etc/apt/sources.list
文件,将其中内容替换为如下内容,即可完成源的替换。
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi
# deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi
Code language: PHP (php)
替换完成后,记得执行一次 apt update
,来更新掉本地的 APT 缓存。