Fedora에 Steam을 설치하려고 하는데 문제가 있습니다. 다음 명령을 실행한 후:
sudo dnf install -y steam --enablerepo=rpmfusion-nonfree-steam
다음과 같은 충돌이 발생합니다.
Error: Transaction test error:
file /usr/share/gcc-10/python/libstdcxx/__pycache__/__init__.cpython-38.opt-1.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
file /usr/share/gcc-10/python/libstdcxx/__pycache__/__init__.cpython-38.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
file /usr/share/gcc-10/python/libstdcxx/v6/__pycache__/__init__.cpython-38.opt-1.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
file /usr/share/gcc-10/python/libstdcxx/v6/__pycache__/__init__.cpython-38.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
file /usr/share/gcc-10/python/libstdcxx/v6/__pycache__/printers.cpython-38.opt-1.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
file /usr/share/gcc-10/python/libstdcxx/v6/__pycache__/printers.cpython-38.pyc from install of libstdc++-10.1.1-1.fc32.i686 conflicts with file from package libstdc++-10.0.1-0.11.fc32.x86_64
이 문제를 어떻게 해결할 수 있나요? 내가 아는 한, 나는 32/64비트 패키지를 설치했습니다.
답변1
일반 RPM Fusion 저장소를 사용하세요.
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install steam