Fedora 24安装后,程序包依赖项中的共享文件冲突
问题描述:
我最近从Live DVD安装Fedora 24 Workstation,并且因为下载时32位和64位版本之间的文件冲突而导致软件安装事务错误很多依赖包。一个非常类似的问题在这里Fedora 24安装后,程序包依赖项中的共享文件冲突
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个版本的可用?
答
在运行安装之前,请确保您的系统是最新的 - 这通常是导致此问题的原因。您可以尝试dnf --refresh update
以确保它不是本地缓存问题。