如何在 Centos OS 中恢复已删除的 yum.repos.d?
How to recover deleted yum.repos.d in Centos OS?
我不小心删除了 centos 8(版本 centos-release-8.0-0.1905.0.9.el8.x86_64.rpm)上的 yum.repos.d,从那以后我一直在观察
**Error:There are no enable repos**
我尝试 yum reinstall http://vault.centos.org/8.0.1905/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm
但我正在观察消息
"Could not find the host".
有好心人帮帮我吗?
编辑:
我解决了 "Could not find host" 部分,我现在得到 "SSL_ERROR_SYSCALL"。
如果无法逆转,谁能帮我安装 Python2 不用 yum 或 dfn。这也适合我。
您应该能够通过 rpm
重新安装相关包来恢复 yum
存储库配置:
rpm -iv --replacepkgs http://vault.centos.org/8.0.1905/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm
我不小心删除了 centos 8(版本 centos-release-8.0-0.1905.0.9.el8.x86_64.rpm)上的 yum.repos.d,从那以后我一直在观察
**Error:There are no enable repos**
我尝试 yum reinstall http://vault.centos.org/8.0.1905/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm
但我正在观察消息
"Could not find the host".
有好心人帮帮我吗?
编辑:
我解决了 "Could not find host" 部分,我现在得到 "SSL_ERROR_SYSCALL"。
如果无法逆转,谁能帮我安装 Python2 不用 yum 或 dfn。这也适合我。
您应该能够通过 rpm
重新安装相关包来恢复 yum
存储库配置:
rpm -iv --replacepkgs http://vault.centos.org/8.0.1905/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm