我最近从Live DVD安装了Fedora 24 Workstation,从那时起,由于下载依赖包时32位和64位版本之间的文件冲突,一直收到许多软件安装事务错误。这里也问了一个非常相似的问题。
Shared doc files in dependencies causing transaction errors
但答案对我没有帮助,因为当我运行dnf升级时,我的系统是最新的。
问题似乎是我系统上的64位版本比尝试安装的32位版本旧。
例如,以下是尝试下载Skype时的一些依赖冲突:
Error: Transaction check error:
file /usr/share/doc/glibc/NEWS from install of glibc-2.23.1-11.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.26-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.26-1.fc24.i686 conflicts with file from package libpng-2:1.6.21-2.fc24.x86_64
file /usr/share/doc/libgpg-error/NEWS from install of libgpg-error-1.24-1.fc24.i686 conflicts with file from package libgpg-error-1.21-2.fc24.x86_64
file /usr/share/doc/libgpg-error/ChangeLog from install of libgpg-error-1.24-1.fc24.i686 conflicts with file from package libgpg-error-1.21-2.fc24.x86_64
file /usr/share/doc/libgpg-error/AUTHORS from install of libgpg-error-1.24-1.fc24.i686 conflicts with file from package libgpg-error-1.21-2.fc24.x86_64
....有没有办法强制Fedora下载最新版本的64位软件包,以匹配可用的最新32位版本?
发布于 2016-11-22 23:54:59
在运行安装之前,请确保您的系统是最新的-这通常是导致这种情况的原因。您可以尝试使用dnf --refresh update,以确保这不是本地缓存问题。
https://stackoverflow.com/questions/40742037
复制相似问题