J'ai migré ma FC5 en FC6 ce matin (en passant par Anaconda).
Il semble que j'ai qq problème avec yum.
Voici ma configuration:
Nicolas
Il semble que j'ai qq problème avec yum.
Voici ma configuration:
# grep "enabled=1" /etc/yum.repos.d/*
/etc/yum.repos.d/fedora-core.repo:enabled=1
/etc/yum.repos.d/fedora-extras.repo:enabled=1
/etc/yum.repos.d/livna.repo:enabled=1
/etc/yum.repos.d/macromedia.repo:enabled=1
et le problème en question lors de l'installation de kmod-fglrx:
# yum install kmod-fglrx
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kmod-fglrx.i686 0:8.29.6-1.2.6.18_1.2798.fc6 set to be installed
--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.18-1.2798.fc6 for package: kmod-fglrx
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i686 0:2.6.18-1.2798.fc6 set to be installed
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
kmod-fglrx i686 8.29.6-1.2.6.18_1.2798.fc6 livna 191 k
Installing for dependencies:
kernel i686 2.6.18-1.2798.fc6 core 16 M
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 16 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error: package kernel-2.6.18-1.2798.fc6 is already installed
file /boot/System.map-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/config-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/symvers-2.6.18-1.2798.fc6.gz from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/vmlinuz-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
help...Nicolas