<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">On Thu, Feb 14, 2019 at 10:39 AM Fred Smith &lt;<a href="mailto:fredex@fcshome.stoneham.ma.us" target="_blank">fredex@fcshome.stoneham.ma.us</a>&gt; wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I&#39;m still trying to get my Centos-7.5 box up to 7.6. I had hoped<br>
that the recipe above would work for me, but it does not.<br>
<br>
Attempting to do &quot;yum erase kmod-nvidia&quot; spews a long list of apparently<br>
unrelated packages that will be purged along with it, so I didn&#39;t do that.<br>
Trying the &quot;yum install kmod-nvidia&quot; (note that the 390xx package is <br>
no longer the latest one so I didn&#39;t specify that) attempts to install<br>
a whole ton (or two) of other packages which fails with more conflicts.<br>
I don&#39;t think I should try explicitly installing the 390xx package since<br>
i already have (kmod-nvidia.x86_64           410.73-1.el7_5.elrepo    @elrepo&quot;<br>
installed. I further note that epel now has 410.93 available.<br></blockquote><div><br></div><div>What I did was run a script that had a yum shell command:</div><div><br></div><div>script:</div><div>#!/bin/bash<br><br># Clean out the old packages with no script<br>rpm -ev --noscripts kmod-nvidia nvidia-x11-drv nvidia-x11-drv-32bit<br><br># update system<br>yum clean metadata<br>yum -y shell /root/upgrade-nvidia-390xx.yumsh</div><div><br></div><div><br></div><div>and the upgrade-nvidia-390xx.yumsh file:</div><div><br></div><div># start<br></div><div>remove kmod-nvidia nvidia-x11-drv nvidia-x11-drv-32bit<br>install kmod-nvidia-390xx nvidia-x11-drv-390xx nvidia-x11-drv-390xx-32bit<br>upgrade<br>transaction run<br></div><div># end<br></div><div><br></div></div><br>-- <br><div dir="ltr" class="gmail-m_-42523456068723319gmail_signature">Jonathan Billings &lt;<a href="mailto:jsbillin@umich.edu" target="_blank">jsbillin@umich.edu</a>&gt;<br>College of Engineering - CAEN - Unix and Linux Support<br><br></div></div></div></div>