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 24/07/2025, à 12:53

RaphaelSousLinux

[Résolu] Le téléchargement des informations du dépôt à échoué.

Bonjour,

Je me retrouve dans la même situation que dans la discussion https://forum.ubuntu-fr.org/viewtopic.php?id=2086684 mais je n'arrive pas à adapter la ligne de commande pour la régler.

Donc :
- je suis sous Ubuntu 24.04.2 ;
- le gestionnaire de mise à jour me retourne le message d'erreur : "Le téléchargement des informations du dépôt à échoué.".
- Voilà ce que me retourne "sudo apt update" :

Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease                                                         
Atteint :3 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease                                                       
Atteint :4 https://updates.signal.org/desktop/apt xenial InRelease                                                             
Atteint :5 http://security.ubuntu.com/ubuntu noble-security InRelease                                   
Atteint :6 https://ctan.tetaneutral.net/systems/win32/miktex/setup/deb jammy InRelease
Err :6 https://ctan.tetaneutral.net/systems/win32/miktex/setup/deb jammy InRelease
  Les signatures suivantes ne sont pas valables : EXPKEYSIG 277A7293F59E4889 MiKTeX Packager <packager@miktex.org>
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
7 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : https://ctan.tetaneutral.net/systems/win32/miktex/setup/deb jammy InRelease : Les signatures suivantes ne sont pas valables : EXPKEYSIG 277A7293F59E4889 MiKTeX Packager <packager@miktex.org>
W: Impossible de récupérer https://miktex.org/download/ubuntu/dists/jammy/InRelease  Les signatures suivantes ne sont pas valables : EXPKEYSIG 277A7293F59E4889 MiKTeX Packager <packager@miktex.org>
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Merci d'avance pour votre aide.

Dernière modification par RaphaelSousLinux (Le 26/08/2025, à 18:34)

Hors ligne

#2 Le 24/07/2025, à 16:56

lann

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

Tu as installé ce ppa :

https://miktex.org/download/ubuntu/dists/jammy/InRelease

Il faut que tu le supprimes

Dernière modification par lann (Le 24/07/2025, à 16:56)


<Modéré>

Hors ligne

#3 Le 25/08/2025, à 11:29

RaphaelSousLinux

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

Merci Iann pour ta réponse (je réagis un peu tard, je n'étais pas très connecté ces derniers jours).

Comment supprime-t-on un ppa ?
Pour être plus précis, comment dois-je adapter la commande suivante :

sudo add-apt-repository -ry ppa:thopiekar/cura

Merci d'avance.

Dernière modification par RaphaelSousLinux (Le 25/08/2025, à 11:33)

Hors ligne

#4 Le 25/08/2025, à 12:23

xubu1957

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

Bonjour,

Montre le sources.list avec la numérotation :

find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

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

En ligne

#5 Le 25/08/2025, à 20:05

lann

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.


<Modéré>

Hors ligne

#6 Le 26/08/2025, à 12:41

RaphaelSousLinux

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

xubu1957 a écrit :

Bonjour,

Montre le sources.list avec la numérotation :

find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

Bonjour Xubu1957,

Merci pour ta réponse.

Voici le résultat.

	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203.1)]/ bionic main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ noble main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ noble universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ noble multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    38	
    39	
    40	deb http://security.ubuntu.com/ubuntu noble-security main restricted
    41	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    42	deb http://security.ubuntu.com/ubuntu noble-security universe
    43	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    44	deb http://security.ubuntu.com/ubuntu noble-security multiverse
    45	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

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


	/etc/apt/sources.list.d/vscode.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,arm64,armhf] http://packages.microsoft.com/repos/code stable main # désactivé pour la mise à niveau vers noble

	/etc/apt/sources.list.d/signal-xenial.list.save


	/etc/apt/sources.list.d/samoilov-lex-ubuntu-aftl-stable-focal.list.save


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


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


	/etc/apt/sources.list.d/miktex.list

     1	deb [signed-by=/usr/share/keyrings/miktex-keyring.asc] https://miktex.org/download/ubuntu jammy universe

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


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

     1	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

	/etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list.save


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


	/etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list

     1	# deb http://ppa.launchpad.net/morphis/anbox-support/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
     2	# deb-src http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal main

	/etc/apt/sources.list.d/signal-xenial.list~


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


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


	/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 jammy

	/etc/apt/sources.list.d/samoilov-lex-ubuntu-aftl-stable-focal.list.distUpgrade


	/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/vscode.list.distUpgrade


	/etc/apt/sources.list.d/samoilov-lex-ubuntu-aftl-stable-focal.list

     1	# deb http://ppa.launchpad.net/samoilov-lex/aftl-stable/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
     2	# deb-src http://ppa.launchpad.net/samoilov-lex/aftl-stable/ubuntu focal main

	/etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list.distUpgrade


	/etc/apt/sources.list.save

Hors ligne

#7 Le 26/08/2025, à 13:20

RaphaelSousLinux

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

Merci pour ce lien.
Malheureusement, le ppa à supprimer ne se trouve pas dans l'interface graphique et je n'arrive pas à écrire la bonne ligne de commande dans le terminal (je pense que le problème vient de la dénomination du ppa).

Hors ligne

#8 Le 26/08/2025, à 14:10

ylag

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

Bonjour,

Le dépôt à supprimer n'est pas un PPA, mais plutôt simplement un dépôt tiers.
Pour le retirer des sources, supprimer le fichier /etc/apt/sources.list.d/miktex.list devrait
suffire :

cd /etc/apt/sources.list.d && sudo rm -v miktex.list* ; cd

Sinon, pour continuer à utiliser ce dépôt, faudrait en récupérer une clé publique valide, mais je ne sais le faire ...

A+

Dernière modification par ylag (Le 26/08/2025, à 14:11)

Hors ligne

#9 Le 26/08/2025, à 18:06

RaphaelSousLinux

Re : [Résolu] Le téléchargement des informations du dépôt à échoué.

ylag a écrit :

Le dépôt à supprimer n'est pas un PPA, mais plutôt simplement un dépôt tiers.
Pour le retirer des sources, supprimer le fichier /etc/apt/sources.list.d/miktex.list devrait
suffire :

cd /etc/apt/sources.list.d && sudo rm -v miktex.list* ; cd

Merci, cela a fonctionné.

Hors ligne