首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Fedora 32上安装蒸汽--“事务测试错误”

在Fedora 32上安装蒸汽--“事务测试错误”
EN

Unix & Linux用户
提问于 2020-07-04 16:39:11
回答 1查看 636关注 0票数 0

我试图在Fedora上安装蒸汽,但有困难。执行以下操作后:

代码语言:javascript
复制
sudo dnf install -y steam --enablerepo=rpmfusion-nonfree-steam

我收到以下冲突:

代码语言:javascript
复制
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位的软件包。

EN

回答 1

Unix & Linux用户

发布于 2020-08-14 21:26:51

只需使用常规的RPM融合存储库

代码语言:javascript
复制
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
票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/596716

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档