树莓派raspbian OS 64位系统下载和更换源
2021/10/17 17:09:48
本文主要是介绍树莓派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
这篇关于树莓派raspbian OS 64位系统下载和更换源的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-23Springboot应用的多环境打包入门
- 2024-11-23Springboot应用的生产发布入门教程
- 2024-11-23Python编程入门指南
- 2024-11-23Java创业入门:从零开始的编程之旅
- 2024-11-23Java创业入门:新手必读的Java编程与创业指南
- 2024-11-23Java对接阿里云智能语音服务入门详解
- 2024-11-23Java对接阿里云智能语音服务入门教程
- 2024-11-23JAVA对接阿里云智能语音服务入门教程
- 2024-11-23Java副业入门:初学者的简单教程
- 2024-11-23JAVA副业入门:初学者的实战指南