centos/cuos如何开启软件源
dnf repolist all 查看已启用仓库
# 启用基础源码仓库
sudo dnf config-manager --set-enabled Base-Sources# 启用更新源码仓库(推荐)
sudo dnf config-manager --set-enabled Update-Sources# 如果想启用所有源码仓库
sudo dnf config-manager --set-enabled Base-Sources Update-Sources Testing-Sources
dnf download --source <包名>