#1 Le 19/08/2022, à 09:31
- Ben2Pau
[Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour à tous,
j'ai accepté l'invitation de migrer de la version 20.04 LTS à la 22.04.LTS, mais je rencontre pour le moment quelques problèmes, dont j'espère vous présenter exhaustivement les étapes:
-au lancement du gestionnaire de mise à jour, apparaît un message d'erreur "Le téléchargement des informations du dépôt a échoué. Vérifier votre connexion internet"
- je clique "valider"
- apparaît: "Les logiciels sur cet ordinateur sont à jour. Cependant, Ubuntu 22.04.1 LTS est maintenant disponible", je clique "mise à niveau",
- j'entre mon mot de passe de SU,
-je valide la note de version en cliquant "mettre à niveau"
-la mise à niveau de la distribution est lancée,
- à la 2e etape "configuration des nouveaux dépots logiciels", apparaît le message d'erreur: "certaines entrée de votre fichier sources.list, concernant des tierces parties, ont été désactivées. Vous pouvez les réactiver après la mise à niveau avec l'outil "Logiciels & mises à jour" ou avec votre gestionnaire de paquets"
- je clique "fermer"
- la mise à niveau de la distribution se poursuit
- apparait le message d'erreur: "Erreur lors de la mise à jour. Un problème est survenu lors de la mise à jour. Ceci est généralement dû à un problème de réseau. Veuillez vérifier votre connexion au réseau et réessayer."
- je ferme, la mise à niveau s'arrête.
voici des informations que j'espere judicieuses:
benoit@dell2ben:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"
benoit@dell2ben:~$ sudo apt update
Atteint :1 https://mirror.repository.id/ubuntu focal InRelease
Atteint :2 https://mirror.repository.id/ubuntu focal-updates InRelease
Atteint :3 https://mirror.repository.id/ubuntu focal-backports InRelease
Réception de :4 https://brave-browser-apt-release.s3.brave.com stable InRelease [4317 B]
Atteint :5 https://mirror.repository.id/ubuntu focal-security InRelease
Err :4 https://brave-browser-apt-release.s3.brave.com stable InRelease
Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY A8580BDC82D3DC6C
Atteint :6 http://archive.canonical.com/ubuntu focal InRelease
Ign :7 http://ppa.launchpad.net/ffdiaporamateam/stable/ubuntu focal InRelease
Atteint :8 http://ppa.launchpad.net/flacon/ppa/ubuntu focal InRelease
Atteint :9 http://ppa.launchpad.net/lazka/ppa/ubuntu focal InRelease
Ign :10 http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal InRelease
Err :11 http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal InRelease
403 Forbidden [IP : 185.125.190.52 80]
Err :12 http://ppa.launchpad.net/ffdiaporamateam/stable/ubuntu focal Release
404 Not Found [IP : 185.125.190.52 80]
Err :13 http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal Release
404 Not Found [IP : 185.125.190.52 80]
Lecture des listes de paquets... Fait
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://brave-browser-apt-release.s3.brave.com stable InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY A8580BDC82D3DC6C
E: Impossible de récupérer http://ppa.launchpad.net/wireguard/wireguard/ubuntu/dists/focal/InRelease 403 Forbidden [IP : 185.125.190.52 80]
E: Le dépôt http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal InRelease n'est plus signé
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/ffdiaporamateam/stable/ubuntu focal Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
j'ai apercu un cas similaire sur un autre post concernant le controle de signature, j'ai tenté:
gpg --recv-key 82D3DC6C
gpg: échec de réception depuis le serveur de clefs : Pas de données
je vous remercie de votre aide, et précise que je ne rencontre a priori pas de problème de connexion
Dernière modification par Ben2Pau (Le 20/08/2022, à 05:44)
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#2 Le 19/08/2022, à 10:23
- iznobe
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour , tenter une mise a niveau avec autant de dépôts non officiels n ' est pas conseillé , encore plus avec des erreurs dans les depots .
plus d' informations : https://doc.ubuntu-fr.org/migration#je_ … _me_donner
cette commande serta ajouter la clé manquante , d ' apres la doc : https://doc.ubuntu-fr.org/apt-key
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A8580BDC82D3DC6C
il faut aussi supprimer , certains fichiers qui ne sont plus valides :
sudo add-apt-repository -r ppa:ffdiaporamateam/stable
donne le retour de :
cd /etc/apt/sources.list.d && sudo rm *wireguard* *webupd8* ; cd && sudo apt update
Dernière modification par iznobe (Le 19/08/2022, à 10:43)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#3 Le 19/08/2022, à 10:43
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour , tenter une mise a niveau avec autant de dépôts non officiels n ' est pas conseillé , encore plus avec des erreurs dans les depots .
plus d' informations : https://doc.ubuntu-fr.org/migration#je_ … _me_donnercette commande serta ajouter la clé manquante , d ' apres la doc : https://doc.ubuntu-fr.org/apt-key
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A8580BDC82D3DC6C
il faut aussi supprimer , certains fichiers qui ne sont plus valides :
merci de ton retour,
je suis heureux de supprimer/purger la plupart ces dépôts non officiels, mais que faire des dépots liés à Dell... ? ne sont-ils pas des éléments importants pour ma machine ?!
pour ce qui concerne Brave:
benoit@dell2ben:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A8580BDC82D3DC6C
Executing: /tmp/apt-key-gpghome.GCbyNHOPKF/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com A8580BDC82D3DC6C
gpg: key 0BB75829C2D4E821: 1 duplicate signature removed
gpg: clef 0BB75829C2D4E821 : clef publique « Brave Software <support@brave.com> » importée
gpg: Quantité totale traitée : 1
gpg: importées : 1
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#4 Le 19/08/2022, à 10:46
- iznobe
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
j ' ai edité mon message précédent entre temps .
Pour les depots DELL , si ils sont toujours maintenus pour la future version d' ubuntu , effectivement il faudra les conserver et les mettre a jour .
Cependant je n ' en ai pas vu dans tes retours de commandes .
Dernière modification par iznobe (Le 19/08/2022, à 10:47)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#5 Le 19/08/2022, à 10:49
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
j ' ai edité mon message précédent entre temps .
Pour les depots DELL , si ils sont toujours maintenus pour la future version d' ubuntu , effectivement il faudra les conserver et les mettre a jour .Cependant je n ' en ai pas vu dans tes retours de commandes .
voici la liste des dépots non officiels
benoit@dell2ben:~$ ls -l /etc/apt/sources.list.d
total 152
-rw-r--r-- 1 root root 188 août 19 16:22 bionic-dell.list
-rw-r--r-- 1 root root 188 août 19 16:16 bionic-dell.list.distUpgrade
-rw-r--r-- 1 root root 188 août 19 15:18 bionic-dell.list.save
-rw-r--r-- 1 root root 204 août 19 16:22 bionic-dell-service.list
-rw-r--r-- 1 root root 204 août 19 16:16 bionic-dell-service.list.distUpgrade
-rw-r--r-- 1 root root 204 août 19 15:18 bionic-dell-service.list.save
-rw-r--r-- 1 root root 202 août 19 16:22 bionic-dell-vulcan.list
-rw-r--r-- 1 root root 202 août 19 16:16 bionic-dell-vulcan.list.distUpgrade
-rw-r--r-- 1 root root 202 août 19 15:18 bionic-dell-vulcan.list.save
-rw-r--r-- 1 root root 184 août 19 16:22 bionic-oem.list
-rw-r--r-- 1 root root 184 août 19 16:16 bionic-oem.list.distUpgrade
-rw-r--r-- 1 root root 184 août 19 15:18 bionic-oem.list.save
-rw-r--r-- 1 root root 141 août 19 16:22 brave-browser-release.list
-rw-r--r-- 1 root root 141 août 19 16:16 brave-browser-release.list.distUpgrade
-rw-r--r-- 1 root root 141 août 19 15:18 brave-browser-release.list.save
-rw-r--r-- 1 root root 146 août 19 16:22 ffdiaporamateam-ubuntu-stable-focal.list
-rw-r--r-- 1 root root 146 août 19 16:16 ffdiaporamateam-ubuntu-stable-focal.list.distUpgrade
-rw-r--r-- 1 root root 146 août 19 15:18 ffdiaporamateam-ubuntu-stable-focal.list.save
-rw-r--r-- 1 root root 122 août 19 16:22 flacon-ubuntu-ppa-focal.list
-rw-r--r-- 1 root root 122 août 19 16:16 flacon-ubuntu-ppa-focal.list.distUpgrade
-rw-r--r-- 1 root root 122 août 19 15:18 flacon-ubuntu-ppa-focal.list.save
-rw-r--r-- 1 root root 189 avril 25 2020 google-chrome.list.distUpgrade
-rw-r--r-- 1 root root 239 mai 21 2021 google-chrome.list.save
-rw-r--r-- 1 root root 120 août 19 16:22 lazka-ubuntu-ppa-focal.list
-rw-r--r-- 1 root root 120 août 19 16:16 lazka-ubuntu-ppa-focal.list.distUpgrade
-rw-r--r-- 1 root root 120 août 19 15:18 lazka-ubuntu-ppa-focal.list.save
-rw-r--r-- 1 root root 265 août 19 16:22 mc3man-ubuntu-trusty-media-bionic.list
-rw-r--r-- 1 root root 265 août 19 16:16 mc3man-ubuntu-trusty-media-bionic.list.distUpgrade
-rw-r--r-- 1 root root 265 août 19 15:18 mc3man-ubuntu-trusty-media-bionic.list.save
-rw-r--r-- 1 root root 152 août 19 16:22 otto-kesselgulasch-ubuntu-gimp-bionic.list
-rw-r--r-- 1 root root 152 août 19 16:16 otto-kesselgulasch-ubuntu-gimp-bionic.list.distUpgrade
-rw-r--r-- 1 root root 152 août 19 15:18 otto-kesselgulasch-ubuntu-gimp-bionic.list.save
-rw-r--r-- 1 root root 144 août 19 16:22 webupd8team-ubuntu-puddletag-focal.list
-rw-r--r-- 1 root root 144 août 19 16:16 webupd8team-ubuntu-puddletag-focal.list.distUpgrade
-rw-r--r-- 1 root root 144 août 19 15:18 webupd8team-ubuntu-puddletag-focal.list.save
-rw-r--r-- 1 root root 140 août 19 16:22 wireguard-ubuntu-wireguard-focal.list
-rw-r--r-- 1 root root 140 août 19 16:16 wireguard-ubuntu-wireguard-focal.list.distUpgrade
-rw-r--r-- 1 root root 140 août 19 15:18 wireguard-ubuntu-wireguard-focal.list.save
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#6 Le 19/08/2022, à 10:50
- geole
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour
Vire wireguard, ffdiaporamateam et puddletag https://doc.ubuntu-fr.org/tutoriel/comm … _un_paquet
Mais si tu as besoin de ces paquets, reste en 20.04
Dernière modification par geole (Le 19/08/2022, à 11:02)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#7 Le 19/08/2022, à 10:50
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour,
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
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
Hors ligne
#8 Le 19/08/2022, à 10:51
- iznobe
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
on va proceder dans l' ordre , sans bruler les etapes
il faut aussi supprimer , certains fichiers qui ne sont plus valides :
sudo add-apt-repository -r ppa:ffdiaporamateam/stable
donne le retour de :
cd /etc/apt/sources.list.d && sudo rm *wireguard* *webupd8* ; cd && sudo apt update
ne passe pas ces commandes , si tu as besoin de ces paquets , et regarde donc le message de @geole avant qui dit que si tu en as besoin , il faut rester en 20.04 .
Sinon fonce et passe les commandes ci-dessus
Dernière modification par iznobe (Le 19/08/2022, à 10:53)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#9 Le 19/08/2022, à 10:52
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour,
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
voici le retour de la commande:
dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=====================================================-===================================-============-=============================================================================================
rc brave-browser 1.41.96 amd64 The web browser from Brave
rc brave-keyring 1.13 all Brave Browser keyring and repository files
rc ca-certificates-java 20190405ubuntu1 all Common CA certificates (JKS keystore)
rc calibre 4.99.4+dfsg+really4.12.0-1ubuntu1 all powerful and easy to use e-book manager
rc chromium-browser 80.0.3987.163-0ubuntu0.18.04.1 amd64 Chromium web browser, open-source version of Chrome
rc dell-recovery-bootloader 1.61~somerville3 all Bootloader configuration for Dell's factory process
rc dleyna-server 0.6.0-1build1 amd64 DBus service to interact with DLNA Digital Media Servers
rc dmraid 1.0.0.rc16-8ubuntu1 amd64 Device-Mapper Software RAID support tool
rc example-content 51 all Ubuntu example content
rc fonts-cantarell 0.111-2 all sans serif font family designed for on-screen readability
rc gnome-software 3.36.0-0ubuntu3 amd64 Software Center for GNOME
rc hplip 3.20.3+dfsg0-2 amd64 HP Linux Printing and Imaging System (HPLIP)
rc hplip-gui 3.20.3+dfsg0-2 all HP Linux Printing and Imaging - GUI utilities (Qt-based)
rc icedtea-netx 1.8-0ubuntu8 amd64 NetX - implementation of the Java Network Launching Protocol (JNLP)
rc icedtea-netx-common 1.8-0ubuntu8~18.04 all NetX - implementation of the Java Network Launching Protocol (JNLP)
rc ifupdown 0.8.35ubuntu1 amd64 high level tools to configure network interfaces
rc imagemagick 8:6.9.10.23+dfsg-2.1ubuntu11.4 amd64 image manipulation programs -- binaries
rc infinitywallet 1.8.1-beta amd64
rc java-common 0.72 all Base package for Java runtimes
rc kio 5.68.0-0ubuntu1 amd64 resource and network access abstraction
rc kpartx-boot 0.7.4-2ubuntu3 all Provides kpartx during boot
rc kwayland-data 4:5.68.0-0ubuntu1 all Qt library wrapper for Wayland libraries - data files
rc kwayland-integration:amd64 4:5.18.4.1-0ubuntu1 amd64 kwayland runtime integration plugins
rc libjs-jquery-ui 1.12.1+dfsg-5 all JavaScript UI library for dynamic web applications
rc libkf5archive5:amd64 5.68.0-0ubuntu1 amd64 Qt 5 addon providing access to numerous types of archives
rc libkf5attica5:amd64 5.68.0-0ubuntu1 amd64 Qt library that implements the Open Collaboration Services API
rc libkf5bookmarks-data 5.68.0-0ubuntu1 all Qt library with support for bookmarks and the XBEL format.
rc libkf5globalaccel-data 5.68.0-0ubuntu1 all Configurable global shortcut support.
rc libkf5iconthemes-data 5.68.0-0ubuntu1 all Support for icon themes.
rc libkf5idletime5:amd64 5.68.0-0ubuntu1 amd64 library to provide information about idle time
rc libkf5jobwidgets-data 5.68.0-0ubuntu1 all Widgets for tracking KJob instances
rc libkf5kdelibs4support-data 5.68.0-0ubuntu1 all Porting aid from KDELibs4.
rc libkf5solid5-data 5.68.0-0ubuntu1 all Qt library to query and control hardware
rc libkf5sonnet5-data 5.68.0-0ubuntu1 all spell checking library for Qt, data files
rc libkf5xmlgui-data 5.68.0-0ubuntu2 all User configurable main windows.
rc libnvidia-compute-418:amd64 430.50-0ubuntu0.18.04.2 amd64 Transitional package for libnvidia-compute-430
rc libnvidia-compute-430:amd64 440.82+really.440.64-0ubuntu6 amd64 Transitional package for libnvidia-compute-440
rc libnvidia-compute-440:amd64 450.66-0ubuntu0.20.04.1 amd64 Transitional package for libnvidia-compute-450
rc libnvidia-compute-450:amd64 460.80-0ubuntu0.20.04.2 amd64 Transitional package for libnvidia-compute-460
rc libnvidia-compute-460:amd64 470.103.01-0ubuntu0.20.04.1 amd64 Transitional package for libnvidia-compute-470
rc libqjson0:amd64 0.8.1-3 amd64 Qt-based library that maps JSON data to QVariant objects
rc libqtcore4:amd64 4:4.8.7+dfsg-7ubuntu1 amd64 Qt 4 core module
rc libsane-hpaio:amd64 3.20.3+dfsg0-2 amd64 HP SANE backend for multi-function peripherals
rc libsensors4:amd64 1:3.4.0-4 amd64 library to read temperature/voltage/fan sensors
rc libsensors4:i386 1:3.4.0-4 i386 library to read temperature/voltage/fan sensors
rc light-themes 19.04-0ubuntu3 all Light Themes (Ambiance and Radiance)
rc lintian 2.62.0 all Debian package checker
rc linux-image-4.15.0-1079-oem 4.15.0-1079.89 amd64 Signed kernel image oem
rc linux-image-5.4.0-100-generic 5.4.0-100.113 amd64 Signed kernel image generic
rc linux-image-5.4.0-104-generic 5.4.0-104.118 amd64 Signed kernel image generic
rc linux-image-5.4.0-105-generic 5.4.0-105.119 amd64 Signed kernel image generic
rc linux-image-5.4.0-107-generic 5.4.0-107.121 amd64 Signed kernel image generic
rc linux-image-5.4.0-109-generic 5.4.0-109.123 amd64 Signed kernel image generic
rc linux-image-5.4.0-110-generic 5.4.0-110.124 amd64 Signed kernel image generic
rc linux-image-5.4.0-113-generic 5.4.0-113.127 amd64 Signed kernel image generic
rc linux-image-5.4.0-117-generic 5.4.0-117.132 amd64 Signed kernel image generic
rc linux-image-5.4.0-120-generic 5.4.0-120.136 amd64 Signed kernel image generic
rc linux-image-5.4.0-121-generic 5.4.0-121.137 amd64 Signed kernel image generic
rc linux-image-5.4.0-26-generic 5.4.0-26.30 amd64 Signed kernel image generic
rc linux-image-5.4.0-28-generic 5.4.0-28.32 amd64 Signed kernel image generic
rc linux-image-5.4.0-29-generic 5.4.0-29.33 amd64 Signed kernel image generic
rc linux-image-5.4.0-31-generic 5.4.0-31.35 amd64 Signed kernel image generic
rc linux-image-5.4.0-33-generic 5.4.0-33.37 amd64 Signed kernel image generic
rc linux-image-5.4.0-37-generic 5.4.0-37.41 amd64 Signed kernel image generic
rc linux-image-5.4.0-39-generic 5.4.0-39.43 amd64 Signed kernel image generic
rc linux-image-5.4.0-40-generic 5.4.0-40.44 amd64 Signed kernel image generic
rc linux-image-5.4.0-42-generic 5.4.0-42.46 amd64 Signed kernel image generic
rc linux-image-5.4.0-45-generic 5.4.0-45.49 amd64 Signed kernel image generic
rc linux-image-5.4.0-47-generic 5.4.0-47.51 amd64 Signed kernel image generic
rc linux-image-5.4.0-48-generic 5.4.0-48.52 amd64 Signed kernel image generic
rc linux-image-5.4.0-51-generic 5.4.0-51.56 amd64 Signed kernel image generic
rc linux-image-5.4.0-52-generic 5.4.0-52.57 amd64 Signed kernel image generic
rc linux-image-5.4.0-53-generic 5.4.0-53.59 amd64 Signed kernel image generic
rc linux-image-5.4.0-54-generic 5.4.0-54.60 amd64 Signed kernel image generic
rc linux-image-5.4.0-56-generic 5.4.0-56.62 amd64 Signed kernel image generic
rc linux-image-5.4.0-58-generic 5.4.0-58.64 amd64 Signed kernel image generic
rc linux-image-5.4.0-59-generic 5.4.0-59.65 amd64 Signed kernel image generic
rc linux-image-5.4.0-60-generic 5.4.0-60.67 amd64 Signed kernel image generic
rc linux-image-5.4.0-62-generic 5.4.0-62.70 amd64 Signed kernel image generic
rc linux-image-5.4.0-64-generic 5.4.0-64.72 amd64 Signed kernel image generic
rc linux-image-5.4.0-65-generic 5.4.0-65.73 amd64 Signed kernel image generic
rc linux-image-5.4.0-66-generic 5.4.0-66.74 amd64 Signed kernel image generic
rc linux-image-5.4.0-67-generic 5.4.0-67.75 amd64 Signed kernel image generic
rc linux-image-5.4.0-70-generic 5.4.0-70.78 amd64 Signed kernel image generic
rc linux-image-5.4.0-71-generic 5.4.0-71.79 amd64 Signed kernel image generic
rc linux-image-5.4.0-72-generic 5.4.0-72.80 amd64 Signed kernel image generic
rc linux-image-5.4.0-73-generic 5.4.0-73.82 amd64 Signed kernel image generic
rc linux-image-5.4.0-74-generic 5.4.0-74.83 amd64 Signed kernel image generic
rc linux-image-5.4.0-77-generic 5.4.0-77.86 amd64 Signed kernel image generic
rc linux-image-5.4.0-80-generic 5.4.0-80.90 amd64 Signed kernel image generic
rc linux-image-5.4.0-81-generic 5.4.0-81.91 amd64 Signed kernel image generic
rc linux-image-5.4.0-84-generic 5.4.0-84.94 amd64 Signed kernel image generic
rc linux-image-5.4.0-86-generic 5.4.0-86.97 amd64 Signed kernel image generic
rc linux-image-5.4.0-88-generic 5.4.0-88.99 amd64 Signed kernel image generic
rc linux-image-5.4.0-89-generic 5.4.0-89.100 amd64 Signed kernel image generic
rc linux-image-5.4.0-90-generic 5.4.0-90.101 amd64 Signed kernel image generic
rc linux-image-5.4.0-91-generic 5.4.0-91.102 amd64 Signed kernel image generic
rc linux-image-5.4.0-92-generic 5.4.0-92.103 amd64 Signed kernel image generic
rc linux-image-5.4.0-94-generic 5.4.0-94.106 amd64 Signed kernel image generic
rc linux-image-5.4.0-99-generic 5.4.0-99.112 amd64 Signed kernel image generic
rc linux-modules-4.15.0-1079-oem 4.15.0-1079.89 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-28-generic 5.4.0-28.32 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-29-generic 5.4.0-29.33 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-31-generic 5.4.0-31.35 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-33-generic 5.4.0-33.37 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-37-generic 5.4.0-37.41 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-39-generic 5.4.0-39.43 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-40-generic 5.4.0-40.44 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-42-generic 5.4.0-42.46 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-45-generic 5.4.0-45.49 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-60-generic 5.4.0-60.67 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-62-generic 5.4.0-62.70 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-64-generic 5.4.0-64.72 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-65-generic 5.4.0-65.73 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-66-generic 5.4.0-66.74 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-67-generic 5.4.0-67.75 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-70-generic 5.4.0-70.78 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-71-generic 5.4.0-71.79 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-72-generic 5.4.0-72.80 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-73-generic 5.4.0-73.82 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-74-generic 5.4.0-74.83 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-28-generic 5.4.0-28.32 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-29-generic 5.4.0-29.33 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-31-generic 5.4.0-31.35 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-33-generic 5.4.0-33.37 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-37-generic 5.4.0-37.41 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-39-generic 5.4.0-39.43 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-40-generic 5.4.0-40.44 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-42-generic 5.4.0-42.46 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-45-generic 5.4.0-45.49 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-60-generic 5.4.0-60.67 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-62-generic 5.4.0-62.70 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-64-generic 5.4.0-64.72 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-65-generic 5.4.0-65.73 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-66-generic 5.4.0-66.74 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-67-generic 5.4.0-67.75 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-70-generic 5.4.0-70.78 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-71-generic 5.4.0-71.79 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-72-generic 5.4.0-72.80 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-73-generic 5.4.0-73.82 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-74-generic 5.4.0-74.83 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc locale-support-plugin 2.1~18.04timbuktu1 all Ubiquity plugin to conditionally install packages based on locale.
rc oem-config 18.04.14.1timbuktu2somerville1 all Perform end-user configuration after initial OEM installation
rc oem-config-gtk 18.04.14.1timbuktu2somerville1 all GTK+ frontend for end-user post-OEM-install configuration
rc oem-workaround-ubiquity-no-early-microcode 1.0~18.04timbuktu1 all Workaround package to disable early intel-microcode in initrd during installer (LP: #1772592)
rc openjdk-11-jre-headless:amd64 11.0.15+10-0ubuntu0.20.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc openjdk-8-jre-headless:amd64 8u252-b09-1ubuntu1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc phonon4qt5:amd64 4:4.11.1-3build1 amd64 multimedia framework from KDE using Qt 5 - metapackage
rc pppconfig 2.3.24 all Text menu based utility for configuring ppp
rc pppoeconf 1.21ubuntu1 all configures PPPoE/ADSL connections
rc printer-driver-gutenprint 5.3.3-4 amd64 printer drivers for CUPS
rc python 2.7.15~rc1-1 amd64 interactive high-level object-oriented language (default version)
rc python-matplotlib-data 3.1.2-1ubuntu4 all Python based plotting system (data package)
rc python3-regex 0.1.20190819-2build1 amd64 alternative regular expression module (Python 3)
rc python3.6-minimal 3.6.9-1~18.04ubuntu1 amd64 Minimal subset of the Python language (version 3.6)
rc shotwell 0.30.10-0ubuntu0.1 amd64 digital photo organizer
rc smb4k 2.1.0-1 amd64 Samba (SMB) share advanced browser
rc thunderbird 1:68.10.0+build1-0ubuntu0.20.04.1 amd64 Email, RSS and newsgroup client with integrated spam filter
rc torbrowser-launcher 0.3.2-9ubuntu1 amd64 helps download and run the Tor Browser Bundle
rc transmission-gtk 2.92-3ubuntu2 amd64 lightweight BitTorrent client (GTK+ interface)
rc ubuntu-system-service 0.7 all Dbus service to set various system-wide configurations
rc ureadahead 0.100.0-21 amd64 Read required files in advance
rc zeitgeist-core 1.0.2-3ubuntu2 amd64 event logging framework - engine
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#10 Le 19/08/2022, à 10:54
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café.
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
Hors ligne
#11 Le 19/08/2022, à 10:54
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour
Vire wireguard, ffdiaporamateam et puddletag https://doc.ubuntu-fr.org/tutoriel/comm … _un_paquet
Mais si tu as besion de ses paquets, reste en 20.04
merci, je commence par ça, comme conseillé par @iznobe
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#12 Le 19/08/2022, à 11:07
- iznobe
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
il faudra tout de même désinstaller ces paquets par la suite , d ' ailleurs c ' est peut etre même mieux avant .
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#13 Le 19/08/2022, à 14:01
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
il faudra tout de même désinstaller ces paquets par la suite , d ' ailleurs c ' est peut etre même mieux avant .
merci, j'essaie justement mais...
benoit@dell2ben:~$ sudo apt purge puddletag
[sudo] Mot de passe de benoit :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet puddletag
benoit@dell2ben:~$ sudo apt-get purge puddletag
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet puddletag
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#14 Le 19/08/2022, à 14:22
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Montre le sources.list avec la numérotation :
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
==============
Ign :10 http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal InRelease
Le ppa webupd8team, était classé comme toxique par nam1962.
Dernière modification par xubu1957 (Le 19/08/2022, à 14:37)
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
Hors ligne
#15 Le 19/08/2022, à 14:26
- geole
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
J'ai trouvé cette discussion qui évoque des logiciels de remplacements
https://forum.ubuntu-fr.org/viewtopic.php?id=2053363
Il a probablement été installé en snap, essaie
snap remove --purge puddletag
Dernière modification par geole (Le 19/08/2022, à 14:31)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#16 Le 19/08/2022, à 14:44
- ylag
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour,
Ign :10 http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal InRelease
Ce PPA n'offre pas de paquets pour la 20.04, il faut le virer des sources.
http://ppa.launchpad.net/webupd8team/pu … ntu/dists/
A+
Dernière modification par ylag (Le 19/08/2022, à 14:44)
Hors ligne
#17 Le 19/08/2022, à 17:31
- iznobe
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour ylag , si le demandeur a passé les commandes , il a du etre viré des sources .
le retour de la commande demandé par @xubu1957 , en attestera ou pas .
iznobe a écrit :il faudra tout de même désinstaller ces paquets par la suite , d ' ailleurs c ' est peut etre même mieux avant .
merci, j'essaie justement mais...
c ' est que le paquet n' était probablement pas installé . donc c ' est bon pour celui là .
et les 2 autres ?
Dernière modification par iznobe (Le 19/08/2022, à 17:32)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#18 Le 20/08/2022, à 01:41
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Montre le sources.list avec la numérotation :
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
==============
Ign :10 http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal InRelease
voici le retour de commande:
benoit@dell2ben:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list.d/bionic-dell-vulcan.list.save
/etc/apt/sources.list.d/bionic-dell.list
1 # deb http://dell.archive.canonical.com/updates/ bionic-dell public # désactivé pour la mise à niveau vers focal
2 # deb-src http://dell.archive.canonical.com/updates/ bionic-dell public
/etc/apt/sources.list.d/bionic-dell-vulcan.list
1 # deb http://dell.archive.canonical.com/updates/ bionic-dell-vulcan public # désactivé pour la mise à niveau vers focal
2 # deb-src http://dell.archive.canonical.com/updates/ bionic-dell-vulcan public
/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/ffdiaporamateam-ubuntu-stable-focal.list.distUpgrade
/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-bionic.list.distUpgrade
/etc/apt/sources.list.d/mc3man-ubuntu-trusty-media-bionic.list.distUpgrade
/etc/apt/sources.list.d/bionic-dell-vulcan.list.distUpgrade
/etc/apt/sources.list.d/bionic-oem.list
1 # deb http://oem.archive.canonical.com/updates/ bionic-oem public # désactivé pour la mise à niveau vers focal
2 # deb-src http://oem.archive.canonical.com/updates/ bionic-oem public
/etc/apt/sources.list.d/mc3man-ubuntu-trusty-media-bionic.list
1 # deb http://ppa.launchpad.net/mc3man/trusty-media/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/mc3man/trusty-media/ubuntu bionic main
3 # deb-src http://ppa.launchpad.net/mc3man/trusty-media/ubuntu bionic main
/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-bionic.list
1 # deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main
/etc/apt/sources.list.d/wireguard-ubuntu-wireguard-focal.list.save
/etc/apt/sources.list.d/google-chrome.list.distUpgrade
/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-bionic.list.save
/etc/apt/sources.list.d/webupd8team-ubuntu-puddletag-focal.list.distUpgrade
/etc/apt/sources.list.d/mc3man-ubuntu-trusty-media-bionic.list.save
/etc/apt/sources.list.d/google-chrome.list.save
/etc/apt/sources.list.d/lazka-ubuntu-ppa-focal.list.distUpgrade
/etc/apt/sources.list.d/bionic-dell-service.list.distUpgrade
/etc/apt/sources.list.d/bionic-oem.list.save
/etc/apt/sources.list.d/wireguard-ubuntu-wireguard-focal.list.distUpgrade
/etc/apt/sources.list.d/brave-browser-release.list.distUpgrade
/etc/apt/sources.list.d/lazka-ubuntu-ppa-focal.list.save
/etc/apt/sources.list.d/bionic-dell-service.list.save
/etc/apt/sources.list.d/bionic-dell.list.save
/etc/apt/sources.list.d/flacon-ubuntu-ppa-focal.list.save
/etc/apt/sources.list.d/wireguard-ubuntu-wireguard-focal.list
1 deb http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal main
/etc/apt/sources.list.d/lazka-ubuntu-ppa-focal.list
1 deb http://ppa.launchpad.net/lazka/ppa/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/lazka/ppa/ubuntu focal main
/etc/apt/sources.list.d/webupd8team-ubuntu-puddletag-focal.list.save
/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-focal.list
1 deb http://ppa.launchpad.net/ffdiaporamateam/stable/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/ffdiaporamateam/stable/ubuntu focal main
/etc/apt/sources.list.d/brave-browser-release.list.save
/etc/apt/sources.list.d/bionic-dell.list.distUpgrade
/etc/apt/sources.list.d/flacon-ubuntu-ppa-focal.list
1 deb http://ppa.launchpad.net/flacon/ppa/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/flacon/ppa/ubuntu focal main
/etc/apt/sources.list.d/webupd8team-ubuntu-puddletag-focal.list
1 deb http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/webupd8team/puddletag/ubuntu focal main
/etc/apt/sources.list.d/bionic-oem.list.distUpgrade
/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-focal.list.save
/etc/apt/sources.list.d/flacon-ubuntu-ppa-focal.list.distUpgrade
/etc/apt/sources.list.d/bionic-dell-service.list
1 # deb http://dell.archive.canonical.com/updates/ bionic-dell-service public # désactivé pour la mise à niveau vers focal
2 # deb-src http://dell.archive.canonical.com/updates/ bionic-dell-service public
/etc/apt/sources.list~
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04 _Bionic_ - Build amd64 LIVE Binary 20180608-09:38]/ bionic main
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb https://mirror.repository.id/ubuntu/ focal main restricted
6 deb-src https://mirror.repository.id/ubuntu/ focal universe main restricted multiverse #Added by software-properties
7 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic main restricted
8
9 ## Major bug fix updates produced after the final release of the
10 ## distribution.
11 deb https://mirror.repository.id/ubuntu/ focal-updates main restricted
12 deb-src https://mirror.repository.id/ubuntu/ focal-updates universe main restricted multiverse #Added by software-properties
13 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
14
15 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
16 ## team. Also, please note that software in universe WILL NOT receive any
17 ## review or updates from the Ubuntu security team.
18 deb https://mirror.repository.id/ubuntu/ focal universe
19 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic universe
20 deb https://mirror.repository.id/ubuntu/ focal-updates universe
21 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic-updates universe
22
23 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
24 ## team, and may not be under a free licence. Please satisfy yourself as to
25 ## your rights to use the software. Also, please note that software in
26 ## multiverse WILL NOT receive any review or updates from the Ubuntu
27 ## security team.
28 deb https://mirror.repository.id/ubuntu/ focal multiverse
29 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic multiverse
30 deb https://mirror.repository.id/ubuntu/ focal-updates multiverse
31 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
32
33 ## N.B. software from this repository may not have been tested as
34 ## extensively as that contained in the main release, although it includes
35 ## newer versions of some applications which may provide useful features.
36 ## Also, please note that software in backports WILL NOT receive any review
37 ## or updates from the Ubuntu security team.
38 deb https://mirror.repository.id/ubuntu/ focal-backports main restricted universe multiverse
39 deb-src https://mirror.repository.id/ubuntu/ focal-backports main restricted universe multiverse #Added by software-properties
40 # deb-src http://th.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
41
42 ## Uncomment the following two lines to add software from Canonical's
43 ## 'partner' repository.
44 ## This software is not part of Ubuntu, but is offered by Canonical and the
45 ## respective vendors as a service to Ubuntu users.
46 deb http://archive.canonical.com/ubuntu focal partner
47 # deb-src http://archive.canonical.com/ubuntu bionic partner
48
49 deb https://mirror.repository.id/ubuntu/ focal-security main restricted
50 deb-src https://mirror.repository.id/ubuntu/ focal-security universe main restricted multiverse #Added by software-properties
51 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
52 deb https://mirror.repository.id/ubuntu/ focal-security universe
53 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
54 deb https://mirror.repository.id/ubuntu/ focal-security multiverse
55 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#19 Le 20/08/2022, à 01:58
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
on va proceder dans l' ordre , sans bruler les etapes
iznobe a écrit :il faut aussi supprimer , certains fichiers qui ne sont plus valides :
sudo add-apt-repository -r ppa:ffdiaporamateam/stable
donne le retour de :
cd /etc/apt/sources.list.d && sudo rm *wireguard* *webupd8* ; cd && sudo apt update
ne passe pas ces commandes , si tu as besoin de ces paquets , et regarde donc le message de @geole avant qui dit que si tu en as besoin , il faut rester en 20.04 .
Sinon fonce et passe les commandes ci-dessus
Je pense avoir supprimer ffDiaporama, puddletag, wireguard,
j'ai reinstaller Brave
je n'ai donc plus de message d'erreur
je donne le retour de commande:
benoit@dell2ben:~$ cd /etc/apt/sources.list.d && sudo rm *wireguard* *webupd8* ; cd && sudo apt update
rm: impossible de supprimer '*wireguard*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '*webupd8*': Aucun fichier ou dossier de ce type
Atteint :1 https://mirror.repository.id/ubuntu focal InRelease
Atteint :2 https://mirror.repository.id/ubuntu focal-updates InRelease
Atteint :3 https://brave-browser-apt-release.s3.brave.com stable InRelease
Atteint :4 https://mirror.repository.id/ubuntu focal-backports InRelease
Atteint :5 https://mirror.repository.id/ubuntu focal-security InRelease
Atteint :6 http://archive.canonical.com/ubuntu focal InRelease
Atteint :7 http://ppa.launchpad.net/flacon/ppa/ubuntu focal InRelease
Atteint :8 http://ppa.launchpad.net/lazka/ppa/ubuntu focal InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.
Dernière modification par Ben2Pau (Le 20/08/2022, à 04:34)
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#20 Le 20/08/2022, à 05:41
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
j'ai donc tenté la mise à niveau, et.... tadaaaaa !
benoit@dell2ben:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
à tous, un immense Merci, you guys rule !
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#21 Le 20/08/2022, à 05:42
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Bonjour,
Montre la simulation :
sudo apt -s dist-upgrade
et les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
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
Hors ligne
#22 Le 20/08/2022, à 07:21
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
benoit@dell2ben:~$ sudo apt -s dist-upgrade
[sudo] Mot de passe de benoit :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
benoit@dell2ben:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-4.15.0-1032-oem 4.15.0-1032.37 amd64
ii linux-image-4.15.0-1032-oem 4.15.0-1032.37 amd64
ii linux-modules-4.15.0-1032-oem 4.15.0-1032.37 amd64
ii linux-headers-4.15.0-1079-oem 4.15.0-1079.89 amd64
ii linux-headers-5.4.0-124 5.4.0-124.140 all
ii linux-headers-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-image-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-headers-5.15.0-46 5.15.0-46.49 all
ii linux-headers-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-image-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-modules-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-modules-extra-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-generic 5.15.0.46.46 amd64
ii linux-headers-generic 5.15.0.46.46 amd64
ii linux-image-generic 5.15.0.46.46 amd64
Noyau courant : 5.15.0-46-generic x86_64
c'est OK ?
jusque là, tout fonctionne sauf Binance
Dernière modification par Ben2Pau (Le 20/08/2022, à 07:23)
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#23 Le 20/08/2022, à 07:30
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Pour enlever le noyau 4.15.0-1032, essaye la procédure de la Doc > kernel#via_autoremove
En pratique, si un ou plusieurs vieux noyaux résistent à la purge, il suffit de passer cette commande dans le terminal :
apt-mark showmanual | awk \'/linux-.*[0-9]/ && ! /hwe-[0-9][0-9].[01][04]/{print}\' | xargs -r sudo apt-mark auto
Puis de repasser la commande de nettoyage automatique :
sudo apt autoremove --purge -y
Après cela, il ne restera que le dernier noyau et l'avant-dernier
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
Hors ligne
#24 Le 20/08/2022, à 07:34
- Ben2Pau
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
fait !
effectivement, j'ai dû passer la commande pour marquer des noyaux comme installés automatiquement
puis repasser la commande
sudo apt-get autoremove --purge
du coup:
benoit@dell2ben:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-4.15.0-1079-oem 4.15.0-1079.89 amd64
ii linux-headers-5.4.0-124 5.4.0-124.140 all
ii linux-headers-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-image-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-headers-5.15.0-46 5.15.0-46.49 all
ii linux-headers-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-image-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-modules-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-modules-extra-5.15.0-46-generic 5.15.0-46.49 amd64
ii linux-generic 5.15.0.46.46 amd64
ii linux-headers-generic 5.15.0.46.46 amd64
ii linux-image-generic 5.15.0.46.46 amd64
Noyau courant : 5.15.0-46-generic x86_64
Dernière modification par Ben2Pau (Le 20/08/2022, à 07:45)
Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H
Hors ligne
#25 Le 20/08/2022, à 07:37
- xubu1957
Re : [Résolu] Passage 20.04>22.04 impossible-erreurs dépôts non-officiels
Je trouve faqforge.com/linux/how-to-install-binance-on-ubuntu-22-04
mais je ne saurais pas aider sur ce truc.
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
Hors ligne