根据:

根据:

我第一次来这里提问。

希望我的问题解决后能够帮助更多的朋友。

根据:

系统版本:CentOS 7.2 64位

问题:

错误地删除了python系统自带的。yum無法使用。

解决方案:

1.此时警告信息为: 警告信息截图

我关注的问题https://stackoverflow.com/questions/18632016/yum-no-module-named-yum在第一个答案中,但它不起作用。

我尝试另一种方法,为什么不重新安装 yum...从那时起,因为这个命令

rpm -qa | grep yum | xargs rpm -e --nodeps

我陷入了“依赖圈”。

2. 我按照https://stackoverflow.com/questions/18632016/yum-no-module-named-yum. 从以下位置下载所有依赖包http://mirrors.163.com/centos/7/os/x86_64/Packages/

套餐清单: 已安装软件包列表的屏幕截图

输入此命令后

rpm -Uvh --replacepkgs *.rpm

所有软件包都已安装。它向我显示了我在 stackoverflow 中未找到的问题...

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib64/python2.7/site-packages/rpm/_rpm.so: undefined symbol: rpmpkgVerifySigs

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Aug  4 2017, 00:39:18) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]

If you cannot solve this problem yourself, please go to 
the yum faq at:
  http://yum.baseurl.org/wiki/Faq

试图

尝试多次重新安装 yum、rpm 和 python...我知道最好的方法可能是重新安装系统,但无需重新安装即可解决问题对我和朋友来说更有吸引力。

谢谢你们,我的朋友们。

答案1

我打算在 Centos7 上重新安装 python 和 yum,遇到了同样的问题。这个问题似乎来自 yum rpm 包的版本。可能你使用了最新的 rpm-4.11.3-25.el7.x86_64.rpm、rpm-python-4.11.3-25.el7.x86_64.rpm、yum-3.4.3-154.el7.centos.noarch.rpm。它们太新了,你可以尝试从安装系统的 iso 文件中提取相应的包。我不是 Linux 专家,无法解释错误的原因。它对我来说只是有效。希望这能给你一些线索。

真诚的振华

相关内容