摘自:https://smjrifle.net/fedora-fix-multilib-version-problems/

This error was due to duplicate packages, so I was unable to run update again. After bit of research I came across the following solution.
1. Open Terminal and run following command

yum distro-sync
Note: distro sync can be used to upgrade/downgrade the distribution

2. Again the update was not taking place, so I ran the following command

yum check

It gave the list of packages that caused the problem, Something like

bluez-libs-4.101-8.fc19.x86_64 is a duplicate with bluez-libs-4.101-6.fc19.x86_64
2:cheese-libs-3.8.2-4.fc19.x86_64 is a duplicate with 2:cheese-libs-3.8.2-3.fc19.x86_64
clutter-1.14.4-4.fc19.x86_64 is a duplicate with clutter-1.14.4-2.fc19.x86_64
fuse-libs-2.9.2-4.fc19.x86_64 is a duplicate with fuse-libs-2.9.2-3.fc19.x86_64
glusterfs-3.4.0-0.6.beta3.fc19.x86_64 is a duplicate with glusterfs-3.4.0-0.5.beta2.fc19.x86_64
glusterfs-api-3.4.0-0.6.beta3.fc19.x86_64 is a duplicate with glusterfs-api-3.4.0-0.5.beta2.fc19.x86_64
1:grub2-tools-2.00-23.fc19.x86_64 is a duplicate with 1:grub2-tools-2.00-22.fc19.x86_64
gvfs-1.16.3-2.fc19.x86_64 is a duplicate with gvfs-1.16.3-1.fc19.x86_64
1:java-1.7.0-openjdk-1.7.0.25-2.3.10.4.fc19.x86_64 is a duplicate with 1:java-1.7.0-openjdk-1.7.0.25-2.3.10.3.fc19.x86_64
2:libcacard-1.4.2-4.fc19.x86_64 is a duplicate with 2:libcacard-1.4.2-3.fc19.x86_64
libpwquality-1.2.2-1.fc19.x86_64 is a duplicate with libpwquality-1.2.1-2.fc19.x86_64
libsss_idmap-1.10.0-12.fc19.beta2.x86_64 is a duplicate with libsss_idmap-1.10.0-11.fc19.beta2.x86_64
os-prober-1.58-3.fc19.x86_64 is a duplicate with os-prober-1.58-1.fc19.x86_64
p11-kit-0.18.4-1.fc19.x86_64 is a duplicate with p11-kit-0.18.3-1.fc19.x86_64
policycoreutils-2.1.14-46.4.fc19.x86_64 is a duplicate with policycoreutils-2.1.14-45.fc19.x86_64
poppler-0.22.1-4.fc19.x86_64 is a duplicate with poppler-0.22.1-3.fc19.x86_64
2:qemu-common-1.4.2-4.fc19.x86_64 is a duplicate with 2:qemu-common-1.4.2-3.fc19.x86_64
2:qemu-img-1.4.2-4.fc19.x86_64 is a duplicate with 2:qemu-img-1.4.2-3.fc19.x86_64
sane-backends-1.0.23-11.fc19.x86_64 is a duplicate with sane-backends-1.0.23-10.fc19.x86_64
sane-backends-libs-1.0.23-11.fc19.x86_64 is a duplicate with sane-backends-libs-1.0.23-10.fc19.x86_64
selinux-policy-3.12.1-57.fc19.noarch is a duplicate with selinux-policy-3.12.1-54.fc19.noarch
spice-glib-0.20-1.fc19.x86_64 is a duplicate with spice-glib-0.19-1.fc19.x86_64
Error: check all

3. Now remove the packages that caused the conflict.

For example consider the package:

spice-glib-0.20-1.fc19.x86_64 is a duplicate with spice-glib-0.19-1.fc19.x86_64
now you can remove the second one that is of older version
using
yum remove spice-glib-0.19-1.fc19.x86_64
do this for all package

4. Perform yum clean all and yum update, it should work now 

Note: If anyone has better solution please share

Fedora : multilib version problems found的更多相关文章

  1. yum报错:Error: Multilib version problems found. This often means that the root

    使用yum安装一些依赖库报错: yum -y install gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel 错误信 ...

  2. 解决yum安装 openssl-devel时产生的Multilib version problems found错误(转)

    Error: Multilib version problems found. This often means that the root cause is something else and m ...

  3. yum Multilib version problems

    这两天在更新CentOS7系统时,出现了Multilib version problems错误,执行命令: # yum update 出现了的错误信息: .... ---> Package li ...

  4. Yum安装时提示多库版本保护 Multilib version problems found

    例如: yum install pcre pcre-devel 出现一下错误: 解决方法:yum install --setopt=protected_multilib=false pcre pcre ...

  5. yum本地安装rrdtool报错,提示版本冲突的解决办法

    [root@mysql-mon40 mm]# yum localinstall rrdtool-1.4.7-1.el6.rfx.x86_64.rpm -y 错误: Multilib version p ...

  6. 解决yum报错集

    yum -y install gcc gcc-c++ makeError:  Multilib version problems found. This often means that the ro ...

  7. yum 安装 依赖报错

    今天使用yum安装的时候 报错: Error: Multilib version problems found. This often means that the root cause 应该是yum ...

  8. centos6.6 安装adb环境

    a.安装JDK环境 centos linux JAVA(openjdk)软件包名 1.java-1.7.0-openjdk (OpenJDK Runtime Environment) 2.java-1 ...

  9. Execute failed: java.io.IOException: Cannot run program "sdk-linux/build-tools/22.0.0/aapt": error=2

    在Linux上使用ant编译打包apk的时候,出现以下的错误及解决方法: 1./usr/local/android-sdk-linux/tools/ant/build.xml:698: Execute ...

随机推荐

  1. Python之路 - Socket实现QQ聊天

    Python之路 - Socket实现QQ聊天 介绍

  2. 学JS的心路历程-闭包closure

    闭包是是纯函式语言的一个特性,也是JS的一个关键性的特色,虽然不了解也能开发程序,但我们不是这种人对吧? 闭包不仅可以减少某些高阶功能的代码数量和复杂度,并且可以让我们做到原本无法做的复杂功能.听到这 ...

  3. IDEA导入jar包

    http://blog.csdn.net/a153375250/article/details/50851049

  4. jsonp封装成promise

    首先将jsonp通过npm 安装引入js文件中,代码如下 import originJsonp from 'jsonp' export default function jsonp(url, data ...

  5. linux安装php-redis扩展

    wget http://pecl.php.net/get/redis-2.2.5.tgz #解压 tar zxvf redis-2.2.5.tgz #进入安装目录 cd redis-2.2.5 /us ...

  6. 游戏AI技术

    [Unity3D人工智能编程精粹] 1.运动层.决策层.战略层. 运动层.决策层包含的算法是针对单个角色的,战略层是针对小队乃至更大规模群体的. 导航和寻路是运行层的主要任务. 决策层决定角色下一时间 ...

  7. 取消掉maven

  8. js dongtai xianshi textarea zishu

    <form name="FORM" id="FORM" method="post" action="?action=$atc ...

  9. 原生js实现ajax与jquery的ajax库,及json

    这是一篇笔记博客, Ajax: 和服务器进行数据交换(异步) 用js实现复杂的原理:用于发送请求的对象在不同的浏览器中是不同的 同源策略:ajax发送请求的url地址与服务器地址必须是同一域名,协议, ...

  10. LightOJ - 1030 期望+dp

    题目链接:https://vjudge.net/problem/25907/origin 一个山洞,里面有有1到n个位置,每个位置都有一定的金币,你有一个六面的骰子,一开始你在1,每次摇到了哪个数就往 ...