编程语言
首页 > 编程语言> > 树莓派raspbian OS 64位系统下载和更换源

树莓派raspbian OS 64位系统下载和更换源

作者:互联网

1、下载64位的raspbian

下载安装时注意你的派是否支持64位

https://downloads.raspberrypi.org/raspios_arm64/images/

 

2、换成国内源(亲测是可以支持64位的源):

把/etc/apt/sources.list所有内容替换为:

deb http://mirrors.tuna.tsinghua.edu.cn/debian buster main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/ buster/updates main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian buster-updates main contrib non-free
# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian buster main contrib non-free
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian-security/ buster/updates main contrib non-free
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian buster-updates main contrib non-free

然后在把/etc/apt/sources.list.d/raspi.list所有内容替换为:

deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui

4.更新

sudo apt-get update
sudo apt-get upgrade

 

标签:树莓,cn,mirrors,apt,64,edu,deb,main,raspbian
来源: https://www.cnblogs.com/HGNET/p/15417191.html