#1 Hier à 12:33
- Jackyisback
erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Bonjour,
j'ai vu qu'il y avait plusieurs fils anciens à ce sujet, mais ils ne correspondent pas forcément exactement.
j'ai donc le message d'erreur suivant lorsque je veux faire des mises à jour : "le téléchargement des informations du dépôt a échoué"
voici le retour de sudo apt update
mickael@mickael-desktop:~$ sudo apt update
[sudo] Mot de passe de mickael :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :3 http://security.ubuntu.com/ubuntu noble-security InRelease
Réception de :4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Atteint :5 https://linux.teamviewer.com/deb stable InRelease
Réception de :6 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB]
Err :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB]
Err :6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
Atteint :8 http://archive.ubuntu.com/ubuntu noble-security InRelease
Err :7 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
330 ko réceptionnés en 1s (319 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
1178 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 : http://fr.archive.ubuntu.com/ubuntu bionic InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
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 : http://security.ubuntu.com/ubuntu bionic-security InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
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 : http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
W: Impossible de récupérer http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 3B4FE6ACC0B21F32
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 pour votre aide
Hors ligne
#2 Hier à 12:42
- nany
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Bonjour,
Du bionic avec noble, ce n’est pas bon du tout.
Pour qu’on voit le contenu de tes listes de sources, donne le retour de :
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [[ ${1##*.} =~ list|sources ]] && cat "$1"' _ '{}' \;
Hors ligne
#3 Hier à 12:44
- cqfd93
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Bonjour,
Tu as un mélange des dépôts de deux versions :
noble - 24.04, LTS maintenue jusqu'en 2029
bionic - 18.04, LTS qui a expiré en 2023
Il faut supprimer les dépôts de bionic.
Montre tes sources :
find /etc/apt -type f \( -name '*.list' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
Edit : Encore grillée
Dernière modification par cqfd93 (Hier à 12:47)
− cqfd93 −
Hors ligne
#4 Hier à 12:47
- Jackyisback
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Bonjour
voici les retours :
mickael@mickael-desktop:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [[ ${1##*.} =~ list|sources ]] && cat "$1"' _ '{}' \;
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list
# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu noble main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu noble universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu noble-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu noble multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu noble-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-security main restricted
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu noble-security universe
deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu noble-security multiverse
# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
# deb-src http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
/etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list
# deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
/etc/apt/sources.list.d/teamviewer.list.distUpgrade
/etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list.save
/etc/apt/sources.list.d/teamviewer.list.save
/etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list.distUpgrade
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-focal.list
# deb http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu focal main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-focal.list.save
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-focal.list.distUpgrade
/etc/apt/sources.list.d/teamviewer.list
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
# deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
/etc/apt/sources.list.save
et
mickael@mickael-desktop:~$ find /etc/apt -type f \( -name '*.list' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ 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://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://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://archive.ubuntu.com/ubuntu noble universe
17 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://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://archive.ubuntu.com/ubuntu noble multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://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-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
37
38
39 deb http://archive.ubuntu.com/ubuntu noble-security main restricted
40 deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
41 deb http://archive.ubuntu.com/ubuntu noble-security universe
42 deb-src http://security.ubuntu.com/ubuntu bionic-security universe
43 deb http://archive.ubuntu.com/ubuntu noble-security multiverse
44 # deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
45 # deb-src http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
46 deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
47 deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
/etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list
1 # deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-focal.list
1 # deb http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
2 # deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu focal main
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo stable - make all regular TeamViewer packages available (default)
15 ### teamviewer repo preview - additionally, make feature preview packages available
16 ### teamviewer repo development - additionally, make the latest development packages available
17
18 deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
19
20 # deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
Dernière modification par Jackyisback (Hier à 12:54)
Hors ligne
#5 Hier à 12:54
- nany
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Le sources.list aurait dû être vidé et un fichier ubuntu.sources créé dans /etc/apt/sources.list.d/ lors de la mise à niveau.
Exécute la première ligne de commandes de ce message.
Dernière modification par nany (Hier à 12:55)
Hors ligne
#6 Hier à 13:29
- Jackyisback
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
voici :
mickael@mickael-desktop:~$ test $(lsb_release -sr 2>/dev/null | cut -d. -f1) -lt 24 && wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@;s@{{security}}@http://security.ubuntu.com/ubuntu@;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list || wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/main/templates/sources.list.ubuntu.deb822.tmpl | sed "1,12d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@g;s@{{security}}@http://security.ubuntu.com/ubuntu/@;s@{{.*y_key .* default('@@;s@', true)}}@@" | sudo tee /etc/apt/sources.list.d/ubuntu.sources.curtin.orig ; test -s /etc/apt/sources.list.d/ubuntu.sources.curtin.orig && sed "3d;/^#/d" /etc/apt/sources.list.d/ubuntu.sources.curtin.orig | sudo tee /etc/apt/sources.list.d/ubuntu.sources ; test -s /etc/apt/sources.list.d/ubuntu.sources && echo "# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources" | sudo tee /etc/apt/sources.list
[sudo] Mot de passe de mickael :
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
## Ubuntu distribution repository
##
## The following settings can be adjusted to configure which packages to use from Ubuntu.
## Mirror your choices (except for URIs and Suites) in the security section below to
## ensure timely security updates.
##
## Types: Append deb-src to enable the fetching of source package.
## URIs: A URL to the repository (you may add multiple URLs)
## Suites: The following additional suites can be configured
## <name>-updates - Major bug fix updates produced after the final release of the
## distribution.
## <name>-backports - software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## Components: Aside from main, the following components can be added to the list
## restricted - Software that may not be under a free license, or protected by patents.
## universe - Community maintained packages. Software in this repository receives maintenance
## from volunteers in the Ubuntu community, or a 10 year security maintenance
## commitment from Canonical when an Ubuntu Pro subscription is attached.
## multiverse - Community maintained of restricted. Software from this repository is
## ENTIRELY UNSUPPORTED by the Ubuntu team, and may not be under a free
## licence. Please satisfy yourself as to your rights to use the software.
## Also, please note that software in multiverse WILL NOT receive any
## review or updates from the Ubuntu security team.
##
## See the sources.list(5) manual page for further settings.
Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
## Ubuntu security updates. Aside from URIs and Suites,
## this should mirror your choices in the previous section.
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
Hors ligne
#7 Hier à 13:33
- nany
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Et que donne maintenant
sudo apt clean && sudo apt update
?
Hors ligne
#8 Hier à 13:55
- Jackyisback
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Voici :
mickael@mickael-desktop:~$ sudo apt clean && sudo apt update
[sudo] Mot de passe de mickael :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Atteint :3 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :4 https://linux.teamviewer.com/deb stable InRelease
Réception de :5 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [473 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1113 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [237 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 DEP-11 Metadata [161 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [653 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1078 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [274 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe amd64 DEP-11 Metadata [376 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted i386 Packages [18,7 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1172 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [243 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 DEP-11 Metadata [212 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu noble-backports/main amd64 DEP-11 Metadata [7064 B]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu noble-backports/universe amd64 DEP-11 Metadata [16,3 kB]
Réception de :21 http://fr.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 DEP-11 Metadata [212 B]
Réception de :22 http://fr.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 DEP-11 Metadata [212 B]
6078 ko réceptionnés en 43s (141 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
1178 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Hors ligne
#9 Hier à 14:02
- nany
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Voilà, tu peux à présent effectuer les mises à jour.
Et, pour parfaire le nettoyage, je te propose d’exécuter :
cd /etc/apt/sources.list.d/ && sudo rm -v ondrej* kdenlive* ; cd
Hors ligne
#10 Hier à 14:33
- Jackyisback
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
C'est fait, merci.
Par contre les mises à jour ne veulent toujours pas se faire : gestionnaire de mises à jour ne répond pas.
Il me propose une mise à niveau partielle et celle-ci ne se fait pas non plus car "an upgrade from noble to jammy is not supported with this tool"
Hors ligne
#11 Hier à 14:50
- nany
Re : erreur pendant la mise à jour "le téléchargement du dépot a échoué"
Alors exécute :
sudo apt full-upgrade -y
S’il y a des erreurs, il faudra peut-être refaire une installation car la mise à niveau s’est mal passée.
Hors ligne