树莓派buster更换阿里源


sudo vim /etc/apt/sources.list
注销原来的内容,新增如下内容
deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main non-free contrib
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster main non-free contrib

sudo vim  /etc/apt/sources.list.d/raspi.list
注销原来的内容,新增如下内容
deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster main

然后更新系统即可
sudo apt-get update && apt-get upgrade -y


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM