SLES 11.3을 11.4로 업그레이드할 때 종속성 손상

SLES 11.3을 11.4로 업그레이드할 때 종속성 손상

SLES 11.3을 11.4로 업그레이드하려고 합니다.다음 지침을 따르십시오.https://www.suse.com/documentation/sles11/book_sle_deployment/data/sec_update_sle11sp3.html

다음 명령을 실행한 후:zypper dup --SLE11-SDK-SP4-Pool에서

다음과 같은 3가지 문제에 직면했습니다.

Problem: nothing provides yast2 >= 2.17.140 needed by yast2-dns-server-2.17.24-1.2.noarch
Problem: nothing provides yast2 >= 2.17.140 needed by yast2-ca-management-2.17.27-1.1.noarch
Problem: nothing provides product(SUSE_SLE) = 11.4 needed by sle-sdk-release-SDK-11.4-1.55.x86_64

Problem: nothing provides yast2 >= 2.17.140 needed by yast2-dns-server-2.17.24-1.2.noarch
 Solution 1: Following actions will be done:
  deinstallation of yast2-dns-server-2.17.23-0.5.1.noarch
  deinstallation of yast2-dhcp-server-2.17.6-0.4.2.21.noarch
 Solution 2: keep obsolete yast2-dns-server-2.17.23-0.5.1.noarch
 Solution 3: break yast2-dns-server-2.17.24-1.2.noarch by ignoring some of its dependencies

어떻게 해야 합니까?

답변1

추가로 지정해야 할 수도 있습니다.비 SDK 저장소zypper dup과 동일합니다.

zypper dup --from SLE11-SDK-SP4-Pool --from SLES11-SP4-Pool

배경:

Problem: nothing provides product(SUSE_SLE) = 11.4이는 기본 SLES 11.4 제품 자체를 찾을 수 없음을 의미합니다. 비슷한 명령을 사용하여 zypper search --details SUSE_SLE누락된 패키지나 제품이 포함되어 있을 수 있는 저장소를 확인하세요.

관련 정보