|
|
今天FC7提示有新的更新,就使用FC自带的更新程序自动更新,解决软件包依赖性出现提示,于是就按其提示yum所需软件包,却出现冲突问题,如下:
[root@localhost ~]# yum install kde-settings
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
development 100% |=========================| 1.1 kB 00:00
primary.xml.gz 100% |=========================| 2.5 MB 01:40
developmen: ################################################## 7309/7309
extras-development 100% |=========================| 2.1 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package kde-settings.noarch 0:3.5-23.fc7 set to be updated
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
kde-settings noarch 3.5-23.fc7 development 15 k
Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 15 k
Is this ok [y/N]: Y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: kde-settings ######################### [1/1]
Installed: kde-settings.noarch 0:3.5-23.fc7
Complete!
[root@localhost ~]# yum install kde-settings-kdm
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package kde-settings-kdm.noarch 0:3.5-23.fc7 set to be updated
--> Processing Dependency: redhat-artwork-kde for package: kde-settings-kdm
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package redhat-artwork-kde.i386 0:7.0.0-8.fc7 set to be updated
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
kde-settings-kdm noarch 3.5-23.fc7 development 15 k
Installing for dependencies:
redhat-artwork-kde i386 7.0.0-8.fc7 development 559 k
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 574 k
Is this ok [y/N]: Y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /etc/kde/kdm/Xaccess from install of kde-settings-kdm-3.5-23.fc7 conflict s with file from package kdebase-3.5.6-10.fc7
file /etc/kde/kdm/Xsession from install of kde-settings-kdm-3.5-23.fc7 conflic ts with file from package kdebase-3.5.6-10.fc7
file /etc/kde/kdm/Xsetup from install of kde-settings-kdm-3.5-23.fc7 conflicts with file from package kdebase-3.5.6-10.fc7
file /etc/kde/kdm/Xwilling from install of kde-settings-kdm-3.5-23.fc7 conflic ts with file from package kdebase-3.5.6-10.fc7
file /etc/kde/kdm/backgroundrc from install of kde-settings-kdm-3.5-23.fc7 con flicts with file from package kdebase-3.5.6-10.fc7
file /etc/kde/kdm/kdmrc from install of kde-settings-kdm-3.5-23.fc7 conflicts with file from package kdebase-3.5.6-10.fc7
file /usr/share/config/kdm from install of kde-settings-kdm-3.5-23.fc7 conflic ts with file from package kdebase-3.5.6-10.fc7
Error Summary
-------------
请问该怎么办呀,最近几次更新好像老是出现依赖性问题,上一次是yum install xorg-x11-drv-nouveau 却与xorg-x11-drv 有文件冲突。我没有管直接跳过去了,感觉没有多大影响,可这次却有影响,我的KDE中一些程序无法启动,如KDE控制中心。这些冲突该如何解决,请高手指点指点,多谢了。 |
|