RHL 7.6을 RHL 7.7로 업그레이드하세요. 이상한 오류가 발생했습니다.

RHL 7.6을 RHL 7.7로 업그레이드하세요. 이상한 오류가 발생했습니다.

RHL 7.6을 7.7로 업그레이드하려고 하는데 이상한 오류가 발생합니다.

$>uname -r
3.10.0-957.el7.x86_64

$>yum update
Loaded plugins: enabled_repos_upload, package_upload, product-id, search-disabled-repos, subscription-manager
rhel-7-server-extras-rpms                                                                                                               
rhel-7-server-optional-rpms                                                                                                             
rhel-7-server-satellite-tools-6.4-rpms                                                                                                  
Resolving Dependencies
--> Running transaction check
---> Package diffutils.x86_64 0:3.3-4.el7 will be updated
---> Package diffutils.i686 0:3.3-5.el7 will be an update
---> Package libdb-cxx.x86_64 0:5.3.21-24.el7 will be updated
---> Package libdb-cxx.i686 0:5.3.21-25.el7 will be an update
--> Processing Dependency: libdb(x86-32) = 5.3.21-25.el7 for package: libdb-cxx-5.3.21-25.el7.i686
--> Finished Dependency Resolution
Error: Package: libdb-cxx-5.3.21-25.el7.i686 (rhel-7-server-optional-rpms)
           Requires: libdb(x86-32) = 5.3.21-25.el7
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************

Error: Package: libdb-cxx-5.3.21-25.el7.i686 (rhel-7-server-optional-rpms)
           Requires: libdb(x86-32) = 5.3.21-25.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Uploading Enabled Repositories Report
Loaded plugins: product-id, subscription-manager

yum check깨끗 하지만 yum check-update다음을 제공합니다.

$>yum check-update
Loaded plugins: enabled_repos_upload, package_upload, product-id, search-disabled-repos, subscription-manager
rhel-7-server-extras-rpms                                                                                                               
rhel-7-server-optional-rpms                                                                                                                
rhel-7-server-satellite-tools-6.4-rpms                                                                                                  

diffutils.i686 (this one is white color)                        3.3-5.el7                                                       rhel-7-server-optional-rpms
libdb-cxx.i686                                                  5.3.21-25.el7                                                   rhel-7-server-optional-rpms
Uploading Enabled Repositories Report
Loaded plugins: product-id, subscription-manager

답변1

실제로 검토했습니다 /etc/yum.repos.d/redhat.repo.. " " 저장소가 누락된 것을 발견했습니다 rhel-7-server-rpms/7Server/x86_64. 그것을 추가하고 모든 것이 작동했습니다.

관련 정보