我正在尝试yum update
在 CentOS7 上运行。但是,它会产生需要某些依赖项的错误。例如:
Error: Package: pyldb-1.5.4-1.el7.x86_64 (base)
Requires: python-tdb(x86-64) >= 1.3.18
它python-tdb
位于CentOS x86_64
存储库中,但sudo yum install python-tdb
会生成:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.centos.lax1.serverforge.org
* centos-sclo-rh: repos-lax.psychz.net
* centos-sclo-sclo: centos.mirror.ndchost.com
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirrors.xmission.com
* rpmforge: mirror.chpc.utah.edu
* updates: mirrors.xmission.com
No package python-tdb available.
Error: Nothing to do
如果我尝试安装其他一些软件包,例如lynx
从同一存储库安装,一切都会正常。
问题 - 为什么 yum 找不到python-tdb
和其他一些软件包?
谢谢!