Akemi Yagi wrote: > On Thu, Mar 14, 2013 at 10:01 AM, Ned Slider <ned at unixmail.co.uk> wrote: >> On 14/03/13 16:34, m.roth at 5-cent.us wrote: > >>> yum install kmod-nvidia nvidia-x11-drv --disablerepo=\* >>> --enablerepo=elrepo >>> Loaded plugins: fastestmirror, presto, ps, security >>> Loading mirror speeds from cached hostfile >>> * elrepo: mirror.symnds.com >>> Setting up Install Process >>> No package nvidia-x11-drv available. >>> Resolving Dependencies >>> --> Running transaction check >>> ---> Package kmod-nvidia.x86_64 0:310.40-1.el6.elrepo will be installed >>> --> Processing Dependency: nvidia-x11-drv = 310.40 for package: >>> kmod-nvidia-310.40-1.el6.elrepo.x86_64 >>> --> Finished Dependency Resolution >>> Error: Package: kmod-nvidia-310.40-1.el6.elrepo.x86_64 (elrepo) >>> Requires: nvidia-x11-drv = 310.40 >>> You could try using --skip-broken to work around the problem >>> You could try running: rpm -Va --nofiles --nodigest >> >> The package is there on that mirror: >> >> http://mirror.symnds.com/distributions/elrepo/elrepo/el6/x86_64/RPMS/nvidia-x11-drv-310.40-1.el6.elrepo.x86_64.rpm >> >> which means the issue is your end. >> >> Please show your /etc/yum.repos.d/elrepo.repo > > Also check your exclude= line(s). Thanks, both of you, and good catch. Now I need to dig into what happened on *my* end: the elrepo.conf was dated last summer, and I had kmod-nvidia and nvidia-x11-drv installed... but when you folks pointed me to it, it *only* had includepkgs=kmod-nvidia. I know I didn't do a localinstall, so I need to figure out how I installed it, if the repo file was like that, or if it got backed up to some in-progress repo from before I got the install working. mark