Bonjour
Merci pour vos retours.
Après un apt clean, l'apt update fonctionne correctement :
Code : Tout sélectionner
root@ACTARUS:/home/gaylord# apt update
Atteint :1 http://www.deb-multimedia.org buster InRelease
Atteint :2 http://download.opensuse.org/repositories/graphics:/darktable/Debian_10 InRelease
Atteint :3 http://deb.debian.org/debian buster InRelease
Atteint :4 http://security.debian.org/debian-security buster/updates InRelease
Atteint :5 http://ftp.debian.org/debian buster-backports InRelease
Atteint :6 http://deb.debian.org/debian buster-updates InRelease
Atteint :7 https://dl.winehq.org/wine-builds/debian buster InRelease
Atteint :8 http://download.virtualbox.org/virtualbox/debian buster InRelease
Atteint :9 https://packagecloud.io/AtomEditor/atom/any any InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
2 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Retour du source.list :
Code : Tout sélectionner
root@ACTARUS:/home/gaylord# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 NETINST 20190706-10:23]/ buster main
# deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 NETINST 20190706-10:23]/ buster main
deb http://deb.debian.org/debian/ buster main non-free contrib
deb-src http://deb.debian.org/debian/ buster main non-free contrib
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
#backports
deb http://ftp.debian.org/debian buster-backports main
#experimental
#deb http://deb.debian.org/debian experimental main
#Depot multimedia
deb http://www.deb-multimedia.org buster main non-free
#Depot virtualbox
deb http://download.virtualbox.org/virtualbox/debian buster contrib
#DARKTABLE 3
#deb http://download.opensuse.org/repositories/graphics:/darktable/Debian_10/ /
#DOCKER
# deb [arch=amd64] https://download.docker.com/linux/debian buster stable
# deb-src [arch=amd64] https://download.docker.com/linux/debian buster stable
#Dépot Wine
deb https://dl.winehq.org/wine-builds/debian/ buster main
# 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.
Toujours la même erreur. Pourtant, j'arrive à installer d'autres paquets.
Pour répondre à lol, le retour du ping :
Code : Tout sélectionner
root@ACTARUS:/home/gaylord# ping deb.debian.org
PING deb.debian.org(2a04:4e42:1d::645 (2a04:4e42:1d::645)) 56 data bytes
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=1 ttl=58 time=30.7 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=2 ttl=58 time=31.2 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=3 ttl=58 time=30.3 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=4 ttl=58 time=31.1 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=5 ttl=58 time=30.7 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=6 ttl=58 time=31.5 ms
64 bytes from 2a04:4e42:1d::645 (2a04:4e42:1d::645): icmp_seq=7 ttl=58 time=31.4 ms
Par contre ce n'est pas exactement la même adresse, car l'erreur mentionne 2a04:4e42:1d::204; qui répond également au ping
Code : Tout sélectionner
root@ACTARUS:/home/gaylord# ping 2a04:4e42:1d::204
PING 2a04:4e42:1d::204(2a04:4e42:1d::204) 56 data bytes
64 bytes from 2a04:4e42:1d::204: icmp_seq=1 ttl=58 time=30.5 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=2 ttl=58 time=30.6 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=3 ttl=58 time=30.9 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=4 ttl=58 time=31.2 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=5 ttl=58 time=31.4 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=6 ttl=58 time=30.7 ms
64 bytes from 2a04:4e42:1d::204: icmp_seq=7 ttl=58 time=31.2 ms
^C
--- 2a04:4e42:1d::204 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 16ms
rtt min/avg/max/mdev = 30.545/30.918/31.353/0.340 ms