摘自: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

最新文章

  1. Partition:Partiton Scheme是否指定Next Used?
  2. CentOS 安装 gcc-c++
  3. 模板:abs用法
  4. 实现跨线程访问UI控件的3种方法
  5. C陷阱与缺陷(四)
  6. 导出&导入
  7. socket常见几种异常
  8. Entity Framework入门教程: Entity Framework支持的查询方式
  9. 使用multiprocessing模块创建多进程
  10. SEO优化-robots.txt解读
  11. 微信, qq 支付宝 等相关开发 资源 记录
  12. Python基础之迭代器和生成器
  13. Django2.X报错-------ModuleNotFoundError: No module named 'django.core.urlresolvers'
  14. 剑指Offer-- 之字形顺序打印二叉树
  15. Javascript var 和 let 的区别
  16. java使用线程设置定时任务
  17. jQuery处理下拉框(Select、radio、checkbox等)代码
  18. fiddler 修改request请求
  19. 3、Django下载与简介
  20. Git之初始化及提交操作

热门文章

  1. 吴裕雄 python oracle检索数据(2)
  2. CentOS6.5安装MySQL5.7详细教程(本人6.3也行)
  3. js获取url参数,直接获取url中文
  4. Realtime Rendering 1.1
  5. HTTPS加密过程分析
  6. java中继承thread类的其他类的start()方法与run()方法
  7. Oracle中Null与空字符串' '的区别
  8. 简单的jQ代码
  9. 完整性约束&外键变种三种关系&数据的增删改
  10. scrollIntoView 顶部与视图(容器)对齐