摘自: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. flume 使用手册

    以下jie皆来自官网: 1:首先版本是flume 1.8 查看版本:  bin/flume-ng version 2:配置与启动 https://flume.apache.org/FlumeUserG ...

  2. Spark Streaming之五:Window窗体相关操作

    SparkStreaming之window滑动窗口应用,Spark Streaming提供了滑动窗口操作的支持,从而让我们可以对一个滑动窗口内的数据执行计算操作.每次掉落在窗口内的RDD的数据,会被聚 ...

  3. ES2015 import & export

    [ES2015 import] The import statement is used to import functions, objects or primitives that have be ...

  4. java 反编译工具

    (1)点击进入>>   https://jingyan.baidu.com/article/3f16e003c857082590c1036f.html (备注:如果以上链接的资源不能下载, ...

  5. sql根据最小值去重

    CREATE TABLE temp2 AS SELECT MAX(id) id FROM sys_oper_procenter GROUP BY pro_title 创建一个temp2的表 根据标题分 ...

  6. Python图片识别找坐标(appium通过识别图片点击坐标)

    ***如果只想了解图片相似度识别,直接看第一步即可 ***如果想了解appium根据图片识别点击坐标,需要看第一.二.三步   背景|在做UI测试时,发现iOS自定义的UI控件,appium识别不到. ...

  7. sys系统用户长时间未登录导致密码过期

    ORA-28001: the password has expired (DBD ERROR: OCISessionBegin) 问题描述:当登陆em时使用sys帐号登陆进去后,数据库实例提示ORA- ...

  8. dedecms 5.7sp2在用type标签时出现调用无效问题

    {dede:type typeid='1'}栏目{/dede:type}   无效 和 {dede:type typeid='1'}[field:typename/]{/dede:type}   有效 ...

  9. rancher2 HA部署注意事项

    参考: https://rancher.com/docs/rancher/v2.x/en/installation/ha-server-install/ https://www.cnblogs.com ...

  10. vue 中安装使用sass 报错遇到的问题整理

    不出错的情况下,正常安装: 1.安装包: npm install node-sass --save-dev npm install sass-loader --save-dev (sass-loade ...