:e ~/article/fedora-fix-multilib-version-problems.md [readonly]

smjrifle@smjrifle.xyz:~/article/ $

Fedora fix Multilib version problems

I had run yum update in terminal when my laptop shutdown abnormally, causing the update to be interrupted. After rebooting and running the update again, I ran across the multilib version problem.

The fix:

sudo yum clean all
sudo rpm --rebuilddb
sudo yum update --skip-broken

If that doesn’t work:

package-cleanup --cleandupes
yum distro-sync

This resolved the conflicting 32-bit and 64-bit package versions.

[:bp] Arch Linux Installation and Post-Install Customization [:bn] Git ad-hoc sharing of repository
-- NORMAL -- fedora-fix-multilib-version-problems.md PHP UTF-8 0% smjrifle@xyz