Error: Transaction check error - about 30 times
I try to update with
sudo dnf update -y
but the update has plenty errors between old 368er versions and the new x64 of the package. I think I can remove them by hand and everything is fine, but I am wondering why this happens. Does anyone has an idea?
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
file /usr/share/man/man5/cert8.db.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/man/man5/cert9.db.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/man/man5/key3.db.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/man/man5/key4.db.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/man/man5/pkcs11.txt.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/man/man5/secmod.db.5.gz from install of nss-3.23.0-5.fc25.i686 conflicts with file from package nss-3.23.0-2.fc25.x86_64
file /usr/share/doc/glib2/README from install of glib2-2.48.0-1.fc25.i686 conflicts with file from package glib2-2.47.6.19.gad2092b-2.fc25.x86_64
**[snip]**
file /usr/share/doc/libjpeg-turbo/ChangeLog.txt from install of libjpeg-turbo-1.4.90-1.fc25.i686 conflicts with file from package libjpeg-turbo-1.4.2-3.fc24.x86_64
p.s. Is there a way to paste code into a spoiler? I am sorry but I am new here.
Edit: Sorry for leaving out the details.
> uname -a
Linux zepilon 4.5.0-0.rc6.git3.1.fc25.x86_64 #1 SMP Fri Mar 4 17:43:18 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Try
dnf distro-sync
.