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 11/05/2020, à 10:45

ghuntar00

Problème de clé

Bonjour
J'ai fait une mise à jour de la 16.04 à la 18.04 LTS qui s'est bien passé apparemment mais lors de la mise à jour régulière j'ai un problème de clé que je n'arrive pas résoudre :
W: Erreur de GPG : http://archive.canonical.com precise Release : Les signatures suivantes ne sont pas valables : 630239CC130E1A7FD81A27B140976EAF437D05B5
E: Le dépôt http://archive.canonical.com precise Release 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.

Merci de votre aide.

Hors ligne

#2 Le 11/05/2020, à 10:52

xubu1957

Re : Problème de clé

Bonjour,

Montre le sources.list :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

Méthode détaillée :

cqfd93 a écrit :

Bonjour,

Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message

    1578079461.png

  6. Colle là où se trouve le curseur (entre le ] et le [)

Dernière modification par xubu1957 (Le 11/05/2020, à 10:53)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#3 Le 11/05/2020, à 13:19

ghuntar00

Re : Problème de clé

Voilà la sortie de la commande find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.d/xenial-dell-service.list

     1  # deb [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell-service public # désactivé pour la mise à niveau vers bionic
     2  # deb-src [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell-service public

/etc/apt/sources.list.d/xenial-dell.list

     1  # deb [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell public # désactivé pour la mise à niveau vers bionic
     2  # deb-src [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell public # désactivé pour la mise à niveau vers bionic

/etc/apt/sources.list.d/webupd8team-ubuntu-y-ppa-manager-bionic.list

     1  deb [url]http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu[/url] bionic main
     2  # deb-src [url]http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu[/url] bionic main

/etc/apt/sources.list.d/peterlevi-ubuntu-ppa-bionic.list

     1  deb [url]http://ppa.launchpad.net/peterlevi/ppa/ubuntu[/url] bionic main
     2  # deb-src [url]http://ppa.launchpad.net/peterlevi/ppa/ubuntu[/url] bionic main

/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] [url]http://dl.google.com/linux/chrome/deb/[/url] stable main # désactivé pour la mise à niveau vers bionic

/etc/apt/sources.list.d/videolan-ubuntu-stable-daily-bionic.list

     1  # deb-src [url]http://ppa.launchpad.net/videolan/stable-daily/ubuntu[/url] bionic main

/etc/apt/sources.list.d/videolan-ubuntu-stable-daily-xenial.list

     1  deb [url]http://ppa.launchpad.net/videolan/stable-daily/ubuntu[/url] bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src [url]http://ppa.launchpad.net/videolan/stable-daily/ubuntu[/url] xenial main

/etc/apt/sources.list.d/xenial-dell-matira-5-7.list

     1  # deb [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell-matira-5-7 public # désactivé pour la mise à niveau vers bionic
     2  # deb-src [url]http://dell.archive.canonical.com/updates/[/url] xenial-dell-matira-5-7 public # désactivé pour la mise à niveau vers bionic

/etc/apt/sources.list

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

Dernière modification par ghuntar00 (Le 11/05/2020, à 14:00)

Hors ligne

#4 Le 11/05/2020, à 13:56

xubu1957

Re : Problème de clé

Pour ajouter toi-même les balises code à ton précédent message #3 :                   Merci                wink

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1578079461.png

comme indiqué dans le premier message du lien Retour utilisable de commande

_ _ _

J'ai sollicité du renfort ! Je ne sais pas lessiver ces listes.

Dernière modification par xubu1957 (Le 11/05/2020, à 15:25)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#5 Le 11/05/2020, à 15:07

nany

Re : Problème de clé

Bonjour,


Il y a un peu de ménage à faire dans les fichiers de sources.
Donne les retours de :

cd /etc/apt/sources.list.d && sudo rm -v *dell* videolan*bionic* && cd
sudo mv -v /etc/apt/sources.list.d/videolan-ubuntu-stable-daily-{xenial,bionic}*
sudo sed -i '51,$d;s/xenial/bionic/' /etc/apt/sources.list && cat -n /etc/apt/sources.list
sudo sed -i 's/ # désactivé.*$//;s/^# deb /deb /' /etc/apt/sources.list.d/* && find /etc/apt/sources.list.d -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
ls -lR /etc/default/grub*

En ligne

#6 Le 11/05/2020, à 15:17

erresse

Re : Problème de clé

Bonjour,
Tous les xenial qui restent sont en commentaires et n'ont donc aucun effet sur les mises à jour.
Les 2 dernières lignes du sources.list sont à supprimer (dépôt partner pour precise).
À part ça, on peut supprimer les ppa qui ne contiennent plus rien que des commentaires et faire un remplacement global de xenial par bionic pour les deb-src en commentaires qui pourraient être un jour réactivés (mais je n'en vois pas le besoin).
big_smile


Plus de 50 ans d'informatique, ça en fait des lignes de commandes en console, mais on n'avait pas le choix...
Excellente raison pour, aujourd'hui qu'on le peut, utiliser au maximum les INTERFACES GRAPHIQUES !
Important : Une fois le problème solutionné, pensez à clore votre sujet en ajoutant [Résolu] devant le titre du 1er message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.

Hors ligne

#7 Le 11/05/2020, à 15:23

ghuntar00

Re : Problème de clé

Voilà les retours

cd /etc/apt/sources.list.d && sudo rm -v *dell* videolan*bionic* && cd
'xenial-dell.list' supprimé
'xenial-dell.list.distUpgrade' supprimé
'xenial-dell.list.save' supprimé
'xenial-dell-matira-5-7.list' supprimé
'xenial-dell-matira-5-7.list.distUpgrade' supprimé
'xenial-dell-matira-5-7.list.save' supprimé
'xenial-dell-service.list' supprimé
'xenial-dell-service.list.distUpgrade' supprimé
'xenial-dell-service.list.save' supprimé
'videolan-ubuntu-stable-daily-bionic.list' supprimé
'videolan-ubuntu-stable-daily-bionic.list.save' supprimé
sudo sed -i '51,$d;s/xenial/bionic/' /etc/apt/sources.list && cat -n /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/ bionic main restricted
     5	# deb-src http://archive.ubuntu.com/ubuntu/ bionic main restricted
     6	
     7	## Major bug fix updates produced after the final release of the
     8	## distribution.
     9	deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    10	# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    11	
    12	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    13	## team, and may not be under a free licence. Please satisfy yourself as to
    14	## your rights to use the software. Also, please note that software in
    15	## universe WILL NOT receive any review or updates from the Ubuntu security
    16	## team.
    17	deb http://archive.ubuntu.com/ubuntu/ bionic universe
    18	# deb-src http://archive.ubuntu.com/ubuntu/ bionic universe
    19	deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
    20	# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates universe
    21	
    22	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    23	## team, and may not be under a free licence. Please satisfy yourself as to
    24	## your rights to use the software. Also, please note that software in
    25	## multiverse WILL NOT receive any review or updates from the Ubuntu
    26	## security team.
    27	deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
    28	# deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse
    29	deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    30	# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    31	
    32	## N.B. software from this repository may not have been tested as
    33	## extensively as that contained in the main release, although it includes
    34	## newer versions of some applications which may provide useful features.
    35	## Also, please note that software in backports WILL NOT receive any review
    36	## or updates from the Ubuntu security team.
    37	deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    38	# deb-src http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    39	
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	deb http://archive.canonical.com/ubuntu bionic partner
    43	# deb-src http://archive.canonical.com/ubuntu bionic partner
    44	
    45	deb http://security.ubuntu.com/ubuntu bionic-security main restricted
    46	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    47	deb http://security.ubuntu.com/ubuntu bionic-security universe
    48	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    49	deb http://security.ubuntu.com/ubuntu bionic-security multiverse
    50	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
sudo sed -i 's/ # désactivé.*$//;s/^# deb /deb /' /etc/apt/sources.list.d/* && find /etc/apt/sources.list.d -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/webupd8team-ubuntu-y-ppa-manager-bionic.list

     1	deb http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic main

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


/etc/apt/sources.list.d/peterlevi-ubuntu-ppa-bionic.list

     1	deb http://ppa.launchpad.net/peterlevi/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/peterlevi/ppa/ubuntu bionic main

/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

/etc/apt/sources.list.d/peterlevi-ubuntu-ppa-bionic.list.save


/etc/apt/sources.list.d/google-chrome.list.distUpgrade
ls -lR /etc/default/grub*
-rw-r--r-- 1 root root 1265 mai   11 09:12 /etc/default/grub
-rw-r--r-- 1 root root 1209 mars  12 10:19 /etc/default/grub.ucf-dist

Hors ligne

#8 Le 11/05/2020, à 15:31

nany

Re : Problème de clé

Ok. Maintenant donne les retours de :

cd /etc/apt && sudo rm -v *.distUpgrade && cd sources.list.d && sudo rm -v *.distUpgrade && cd
cat /etc/default/grub.ucf-dist
cat /etc/default/grub

En ligne

#9 Le 11/05/2020, à 15:36

ghuntar00

Re : Problème de clé

VOilà

cd /etc/apt && sudo rm -v *.distUpgrade && cd sources.list.d && sudo rm -v *.distUpgrade && cd
'sources.list.distUpgrade' supprimé
'google-chrome.list.distUpgrade' supprimé
cat /etc/default/grub.ucf-dist
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=true

Hors ligne

#10 Le 11/05/2020, à 15:42

nany

Re : Problème de clé

Très bien. Donne les retours de :

cd /etc/default && sudo rm -v grub.ucf-dist && cd
sudo apt clean && sudo apt update

En ligne

#11 Le 11/05/2020, à 15:47

ghuntar00

Re : Problème de clé

cd /etc/default && sudo rm -v grub.ucf-dist && cd
'grub.ucf-dist' supprimé
sudo apt clean && sudo apt update
Atteint :1 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign :2 http://dl.google.com/linux/chrome/deb stable InRelease                  
Réception de :3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Atteint :4 http://ppa.launchpad.net/peterlevi/ppa/ubuntu bionic InRelease      
Atteint :5 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :7 http://dl.google.com/linux/chrome/deb stable Release [943 B]   
Atteint :8 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic InRelease
Réception de :9 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Réception de :10 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Réception de :11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [303 kB]
Réception de :12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [273 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7968 B]
Ign :10 http://dl.google.com/linux/chrome/deb stable Release.gpg             
Réception de :15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [707 kB]
Réception de :16 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [464 kB]
Réception de :17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [40,6 kB]
Réception de :18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42,1 kB]
Réception de :19 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Lecture des listes de paquets... Fait                         
W: Erreur de GPG : http://dl.google.com/linux/chrome/deb stable Release : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 78BD65473CB3BD13
E: Le dépôt http://dl.google.com/linux/chrome/deb stable Release 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.

Visiblement y'a chrome qui buggue encore mais c'est déjà beaucoup mieux qu'avant

Hors ligne

#12 Le 11/05/2020, à 15:52

nany

Re : Problème de clé

Alors, pour Chrome, donne les retours de :

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt clean && sudo apt update

 

Donne aussi le retour de :

sudo os-prober

Dernière modification par nany (Le 11/05/2020, à 15:53)

En ligne

#13 Le 11/05/2020, à 16:02

ghuntar00

Re : Problème de clé

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
OK
sudo apt clean && sudo apt update
Atteint :1 http://ppa.launchpad.net/peterlevi/ppa/ubuntu bionic InRelease
Atteint :2 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu bionic InRelease                   
Ign :4 http://dl.google.com/linux/chrome/deb stable InRelease                  
Réception de :5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Réception de :6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Réception de :7 http://dl.google.com/linux/chrome/deb stable Release [943 B]   
Réception de :8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :9 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Atteint :10 http://archive.canonical.com/ubuntu bionic InRelease               
Réception de :11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [932 kB]
Réception de :12 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [675 kB]
Réception de :13 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1126 B]
1861 ko réceptionnés en 2s (916 ko/s)                               
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.
sudo os-prober

pas de réponse à cette requette.

Merci beaucoup, la mise à jour est opérationnelle.

Hors ligne