That's the error I got when Im trying to install nvidia driver As shown in the picture I have held broken packages. ''' sudo apt autoremove''' didnt help. broken packages are related to different versions of nvidia driver
Asked
Active
Viewed 73 times
1 Answers
0
First we need to do this:
'''sudo dpkg -P $(dpkg -l | grep nvidia-driver | awk '{print $2}')'''
then
'''sudo apt autormove'''
saleh
- 101