snapd에 대한 SELinux 종속성 누락

snapd에 대한 SELinux 종속성 누락

지침에 따라여기 (computingforgeeks.com)CentOS 8에 스냅을 설치하기 위해 다음을 실행할 때 다음과 같은 문제가 발생합니다 sudo dnf -y install snapd.

Error: 
 Problem: package snapd-2.42.1-1.el8.x86_64 requires snapd-selinux = 2.42.1-1.el8, but none of the providers can be installed
  - conflicting requests
  - nothing provides selinux-policy-base >= 3.14.3-20.el8 needed by snapd-selinux-2.42.1-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

이거 쉽게 해결하는 방법 아시는 분 계신가요? 비슷한 이유로 원하는 종속성을 설치할 수 없는 것 같습니다.

관련 정보