I am trying to perform an upgrade of CUDA 8.0 to 10.2 on a linux workstation that runs CentOS7. When I try to install the new drivers, there conflicts and errors detected:
→ Processing Conflict: 3:nvidia-driver-latest-dkms-libs-440.33.01-1.el7.x86_64 conflicts xorg-x11-drv-nvidia-libs
→ Processing Conflict: 3:nvidia-driver-latest-dkms-libs-440.33.01-1.el7.x86_64 conflicts xorg-x11-drv-nvidia-gl
→ Processing Conflict: 3:nvidia-driver-latest-dkms-440.33.01-1.el7.x86_64 conflicts xorg-x11-drv-nvidia
→ Processing Conflict: 3:nvidia-driver-latest-dkms-devel-440.33.01-1.el7.x86_64 conflicts xorg-x11-drv-nvidia-devel
→ Finished Dependency Resolution
Error: nvidia-driver-latest-dkms-devel conflicts with 1:xorg-x11-drv-nvidia-devel-375.26-1.el7.x86_64
Error: nvidia-driver-latest-dkms-libs conflicts with 1:xorg-x11-drv-nvidia-gl-375.26-1.el7.x86_64
Error: nvidia-driver-latest-dkms conflicts with 1:xorg-x11-drv-nvidia-375.26-1.el7.x86_64
Error: nvidia-driver-latest-dkms-libs conflicts with 1:xorg-x11-drv-nvidia-libs-375.26-1.el7.x86_64
In this scenario, should I uninstall the current nvidia graphics driver before proceeding with the rest of the CUDA installation?
Thanks!