Pages : 1
#1 Le 21/05/2025, à 16:38
- Morita
[RESOLU] échec de la mise a jour
Bonjour tous le monde
Depuis quelques temps, je n'arrive plus a mettre a jour mon xubuntu via le terminal (Je possède la version 20.04.6 LTS) et lorsque je tape la ligne de code pour mettre a jour (le truc habituel quoi) je reçois en réponse "Err :5 http://debian.drdteam.org stable InRelease Échec de la connexion [IP : ***********]"
Un soucis avec le serveur ?
Dernière modification par Morita (Le 21/05/2025, à 17:56)
Hors ligne
#2 Le 21/05/2025, à 17:12
- nany
Re : [RESOLU] échec de la mise a jour
Bonjour,
Un soucis avec le serveur ?
Pas chez moi.
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 Le 21/05/2025, à 17:15
- Morita
Re : [RESOLU] échec de la mise a jour
Voici la réponse :
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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 http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb http://debian.drdteam.org/ stable multiverse
# deb-src http://debian.drdteam.org/ stable multiverse
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-focal.list
/etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-focal.list.save
/etc/apt/sources.list.save
Hors ligne
#4 Le 21/05/2025, à 17:24
- nany
Re : [RESOLU] échec de la mise a jour
Le dépôt de drdteam doit être en https.
Donne le retour de :
sudo sed -i '/debian.drdteam.org/s/http/https/' /etc/apt/sources.list && sudo apt clean && sudo apt update
Hors ligne
#5 Le 21/05/2025, à 17:48
- Morita
Re : [RESOLU] échec de la mise a jour
ha ben la du coup :
Atteint :1 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Réception de :5 https://debian.drdteam.org stable InRelease [4520 B]
Réception de :6 https://debian.drdteam.org stable/multiverse i386 Packages [5481 B]
Réception de :7 https://debian.drdteam.org stable/multiverse amd64 Packages [5712 B]
15,7 ko réceptionnés en 3s (5859 o/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
5 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
la mise a jour fonctionne a nouveau. Merci !
Dernière modification par Morita (Le 21/05/2025, à 17:54)
Hors ligne
Pages : 1