저는 지난 2시간 동안 dnf에서 충돌을 해결하려고 노력해 왔습니다.
CentOS 7을 CentoOS 8로 업그레이드하라는 지침을 따랐습니다.
그러나 dnf 업그레이드를 실행하려고 하면 다양한 충돌이 발생합니다.https://pastebin.com/tpTW8Qyk(21. 8. 31 업데이트됨)
이전 커널을 제거하려고 하면 오류가 발생하기 시작하는 것 같습니다.
[user@host ~]$ sudo rpm -e `rpm -q kernel`
error: Failed dependencies:
kernel >= 3.10.0-384.el7 is needed by (installed) hypervkvpd-0-0.34.20180415git.el7.x86_64
그래서 패키지를 제거 hypervkvpd
하고 문제없이 다시 설치할 수 있기를 바랐습니다.
그런 다음 EPL 저장소 업그레이드를 시도했지만 더 많은 오류가 반환되었습니다.
[user@host ~]$ sudo dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Extra Packages for Enterprise Linux 8 - x86_64 32 MB/s | 10 MB 00:00
CentOS-8 - openlogic packages for x86_64 646 kB/s | 3.0 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 6.2 MB/s | 798 kB 00:00
CentOS-8 - Base 0.0 B/s | 0 B 00:00
CentOS-8 - Updates 0.0 B/s | 0 B 00:00
CentOS-8 - AppStream 35 MB/s | 8.3 MB 00:00
CentOS-8 - Extras 1.6 MB/s | 9.9 kB 00:00
Failed to synchronize cache for repo 'base', ignoring this repo.
Failed to synchronize cache for repo 'updates', ignoring this repo.
여기서부터는 모두 내리막입니다. 몇 시간 동안 이러한 충돌을 해결하는 방법에 대한 정보를 찾고 있었지만 도움이 되는 내용을 찾을 수 없습니다.