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
동일한 저장소에서 다른 패키지를 설치하려고 하면 모든 것이 잘 작동합니다.
python-tdb
질문 - 왜 yum 과 다른 패키지를 찾을 수 없나요 ?
감사해요!