Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/05/2022, à 12:11

xanmoo

[résolu] Clé gpg Nvidia et ménage dans source.list.d/

Bonjour,

Une mise à jour échoue à cause de la validité d'une clé d'un dépot nvidia:

$ sudo apt update
[sudo] Mot de passe de jeanpat : 
Atteint :1 http://archive.canonical.com/ubuntu focal InRelease
Atteint :2 http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal InRelease                                                                                                                                        
Atteint :3 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                                                 
Réception de :4 http://www.geogebra.net/linux stable InRelease [8690 B]                                                                                                                                          
Réception de :5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease [1581 B]                                                                                                   
Atteint :6 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease                                                                                                        
Atteint :7 http://archive.ubuntu.com/ubuntu focal InRelease                                                                   
Atteint :8 http://archive.ubuntu.com/ubuntu focal-updates InRelease                         
Atteint :9 https://download.sublimetext.com apt/dev/ InRelease                              
Atteint :10 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :11 http://archive.ubuntu.com/ubuntu focal-security InRelease
Err :5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY A4B469963BF863CC
Lecture des listes de paquets... Fait
W: Erreur de GPG : https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY A4B469963BF863CC
E: Le dépôt https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease n'est plus signé
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

Il faut retirer l'ancienne clé:

$ sudo apt-key del 7fa2af80

pour en ajouter une nouvelle. Nvidia recommande de faire:

$ wget https://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb

Je suis sous ubuntu 20.04, donc je tape:

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb

puis:

$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
Sélection du paquet cuda-keyring précédemment désélectionné.
(Lecture de la base de données... 544151 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de cuda-keyring_1.0-1_all.deb ...
Dépaquetage de cuda-keyring (1.0-1) ...
Paramétrage de cuda-keyring (1.0-1) ...

cela semble fonctionner.
ensuite ça à l'air d'être le bazar:

$ sudo apt update
Atteint :1 http://archive.canonical.com/ubuntu focal InRelease
Atteint :2 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                                                 
Atteint :3 http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal InRelease                                                                                                                                        
Réception de :4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease [1581 B]                                                                                                   
Réception de :5 http://www.geogebra.net/linux stable InRelease [8690 B]                                                                                                                                          
Atteint :6 http://archive.ubuntu.com/ubuntu focal InRelease                                                                                                                    
Atteint :7 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease                                                       
Atteint :8 http://archive.ubuntu.com/ubuntu focal-updates InRelease                         
Atteint :9 https://download.sublimetext.com apt/dev/ InRelease                              
Atteint :10 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :11 http://archive.ubuntu.com/ubuntu focal-security InRelease
Réception de :12 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  Packages [540 kB]
550 ko réceptionnés en 2s (272 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
183 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: La cible Packages (Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (fr_FR) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (fr) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (en) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-amd64) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-i386) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-all) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Packages (Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (fr_FR) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (fr) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Translations (en) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-amd64) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-i386) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1
W: La cible Contents-deb (Contents-all) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1

Regardons:

$ ls -l /etc/apt/
total 120
drwxr-xr-x 2 root root  4096 avril 25 09:34 apt.conf.d
drwxr-xr-x 2 root root  4096 mars  14  2019 auth.conf.d
drwxr-xr-x 2 root root  4096 mai   21 11:56 preferences.d
-rw-r--r-- 1 root root  2153 oct.   6  2021 sources.list
drwxr-xr-x 2 root root 12288 mai   21 11:56 sources.list.d
-rw-r--r-- 1 root root  2153 oct.   6  2021 sources.list.save
-rw-r--r-- 1 root root 40868 mai   21 11:45 trusted.gpg
-rw-r--r-- 1 root root 42004 févr.  5 10:44 trusted.gpg~
drwxr-xr-x 2 root root  4096 mai   21 11:44 trusted.gpg.d

et surtout:

$ ls -l /etc/apt/sources.list.d/
total 188
-rw-r--r-- 1 root root  74 oct.   6  2021 bazel.list
-rw-r--r-- 1 root root  74 juil. 21  2021 bazel.list.distUpgrade
-rw-r--r-- 1 root root  73 oct.   6  2021 bazel.list.save
-rw-r--r-- 1 root root   0 juil. 23  2021 brave-browser-release.list
-rw-r--r-- 1 root root  79 juil. 21  2021 brave-browser-release.list.distUpgrade
-rw-r--r-- 1 root root   0 juil. 23  2021 brave-browser-release.list.save
-rw-r--r-- 1 root root  38 juil. 31  2019 cuda-9-2-local.list.distUpgrade
-rw-r--r-- 1 root root  89 oct.  17  2019 cuda-9-2-local.list.save
-rw-r--r-- 1 root root 131 juil. 21  2021 cuda.list.distUpgrade
-rw-r--r-- 1 root root 131 juil. 23  2021 cuda.list.save
-rw-r--r-- 1 root root 139 avril 22 11:51 cuda-ubuntu2004-x86_64.list
-rw-r--r-- 1 root root 217 oct.   6  2021 geogebra.list
-rw-r--r-- 1 root root 219 juil. 21  2021 geogebra.list.distUpgrade
-rw-r--r-- 1 root root 217 oct.   6  2021 geogebra.list.save
-rw-r--r-- 1 root root 284 oct.   6  2021 google-chrome.list
-rw-r--r-- 1 root root 238 juil. 21  2021 google-chrome.list.distUpgrade
-rw-r--r-- 1 root root 284 oct.   6  2021 google-chrome.list.save
-rw-r--r-- 1 root root  74 oct.   6  2021 graphics-drivers-ubuntu-ppa-focal.list
-rw-r--r-- 1 root root  74 oct.   6  2021 graphics-drivers-ubuntu-ppa-focal.list.save
-rw-r--r-- 1 root root 132 oct.   6  2021 libreoffice-ubuntu-ppa-focal.list
-rw-r--r-- 1 root root 134 oct.   6  2021 libreoffice-ubuntu-ppa-focal.list.save
-rw-r--r-- 1 root root  46 juil. 31  2019 nccl-2.2.13-ga-cuda9.2.list.distUpgrade
-rw-r--r-- 1 root root  97 oct.  17  2019 nccl-2.2.13-ga-cuda9.2.list.save
-rw-r--r-- 1 root root   0 juil. 23  2021 neurodebian.sources.list
-rw-r--r-- 1 root root 260 juil. 21  2021 neurodebian.sources.list.distUpgrade
-rw-r--r-- 1 root root   0 juil. 23  2021 neurodebian.sources.list.save
-rw-r--r-- 1 root root  90 avril 15  2019 nordvpn.list
-rw-r--r-- 1 root root  66 juil. 31  2019 nv-tensorrt-cuda9.2-ga-trt4.0.1.6-20180612.list.distUpgrade
-rw-r--r-- 1 root root 117 oct.  17  2019 nv-tensorrt-cuda9.2-ga-trt4.0.1.6-20180612.list.save
-rw-r--r-- 1 root root 174 oct.   6  2021 openproject.list
-rw-r--r-- 1 root root 124 juil. 21  2021 openproject.list.distUpgrade
-rw-r--r-- 1 root root 174 oct.   6  2021 openproject.list.save
-rw-r--r-- 1 root root  93 oct.   6  2021 playonlinux.list
-rw-r--r-- 1 root root  44 juil. 21  2021 playonlinux.list.distUpgrade
-rw-r--r-- 1 root root  93 oct.   6  2021 playonlinux.list.save
-rw-r--r-- 1 root root 106 oct.   6  2021 skype-stable.list
-rw-r--r-- 1 root root  56 juil. 21  2021 skype-stable.list.distUpgrade
-rw-r--r-- 1 root root 106 oct.   6  2021 skype-stable.list.save
-rw-r--r-- 1 root root 243 oct.   6  2021 slack.list
-rw-r--r-- 1 root root 193 juil. 21  2021 slack.list.distUpgrade
-rw-r--r-- 1 root root 243 oct.   6  2021 slack.list.save
-rw-r--r-- 1 root root  71 oct.   6  2021 steam.list
-rw-r--r-- 1 root root 369 juil. 21  2021 steam.list.distUpgrade
-rw-r--r-- 1 root root  71 oct.   6  2021 steam.list.save
-rw-r--r-- 1 root root  47 avril 26 13:47 sublime-text.list
-rw-r--r-- 1 root root  50 juil. 21  2021 sublime-text.list.distUpgrade
-rw-r--r-- 1 root root 100 oct.   6  2021 sublime-text.list.save
-rw-r--r-- 1 root root 246 oct.   6  2021 teams.list
-rw-r--r-- 1 root root 196 juil. 21  2021 teams.list.distUpgrade
-rw-r--r-- 1 root root 246 oct.   6  2021 teams.list.save
-rw-r--r-- 1 root root  53 janv. 28  2019 zulip.list.save

houla, ça fait un moment que je n'ai pas mis le nez la dedans. Si on regarde dans le repo qui vient d'être ajouté (sauf erreur), on a:

$ vim /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list
deb [signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

Comment faire un peu de ménage?

Merci

Dernière modification par xanmoo (Le 24/08/2022, à 22:34)


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#2 Le 21/05/2022, à 12:25

ylag

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Bonjour,

Les messages d'avertissements :

W: La cible Contents-deb (Contents-all) est spécifiée plusieurs fois dans /etc/apt/sources.list:45 et /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1

...disent que le contenu du fichier /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list se retrouverait aussi à la ligne #45 de ton fichier /etc/apt/sources.list, faisant ainsi doublon.

Il te faudrait soit supprimer ou commenter cette ligne dans le fichier /etc/apt/sources.list

A+

Dernière modification par ylag (Le 21/05/2022, à 12:25)

Hors ligne

#3 Le 21/05/2022, à 12:26

xubu1957

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Bonjour,

Montre le sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

et d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#4 Le 22/08/2022, à 11:36

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Bonjour et mille excuses de ne pas avoir répondu à un fil que j'avais ouvert. :~\

Le source.list donne:

$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.d/neurodebian.sources.list.save


	/etc/apt/sources.list.d/sublime-text.list.save


	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list.save


	/etc/apt/sources.list.d/cuda-9-2-local.list.save


	/etc/apt/sources.list.d/teams.list.distUpgrade


	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list

     1	deb [signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

	/etc/apt/sources.list.d/playonlinux.list

     1	# deb http://deb.playonlinux.com/ focal main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/nv-tensorrt-cuda9.2-ga-trt4.0.1.6-20180612.list.save


	/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list

     1	deb [signed-by=/usr/share/keyrings/cudnn-local-E3EC4A60-keyring.gpg] file:///var/cudnn-local-repo-ubuntu2004-8.4.1.50 /

	/etc/apt/sources.list.d/nordvpn.list

     1	#
     2	# NordVPN releases, stable
     3	#
     4	deb https://repo.nordvpn.com/deb/nordvpn/debian stable main

	/etc/apt/sources.list.d/playonlinux.list.save


	/etc/apt/sources.list.d/skype-stable.list.distUpgrade


	/etc/apt/sources.list.d/skype-stable.list.save


	/etc/apt/sources.list.d/cuda-9-2-local.list.distUpgrade


	/etc/apt/sources.list.d/cuda.list.distUpgrade


	/etc/apt/sources.list.d/bazel.list

     1	# deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8

	/etc/apt/sources.list.d/neurodebian.sources.list.distUpgrade


	/etc/apt/sources.list.d/steam.list.save


	/etc/apt/sources.list.d/sublime-text.list

     1	deb https://download.sublimetext.com/ apt/dev/

	/etc/apt/sources.list.d/google-chrome.list.save


	/etc/apt/sources.list.d/nv-tensorrt-cuda9.2-ga-trt4.0.1.6-20180612.list.distUpgrade


	/etc/apt/sources.list.d/nccl-2.2.13-ga-cuda9.2.list.save


	/etc/apt/sources.list.d/geogebra.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb http://www.geogebra.net/linux/ stable main # désactivé pour la mise à niveau vers bionic

	/etc/apt/sources.list.d/geogebra.list.distUpgrade


	/etc/apt/sources.list.d/steam.list

     1	
     2	# Uncomment these lines to try the beta version of the Steam launcher

	/etc/apt/sources.list.d/cuda.list.save


	/etc/apt/sources.list.d/slack.list.distUpgrade


	/etc/apt/sources.list.d/nordvpn.list.save


	/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/bazel.list.distUpgrade


	/etc/apt/sources.list.d/brave-browser-release.list.distUpgrade


	/etc/apt/sources.list.d/geogebra.list.save


	/etc/apt/sources.list.d/neurodebian.sources.list


	/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers bionic désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/nccl-2.2.13-ga-cuda9.2.list.distUpgrade


	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list.save


	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list

     1	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main

	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list

     1	deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main

	/etc/apt/sources.list.d/slack.list.save


	/etc/apt/sources.list.d/slack.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/teams.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/playonlinux.list.distUpgrade


	/etc/apt/sources.list.d/sublime-text.list.distUpgrade


	/etc/apt/sources.list.d/google-chrome.list.distUpgrade


	/etc/apt/sources.list.d/brave-browser-release.list


	/etc/apt/sources.list.d/teams.list.save


	/etc/apt/sources.list.d/bazel.list.save


	/etc/apt/sources.list.d/openproject.list.save


	/etc/apt/sources.list.d/openproject.list.distUpgrade


	/etc/apt/sources.list.d/zulip.list.save


	/etc/apt/sources.list.d/brave-browser-release.list.save


	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list.save


	/etc/apt/sources.list.d/steam.list.distUpgrade


	/etc/apt/sources.list.d/openproject.list

     1	# This file was generated by dl.packager.io
     2	
     3	# deb https://dl.packager.io/srv/deb/opf/openproject/stable/11/ubuntu 18.04 main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	
     2	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     3	# newer versions of the distribution.
     4	deb http://archive.ubuntu.com/ubuntu focal main restricted
     5	
     6	## Major bug fix updates produced after the final release of the
     7	## distribution.
     8	deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
     9	
    10	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    11	## team. Also, please note that software in universe WILL NOT receive any
    12	## review or updates from the Ubuntu security team.
    13	deb http://archive.ubuntu.com/ubuntu focal universe
    14	deb http://archive.ubuntu.com/ubuntu focal-updates universe
    15	
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://archive.ubuntu.com/ubuntu focal multiverse
    23	deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
    24	
    25	
    26	## N.B. software from this repository may not have been tested as
    27	## extensively as that contained in the main release, although it includes
    28	## newer versions of some applications which may provide useful features.
    29	## Also, please note that software in backports WILL NOT receive any review
    30	## or updates from the Ubuntu security team.
    31	deb http://archive.ubuntu.com/ubuntu focal-backports main universe multiverse restricted
    32	
    33	
    34	## Uncomment the following two lines to add software from Canonical's
    35	## 'partner' repository.
    36	## This software is not part of Ubuntu, but is offered by Canonical and the
    37	## respective vendors as a service to Ubuntu users.
    38	deb http://archive.canonical.com/ubuntu focal partner
    39	
    40	deb http://archive.ubuntu.com/ubuntu focal-security main restricted
    41	deb http://archive.ubuntu.com/ubuntu focal-security universe
    42	deb http://archive.ubuntu.com/ubuntu focal-security multiverse
    43	
    44	## Depôt cuda
    45	#deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
    46	# deb-src https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

Quant à la deuxième commande, je n'ai pas l'impression qu'il y ait des paquets cassés. Par contre il faut que je fasse le menage dans les noyaux:

$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                                       Architecture Description
+++-==========================================-=============================================-============-========================================================================================
rc  account-plugin-flickr                      0.12+16.04.20160126-0ubuntu1                  all          GNOME Control Center account plugin for single signon - flickr
rc  account-plugin-google                      0.12+16.04.20160126-0ubuntu1                  all          GNOME Control Center account plugin for single signon
rc  anbox-modules-dkms                         13                                            all          Android kernel driver (binder, ashmem) in DKMS format.
rc  appimagelauncher                           2.2.0-travis995~0f91801+bionic                amd64        AppImageLauncher built using CMake
rc  appmenu-qt5                                0.3.0+16.04.20170216-0ubuntu1                 amd64        application menu for Qt5
rc  asymptote                                  2.44-1~16.04.york0                            amd64        script-based vector graphics language inspired by MetaPost
rc  auto-multiple-choice-common                1.5.0~rc2+git20210220-1~bionic1               all          Auto Multiple Choice - architecture independent files
rc  breeze-icon-theme                          4:5.44.0-0ubuntu1                             all          Default Plasma icon theme.
rc  bridge-utils                               1.6-2ubuntu1                                  amd64        Utilities for configuring the Linux Ethernet bridge
rc  btrfs-progs                                5.4.1-2                                       amd64        Checksumming Copy on Write Filesystem utilities
rc  calligra-data                              1:2.9.7-0ubuntu12                             all          common shared data for the Calligra Suite
rc  code-aster-gui                             1.13.1-2                                      all          Graphical user interface for Code_Aster - client
rc  code-aster-run                             1.13.1-2                                      all          Graphical user interface for Code_Aster - server
rc  cuda-toolkit-11-4                          11.4.4-1                                      amd64        CUDA Toolkit 11.4 meta-package
rc  cuda-visual-tools-11-4                     11.4.4-1                                      amd64        CUDA visual tools
rc  docbook-xsl                                1.79.1+dfsg-2                                 all          stylesheets for processing DocBook XML to various output formats
rc  fonts-noto-hinted                          20200323-1build1~ubuntu20.04.1                all          obsolete metapackage to pull in a subset of Noto fonts
rc  fonts-unfonts-core                         1:1.0.2-080608-14                             all          Un series Korean TrueType fonts
rc  fonts-wqy-microhei                         0.2.0-beta-3                                  all          Sans-serif style CJK font derived from Droid
rc  freepats                                   20060219-1                                    all          Free patch set for MIDI audio synthesis
rc  gksu                                       2.0.2-9ubuntu1                                amd64        graphical front-end to su and sudo
rc  gmic                                       1:2.8.4+om-0ubu18.04.1.6~ppa                  amd64        GREYC's Magic for Image Computing
rc  gnuplot5-qt                                5.0.3+dfsg2-1                                 amd64        Command-line driven interactive plotting program. QT-package
rc  gnustep-base-runtime                       1.26.0-7                                      amd64        GNUstep Base library - daemons and tools
rc  gnustep-common                             2.7.0-4                                       amd64        Common files for the core GNUstep environment
rc  golang-go                                  2:1.10~4ubuntu1                               amd64        Go programming language compiler, linker, compiled stdlib
rc  groovy                                     2.4.16-1ubuntu1~18.04.1                       all          Agile dynamic language for the Java Virtual Machine
rc  groovy2                                    2.4.5-1                                       all          Agile dynamic language for the Java Virtual Machine
rc  gtk3-nocsd                                 3-1ubuntu1                                    all          Disable Gtk+ 3 client side decorations (CSD)
rc  icedtea-netx-common                        1.8-0ubuntu8~18.04                            all          NetX - implementation of the Java Network Launching Protocol (JNLP)
rc  idle-python3.5                             3.5.2-2ubuntu0~16.04.5                        all          IDE for Python (v3.5) using Tkinter
rc  idle-python3.6                             3.6.9-1~18.04ubuntu1.4                        all          IDE for Python (v3.6) using Tkinter
rc  initscripts                                2.88dsf-59.3ubuntu2                           amd64        scripts for initializing and shutting down the system
rc  insserv                                    1.14.0-5ubuntu3                               amd64        boot sequence organizer using LSB init.d script dependency information
rc  kde-runtime                                4:17.08.3-0ubuntu1                            amd64        runtime components from the official KDE release
rc  kde-runtime-data                           4:17.08.3-0ubuntu1                            all          shared data files for the KDE base runtime module
rc  kdelibs5-data                              4:4.14.38-0ubuntu3                            all          core shared data for all KDE Applications
rc  kerneloops-daemon                          0.12+git20140509-2ubuntu1                     amd64        kernel oops tracker
rc  kio                                        5.44.0-0ubuntu1                               amd64        Resource and network access abstraction
rc  kwayland-data                              4:5.44.0-0ubuntu1                             all          Qt library wrapper for Wayland libraries - data files
rc  latexmk                                    1:4.41-1                                      all          Perl script for running LaTeX the correct number of times
rc  libakonadi-kde4                            4:4.14.10-1ubuntu2                            amd64        library for using the Akonadi PIM data server
rc  libapache2-mod-php7.2                      7.2.24-0ubuntu0.18.04.8                       amd64        server-side, HTML-embedded scripting language (Apache 2 module)
rc  libattica0.4:amd64                         0.4.2-2                                       amd64        Qt library that implements the Open Collaboration Services API
rc  libblkid-dev:amd64                         2.34-0.1ubuntu9.1                             amd64        block device ID library - headers and static libraries
rc  libbonobo2-0:amd64                         2.32.1-3                                      amd64        Bonobo CORBA interfaces library
rc  libbonobo2-common                          2.32.1-3                                      all          Bonobo CORBA interfaces library -- support files
rc  libc6-i386                                 2.31-0ubuntu9.2                               amd64        GNU C Library: 32-bit shared libraries for AMD64
rc  libcauchy0.0v5                             0.9.0-0ubuntu2                                amd64        library for transforming Matlab/Octave files to C++
rc  libcgal-dev:amd64                          5.0.2-3                                       amd64        C++ library for computational geometry (development files)
rc  libcneartree5:amd64                        3.1.1-2.1                                     amd64        Library for solving the Nearest Neighbor Problem
rc  libcufile-11-4                             1.0.2.10-1                                    amd64        Library for GPU Direct Storage with CUDA 11.4
rc  libdirectfb-1.2-9:amd64                    1.2.10.0-5.1                                  amd64        direct frame buffer graphics - shared libraries
rc  libdouble-conversion1v5:amd64              2.0.1-3ubuntu2                                amd64        routines to convert IEEE floats to and from strings
rc  libexo-common                              0.12.11-1ubuntu1.20.04.1                      all          libexo common files
rc  libgarcon-common                           0.6.4-1                                       all          common files for libgarcon menu implementation
rc  libgcj-common                              1:4.9.3-9ubuntu1                              all          Java runtime library (common files)
rc  libgcj16:amd64                             5.4.0-6ubuntu1~16.04.11                       amd64        Java runtime library for use with gcj
rc  libgdbm3:amd64                             1.8.3-13.1                                    amd64        GNU dbm database routines (runtime version)
rc  libgksu2-0                                 2.0.13~pre1-6ubuntu8                          amd64        library providing su and sudo functionality
rc  libgl2ps0                                  1.3.8-1.2                                     amd64        Lib providing high quality vector output for OpenGL application
rc  libgnome-keyring0:amd64                    3.12.0-1build1                                amd64        GNOME keyring services library
rc  libgnome2-common                           2.32.1-6                                      all          Deprecated GNOME 2 library - common files
rc  libgnomevfs2-common                        1:2.24.4-6.1ubuntu2                           amd64        GNOME Virtual File System (common files)
rc  libgstreamer0.10-0:amd64                   0.10.36-1.5ubuntu1                            amd64        Core GStreamer libraries and elements
rc  libhttp-parser2.1:amd64                    2.1-2                                         amd64        parser for HTTP messages written in C
rc  libhybris                                  0.1.0+git20151016+6d424c9-0ubuntu7            amd64        Allows to run bionic-based HW adaptations in glibc systems - libs
rc  libiscsi2:amd64                            1.12.0-2                                      amd64        iSCSI client shared library
rc  libjson-c2:amd64                           0.11-4ubuntu2                                 amd64        JSON manipulation library - shared library
rc  libjson-c2:i386                            0.11-4ubuntu2                                 i386         JSON manipulation library - shared library
rc  libkabc4                                   4:4.14.10-1ubuntu2                            amd64        library for handling address book data
rc  libkcalcore4                               4:4.14.10-1ubuntu2                            amd64        library for handling calendar data
rc  libkf5archive5:amd64                       5.44.0-0ubuntu1                               amd64        Qt 5 addon providing access to numerous types of archives
rc  libkf5attica5:amd64                        5.44.0-0ubuntu1                               amd64        Qt library that implements the Open Collaboration Services API
rc  libkf5auth-data                            5.44.0-0ubuntu1                               all          Abstraction to system policy and authentication features
rc  libkf5codecs-data                          5.44.0-0ubuntu1                               all          collection of methods to manipulate strings
rc  libkf5configwidgets-data                   5.44.0-0ubuntu1                               all          Extra widgets for easier configuration support.
rc  libkf5crash5:amd64                         5.44.0-0ubuntu1                               amd64        Support for application crash analysis and bug report from apps
rc  libkf5dbusaddons-data                      5.44.0-0ubuntu1                               all          class library for qtdbus
rc  libkf5globalaccel5:amd64                   5.44.0-0ubuntu1                               amd64        Configurable global shortcut support.
rc  libkf5jobwidgets-data                      5.44.0-0ubuntu1                               all          Widgets for tracking KJob instances
rc  libkf5package-data                         5.44.0-0ubuntu1                               all          non-binary asset management framework
rc  libkf5service-data                         5.44.0-0ubuntu1                               all          Advanced plugin and service introspection
rc  libkf5sonnet5-data                         5.44.0-0ubuntu1                               all          spell checking library for Qt, data files
rc  libkf5wallet-data                          5.44.0-0ubuntu1                               all          Secure and unified container for user passwords.
rc  libkf5xmlgui-data                          5.44.0-0ubuntu2                               all          User configurable main windows.
rc  libkldap4                                  4:4.14.10-1ubuntu2                            amd64        library for accessing LDAP
rc  libkresources4                             4:4.14.10-1ubuntu2                            amd64        KDE Resource framework library
rc  liblxc-common                              1:4.0.6-0ubuntu1~20.04.1                      amd64        Linux Containers userspace tools (common tools)
rc  libm2mml0.0v5                              0.9.0-0ubuntu2                                amd64        library for transforming Matlab/Octave files to C++
rc  libngraph0                                 6.08.00-1.1build1                             amd64        library to create scientific 2-dimensional graphs
rc  libnss-myhostname:amd64                    245.4-4ubuntu3.10                             amd64        nss module providing fallback resolution for the current hostname
rc  libntrack-qt4-1                            016-1.3                                       amd64        Qt 4 API for ntrack
rc  libntrack0                                 016-1.3                                       amd64        lightweight connectivity tracking library
rc  libnvidia-compute-390:i386                 390.116-0ubuntu0.18.04.1                      i386         NVIDIA libcompute package
rc  libnvidia-compute-460:amd64                460.91.03-0ubuntu0.20.04.1                    amd64        NVIDIA libcompute package
rc  libnvidia-compute-460-server:amd64         460.91.03-0ubuntu0.20.04.1                    amd64        NVIDIA libcompute package
rc  libnvidia-compute-470:amd64                470.129.06-0ubuntu1                           amd64        NVIDIA libcompute package
rc  libobasis6.2-core                          6.2.2.2-2                                     amd64        Core module for LibreOffice 6.2 .2.2
rc  libobasis6.3-core                          6.3.3.2-2                                     amd64        Core module for LibreOffice 6.3 .3.2
rc  libopenjpeg5:amd64                         1:1.5.2-3.1                                   amd64        JPEG 2000 image compression/decompression library - runtime
rc  libpam-cgfs                                1:4.0.6-0ubuntu1~20.04.1                      amd64        PAM module for managing cgroups for LXC
rc  libperl5.22:amd64                          5.22.1-9ubuntu0.6                             amd64        shared Perl library
rc  libpython3.6-minimal:amd64                 3.6.9-1~18.04ubuntu1.4                        amd64        Minimal subset of the Python language (version 3.6)
rc  libqjson0:amd64                            0.8.1-3                                       amd64        Qt-based library that maps JSON data to QVariant objects
rc  libqmi-glib1:amd64                         1.12.6-1                                      amd64        Support library to use the Qualcomm MSM Interface (QMI) protocol
rc  libqtcore4:amd64                           4:4.8.7+dfsg-7ubuntu1                         amd64        Qt 4 core module
rc  libquvi7:amd64                             0.4.1-3                                       amd64        library for parsing video download links (runtime libraries)
rc  libschroedinger-1.0-0:amd64                1.0.11-2.1build1                              amd64        library for encoding/decoding of Dirac video streams
rc  libsensors4:amd64                          1:3.4.0-4                                     amd64        library to read temperature/voltage/fan sensors
rc  libsensors4:i386                           1:3.4.0-4                                     i386         library to read temperature/voltage/fan sensors
rc  libsfml-audio2.3v5:amd64                   2.3.2+dfsg-1                                  amd64        Simple and Fast Multimedia Library - Audio part
rc  libsfml-graphics2.3v5:amd64                2.3.2+dfsg-1                                  amd64        Simple and Fast Multimedia Library - Graphics part
rc  libsfml-system2.3v5:amd64                  2.3.2+dfsg-1                                  amd64        Simple and Fast Multimedia Library - System part
rc  libsfml-window2.3v5:amd64                  2.3.2+dfsg-1                                  amd64        Simple and Fast Multimedia Library - Window part
rc  libsidplay2v5                              2.1.1-14ubuntu2                               amd64        SID (MOS 6581) emulation library
rc  libsm6:i386                                2:1.2.2-1                                     i386         X11 Session Management library
rc  libspnav0                                  0.2.3-1                                       amd64        Library to access 3D-input-devices (development files)
rc  libssl1.0.0:i386                           1.0.2n-1ubuntu5.3                             i386         Secure Sockets Layer toolkit - shared libraries
rc  libsuperlu4:amd64                          4.3+dfsg-3                                    amd64        Direct solution of large, sparse systems of linear equations
rc  libtidy-0.99-0                             20091223cvs-1.5                               amd64        HTML syntax checker and reformatter - library
rc  libtxc-dxtn-s2tc0:amd64                    0~git20131104-1.1                             amd64        Texture compression library for Mesa
rc  libtxc-dxtn-s2tc0:i386                     0~git20131104-1.1                             i386         Texture compression library for Mesa
rc  libunique-3.0-0                            3.0.2-2ubuntu1                                amd64        Library for writing single instance applications - shared libraries
rc  libunistring0:amd64                        0.9.3-5.2ubuntu1                              amd64        Unicode string library for C
rc  libvlccore8                                2.2.2-5ubuntu0.16.04.4                        amd64        base library for VLC and its modules
rc  libwebrtc-audio-processing-0:amd64         0.1-3ubuntu1~gcc5.1                           amd64        AudioProcessing module from the WebRTC project.
rc  libwildmidi-config                         0.4.3-1                                       all          software MIDI player configuration
rc  libwildmidi1:amd64                         0.3.8-2                                       amd64        software MIDI player library
rc  libyaml-cpp0.3v5:amd64                     0.3.0-1.2                                     amd64        YAML parser and emitter for C++ (0.3 series)
rc  linux-image-4.15.0-101-generic             4.15.0-101.102                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-106-generic             4.15.0-106.107                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-108-generic             4.15.0-108.109                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-109-generic             4.15.0-109.110                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-45-generic              4.15.0-45.48~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-46-generic              4.15.0-46.49~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-47-generic              4.15.0-47.50~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-48-generic              4.15.0-48.51~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-50-generic              4.15.0-50.54~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-51-generic              4.15.0-51.55~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-52-generic              4.15.0-52.56~16.04.1                          amd64        Signed kernel image generic
rc  linux-image-4.15.0-54-generic              4.15.0-54.58                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-55-generic              4.15.0-55.60                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-58-generic              4.15.0-58.64                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-60-generic              4.15.0-60.67                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-62-generic              4.15.0-62.69                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-64-generic              4.15.0-64.73                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-65-generic              4.15.0-65.74                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-66-generic              4.15.0-66.75                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-69-generic              4.15.0-69.78                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-70-generic              4.15.0-70.79                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-72-generic              4.15.0-72.81                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-74-generic              4.15.0-74.84                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-76-generic              4.15.0-76.86                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-88-generic              4.15.0-88.88                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-91-generic              4.15.0-91.92                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-96-generic              4.15.0-96.97                                  amd64        Signed kernel image generic
rc  linux-image-4.15.0-99-generic              4.15.0-99.100                                 amd64        Signed kernel image generic
rc  linux-image-5.0.0-25-generic               5.0.0-25.26~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-27-generic               5.0.0-27.28~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-29-generic               5.0.0-29.31~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-31-generic               5.0.0-31.33~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-32-generic               5.0.0-32.34~18.04.2                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-35-generic               5.0.0-35.38~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-36-generic               5.0.0-36.39~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.0.0-37-generic               5.0.0-37.40~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-26-generic               5.3.0-26.28~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-28-generic               5.3.0-28.30~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-40-generic               5.3.0-40.32~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-42-generic               5.3.0-42.34~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-45-generic               5.3.0-45.37~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-46-generic               5.3.0-46.38~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-51-generic               5.3.0-51.44~18.04.2                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-53-generic               5.3.0-53.47~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-59-generic               5.3.0-59.53~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-61-generic               5.3.0-61.55~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.3.0-62-generic               5.3.0-62.56~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-100-generic              5.4.0-100.113                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-104-generic              5.4.0-104.118                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-105-generic              5.4.0-105.119                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-107-generic              5.4.0-107.121                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-109-generic              5.4.0-109.123                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-117-generic              5.4.0-117.132                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-120-generic              5.4.0-120.136                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-42-generic               5.4.0-42.46~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-45-generic               5.4.0-45.49~18.04.2                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-47-generic               5.4.0-47.51~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-48-generic               5.4.0-48.52~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-51-generic               5.4.0-51.56~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-52-generic               5.4.0-52.57~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-53-generic               5.4.0-53.59~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-60-generic               5.4.0-60.67~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-62-generic               5.4.0-62.70~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-65-generic               5.4.0-65.73~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-71-generic               5.4.0-71.79~18.04.1                           amd64        Signed kernel image generic
rc  linux-image-5.4.0-72-generic               5.4.0-72.80                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-73-generic               5.4.0-73.82                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-80-generic               5.4.0-80.90                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-81-generic               5.4.0-81.91                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-84-generic               5.4.0-84.94                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-86-generic               5.4.0-86.97                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-88-generic               5.4.0-88.99                                   amd64        Signed kernel image generic
rc  linux-image-5.4.0-89-generic               5.4.0-89.100                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-90-generic               5.4.0-90.101                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-91-generic               5.4.0-91.102                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-92-generic               5.4.0-92.103                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-94-generic               5.4.0-94.106                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-96-generic               5.4.0-96.109                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-97-generic               5.4.0-97.110                                  amd64        Signed kernel image generic
rc  linux-image-5.4.0-99-generic               5.4.0-99.112                                  amd64        Signed kernel image generic
rc  linux-image-unsigned-5.4.0-74-generic      5.4.0-74.83                                   amd64        Linux kernel image for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-101-generic           4.15.0-101.102                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-106-generic           4.15.0-106.107                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-108-generic           4.15.0-108.109                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-109-generic           4.15.0-109.110                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-45-generic            4.15.0-45.48~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-46-generic            4.15.0-46.49~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-47-generic            4.15.0-47.50~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-48-generic            4.15.0-48.51~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-50-generic            4.15.0-50.54~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-51-generic            4.15.0-51.55~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-52-generic            4.15.0-52.56~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-54-generic            4.15.0-54.58                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-55-generic            4.15.0-55.60                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-58-generic            4.15.0-58.64                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-60-generic            4.15.0-60.67                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-62-generic            4.15.0-62.69                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-64-generic            4.15.0-64.73                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-65-generic            4.15.0-65.74                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-66-generic            4.15.0-66.75                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-69-generic            4.15.0-69.78                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-70-generic            4.15.0-70.79                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-72-generic            4.15.0-72.81                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-74-generic            4.15.0-74.84                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-76-generic            4.15.0-76.86                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-88-generic            4.15.0-88.88                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-91-generic            4.15.0-91.92                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-96-generic            4.15.0-96.97                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-99-generic            4.15.0-99.100                                 amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-25-generic             5.0.0-25.26~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-27-generic             5.0.0-27.28~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-29-generic             5.0.0-29.31~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-31-generic             5.0.0-31.33~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-32-generic             5.0.0-32.34~18.04.2                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-35-generic             5.0.0-35.38~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-36-generic             5.0.0-36.39~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-37-generic             5.0.0-37.40~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-26-generic             5.3.0-26.28~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-28-generic             5.3.0-28.30~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-40-generic             5.3.0-40.32~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-42-generic             5.3.0-42.34~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-45-generic             5.3.0-45.37~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-46-generic             5.3.0-46.38~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-51-generic             5.3.0-51.44~18.04.2                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-53-generic             5.3.0-53.47~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-59-generic             5.3.0-59.53~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-61-generic             5.3.0-61.55~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-62-generic             5.3.0-62.56~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-100-generic            5.4.0-100.113                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-104-generic            5.4.0-104.118                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-105-generic            5.4.0-105.119                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-107-generic            5.4.0-107.121                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-109-generic            5.4.0-109.123                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-117-generic            5.4.0-117.132                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-120-generic            5.4.0-120.136                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-42-generic             5.4.0-42.46~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-45-generic             5.4.0-45.49~18.04.2                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-47-generic             5.4.0-47.51~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-48-generic             5.4.0-48.52~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-51-generic             5.4.0-51.56~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-52-generic             5.4.0-52.57~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-53-generic             5.4.0-53.59~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-60-generic             5.4.0-60.67~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-62-generic             5.4.0-62.70~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-65-generic             5.4.0-65.73~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-71-generic             5.4.0-71.79~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-72-generic             5.4.0-72.80                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-73-generic             5.4.0-73.82                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-74-generic             5.4.0-74.83                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-80-generic             5.4.0-80.90                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-81-generic             5.4.0-81.91                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-84-generic             5.4.0-84.94                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-86-generic             5.4.0-86.97                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-88-generic             5.4.0-88.99                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-89-generic             5.4.0-89.100                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-90-generic             5.4.0-90.101                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-91-generic             5.4.0-91.102                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-92-generic             5.4.0-92.103                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-94-generic             5.4.0-94.106                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-96-generic             5.4.0-96.109                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-97-generic             5.4.0-97.110                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-99-generic             5.4.0-99.112                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-101-generic     4.15.0-101.102                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-106-generic     4.15.0-106.107                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-108-generic     4.15.0-108.109                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-109-generic     4.15.0-109.110                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-45-generic      4.15.0-45.48~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-46-generic      4.15.0-46.49~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-47-generic      4.15.0-47.50~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-48-generic      4.15.0-48.51~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-50-generic      4.15.0-50.54~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-51-generic      4.15.0-51.55~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-52-generic      4.15.0-52.56~16.04.1                          amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-54-generic      4.15.0-54.58                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-55-generic      4.15.0-55.60                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-58-generic      4.15.0-58.64                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-60-generic      4.15.0-60.67                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-62-generic      4.15.0-62.69                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-64-generic      4.15.0-64.73                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-65-generic      4.15.0-65.74                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-66-generic      4.15.0-66.75                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-69-generic      4.15.0-69.78                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-70-generic      4.15.0-70.79                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-72-generic      4.15.0-72.81                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-74-generic      4.15.0-74.84                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-76-generic      4.15.0-76.86                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-88-generic      4.15.0-88.88                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-91-generic      4.15.0-91.92                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-96-generic      4.15.0-96.97                                  amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-99-generic      4.15.0-99.100                                 amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-25-generic       5.0.0-25.26~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-27-generic       5.0.0-27.28~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-29-generic       5.0.0-29.31~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-31-generic       5.0.0-31.33~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-32-generic       5.0.0-32.34~18.04.2                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-35-generic       5.0.0-35.38~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-36-generic       5.0.0-36.39~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-37-generic       5.0.0-37.40~18.04.1                           amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-26-generic       5.3.0-26.28~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-28-generic       5.3.0-28.30~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-40-generic       5.3.0-40.32~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-42-generic       5.3.0-42.34~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-45-generic       5.3.0-45.37~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-46-generic       5.3.0-46.38~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-51-generic       5.3.0-51.44~18.04.2                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-53-generic       5.3.0-53.47~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-59-generic       5.3.0-59.53~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-61-generic       5.3.0-61.55~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-62-generic       5.3.0-62.56~18.04.1                           amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-100-generic      5.4.0-100.113                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-104-generic      5.4.0-104.118                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-105-generic      5.4.0-105.119                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-107-generic      5.4.0-107.121                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-109-generic      5.4.0-109.123                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-117-generic      5.4.0-117.132                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-120-generic      5.4.0-120.136                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-42-generic       5.4.0-42.46~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-45-generic       5.4.0-45.49~18.04.2                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-47-generic       5.4.0-47.51~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-48-generic       5.4.0-48.52~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-51-generic       5.4.0-51.56~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-52-generic       5.4.0-52.57~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-53-generic       5.4.0-53.59~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-60-generic       5.4.0-60.67~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-62-generic       5.4.0-62.70~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-65-generic       5.4.0-65.73~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-71-generic       5.4.0-71.79~18.04.1                           amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-72-generic       5.4.0-72.80                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-73-generic       5.4.0-73.82                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-74-generic       5.4.0-74.83                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-77-generic       5.4.0-77.86                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-80-generic       5.4.0-80.90                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-81-generic       5.4.0-81.91                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-84-generic       5.4.0-84.94                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-86-generic       5.4.0-86.97                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-88-generic       5.4.0-88.99                                   amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-89-generic       5.4.0-89.100                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-90-generic       5.4.0-90.101                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-91-generic       5.4.0-91.102                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-92-generic       5.4.0-92.103                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-94-generic       5.4.0-94.106                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-96-generic       5.4.0-96.109                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-97-generic       5.4.0-97.110                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-99-generic       5.4.0-99.112                                  amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  lxc-utils                                  1:4.0.6-0ubuntu1~20.04.1                      amd64        Linux Containers userspace tools
rc  lxcfs                                      4.0.3-0ubuntu1                                amd64        FUSE based filesystem for LXC
rc  menu                                       2.1.47ubuntu2.1                               amd64        generates programs menu for all menu-aware applications
rc  mountall                                   2.54ubuntu1                                   amd64        filesystem mounting tool
rc  mysql-server-5.7                           5.7.34-0ubuntu0.18.04.1                       amd64        MySQL database server binaries and system database setup
rc  ngraph-gtk                                 6.08.00-1.1build1                             amd64        create scientific 2-dimensional graphs
rc  ntrack-module-libnl-0                      016-1.3                                       amd64        libnl based ntrack module
rc  nvidia-compute-utils-470                   470.129.06-0ubuntu1                           amd64        NVIDIA compute utilities
rc  nvidia-dkms-470                            470.129.06-0ubuntu1                           amd64        NVIDIA DKMS package
rc  nvidia-kernel-common-470                   470.129.06-0ubuntu1                           amd64        Shared files used with the kernel module
rc  oxygen-icon-theme                          5:5.44.0-0ubuntu1                             all          Oxygen icon theme
rc  phonon:amd64                               4:4.10.0-2                                    amd64        multimedia framework from KDE using Qt 4 - metapackage
rc  phonon4qt5:amd64                           4:4.10.0-2                                    amd64        multimedia framework from KDE using Qt 5 - metapackage
rc  php7.0-cli                                 7.0.33-0ubuntu0.16.04.5                       amd64        command-line interpreter for the PHP scripting language
rc  php7.0-common                              7.0.33-0ubuntu0.16.04.5                       amd64        documentation, examples and common module for PHP
rc  php7.0-gd                                  7.0.33-0ubuntu0.16.04.5                       amd64        GD module for PHP
rc  php7.0-json                                7.0.33-0ubuntu0.16.04.5                       amd64        JSON module for PHP
rc  php7.0-opcache                             7.0.33-0ubuntu0.16.04.5                       amd64        Zend OpCache module for PHP
rc  php7.0-readline                            7.0.33-0ubuntu0.16.04.5                       amd64        readline module for PHP
rc  php7.0-xml                                 7.0.33-0ubuntu0.16.04.5                       amd64        DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc  php7.2-cli                                 7.2.24-0ubuntu0.18.04.8                       amd64        command-line interpreter for the PHP scripting language
rc  php7.2-common                              7.2.24-0ubuntu0.18.04.8                       amd64        documentation, examples and common module for PHP
rc  php7.2-gd                                  7.2.24-0ubuntu0.18.04.8                       amd64        GD module for PHP
rc  php7.2-json                                7.2.24-0ubuntu0.18.04.8                       amd64        JSON module for PHP
rc  php7.2-opcache                             7.2.24-0ubuntu0.18.04.8                       amd64        Zend OpCache module for PHP
rc  php7.2-readline                            7.2.24-0ubuntu0.18.04.8                       amd64        readline module for PHP
rc  php7.2-xml                                 7.2.24-0ubuntu0.18.04.8                       amd64        DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc  php7.4-gd                                  7.4.3-4ubuntu2.5                              amd64        GD module for PHP
rc  php7.4-xml                                 7.4.3-4ubuntu2.5                              amd64        DOM, SimpleXML, XML, and XSL module for PHP
rc  python                                     2.7.15~rc1-1                                  amd64        interactive high-level object-oriented language (default version)
rc  python-pygments                            2.3.1+dfsg-1ubuntu2.2                         all          syntax highlighting package written in Python
rc  python-twisted                             17.9.0-2ubuntu0.1                             all          Event-based framework for internet applications (dependency package)
rc  python-twisted-core                        17.9.0-2ubuntu0.1                             all          Event-based framework for internet applications
rc  python3-aptdaemon.pkcompat                 1.1.1+bzr982-0ubuntu14.1                      all          PackageKit compatibilty for AptDaemon
rc  python3-greenlet                           0.4.15-4.1                                    amd64        Lightweight in-process concurrent programming (python3)
rc  python3.5-minimal                          3.5.2-2ubuntu0~16.04.5                        amd64        Minimal subset of the Python language (version 3.5)
rc  python3.6-minimal                          3.6.9-1~18.04ubuntu1.4                        amd64        Minimal subset of the Python language (version 3.6)
rc  python3.6-venv                             3.6.9-1~18.04ubuntu1.4                        amd64        Interactive high-level object-oriented language (pyvenv binary, version 3.6)
rc  python3.8-venv                             3.8.10-0ubuntu1~20.04                         amd64        Interactive high-level object-oriented language (pyvenv binary, version 3.8)
rc  qemu-kvm                                   1:4.2-3ubuntu6.17                             amd64        QEMU Full virtualization on x86 hardware
rc  rarian-compat                              0.8.1-6build1                                 amd64        Documentation meta-data library (compatibility tools)
rc  s-nail                                     14.9.6-3                                      amd64        feature-rich BSD mail(1)
rc  snapd-login-service                        1.33-0ubuntu0.16.04.1                         amd64        Daemon to allow non-root access to snapd
rc  sni-qt:amd64                               0.2.7+17.04.20170112-0ubuntu1                 amd64        indicator support for Qt
rc  sysinfo                                    0.7-10.1                                      all          display computer and system information
rc  sysv-rc                                    2.88dsf-59.3ubuntu2                           all          System-V-like runlevel change mechanism
rc  tcl8.5                                     8.5.19-4                                      amd64        Tcl (the Tool Command Language) v8.5 - shell
rc  tk8.5                                      8.5.19-3                                      amd64        Tk toolkit for Tcl and X11, v8.5 - windowing shell
rc  torsocks                                   2.2.0-2                                       amd64        use SOCKS-friendly applications with Tor
rc  toshset                                    1.76-4                                        amd64        Access much of the Toshiba laptop hardware interface
rc  unetbootin                                 608-1                                         amd64        installer of Linux/BSD distributions to a partition or USB drive
rc  unity-webapps-common                       2.4.17+15.10.20150616-0ubuntu2                all          Unity WebApp integration scripts
rc  unity-webapps-service                      2.5.0~+16.04.20160201-0ubuntu1                amd64        Service for Web Apps integration with the Unity desktop
rc  upstart                                    1.13.2-0ubuntu21.1                            amd64        event-based init daemon - essential binaries
rc  ureadahead                                 0.100.0-21                                    amd64        Read required files in advance
rc  vlc-nox                                    2.2.2-5ubuntu0.16.04.4                        amd64        multimedia player and streamer (without X support)
rc  webbrowser-app                             0.23+16.04.20161028-0ubuntu2                  amd64        Ubuntu web browser
rc  xfce4-panel                                4.14.3-1                                      amd64        panel for Xfce4 desktop environment
rc  youtube-dl                                 2018.03.14-1ubuntu18.04.1                     all          downloader of videos from YouTube and other sites

Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#5 Le 22/08/2022, à 11:50

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Bonjour , pour faire un peu de ménage :

cd /etc/apt/sources.list.d && sudo rm *.save *.distUpgrade;cd

redonne ensuite :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

et

sudo apt update

pour voir ou ca en est maintenant .

Dernière modification par iznobe (Le 22/08/2022, à 11:51)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#6 Le 22/08/2022, à 12:00

xubu1957

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Pour purger les résidus de configuration marqués "rc" :

sudo apt purge ~c

comme expliqué à la machine à café.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 22/08/2022, à 12:15

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

il y avait du ménage à faire


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#8 Le 22/08/2022, à 12:27

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

iznobe a écrit :

Bonjour , pour faire un peu de ménage :

cd /etc/apt/sources.list.d && sudo rm *.save *.distUpgrade;cd

redonne ensuite :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

et

sudo apt update

pour voir ou ca en est maintenant .

J'ai toujours ce problème de signature du dépot CUDA:

(base) jeanpat@Dell-T5500:~$ cd /etc/apt/sources.list.d && sudo rm *.save *.distUpgrade;cd
(base) jeanpat@Dell-T5500:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list

     1	deb [signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

	/etc/apt/sources.list.d/playonlinux.list

     1	# deb http://deb.playonlinux.com/ focal main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list

     1	deb [signed-by=/usr/share/keyrings/cudnn-local-E3EC4A60-keyring.gpg] file:///var/cudnn-local-repo-ubuntu2004-8.4.1.50 /

	/etc/apt/sources.list.d/nordvpn.list

     1	#
     2	# NordVPN releases, stable
     3	#
     4	deb https://repo.nordvpn.com/deb/nordvpn/debian stable main

	/etc/apt/sources.list.d/bazel.list

     1	# deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8

	/etc/apt/sources.list.d/sublime-text.list

     1	deb https://download.sublimetext.com/ apt/dev/

	/etc/apt/sources.list.d/geogebra.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb http://www.geogebra.net/linux/ stable main # désactivé pour la mise à niveau vers bionic

	/etc/apt/sources.list.d/steam.list

     1	
     2	# Uncomment these lines to try the beta version of the Steam launcher

	/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/neurodebian.sources.list


	/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers bionic désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list

     1	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main

	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list

     1	deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main

	/etc/apt/sources.list.d/slack.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/teams.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/brave-browser-release.list


	/etc/apt/sources.list.d/openproject.list

     1	# This file was generated by dl.packager.io
     2	
     3	# deb https://dl.packager.io/srv/deb/opf/openproject/stable/11/ubuntu 18.04 main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	
     2	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     3	# newer versions of the distribution.
     4	deb http://archive.ubuntu.com/ubuntu focal main restricted
     5	
     6	## Major bug fix updates produced after the final release of the
     7	## distribution.
     8	deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
     9	
    10	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    11	## team. Also, please note that software in universe WILL NOT receive any
    12	## review or updates from the Ubuntu security team.
    13	deb http://archive.ubuntu.com/ubuntu focal universe
    14	deb http://archive.ubuntu.com/ubuntu focal-updates universe
    15	
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://archive.ubuntu.com/ubuntu focal multiverse
    23	deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
    24	
    25	
    26	## N.B. software from this repository may not have been tested as
    27	## extensively as that contained in the main release, although it includes
    28	## newer versions of some applications which may provide useful features.
    29	## Also, please note that software in backports WILL NOT receive any review
    30	## or updates from the Ubuntu security team.
    31	deb http://archive.ubuntu.com/ubuntu focal-backports main universe multiverse restricted
    32	
    33	
    34	## Uncomment the following two lines to add software from Canonical's
    35	## 'partner' repository.
    36	## This software is not part of Ubuntu, but is offered by Canonical and the
    37	## respective vendors as a service to Ubuntu users.
    38	deb http://archive.canonical.com/ubuntu focal partner
    39	
    40	deb http://archive.ubuntu.com/ubuntu focal-security main restricted
    41	deb http://archive.ubuntu.com/ubuntu focal-security universe
    42	deb http://archive.ubuntu.com/ubuntu focal-security multiverse
    43	
    44	## Depôt cuda
    45	#deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
    46	# deb-src https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
(base) jeanpat@Dell-T5500:~$ sudo apt update
Réception de :1 file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease [1575 B]
Réception de :1 file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease [1575 B]
Atteint :2 http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal InRelease
Err :1 file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease                                                                                                                                                  
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 15198637E3EC4A60
Atteint :3 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                                                 
Réception de :4 http://www.geogebra.net/linux stable InRelease [8690 B]                                                                                                                                          
Atteint :5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease                                                                                                                  
Atteint :6 http://archive.ubuntu.com/ubuntu focal InRelease                                                                                                                                                       
Atteint :7 http://archive.canonical.com/ubuntu focal InRelease                                                                                                                                   
Atteint :8 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease                                                       
Réception de :9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                             
Atteint :10 https://download.sublimetext.com apt/dev/ InRelease                             
Réception de :11 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Réception de :12 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [941 kB]
Réception de :14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [688 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [213 kB]
Lecture des listes de paquets... Fait                              
W: Erreur de GPG : file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 15198637E3EC4A60
E: Le dépôt file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

j'ai essayé de résoudre ce pb comme indiqué chez nvidia: https://developer.nvidia.com/cuda-downl … eb_network


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#9 Le 22/08/2022, à 12:30

xubu1957

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Et :

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC 

indiqué dans askubuntu.com/questions/1408016/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#10 Le 22/08/2022, à 12:36

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Niet:

Lecture des listes de paquets... Fait
W: Erreur de GPG : file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 15198637E3EC4A60
E: Le dépôt file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

est-ce que cela est bloquant pour 20.04-> 22.04 ?


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#11 Le 22/08/2022, à 12:38

xubu1957

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

sudo do-release-upgrade -c

répond quoi ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#12 Le 22/08/2022, à 13:22

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Comme indiqué dans la doc , pour resoudre un probleme de clé : https://doc.ubuntu-fr.org/apt-key donc :

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 15198637E3EC4A60

puis donne 

sudo apt update
xanmoo a écrit :

est-ce que cela est bloquant pour 20.04-> 22.04 ?

il faut en theorie desisntaller tous les logiciels ne provenant pas des depots officiels ainsi que tous les depots non officiels .
Alors des erreurs dans sudo apt update est le meilleur moyen de faire tout planter lors de la mise a niveau .
il faut prendre des precautions et appliquer les conseils et procedure de cette page avant de tenter la mise a niveau : https://doc.ubuntu-fr.org/migration

il reste encore des fichiers de depots vides pour les enlever vu qu ' ils ne servent a rien :

cd /etc/apt/sources.list.d/ && sudo rm neurodebian.sources.list steam.list

A noter aussi qu ' une bonne partie de ces dépôts non officiels sont commentés , et donc en fait ne servent a rien . Pour effectuer la mise a niveau c' est plutôt une bonne chose .
reste a savoir si les logiciels qui vont avec sont toujours installés sur ton système ce qui pourrait éventuellement faire planter la mise a niveau .

Dernière modification par iznobe (Le 22/08/2022, à 13:36)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#13 Le 22/08/2022, à 15:16

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

xubu1957 a écrit :
sudo do-release-upgrade -c

répond quoi ?

$ sudo do-release-upgrade -c
[sudo] Mot de passe de jeanpat : 
Recherche d'une nouvelle version d'Ubuntu
Nouvelle version « 22.04.1 LTS » disponible.
Lancer « do-release-upgrade » pour mettre à niveau vers celle-ci.

Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#14 Le 22/08/2022, à 15:54

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

j'ai tenté, mais ça coince:

0  o réceptionnés en 0s (0  o/s)                                                                                                                       
Prendre :1 file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease [1575 B]                                                                         
Prendre :2 file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease [1575 B]                                                                         
Err file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50  InRelease                                                                                          
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 15198637E3EC4A60                           
Att https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease                                                              
Att http://archive.ubuntu.com/ubuntu jammy InRelease                                                                                                   
Att http://archive.ubuntu.com/ubuntu jammy-updates InRelease                                                                                           
Att http://archive.ubuntu.com/ubuntu jammy-backports InRelease                                                                                         
Att http://archive.ubuntu.com/ubuntu jammy-security InRelease                                                                                          
0  o réceptionnés en 0s (0  o/s)                                                                                                                       

Erreur lors de la mise à jour 

Un problème est survenu lors de la mise à jour. Ceci est généralement 
dû à un problème de réseau. Veuillez vérifier votre connexion au 
réseau et réessayer. 

W:Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de 
manière sécurisée, et sont donc désactivées par défaut., W:Voir les 
pages de manuel d'apt-secure(8) pour la création des dépôts et les 
détails de configuration d'un utilisateur., W:Erreur de GPG : 
file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50 InRelease : Les 
signatures suivantes n'ont pas pu être vérifiées car la clé publique 
n'est pas disponible : NO_PUBKEY 15198637E3EC4A60, E:Le dépôt 
file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50 InRelease n'est pas 
signé. 


Restauration du système dans son état d'origine

Annulation
Lecture des listes de paquets… Terminé        
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      

Je doute que désinstaller les applications concernées, aide beaucoup.

Dernière modification par xanmoo (Le 22/08/2022, à 16:10)


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#15 Le 22/08/2022, à 15:57

xubu1957

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

Freine sur les citations :

Règles du forum= § Politesse a écrit :

(...)
3. Utilisez la citation avec modération : il ne sert à rien de citer l'intégralité du post précédent.
(...)

règles du forum


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#16 Le 22/08/2022, à 15:59

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

ce qui serait bien c ' est que tu donnes des retours de commandes complets , voir lien au dessous de tous mes messages .

de toute façon ce fichier ne me parait pas correct :

/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list

     1	deb [signed-by=/usr/share/keyrings/cudnn-local-E3EC4A60-keyring.gpg] file:///var/cudnn-local-repo-ubuntu2004-8.4.1.50 /

autant le supprimer :

cd /etc/apt/sources.list.d && sudo rm cudnn-local-ubuntu2004-8.4.1.50.list && cd

Dernière modification par iznobe (Le 22/08/2022, à 16:02)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#17 Le 22/08/2022, à 16:24

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

J'ai commenté ttes les lignes des fichiers cudnn de sources.list.d:

$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list.save


	/etc/apt/sources.list.d/sublime-text.list.save


	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list.save


	/etc/apt/sources.list.d/teams.list.distUpgrade


	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list

     1	deb [signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

	/etc/apt/sources.list.d/playonlinux.list

     1	# deb http://deb.playonlinux.com/ focal main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list

     1	#deb [signed-by=/usr/share/keyrings/cudnn-local-E3EC4A60-keyring.gpg] file:///var/cudnn-local-repo-ubuntu2004-8.4.1.50 /

	/etc/apt/sources.list.d/nordvpn.list

     1	#
     2	# NordVPN releases, stable
     3	#
     4	# deb https://repo.nordvpn.com/deb/nordvpn/debian stable main

	/etc/apt/sources.list.d/cudnn-local-ubuntu2004-8.4.1.50.list.distUpgrade


	/etc/apt/sources.list.d/playonlinux.list.save


	/etc/apt/sources.list.d/skype-stable.list.distUpgrade


	/etc/apt/sources.list.d/skype-stable.list.save


	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list.distUpgrade


	/etc/apt/sources.list.d/bazel.list

     1	# deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8

	/etc/apt/sources.list.d/sublime-text.list

     1	# deb https://download.sublimetext.com/ apt/dev/

	/etc/apt/sources.list.d/google-chrome.list.save


	/etc/apt/sources.list.d/geogebra.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb http://www.geogebra.net/linux/ stable main # désactivé pour la mise à niveau vers bionic

	/etc/apt/sources.list.d/geogebra.list.distUpgrade


	/etc/apt/sources.list.d/nordvpn.list.distUpgrade


	/etc/apt/sources.list.d/slack.list.distUpgrade


	/etc/apt/sources.list.d/nordvpn.list.save


	/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list.distUpgrade


	/etc/apt/sources.list.d/bazel.list.distUpgrade


	/etc/apt/sources.list.d/geogebra.list.save


	/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers bionic désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list.save


	/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list

     1	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main

	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list

     1	deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main

	/etc/apt/sources.list.d/slack.list.save


	/etc/apt/sources.list.d/slack.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/teams.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.d/playonlinux.list.distUpgrade


	/etc/apt/sources.list.d/sublime-text.list.distUpgrade


	/etc/apt/sources.list.d/google-chrome.list.distUpgrade


	/etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list.distUpgrade


	/etc/apt/sources.list.d/brave-browser-release.list


	/etc/apt/sources.list.d/teams.list.save


	/etc/apt/sources.list.d/bazel.list.save


	/etc/apt/sources.list.d/openproject.list.save


	/etc/apt/sources.list.d/openproject.list.distUpgrade


	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list.save


	/etc/apt/sources.list.d/openproject.list

     1	# This file was generated by dl.packager.io
     2	
     3	# deb https://dl.packager.io/srv/deb/opf/openproject/stable/11/ubuntu 18.04 main # désactivé pour la mise à niveau vers focal

	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	
     2	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     3	# newer versions of the distribution.
     4	deb http://archive.ubuntu.com/ubuntu focal main restricted
     5	
     6	## Major bug fix updates produced after the final release of the
     7	## distribution.
     8	deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
     9	
    10	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    11	## team. Also, please note that software in universe WILL NOT receive any
    12	## review or updates from the Ubuntu security team.
    13	deb http://archive.ubuntu.com/ubuntu focal universe
    14	deb http://archive.ubuntu.com/ubuntu focal-updates universe
    15	
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://archive.ubuntu.com/ubuntu focal multiverse
    23	deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
    24	
    25	
    26	## N.B. software from this repository may not have been tested as
    27	## extensively as that contained in the main release, although it includes
    28	## newer versions of some applications which may provide useful features.
    29	## Also, please note that software in backports WILL NOT receive any review
    30	## or updates from the Ubuntu security team.
    31	deb http://archive.ubuntu.com/ubuntu focal-backports main universe multiverse restricted
    32	
    33	
    34	## Uncomment the following two lines to add software from Canonical's
    35	## 'partner' repository.
    36	## This software is not part of Ubuntu, but is offered by Canonical and the
    37	## respective vendors as a service to Ubuntu users.
    38	deb http://archive.canonical.com/ubuntu focal partner
    39	
    40	deb http://archive.ubuntu.com/ubuntu focal-security main restricted
    41	deb http://archive.ubuntu.com/ubuntu focal-security universe
    42	deb http://archive.ubuntu.com/ubuntu focal-security multiverse
    43	
    44	## Depôt cuda
    45	# deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
    46	# deb-src https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /

	/etc/apt/sources.list.distUpgrade

et

$ sudo apt autoclean
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
jeanpat@Dell-T5500:~$ sudo apt autoremove
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
jeanpat@Dell-T5500:~$ sudo apt purge ~c
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
jeanpat@Dell-T5500:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                                       Architecture Description
+++-==========================================-=============================================-============-========================================================================================

je retente un

$ do-release-upgrade
Recherche d'une nouvelle version d'Ubuntu
Prendre :1 Signature de l'outil de mise à niveau [819 B]                                                                                               
Prendre :2 Outil de mise à niveau [1267 kB]                                                                                                           
1268 k o réceptionnés en 0s (0  o/s)                                                                                                                  
authentification de « jammy.tar.gz » avec « jammy.tar.gz.gpg » 
extraction de 'jammy.tar.gz'

Lecture du cache

Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#18 Le 22/08/2022, à 16:28

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

on a alors

Mise à jour des informations sur les dépôts

Sources provenant de tiers désactivées 

Certaines entrées de votre fichier sources.list, concernant des 
tierces parties, ont été désactivées. Vous pouvez les réactiver après 
la mise à niveau avec l'outil « Logiciels & mises à jour » ou 
avec votre gestionnaire de paquets. 

Veuillez appuyer sur [Entrée] pour continuer

Att https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease                                                              
Att http://archive.ubuntu.com/ubuntu jammy InRelease                                                                                                   
Att http://archive.ubuntu.com/ubuntu jammy-updates InRelease                                                                                           
Att http://archive.ubuntu.com/ubuntu jammy-backports InRelease                                                                                         
Att http://archive.ubuntu.com/ubuntu jammy-security InRelease                                                                                          
0  o réceptionnés en 0s (0  o/s)                                                                                                                       

Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé        
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      

Calcul des modifications en cours

Calcul des modifications en cours
No candidate ver:  nsight-compute
No candidate ver:  nsight-systems

Voulez-vous commencer la mise à niveau ? 


33 paquets installés ne sont plus maintenus par Canonical. Vous 
pouvez toujours obtenir une assistance de la part de la communauté. 

46 paquets vont être supprimés. 483 nouveaux paquets vont être 
installés. 3159 paquets vont être mis à jour. 

Vous devez télécharger au total 6 105 M. This download will take 
about 20 minutes with a 40Mbit connection and about 2 heures 42 
minutes with a 5Mbit connection. 

L'obtention et l'installation de la mise niveau peut prendre 
plusieurs heures. Une fois le téléchargement terminé, ce processus ne 
peut être annulé. 

 _Continuer [oN]  Détails [d]

C'est parti ...


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#19 Le 22/08/2022, à 16:34

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

tu as possiblement encore des logiciels tiers installés :

33 paquets installés ne sont plus maintenus par Canonical. Vous 
pouvez toujours obtenir une assistance de la part de la communauté. 

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#20 Le 22/08/2022, à 17:55

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

j'ai  tenté, pas le courage de désinstaller


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#21 Le 22/08/2022, à 18:01

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

ca en est ou du coup ?


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#22 Le 22/08/2022, à 19:43

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

suppression des paquets ...

This may take some time... done.
Traitement des actions différées (« triggers ») pour dbus (1.12.20-2ubuntu4) ...
Traitement des actions différées (« triggers ») pour udev (249.11-0ubuntu3.4) ...
Traitement des actions différées (« triggers ») pour install-info (6.8-4build1) ...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ...
Traitement des actions différées (« triggers ») pour fontconfig (2.13.1-4.2ubuntu5) ...
(Lecture de la base de données... 505090 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de linux-modules-5.4.0-77-generic (5.4.0-77.86) ...
dpkg: avertissement: lors de la suppression de linux-modules-5.4.0-77-generic, le répertoire « /lib/modules/5.4.0-77-generic » n'était pas vide, donc il n'a pas été supprimé
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...

La mise à niveau du système est terminée.

Redémarrage nécessaire de l'ordinateur 

je viens d'allumer un cierge...
et ça marche.
Reste à regarder les extensions et quelques applis.
Firefox retrouve ses signets et ses mdp avec la synchronisation du compte.

Dernière modification par xanmoo (Le 22/08/2022, à 20:30)


Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#23 Le 22/08/2022, à 20:18

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

y a un bug avec le paquet libdvd-pkg ,
tente :

sudo dpkg --configure libdvd-pkg

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#24 Le 22/08/2022, à 20:33

xanmoo

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

hum

dpkg: erreur de traitement du paquet libdvd-pkg (--configure) :
 le paquet libdvd-pkg est déjà installé et configuré
Des erreurs ont été rencontrées pendant l'exécution :
 libdvd-pkg

Portable IBM Thinkpad R50e 2 Go | 40 Go: MX Linux 19.4
Portable IBM Thinkpad T430 8 Go | 240 Go: endeavour OS
Dell Precision T5500, Xeon x5570, 24Go, GTX 960- 4Go,  SSD 120Go, Ubuntu 22.04
http://dip4fish.blogspot.com/

Hors ligne

#25 Le 22/08/2022, à 20:59

iznobe

Re : [résolu] Clé gpg Nvidia et ménage dans source.list.d/

essaie

sudo dpkg --configure -a
sudo apt install -f

pense aussi a supprimer les paquets devenus obsoletes :

sudo apt autoremove

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne