Oracle Linux Server 9.1에 Xfce를 설치할 수 없습니다.

Oracle Linux Server 9.1에 Xfce를 설치할 수 없습니다.

Oracle Linux Server 9.1에 Xfce를 설치할 수 없습니다.

ServerContainer Management, 그룹이 설치되어 Headless ManagementEPEL 저장소에 연결된 서버가 있습니다. Xfce사용 가능한 그룹으로 표시됩니다.

시도하면 sudo dnf group install -y Xfce다음 오류와 함께 실패합니다.

Error: Transaction test error:
  file /usr/share/backgrounds/default.xml conflicts between attempted installs of desktop-backgrounds-compat-35.0.0-1.el9.noarch and oracle-backgrounds-90.2-1.0.2.el9.noarch

이것을 극복할 수 있는 방법이 있나요?

답변1

문제가 되는 Oracle 백그라운드 패키지를 제거한 후 설치를 완료할 수 있었습니다.

 sudo dnf remove oracle-backgrounds-90.2-1.0.2.el9.noarch

답변2

OracleLinux_9_1/WSL에서도 동일한 작업을 시도했습니다. 백업 Oracle-Background가 다음과 같이 설치되지 않았기 때문에 제안된 솔루션이 작동하지 않았습니다.

[jwi@C-B10108577 system32]$ sudo rpm -qa | grep oracle
oraclelinux-release-9.1-1.0.6.el9.x86_64
oraclelinux-release-el9-1.0-8.el9.x86_64

관련 정보