树莓派更换镜像源,加快软件更新下载速度

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