看这一篇:
http://www.rqvan.top/archives/s3_yolov5bu-shu
以下作废...
因为没成功...
使用nano编辑器编辑source.list
sudo nano /etc/apt/sources.list
使用键盘方向键控制,在第一行开头加一个#,把下面的内容拷贝到最后一行之后
清华镜像源
https://mirror.tuna.tsinghua.edu.cn/help/raspbian/
注:网址末尾的raspbian重复两次是必须的。因为 Raspbian 的仓库中除了APT软件源还包含其他代码。APT软件源不在仓库的根目录,而在raspbian/子目录下。
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
中科大镜像源
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
先按键盘上的ctrl+o,再按回车保存,
再按ctrl+x退出 nano 编辑器回到命令行界面。再输入
sudo apt-get update
命令更新到清华大学/中国科技大学镜像源最新的软件列表。
今后在树莓派命令行中执行sudo apt-get install 软件名
时便会自动从清华/中科大开源软件镜像站高速下载
最好再重启一下树莓派
sudo reboot