使用树莓派 Raspbian 系统的中国用户,通常会遇到从官方站更新和安装软件时候速度比较慢的问题,IoT前哨站整理了一些东亚地区速度比较快的软件源供大家使用(如果有不能用的可通知我们剔除,有新的可信的也可以让我们加进去)。
相关镜像站:
浙江大学
http://mirrors.zju.edu.cn/raspbian/raspbian/
中国科学技术大学
http://mirrors.ustc.edu.cn/raspbian/raspbian/
阿里云
http://mirrors.aliyun.com/raspbian/raspbian/
清华大学
http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/
华南农业大学(华南用户)
http://mirrors.scau.edu.cn/raspbian/
大连东软信息学院源(北方用户)
http://mirrors.neusoft.edu.cn/raspbian/raspbian/
重庆大学源(中西部用户)
http://mirrors.cqu.edu.cn/raspbian/raspbian/
新加坡国立大学
http://mirror.nus.edu.sg/raspbian/raspbian
韩国KAIST大学
http://ftp.kaist.ac.kr/raspbian/raspbian/
使用方式:
编辑/etc/apt/sources.list 文件,参考如下命令:
sudo nano /etc/apt/sources.list
如果是 stretch 版本,用以下内容取代(以此类推):
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free
# Uncomment line below then ‘apt-get update’ to enable ‘apt-get source’
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
保存文件后用root权限执行:
apt update即可。
可根据自己的情况选择就近的站点。