[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2022-08-17 Thread Moreau Julien
This happened to me when I upgraded from 20.04 to 22.04 I have had to do this manually as I don't think any of the command lines are correct above. I actually lost my graphic interface in the process. So at black screen I started a new TTY (Ctr alt F2) I have gone to the folder /var/lib/dpkg I

[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2019-04-02 Thread Kasper Svendsen
Hi, I can not get this to work.. The Bug must still be there. Please help or point Me to the right place to get some help on this. I need to gat nvidia driver to work and be able to use a external monitor :) Thanks in advance br. -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2019-02-02 Thread Kasper Svendsen
Hi, How do i find the right locale $x for DK ? I cannot find $x no. Have looked: https://unix.stackexchange.com/questions/111542/what-is-awk-print-10-45-2-3-file1-file2 https://www.shellhacks.com/linux-define-locale-language-settings/ output of $ "locale" is: LANG=da_DK.UTF-8 LANGUAGE=

[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2019-02-02 Thread Yuri Gor
Alexandre Lima's suggestion works, but it needs to be adjusted in case of not an English locale. Try # for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print $3}'); do echo $FILE; done first and choose the correct number for substring `{print $3}` For example for Russian locale it

[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2018-10-16 Thread Kasper Svendsen
Hi, I also have this issue. But have not been able to solve it.. Is a newbie, so please forgive me if I do not provide all info first hand :) Also I do not know where else to ask for help... Have done as suggested, but still same issue. just I use nvidia-340. Using: Kubuntu 18.04 LTS Dell E6410

[Kernel-packages] [Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status

2018-06-14 Thread Alexandre Lima
I had the same problem and I solved with this solution: As rootm run: # for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print $3}'); do dpkg-divert --remove $FILE; done Then: # apt --fix-broken install Font: