cat /etc/os-release
VERSION
值即为 版本号
,请根据,版本号下载对应的 ISO 镜像mount AnolisOS-$VERSION-x86_64-dvd.iso /mnt
$VERSION
为 具体的版本号
cd /etc/yum.repos.d/
mkdir bak
mv *.repo bak/
cat > local.repo <<EOF
[BaseOS]
name=BaseOS
baseurl=file:///mnt/BaseOS
enabled=1
gpgcheck=0
[AppStream]
name=AppStream
baseurl=file:///mnt/AppStream
enabled=1
gpgcheck=0
EOF
[BaseOS]
name=BaseOS
baseurl=file:///mnt/BaseOS
enabled=1
gpgcheck=0
[AppStream]
name=AppStream
baseurl=file:///mnt/AppStream
enabled=1
gpgcheck=0
yum clean all && yum makecache
或者执行
dnf clean all && dnf makecache
《文有终处,缘流长……》