dnf update
I've run sudo dnf update
but something's going wrong on "libreoffice-core-4.1.4.2-5.fc20.x86_64.rpm".
I used watch ls
on the file (/var/cache/dnf/.../packages/) as it was downloading size and saw that it downloaded entirely. I copied the complete file to my home folder and have opened it successfully with Archive Manager.
dnf, however, seems to think there's something wrong with it because after a few seconds it starts downloading it again (from 0 bytes). I tried copying the file back into dnf's cache which didn't fool it. Any ideas what's wrong - it certainly seems that the rpm is fine.
[Update]
Apparently the rpm is failing the sha256 check (thanks to dnf -v
)
[Update 2]
I've just had this problem again. I manually download the problem packages and everything works fine but something is going wrong with dnf's downloading of the packages. Perhaps it does not close the file or something. It's just happened with webkitgtk-2.2.5-1.fc20.x86_64.rpm
and firefox-27.0-1.fc20.x86_64.rpm
but I can't see any rhyme or reason as to why those packages gave issues...
What exactly is wrong with the libreoffice-core package? You should get a more detailed error output. Could you please post it?
The output with
dnf -v
would be informative to look at :)