(2010-8-23)升级系统出现firstboot包冲突

(2010-8-23)升级系统出现firstboot包冲突

编辑文章

今天使用yum升级一台服务器,出现如下错误:

本文HTML永久地址doc

Transaction Check Error: file /usr/share/locale/nb/LCMESSAGES/firstboot.mo from install of firstboot-1.4.27.8-1.el5.centos.i386 conflicts with file from package firstboot-tui-1.4.27.7-1.el5.centos.i386 file /usr/share/locale/no/LCMESSAGES/firstboot.mo from install of firstboot-1.4.27.8-1.el5.centos.i386 conflicts with file from package firstboot-tui-1.4.27.7-1.el5.centos.i386 Error Summary

大概的意思包冲突,使用rpm -qa | grep firstboot,查看到有两个firstboot-tui不同版本的包,使用下面命令卸载这两个包,重新在安装,一切ok

yum remove firstboot
yum remove firstboot-tui
yum install firstboot firstboot-tui

没有评论 :

发表评论