树莓派使用清华大学镜像源(https://mirrors.tuna.tsinghua.edu.cn/help/raspberrypi/)速度比较快,更换方法如下:
1.查看系统版本
li@raspberrypi:~ $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm
2.编辑源设置文件
sudo nano /etc/apt/sources.list
3.添加清华大学镜像源
在文件首行 添加:
deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ bookworm main