发布于 2017-03-22 10:37:37 | 185 次阅读 | 评论: 0 | 来源: PHPERZ
YUM RPM软件包安装管理
YUM是一个RPM系统的自动更新和软件包安装/卸载器。它可以自动计算依赖和找出想要安装的软件包。这使得它更容易而不必手动更新每一个使用RPM维护机器的”软件组“。YUM有一个添加简单功能的插件接口。YUM也能够通过他的模块接口被其他的Python 程序使用。
There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
No module named sqlitecachec 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 (r27:82500, Sep 16 2010, 18:03:06)
[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
yum clean all
rpm –rebuilddb
yum update