willhuo

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

分类:

技术点:

相关文章:

  • 2021-11-22
  • 2022-02-08
  • 2022-02-04
  • 2021-08-10
  • 2021-11-24
  • 2021-12-23
猜你喜欢
  • 2022-01-31
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-02-10
  • 2022-01-23
相关资源
相似解决方案