On 01/16/2012 02:41 AM, Akemi Yagi wrote:
On Sun, Jan 15, 2012 at 9:06 PM, Mark LaPierremarklapier@aol.com wrote:
I did this:
[root@mushroom yum.repos.d]# rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org [root@mushroom yum.repos.d]# rpm -Uvh http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm Retrieving http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
You are running CentOS 6. You need to install elrepo-release for *el6* :
rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
Please uninstall the incorrect one you installed and get the right one for you.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Duh! I hate it when that happens.
I did this:
[root@mushroom yum.repos.d]# /etc/yum.repos.d [root@mushroom yum.repos.d]# rm -f elrepo.repo [root@mushroom yum.repos.d]# yum clean all [root@mushroom yum.repos.d]# rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm [root@mushroom yum.repos.d]# yum --disablerepo=* --enablerepo=elrepo* install kmod-nvidia* [root@mushroom yum.repos.d]# yum --disablerepo=* --enablerepo=elrepo install kmod-nvidia* Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * elrepo: mirror.symnds.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed --> Processing Dependency: nvidia-x11-drv = 290.10-1.el6.elrepo for package: kmod-nvidia-290.10-1.el6.elrepo.i686 ---> Package kmod-nvidia-173xx.i686 0:173.14.31-1.el6.elrepo will be installed --> Processing Dependency: nvidia-x11-drv-173xx = 173.14.31-1.el6.elrepo for package: kmod-nvidia-173xx-173.14.31-1.el6.elrepo.i686 --> Running transaction check ---> Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed ---> Package nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo will be installed --> Processing Conflict: nvidia-x11-drv-290.10-1.el6.elrepo.i686 conflicts nvidia-x11-drv-173xx --> Processing Conflict: nvidia-x11-drv-173xx-173.14.31-1.el6.elrepo.i686 conflicts nvidia-x11-drv --> Finished Dependency Resolution Error: nvidia-x11-drv conflicts with nvidia-x11-drv-173xx Error: nvidia-x11-drv-173xx conflicts with nvidia-x11-drv You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@mushroom yum.repos.d]#
It looks like there is a dependency conflict. It want's to install both nvidia-x11-drv.i686 0:290.10-1.el6.elrepo and nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo which conflict with each other. Is it safe to use --skip-broken to get around this?