【apt源】RK3588 平台ubuntu20.04更换apt源

RK3588芯片使用的是aarch64架构,因此在Ubuntu 20.04上更换apt源时需要使用针对aarch64架构的源地址。以下是针对RK3588芯片在Ubuntu 20.04上更换apt源到清华源的正确步骤:

步骤一:打开终端

在Ubuntu 20.04中,按下Ctrl + Alt + T打开终端。

步骤二:备份原始的source.list文件

在终端中输入以下命令以备份原始的source.list文件:

bash 复制代码
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
步骤三:编辑source.list文件

使用文本编辑器(如nano或vim)打开source.list文件:

bash 复制代码
sudo vim /etc/apt/sources.list

将文件中的内容替换为以下清华源的地址,确保使用适用于aarch64架构的源:

bash 复制代码
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ focal main restricted universe multiverse
deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ focal main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ focal-updates main restricted universe multiverse
deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ focal-updates main restricted universe multiverse
步骤四:更新apt缓存

在终端中输入以下命令以更新apt缓存:

bash 复制代码
sudo apt update

如果安装过程顺利,没有出现错误,那么恭喜你,apt源更换成功!

相关推荐
楼兰公子15 天前
为 RK3588 构建 Debian 14 (forky) 根文件系统镜像,集成 BusyBox 1.38
rk3588·buildroot
楼兰公子18 天前
基于RK3588平台的ALSA音频学习与开发指南
音视频·rk3588
指尖在键盘上舞动18 天前
RKNN 模型部署:onnx转rknn后精度下降 —— 精度调优与问题排查
python·ubuntu·rk3588·rknn·onnx·npu
深圳英康仕18 天前
一款面向AGV智能搬运机器人的RK3588工控机的数据资料整理
嵌入式硬件·rk3588·工控机·agv·智能搬运机器人
道川贤林20 天前
EMMC开发环境的搭建与备份
linux·嵌入式·rk3588·orangepi
楼兰公子23 天前
/sys/kernel/debug/目录解读
rk3588·debugfs·linux7.03
Industio_触觉智能23 天前
瑞芯微RK3588工控整机、边缘计算盒子规格书,参数配置性能说明,触觉智能IPC8801
人工智能·ai·边缘计算·rk3588·工控·rk3588j·arm整机
轻帆向远25 天前
Debian 旧版源配置指南:国内镜像加速与 archive.debian.org 替代方案
网络·debian·apt
时光飞逝的日子1 个月前
嵌入式大模型部署:从 LLaMA-3 到 Qwen-1.5,在 RK3588 上实现本地 AI 推理(含模型量化教程)
rk3588·模型量化·llama-3·端侧大模型·qwen-1.5
NashSKY1 个月前
RK3588 Debian 系统安装与WiFi/SSH配置笔记
debian·ssh·rk3588