

Si quelqu'un a une soluce c'est super!


Code : Tout sélectionner
jucuma@whypc:~$ find /etc/apt -type f -name '*.list' -exec bash -c 'echo -e "\n$1"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 #deb cdrom:[Linux Mint 20.1 _Ulyssa_ - Release amd64 20210103]/ focal contrib main
2 # This system was installed using small removable media
3 # (e.g. netinst, live or single CD). The matching "deb cdrom"
4 # entries were disabled at the end of the installation process.
5 # For information about how to configure apt package sources,
6 # see the sources.list(5) manual.
/etc/apt/sources.list.d/official-dbgsym-repositories.list
1 deb http://ddebs.ubuntu.com focal main restricted universe multiverse
2 deb http://ddebs.ubuntu.com focal-updates main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list
1 deb https://mirror.init7.net/linuxmint ulyssa main upstream import backport
2
3 deb http://ubuntu.ethz.ch/ubuntu focal main restricted universe multiverse
4 deb http://ubuntu.ethz.ch/ubuntu focal-updates main restricted universe multiverse
5 deb http://ubuntu.ethz.ch/ubuntu focal-backports main restricted universe multiverse
6
7 deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
8 deb http://archive.canonical.com/ubuntu/ focal partner
/etc/apt/sources.list.d/official-source-repositories.list
1 deb-src https://mirror.init7.net/linuxmint ulyssa main upstream import backport
2
3 deb-src http://ubuntu.ethz.ch/ubuntu focal main restricted universe multiverse
4 deb-src http://ubuntu.ethz.ch/ubuntu focal-updates main restricted universe multiverse
5 deb-src http://ubuntu.ethz.ch/ubuntu focal-backports main restricted universe multiverse
6
7 deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
8 deb-src http://archive.canonical.com/ubuntu/ focal partner
/etc/apt/sources.list.d/brave-browser-release.list
1 deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main
/etc/apt/sources.list.d/megasync.list
1 deb https://mega.nz/linux/MEGAsync/xUbuntu_20.04/ ./
/etc/apt/sources.list.d/nordvpn.list
1 #
2 # NordVPN releases, stable
3 #
4 deb https://repo.nordvpn.com/deb/nordvpn/debian stable mainCode : Tout sélectionner
jucuma@whypc:~$ sudo apt update
[sudo] Mot de passe de jucuma :
Atteint :1 http://ubuntu.ethz.ch/ubuntu focal InRelease
Atteint :2 http://ubuntu.ethz.ch/ubuntu focal-updates InRelease
Atteint :3 http://ubuntu.ethz.ch/ubuntu focal-backports InRelease
Ign :4 https://mirror.init7.net/linuxmint ulyssa InRelease
Atteint :5 https://mirror.init7.net/linuxmint ulyssa Release
Ign :6 http://ddebs.ubuntu.com focal InRelease
Atteint :7 https://brave-browser-apt-release.s3.brave.com stable InRelease
Ign :8 http://ddebs.ubuntu.com focal-updates InRelease
Atteint :9 http://archive.canonical.com/ubuntu focal InRelease
Atteint :10 http://ddebs.ubuntu.com focal Release
Atteint :11 http://ddebs.ubuntu.com focal-updates Release
Réception de :12 https://mega.nz/linux/MEGAsync/xUbuntu_20.04 ./ InRelease [2’441 B]
Réception de :13 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Atteint :14 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
116 ko réceptionnés en 2s (62.7 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
jucuma@whypc:~$