Hey all, I can’t seem to install any nvidia drivers after following the process in this forum post
Here is the output of apt install nvidia-driver-410
sudo apt --fix-broken install outputs this
Expand
sudo apt --fix-broken install
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following packages were automatically installed and are no longer required:
libnvidia-common-390 libwayland-client0:i386
libwayland-server0:i386
Use ‘sudo apt autoremove’ to remove them.
The following additional packages will be installed:
libnvidia-gl-410 libnvidia-gl-410:i386
The following NEW packages will be installed:
libnvidia-gl-410 libnvidia-gl-410:i386
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
19 not fully installed or removed.
Need to get 0 B/47.9 MB of archives.
After this operation, 216 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database … 261151 files and directories currently installed.)
Preparing to unpack …/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_i386.deb …
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340
dpkg-divert: error: mismatch on package
when removing ‘diversion of /usr/lib/i386-linux-gnu/libGL.so.1 by libnvidia-gl-410’
found ‘diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340’
dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_i386.deb (–unpack):
new libnvidia-gl-410:i386 package pre-installation script subprocess returned error exit status 2
Preparing to unpack …/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_amd64.deb …
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/x86_64-linux-gnu/libGL.so.1.distrib by nvidia-340
dpkg-divert: error: mismatch on package
when removing ‘diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 by libnvidia-gl-410’
found ‘diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/x86_64-linux-gnu/libGL.so.1.distrib by nvidia-340’
dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_amd64.deb (–unpack):
new libnvidia-gl-410:amd64 package pre-installation script subprocess returned error exit status 2
Errors were encountered while processing:
/var/cache/apt/archives/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_i386.deb
/var/cache/apt/archives/libnvidia-gl-410_410.66-0ubuntu0~gpu18.10.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
How can I fix this issue so I can get proprietary drivers again?
Many thanks!