CentOS yumはデフォルトのリポジトリにいくつかのパッケージを表示しません。

CentOS yumはデフォルトのリポジトリにいくつかのパッケージを表示しません。

yum updateCentOS7でこれを実行しようとしています。ただし、特定の依存関係を必要とするエラーが発生します。たとえば、

Error: Package: pyldb-1.5.4-1.el7.x86_64 (base)
           Requires: python-tdb(x86-64) >= 1.3.18

リポジトリにありますが、次のpython-tdbものを作成します。CentOS x86_64sudo 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同じリポジトリから別のパッケージをインストールしようとすると、すべてがうまく機能します。

python-tdb質問 - なぜyumと他のパッケージが見つかりませんか?

ありがとうございます!

ベストアンサー1

おすすめ記事