【发布时间】:2016-07-25 01:51:03
【问题描述】:
我最近在我的桌面上安装了 Fedora 24 Workstation,并且能够毫无问题地安装所有东西,直到我尝试安装 steam(来自 rpmfusion)和 wine。 steam 和 wine 都具有 32 位库的依赖关系,这些库已经以 64 位安装并被其他更重要的程序使用。通常,这应该不是问题,但事实证明 /usr/share/doc 或 /usr/share/licenses 等中的所有 doc 文件在安装 32 位版本的库时都会导致冲突.在这里我最好的做法是什么?
Error: Transaction check error:
file /usr/share/doc/glibc/NEWS from install of glibc-2.23.1-8.fc24.i686 conflicts with file from package glibc-2.23.1-7.fc24.x86_64
file /usr/share/licenses/libpng/LICENSE from install of libpng-2:1.6.23-1.fc24.i686 conflicts with file from package libpng-2:1.6.21-2.fc24.x86_64
file /usr/share/man/man5/png.5.gz from install of libpng-2:1.6.23-1.fc24.i686 conflicts with file from package libpng-2:1.6.21-2.fc24.x86_64
file /usr/share/doc/pcre/NEWS from install of pcre-8.39-2.fc24.i686 conflicts with file from package pcre-8.38-11.fc24.x86_64
file /usr/share/doc/pcre/AUTHORS from install of pcre-8.39-2.fc24.i686 conflicts with file from package pcre-8.38-11.fc24.x86_64
file /usr/share/licenses/pcre/LICENCE from install of pcre-8.39-2.fc24.i686 conflicts with file from package pcre-8.38-11.fc24.x86_64
file /usr/share/doc/gmp/NEWS from install of gmp-1:6.1.1-1.fc24.i686 conflicts with file from package gmp-1:6.1.0-2.fc24.x86_64
file /usr/share/doc/libgcrypt/NEWS from install of libgcrypt-1.6.5-1.fc24.i686 conflicts with file from package libgcrypt-1.6.4-2.fc24.x86_64
...还有更多。
【问题讨论】:
标签: dependencies fedora steam wine