<div dir="ltr"><div dir="ltr"><div>Just reporting my experience with the CentOS 7.5 -&gt; 7.6 update coincidental with needing to switch from kmod-nvidia -&gt; kmod-nvidia-390xx</div><div><br><div># yum update</div><div><br></div><div>reports conflicts between different kmod-nvidia versions.</div><div><br></div><div>Trying to change kmod-nvidia first<br></div><div><br></div><div># yum erase kmod-nvidia</div><div># yum install kmod-nvidia-390xx<br></div><div><br></div><div>reveals conflicts between libglvnd-egl and mesa-libEGL etc. Solution is to update mesa-libEGL first</div><div><br></div><div># yum update mesa-libEGL</div><div><br></div><div>and then install libglvnd-egl</div><div><br></div><div># yum install libglvnd-egl</div><div><br></div><div>before installing the 390xx driver</div><div><br></div><div># yum install kmod-nvidia-390xx<br></div><div><br></div><div>and finishing the update</div><div><br></div><div># yum update</div><div><br></div><div>Maybe time for another update to the kmod-nvidia package page?<br></div><div><br></div><div><a href="http://elrepo.org/tiki/kmod-nvidia">http://elrepo.org/tiki/kmod-nvidia</a><br></div></div></div></div>