I try to solve these links but had no luck nvidia-340 driver on Ubuntu 20.04
Asked
Active
Viewed 1,484 times
1 Answers
3
You'll want to first list all current diversions for the libGL.so.1 file like this:
dpkg-divert --list | grep libGL.so.1
If you have a record, then you can rename the offending file:
sudo dpkg-divert --remove /usr/lib/x86_64-linux-gnu/libGL.so.1
From here, you can attempt the installation one more time.
matigo
- 24,752
- 7
- 50
- 79
