RadxaOS Deb Repository Mirror Usage Guide
info
Some content in this document may have been translated by AI.
RadxaOS Introduction
RadxaOS is a system developed based on secondary development of Debian/Ubuntu. This mirror provides additional repository mirrors for unique RadxaOS packages.
Debian Repository Replacement
For parts sourced from Debian, please refer to Debian Help for modifications.
RadxaOS Repository Replacement
One-click Source Change
caution
This method only applies to changing from official sources to our mirror sources. If you have already changed sources, please do not use the following commands.
Open the terminal and execute the following commands to replace the default software source configuration:
操作方法:执行命令
执行命令:
是否为 root 用户
sudo sudo sed -i "s|https://radxa-repo.github.io|https://mirrors.hust.edu.cn/radxa-deb|g" /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
After executing the above commands, the enabled repositories will be correctly replaced and the cache will be updated.