Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 05/10/2020, à 17:13

zigroful1

Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour à tous,

Je travaille sous ubuntu 18.04 LTS depuis 2 ans.
J'ai voulu passer de la version 18.04 à la 20.04. je commence la procédure, et je reçois un message me signifiant qu'il y a une erreur que je retranscris ici:
<
Impossible d'évaluer la mise à niveau

Un problème insoluble est survenu lors du calcul de la mise à niveau.

Cela a probablement été causé par :
* des paquets logiciels non officiels qui ne proviennent pas d’Ubuntu.
Veuillez utiliser la commande « ppa-purge » du paquet
« ppa-purge » afin de supprimer les paquets d’un
dépôt PPA Launchpad, puis essayez de relancer la mise à niveau.

Si rien de tout cela ne s'applique, signalez ce bogue à l'aide de la commande « ubuntu-bug ubuntu-release-upgrader-core » dans un terminal. Si vous souhaitez analyser le problème par vous-même, les fichiers journaux contenus dans le répertoire « /var/log/dist-upgrade » contiennent les informations sur la mise à niveau. Plus précisément, veuillez consulter les journaux « main.log » et « apt.log ».>

Quelqu'un a-t-il une idée de la cause de ce dysfonctionnement ?
il y a probablement des dépôts qui ne sont plus actualisés, mais comment savoir lesquels ?

Hors ligne

#2 Le 05/10/2020, à 17:22

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,

Pour ajouter toi-même les balises code à ton précédent message #1 :

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1578079461.png

Comme indiqué dans le premier message du tutoriel Retour utilisable de commande.

Impossible d'évaluer la mise à niveau

Un problème insoluble est survenu lors du calcul de la mise à niveau.

Cela a probablement été causé par :
* des paquets logiciels non officiels qui ne proviennent pas d’Ubuntu.
Veuillez utiliser la commande « ppa-purge » du paquet
« ppa-purge » afin de supprimer les paquets d’un
dépôt PPA Launchpad, puis essayez de relancer la mise à niveau.

Si rien de tout cela ne s'applique, signalez ce bogue à l'aide de la commande « ubuntu-bug ubuntu-release-upgrader-core » dans un terminal. Si vous souhaitez analyser le problème par vous-même, les fichiers journaux contenus dans le répertoire « /var/log/dist-upgrade » contiennent les informations sur la mise à niveau. Plus précisément, veuillez consulter les journaux « main.log » et « apt.log »

Montre le sources.list :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

Méthode détaillée :

cqfd93 a écrit :

Bonjour,

Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message

    1578079461.png

  6. Colle là où se trouve le curseur (entre le ] et le [)


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

En ligne

#3 Le 05/10/2020, à 17:26

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Je vous donne le résultat de cat /etc/apt/souces.list et /etc/apt/sources.list.d/*.list dans le même listing ci-dessous:

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu bionic main restricted
deb-src http://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 bionic-updates main restricted
deb-src http://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 bionic universe
deb-src http://archive.ubuntu.com/ubuntu bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
deb-src http://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 bionic multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
deb-src http://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 http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-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 bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu bionic-security universe
deb-src http://archive.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-security multiverse

# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
# deb-src http://archive.ubuntu.com/ubuntu bionic main
# deb http://ppa.launchpad.net/aims/sagemath/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
# deb https://dl.bintray.com/resin-io/debian stable etcher
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb http://www.geogebra.net/linux/ stable main
deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./
# deb [arch=amd64] https://repo.skype.com/deb stable main
# deb http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main
# deb-src http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main

Hors ligne

#4 Le 05/10/2020, à 17:29

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Et voici le résultat de la commande demandée (find /etc/apt -name '*.list' ........

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     2	# newer versions of the distribution.
     3	deb http://archive.ubuntu.com/ubuntu bionic main restricted
     4	deb-src http://archive.ubuntu.com/ubuntu bionic main restricted
     5	
     6	## Major bug fix updates produced after the final release of the
     7	## distribution.
     8	deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
     9	deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted
    10	
    11	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12	## team. Also, please note that software in universe WILL NOT receive any
    13	## review or updates from the Ubuntu security team.
    14	deb http://archive.ubuntu.com/ubuntu bionic universe
    15	deb-src http://archive.ubuntu.com/ubuntu bionic universe
    16	deb http://archive.ubuntu.com/ubuntu bionic-updates universe
    17	deb-src http://archive.ubuntu.com/ubuntu bionic-updates universe
    18	
    19	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    20	## team, and may not be under a free licence. Please satisfy yourself as to 
    21	## your rights to use the software. Also, please note that software in 
    22	## multiverse WILL NOT receive any review or updates from the Ubuntu
    23	## security team.
    24	deb http://archive.ubuntu.com/ubuntu bionic multiverse
    25	deb-src http://archive.ubuntu.com/ubuntu bionic multiverse
    26	deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
    27	deb-src http://archive.ubuntu.com/ubuntu bionic-updates multiverse
    28	
    29	## N.B. software from this repository may not have been tested as
    30	## extensively as that contained in the main release, although it includes
    31	## newer versions of some applications which may provide useful features.
    32	## Also, please note that software in backports WILL NOT receive any review
    33	## or updates from the Ubuntu security team.
    34	deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
    35	deb-src http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
    36	
    37	## Uncomment the following two lines to add software from Canonical's
    38	## 'partner' repository.
    39	## This software is not part of Ubuntu, but is offered by Canonical and the
    40	## respective vendors as a service to Ubuntu users.
    41	deb http://archive.canonical.com/ubuntu bionic partner
    42	deb-src http://archive.canonical.com/ubuntu bionic partner
    43	
    44	deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
    45	deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted
    46	deb http://archive.ubuntu.com/ubuntu bionic-security universe
    47	deb-src http://archive.ubuntu.com/ubuntu bionic-security universe
    48	deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
    49	deb-src http://archive.ubuntu.com/ubuntu bionic-security multiverse
    50	
    51	# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
    52	# deb-src http://archive.ubuntu.com/ubuntu bionic main

/etc/apt/sources.list.d/aims-ubuntu-sagemath-xenial.list

     1	# deb http://ppa.launchpad.net/aims/sagemath/ubuntu bionic main # désactivé pour la mise à niveau vers bionic

/etc/apt/sources.list.d/megasync.list

     1	deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./

/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main

/etc/apt/sources.list.d/tails-team-ubuntu-tails-installer-bionic.list

     1	# deb http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main

/etc/apt/sources.list.d/etcher.list

     1	# deb https://dl.bintray.com/resin-io/debian stable etcher

/etc/apt/sources.list.d/geogebra.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb http://www.geogebra.net/linux/ stable main

Hors ligne

#5 Le 05/10/2020, à 17:46

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Il faudrait purger les PPA (comme dans cet exemple) > RESOLU Mise à niveau vers 20.04

Dernière modification par xubu1957 (Le 05/10/2020, à 17:47)


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

En ligne

#6 Le 05/10/2020, à 18:01

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Oui, mais comment puis-je faire la liste des ppa qui me concernent afin de les purger ? L'exemple que vous me donnez concerne les ppa de momo56, pas les miens !

Hors ligne

#7 Le 05/10/2020, à 18:11

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
# deb-src http://archive.ubuntu.com/ubuntu bionic main
# deb http://ppa.launchpad.net/aims/sagemath/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
# deb https://dl.bintray.com/resin-io/debian stable etcher
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb http://www.geogebra.net/linux/ stable main
deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./
# deb [arch=amd64] https://repo.skype.com/deb stable main
# deb http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main
# deb-src http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic main

ppa:aims/sagemath

ppa:tails-team/tails-installer

Je ne me sers plus des PPA, ni des autres logiciels dans ta liste.


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

En ligne

#8 Le 05/10/2020, à 18:41

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Il faut se servir de quelle source si l'on veut éviter les ppa ?

Hors ligne

#9 Le 05/10/2020, à 18:54

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

C'est assez complexe, suivant les besoins de l'utilisateur.

Tu as la Doc > depots

La logithèque gnome-software, synaptic ,

Cette note framadrive mentionnant les snap, flatpak ou appimage

Des infos > Rubrique Snap


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

En ligne

#10 Le 06/10/2020, à 10:54

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Voici ce qu'il donne, qd je fais ppa-purge:

thomas@thomas-K53SD:~$ sudo ppa-purge ppa:aims/sagemath
[sudo] Mot de passe de thomas : 
Updating packages lists
PPA to be removed: aims sagemath
Warning:  Could not find package list for PPA: aims sagemath
thomas@thomas-K53SD:~$ sudo ppa-purge ppa:tails-team/tails-installer
Updating packages lists
PPA to be removed: tails-team tails-installer
Warning:  Could not find package list for PPA: tails-team tails-installer
thomas@thomas-K53SD:~$ 

Mon problème n'est tjs pas résolu !

Hors ligne

#11 Le 06/10/2020, à 10:57

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,

Montre :

sudo apt update

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

En ligne

#12 Le 06/10/2020, à 11:23

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

La voici:

thomas@thomas-K53SD:~$ sudo apt update
[sudo] Mot de passe de thomas : 
Atteint :1 http://archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease           
Atteint :3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease         
Atteint :4 http://archive.ubuntu.com/ubuntu bionic-security InRelease          
Atteint :5 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :6 https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ InRelease [2473 B]
2473 o réceptionnés en 1s (2203 o/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.

Hors ligne

#13 Le 06/10/2020, à 11:39

xubu1957

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,

Il faut les conseils d'autres aidants.


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

En ligne

#14 Le 06/10/2020, à 12:34

ylag

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,

Pour utiliser ppa-purge, il faut que les ppa en question soient activés dans les sources.
Si on se fie au retour du commentaire #7, les ppa:aims/sagemath et ppa:tails-team/tails-installer,entre autres, sont inactifs puisque «commentés» dans les sources.
Il faut enlever le dièse au début de la ligne dans les fichiers concernés de tous les ppa à rétrograder.

Ça peut se faire dans «Logiciels & mises à jour», onglet «Autres logiciels» en cochant la case des ppa que l'on désire rétrograder.

Une fois fait, repasser les mises à jour et retenter ppa-purge ?

A+

Dernière modification par ylag (Le 06/10/2020, à 12:36)

Hors ligne

#15 Le 06/10/2020, à 16:18

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,
J'ai réactivé tous les ppa dans les sources en m'aidant de "Logiciels et mises à jour".
Voici ce que j'ai comme message quand je refais ppa-purge:

sudo ppa-purge ppa:tails-team/tails-installer
Updating packages lists
E: Impossible de récupérer http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/bionic/InRelease  403  Forbidden [IP : 2001:67c:1560:8008::15 80]
E: Le dépôt http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic InRelease n'est pas signé.
E: Le dépôt http://ppa.launchpad.net/aims/sagemath/ubuntu bionic Release n'a pas de fichier Release.
E: Le dépôt https://dl.bintray.com/resin-io/debian stable Release n'a pas de fichier Release.
Warning:  apt-get update failed for some reason

Et voici ce que j'obtiens quand je fais sudo apt update:

sudo apt update
Ign :1 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic InRelease
Atteint :2 http://www.geogebra.net/linux stable InRelease                      
Err :3 http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic InRelease
  403  Forbidden [IP : 2001:67c:1560:8008::15 80]
Ign :4 https://dl.bintray.com/resin-io/debian stable InRelease                 
Atteint :5 http://archive.ubuntu.com/ubuntu bionic InRelease                   
Err :6 https://dl.bintray.com/resin-io/debian stable Release                   
  404  Not Found [IP : 52.28.44.12 443]
Réception de :7 https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ InRelease [2473 B]
Err :8 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic Release            
  404  Not Found [IP : 2001:67c:1560:8008::15 80]
Atteint :9 http://archive.ubuntu.com/ubuntu bionic-updates InRelease           
Atteint :10 https://repo.skype.com/deb stable InRelease                        
Atteint :11 http://archive.ubuntu.com/ubuntu bionic-backports InRelease        
Atteint :12 http://archive.ubuntu.com/ubuntu bionic-security InRelease         
Atteint :13 http://archive.canonical.com/ubuntu bionic InRelease 
Lecture des listes de paquets... Fait                            
E: Impossible de récupérer http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/bionic/InRelease  403  Forbidden [IP : 2001:67c:1560:8008::15 80]
E: Le dépôt http://ppa.launchpad.net/tails-team/tails-installer/ubuntu bionic InRelease n'est pas 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 https://dl.bintray.com/resin-io/debian stable 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/aims/sagemath/ubuntu bionic 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.

Hors ligne

#16 Le 06/10/2020, à 17:29

ylag

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour,

Les ppa:

http://ppa.launchpad.net/tails-team
http://ppa.launchpad.net/aims/sagemath/ubuntu

...semblent inactifs, il faudra les retirer des sources, ppa-purge ne pourra pas les traiter, désolé.
Il faudra supprimer à la main les paquets encore présents installés à partir de ces ppas, s'ils bloquent la mise à niveau.

Ce dépôt aussi semble mort:

https://dl.bintray.com/resin-io

...faut aussi le retirer des sources et probablement en supprimer les paquets installés.

A+

Dernière modification par ylag (Le 06/10/2020, à 17:31)

Hors ligne

#17 Le 06/10/2020, à 17:58

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Bonjour Ylag,
mais justement, comment supprimer les paquets installés et les retirer des sources proprement ?
Suffit-il d'utiliser "Logiciel et mises à jour" ?

Hors ligne

#18 Le 06/10/2020, à 18:08

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

... ou les supprimer directement dans les fichiers sources.list ?

Hors ligne

#19 Le 06/10/2020, à 18:14

geole

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

zigroful1 a écrit :

Bonjour à tous,
J'ai voulu passer de la version 18.04 à la 20.04. je commence la procédure, et je reçois un message me signifiant qu'il y a une erreur que je retranscris ici:
Si vous souhaitez analyser le problème par vous-même, les fichiers journaux contenus dans le répertoire « /var/log/dist-upgrade » contiennent les informations sur la mise à niveau. Plus précisément, veuillez consulter les journaux « main.log » et « apt.log ».>
Quelqu'un a-t-il une idée de la cause de ce dysfonctionnement ?

Bonjour
je serais curieux de connaître le contenu de ces fichiers. Merci de donner le retour des commandes suivantes

cat /var/log/dist-upgrade/main.log
cat /var/log/dist-upgrade/apt.log

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#20 Le 06/10/2020, à 18:25

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Voici la copie de main.log

2020-10-06 18:17:47,610 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2020-10-06 18:17:47,611 INFO uname information: 'Linux thomas-K53SD 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64'
2020-10-06 18:17:48,109 INFO apt version: '1.6.12ubuntu0.1'
2020-10-06 18:17:48,109 INFO python version: '3.6.9 (default, Jul 17 2020, 12:50:27) 
[GCC 8.4.0]'
2020-10-06 18:17:48,112 INFO release-upgrader version '20.04.25' started
2020-10-06 18:17:48,178 INFO locale: 'fr_FR' 'UTF-8'
2020-10-06 18:17:48,503 DEBUG Using 'DistUpgradeViewGtk3' view
2020-10-06 18:17:48,558 DEBUG enable dpkg --force-overwrite
2020-10-06 18:17:48,582 DEBUG creating statefile: '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2020-10-06 18:17:56,392 DEBUG lsb-release: 'bionic'
2020-10-06 18:17:56,393 DEBUG _pythonSymlinkCheck run
2020-10-06 18:17:56,395 DEBUG openCache()
2020-10-06 18:17:56,395 DEBUG quirks: running PreCacheOpen
2020-10-06 18:17:56,395 DEBUG running Quirks.PreCacheOpen
2020-10-06 18:17:57,983 DEBUG Comparing 3.19.0-78 with 
2020-10-06 18:17:57,987 DEBUG Comparing 4.15.0-117 with 3.19.0-78
2020-10-06 18:17:57,987 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-06 18:17:58,443 DEBUG /openCache(), new cache size 100032
2020-10-06 18:17:58,443 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2020-10-06 18:17:58,444 DEBUG checkViewDepends()
2020-10-06 18:17:58,448 DEBUG running doUpdate() (showErrors=False)
2020-10-06 18:18:03,082 DEBUG openCache()
2020-10-06 18:18:04,691 DEBUG Comparing 3.19.0-78 with 
2020-10-06 18:18:04,695 DEBUG Comparing 4.15.0-117 with 3.19.0-78
2020-10-06 18:18:04,695 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-06 18:18:05,162 DEBUG /openCache(), new cache size 100032
2020-10-06 18:18:05,163 DEBUG doPostInitialUpdate
2020-10-06 18:18:05,163 DEBUG quirks: running focalPostInitialUpdate
2020-10-06 18:18:05,163 DEBUG running Quirks.focalPostInitialUpdate
2020-10-06 18:18:07,557 DEBUG Snap core18 is installed
2020-10-06 18:18:07,950 DEBUG Snap gtk-common-themes is installed
2020-10-06 18:18:08,349 DEBUG Snap gnome-3-28-1804 is installed
2020-10-06 18:18:08,350 DEBUG Snap gnome-3-28-1804 is not tracking the release channel
2020-10-06 18:18:08,557 DEBUG Snap gnome-calculator is installed
2020-10-06 18:18:08,754 DEBUG Snap gnome-characters is installed
2020-10-06 18:18:08,980 DEBUG Snap gnome-logs is installed
2020-10-06 18:18:12,965 DEBUG MetaPkgs: ubuntu-desktop
2020-10-06 18:18:20,586 DEBUG Foreign: megasync
2020-10-06 18:18:20,586 DEBUG Obsolete: comptes-et-budget epson-inkjet-printer-escpr iscan-data libtidy-0.99-0 linux-image-3.19.0-78-generic linux-image-extra-3.19.0-78-generic realvnc-vnc-viewer
2020-10-06 18:18:20,587 DEBUG updateSourcesList()
2020-10-06 18:18:20,598 DEBUG rewriteSourcesList() with mirror_check
2020-10-06 18:18:20,600 DEBUG ['ubuntu-minimal', 'ubuntu-standard']
2020-10-06 18:18:20,601 DEBUG Checking pkg: ubuntu-minimal
2020-10-06 18:18:20,604 DEBUG Checking pkg: ubuntu-standard
2020-10-06 18:18:20,607 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted'
2020-10-06 18:18:20,607 DEBUG verifySourcesListEntry: deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
2020-10-06 18:18:20,607 DEBUG url_downloadable: http://fr.archive.ubuntu.com/ubuntu//dists/focal/Release
2020-10-06 18:18:20,607 DEBUG s='http' n='fr.archive.ubuntu.com' p='/ubuntu//dists/focal/Release' q='' f=''
2020-10-06 18:18:20,631 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted' updated to new dist
2020-10-06 18:18:20,631 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted'
2020-10-06 18:18:20,632 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted' updated to new dist
2020-10-06 18:18:20,632 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted'
2020-10-06 18:18:20,632 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted' updated to new dist
2020-10-06 18:18:20,633 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted'
2020-10-06 18:18:20,633 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted' updated to new dist
2020-10-06 18:18:20,633 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe'
2020-10-06 18:18:20,633 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal universe' updated to new dist
2020-10-06 18:18:20,634 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe'
2020-10-06 18:18:20,634 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe' updated to new dist
2020-10-06 18:18:20,634 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe'
2020-10-06 18:18:20,634 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe' updated to new dist
2020-10-06 18:18:20,635 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe'
2020-10-06 18:18:20,635 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe' updated to new dist
2020-10-06 18:18:20,635 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse'
2020-10-06 18:18:20,635 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse' updated to new dist
2020-10-06 18:18:20,636 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse'
2020-10-06 18:18:20,636 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse' updated to new dist
2020-10-06 18:18:20,636 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse'
2020-10-06 18:18:20,636 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse' updated to new dist
2020-10-06 18:18:20,637 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse'
2020-10-06 18:18:20,637 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse' updated to new dist
2020-10-06 18:18:20,637 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
2020-10-06 18:18:20,637 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse' updated to new dist
2020-10-06 18:18:20,638 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
2020-10-06 18:18:20,638 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse' updated to new dist
2020-10-06 18:18:20,638 DEBUG examining: 'deb http://archive.canonical.com/ubuntu bionic partner'
2020-10-06 18:18:20,639 DEBUG verifySourcesListEntry: deb http://archive.canonical.com/ubuntu focal partner
2020-10-06 18:18:20,639 DEBUG url_downloadable: http://archive.canonical.com/ubuntu/dists/focal/Release
2020-10-06 18:18:20,639 DEBUG s='http' n='archive.canonical.com' p='/ubuntu/dists/focal/Release' q='' f=''
2020-10-06 18:18:20,857 DEBUG entry 'deb http://archive.canonical.com/ubuntu focal partner' updated to new dist
2020-10-06 18:18:20,858 DEBUG examining: 'deb-src http://archive.canonical.com/ubuntu bionic partner'
2020-10-06 18:18:20,858 DEBUG entry 'deb-src http://archive.canonical.com/ubuntu focal partner' updated to new dist
2020-10-06 18:18:20,859 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-security main restricted'
2020-10-06 18:18:20,859 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-security main restricted' updated to new dist
2020-10-06 18:18:20,859 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-security main restricted'
2020-10-06 18:18:20,859 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-security main restricted' updated to new dist
2020-10-06 18:18:20,860 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-security universe'
2020-10-06 18:18:20,860 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-security universe' updated to new dist
2020-10-06 18:18:20,860 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-security universe'
2020-10-06 18:18:20,861 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-security universe' updated to new dist
2020-10-06 18:18:20,861 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-security multiverse'
2020-10-06 18:18:20,861 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-security multiverse' updated to new dist
2020-10-06 18:18:20,862 DEBUG examining: 'deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-security multiverse'
2020-10-06 18:18:20,862 DEBUG entry 'deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-security multiverse' updated to new dist
2020-10-06 18:18:20,862 DEBUG examining: 'deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./'
2020-10-06 18:18:20,867 DEBUG entry '# deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./ # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2020-10-06 18:18:25,107 DEBUG running doUpdate() (showErrors=True)
2020-10-06 18:18:47,534 DEBUG openCache()
2020-10-06 18:18:48,728 DEBUG Comparing 3.19.0-78 with 
2020-10-06 18:18:48,728 DEBUG Comparing 4.15.0-117 with 3.19.0-78
2020-10-06 18:18:48,729 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-06 18:18:49,022 DEBUG /openCache(), new cache size 67032
2020-10-06 18:18:49,023 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2020-10-06 18:18:49,023 DEBUG quirks: running PreDistUpgradeCache
2020-10-06 18:18:49,024 DEBUG running Quirks.PreDistUpgradeCache
2020-10-06 18:18:49,024 INFO installing python-is-python2 because python-minimal was installed
2020-10-06 18:18:49,024 DEBUG Installing 'python-is-python2' (python-minimal was installed on the system)
2020-10-06 18:18:58,586 ERROR Dist-upgrade failed: 'E:Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».'
2020-10-06 18:18:58,589 DEBUG abort called
2020-10-06 18:18:58,590 DEBUG openCache()
2020-10-06 18:19:02,666 DEBUG Comparing 3.19.0-78 with 
2020-10-06 18:19:02,671 DEBUG Comparing 4.15.0-117 with 3.19.0-78
2020-10-06 18:19:02,671 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-06 18:19:03,158 DEBUG /openCache(), new cache size 100032

Et voici la copie de apt.log

Log time: 2020-10-06 18:17:58.439364
Log time: 2020-10-06 18:18:05.147987
Log time: 2020-10-06 18:18:49.008118
  MarkInstall python-is-python2:amd64 < none -> 2.7.17-4 @un uN Ib > FU=1
  Installing python2 as Dépend of python-is-python2
    MarkInstall python2:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
    Installing python2-minimal as Pré-Dépend of python2
      MarkInstall python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
       Removing: python-minimal
        MarkDelete python-minimal:amd64 < 2.7.15~rc1-1 @ii mK > FU=0
    Installing libpython2-stdlib as Dépend of python2
      MarkInstall libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
       Removing: libpython-stdlib
        MarkDelete libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii mK > FU=0
     Removing: python
      MarkDelete python:amd64 < 2.7.15~rc1-1 @ii mK Ib > FU=0
Starting pkgProblemResolver with broken count: 4
Starting 2 pkgProblemResolver with broken count: 4
Investigating (0) python-dbg:amd64 < 2.7.15~rc1-1 @ii mK Ib >
Broken python-dbg:amd64 Dépend on python:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python:amd64 6 as a solution to python-dbg:amd64 10
  Added python:amd64 to the remove list
  Fixing python-dbg:amd64 via keep of python:amd64
  MarkKeep python:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
Investigating (0) python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2:amd64 Casse on python:amd64 < 2.7.15~rc1-1 @ii gK Ib > (< 2.7.15-2)
  Considering python:amd64 6 as a solution to python2:amd64 7
  Added python:amd64 to the remove list
  Fixing python2:amd64 via remove of python:amd64
  MarkDelete python:amd64 < 2.7.15~rc1-1 @ii gK Ib > FU=0
Investigating (0) python-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all-dev:amd64 Dépend on libpython-all-dev:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH > (= 2.7.17-2ubuntu4)
  Considering libpython-all-dev:amd64 0 as a solution to python-all-dev:amd64 1
  MarkKeep python-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Re-Instated libpython2-dev:amd64
  Re-Instated libpython-all-dev:amd64
  Re-Instated python2-dev:amd64
  Re-Instated python-all-dev:amd64
Investigating (0) python-dev:amd64 < 2.7.15~rc1-1 @ii mK Ib >
Broken python-dev:amd64 Dépend on python:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python:amd64 6 as a solution to python-dev:amd64 1
  Removing python-dev:amd64 rather than change python:amd64
  MarkDelete python-dev:amd64 < 2.7.15~rc1-1 @ii mK Ib > FU=0
Investigating (0) python-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all-dbg:amd64 Dépend on libpython-all-dbg:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH > (= 2.7.17-2ubuntu4)
  Considering libpython-all-dbg:amd64 -1 as a solution to python-all-dbg:amd64 0
  MarkKeep python-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Re-Instated libpython2-dbg:amd64
  Re-Instated libpython-all-dbg:amd64
  Re-Instated python2-dbg:amd64
  Re-Instated python-all-dbg:amd64
Investigating (0) python-gobject-2-dev:amd64 < 2.28.6-12ubuntu3 | 2.28.6-14ubuntu1 @ii umH Ib >
Broken python-gobject-2-dev:amd64 Dépend on python-dev:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dev:amd64 1 as a solution to python-gobject-2-dev:amd64 0
  Re-Instated libffi7:amd64
  Re-Instated python-gobject-2:amd64
  Re-Instated python-gobject-2-dev:amd64
Investigating (0) python-gobject-2-dbg:amd64 < 2.28.6-12ubuntu3 | 2.28.6-14ubuntu1 @ii umH Ib >
Broken python-gobject-2-dbg:amd64 Dépend on python-gobject-2:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU > (= 2.28.6-12ubuntu3)
  Considering python-gobject-2:amd64 19 as a solution to python-gobject-2-dbg:amd64 0
  Re-Instated python-gobject-2-dbg:amd64
Investigating (0) libpython2-dev:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib >
Broken libpython2-dev:amd64 Casse on libpython-dev:amd64 < 2.7.15~rc1-1 @ii mK > (< 2.7.15-2)
  Considering libpython-dev:amd64 1 as a solution to libpython2-dev:amd64 0
  MarkKeep libpython2-dev:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
  Holding Back libpython2-dev:amd64 rather than change libpython-dev:amd64
Investigating (0) libpython2-dbg:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib >
Broken libpython2-dbg:amd64 Casse on libpython-dbg:amd64 < 2.7.15~rc1-1 @ii mK > (< 2.7.15-2)
  Considering libpython-dbg:amd64 10 as a solution to libpython2-dbg:amd64 0
  MarkKeep libpython2-dbg:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
  Holding Back libpython2-dbg:amd64 rather than change libpython-dbg:amd64
Investigating (0) libpython-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken libpython-all-dbg:amd64 Dépend on libpython2-dbg:amd64 < none | 2.7.17-2ubuntu4 @un uH > (= 2.7.17-2ubuntu4)
  Considering libpython2-dbg:amd64 0 as a solution to libpython-all-dbg:amd64 -1
  MarkKeep libpython-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Holding Back libpython-all-dbg:amd64 rather than change libpython2-dbg:amd64
Investigating (0) python-gtk2-dev:amd64 < 2.24.0-5.1ubuntu2 @ii mK Ib >
Broken python-gtk2-dev:amd64 Dépend on python-dev:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dev:amd64 1 as a solution to python-gtk2-dev:amd64 -2
  Removing python-gtk2-dev:amd64 rather than change python-dev:amd64
  MarkDelete python-gtk2-dev:amd64 < 2.24.0-5.1ubuntu2 @ii mK Ib > FU=0
Investigating (1) python-dbg:amd64 < 2.7.15~rc1-1 @ii mK Ib >
Broken python-dbg:amd64 Dépend on python:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python:amd64 6 as a solution to python-dbg:amd64 10
  Added python:amd64 to the remove list
  Fixing python-dbg:amd64 via keep of python:amd64
  MarkKeep python:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
Investigating (1) python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2:amd64 Casse on python:amd64 < 2.7.15~rc1-1 @ii gK Ib > (< 2.7.15-2)
  Considering python:amd64 6 as a solution to python2:amd64 7
  Added python:amd64 to the remove list
  Fixing python2:amd64 via remove of python:amd64
  MarkDelete python:amd64 < 2.7.15~rc1-1 @ii gK Ib > FU=0
Investigating (1) python2-dev:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib >
Broken python2-dev:amd64 Dépend on libpython2-dev:amd64 < none | 2.7.17-2ubuntu4 @un uH > (= 2.7.17-2ubuntu4)
  Considering libpython2-dev:amd64 0 as a solution to python2-dev:amd64 0
  MarkKeep python2-dev:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
  Holding Back python2-dev:amd64 rather than change libpython2-dev:amd64
Investigating (1) python2-dbg:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib >
Broken python2-dbg:amd64 Dépend on libpython2-dbg:amd64 < none | 2.7.17-2ubuntu4 @un uH > (= 2.7.17-2ubuntu4)
  Considering libpython2-dbg:amd64 0 as a solution to python2-dbg:amd64 0
  MarkKeep python2-dbg:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
  Holding Back python2-dbg:amd64 rather than change libpython2-dbg:amd64
Investigating (1) python-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all-dbg:amd64 Dépend on libpython-all-dbg:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH > (= 2.7.17-2ubuntu4)
  Considering libpython-all-dbg:amd64 -1 as a solution to python-all-dbg:amd64 0
  MarkKeep python-all-dbg:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Removing python-all-dbg:amd64 rather than change libpython-all-dbg:amd64
  MarkDelete python-all-dbg:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH Ib > FU=0
Investigating (1) python-gobject-2-dev:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib >
Broken python-gobject-2-dev:amd64 Dépend on python2-dev:amd64 < none | 2.7.17-2ubuntu4 @un uH >
  Considering python2-dev:amd64 0 as a solution to python-gobject-2-dev:amd64 0
  MarkKeep python-gobject-2-dev:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib > FU=0
  Removing python-gobject-2-dev:amd64 rather than change python2-dev:amd64
  MarkDelete python-gobject-2-dev:amd64 < 2.28.6-12ubuntu3 | 2.28.6-14ubuntu1 @ii umH Ib > FU=0
Investigating (1) python-gobject-2-dbg:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib >
Broken python-gobject-2-dbg:amd64 Dépend on python2-dbg:amd64 < none | 2.7.17-2ubuntu4 @un uH > (< 2.8)
  Considering python2-dbg:amd64 0 as a solution to python-gobject-2-dbg:amd64 0
  MarkKeep python-gobject-2-dbg:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib > FU=0
  Removing python-gobject-2-dbg:amd64 rather than change python2-dbg:amd64
  MarkDelete python-gobject-2-dbg:amd64 < 2.28.6-12ubuntu3 | 2.28.6-14ubuntu1 @ii umH Ib > FU=0
Investigating (1) libpython-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken libpython-all-dev:amd64 Dépend on libpython2-dev:amd64 < none | 2.7.17-2ubuntu4 @un uH > (= 2.7.17-2ubuntu4)
  Considering libpython2-dev:amd64 0 as a solution to libpython-all-dev:amd64 0
  MarkKeep libpython-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Holding Back libpython-all-dev:amd64 rather than change libpython2-dev:amd64
Investigating (1) python-matplotlib-dbg:amd64 < 2.1.1-2ubuntu3 @ii mK Ib >
Broken python-matplotlib-dbg:amd64 Dépend on python-all-dbg:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umR >
  Considering python-all-dbg:amd64 0 as a solution to python-matplotlib-dbg:amd64 -2
  Removing python-matplotlib-dbg:amd64 rather than change python-all-dbg:amd64
  MarkDelete python-matplotlib-dbg:amd64 < 2.1.1-2ubuntu3 @ii mK Ib > FU=0
Investigating (1) python-gtk2-dbg:amd64 < 2.24.0-5.1ubuntu2 @ii mK Ib >
Broken python-gtk2-dbg:amd64 Dépend on python-gobject-2-dbg:amd64 < 2.28.6-12ubuntu3 | 2.28.6-14ubuntu1 @ii umR >
  Considering python-gobject-2-dbg:amd64 0 as a solution to python-gtk2-dbg:amd64 -2
  Removing python-gtk2-dbg:amd64 rather than change python-gobject-2-dbg:amd64
  MarkDelete python-gtk2-dbg:amd64 < 2.24.0-5.1ubuntu2 @ii mK Ib > FU=0
Investigating (2) python-dbg:amd64 < 2.7.15~rc1-1 @ii mK Ib >
Broken python-dbg:amd64 Dépend on python:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python:amd64 6 as a solution to python-dbg:amd64 10
  Added python:amd64 to the remove list
  Fixing python-dbg:amd64 via keep of python:amd64
  MarkKeep python:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
Investigating (2) python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2:amd64 Casse on python:amd64 < 2.7.15~rc1-1 @ii gK Ib > (< 2.7.15-2)
  Considering python:amd64 10 as a solution to python2:amd64 7
  MarkKeep python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back python2:amd64 rather than change python:amd64
Investigating (2) python:amd64 < 2.7.15~rc1-1 @ii gK Ib >
Broken python:amd64 Pré-Dépend on python-minimal:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python-minimal:amd64 0 as a solution to python:amd64 10
  Added python-minimal:amd64 to the remove list
Broken python:amd64 Dépend on libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering libpython-stdlib:amd64 0 as a solution to python:amd64 10
  Added libpython-stdlib:amd64 to the remove list
  Fixing python:amd64 via keep of python-minimal:amd64
  MarkKeep python-minimal:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
  Fixing python:amd64 via keep of libpython-stdlib:amd64
  MarkKeep libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
Investigating (2) python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2-minimal:amd64 Casse on python-minimal:amd64 < 2.7.15~rc1-1 @ii gK > (< 2.7.15-2)
  Considering python-minimal:amd64 10 as a solution to python2-minimal:amd64 4
  MarkKeep python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back python2-minimal:amd64 rather than change python-minimal:amd64
Investigating (2) libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken libpython2-stdlib:amd64 Casse on libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gK > (< 2.7.15-2)
  Considering libpython-stdlib:amd64 10 as a solution to libpython2-stdlib:amd64 4
  MarkKeep libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back libpython2-stdlib:amd64 rather than change libpython-stdlib:amd64
Investigating (2) python-all:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (= 2.7.17-2ubuntu4)
  Considering python2:amd64 7 as a solution to python-all:amd64 3
  MarkKeep python-all:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Holding Back python-all:amd64 rather than change python2:amd64
Investigating (2) python-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all-dev:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (= 2.7.17-2ubuntu4)
  Considering python2:amd64 7 as a solution to python-all-dev:amd64 1
  MarkKeep python-all-dev:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Removing python-all-dev:amd64 rather than change python2:amd64
  MarkDelete python-all-dev:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH Ib > FU=0
Investigating (3) python-is-python2:amd64 < none -> 2.7.17-4 @un pumN Ib >
Broken python-is-python2:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH >
  Considering python2:amd64 7 as a solution to python-is-python2:amd64 9999
  Re-Instated python2-minimal:amd64
  Re-Instated libpython2-stdlib:amd64
  Re-Instated python2:amd64
Broken python-is-python2:amd64 Casse on python:amd64 < 2.7.15~rc1-1 @ii gK >
  Considering python:amd64 10 as a solution to python-is-python2:amd64 9999
  Added python:amd64 to the remove list
  Fixing python-is-python2:amd64 via remove of python:amd64
  MarkDelete python:amd64 < 2.7.15~rc1-1 @ii gK > FU=0
Investigating (3) python-dbg:amd64 < 2.7.15~rc1-1 @ii mK Ib >
Broken python-dbg:amd64 Dépend on python:amd64 < 2.7.15~rc1-1 @ii gR > (= 2.7.15~rc1-1)
  Considering python:amd64 9999 as a solution to python-dbg:amd64 10
  Removing python-dbg:amd64 rather than change python:amd64
  MarkDelete python-dbg:amd64 < 2.7.15~rc1-1 @ii mK Ib > FU=0
Investigating (3) python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2-minimal:amd64 Casse on python-minimal:amd64 < 2.7.15~rc1-1 @ii gK > (< 2.7.15-2)
  Considering python-minimal:amd64 10 as a solution to python2-minimal:amd64 4
  MarkKeep python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back python2-minimal:amd64 rather than change python-minimal:amd64
Investigating (3) libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken libpython2-stdlib:amd64 Casse on libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gK > (< 2.7.15-2)
  Considering libpython-stdlib:amd64 10 as a solution to libpython2-stdlib:amd64 4
  MarkKeep libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back libpython2-stdlib:amd64 rather than change libpython-stdlib:amd64
 Try to Re-Instate (3) python-all:amd64
Re-Instated python-all:amd64 (8 vs 7)
Investigating (3) python-numpy-dbg:amd64 < 1:1.13.3-2ubuntu1 | 1:1.16.5-2ubuntu7 @ii umH Ib >
Broken python-numpy-dbg:amd64 Dépend on python-dbg:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dbg:amd64 9999 as a solution to python-numpy-dbg:amd64 0
    Reinst Failed because of python2-dbg:amd64
  MarkKeep python-numpy-dbg:amd64 < 1:1.13.3-2ubuntu1 -> 1:1.16.5-2ubuntu7 @ii umU Ib > FU=0
  Removing python-numpy-dbg:amd64 rather than change python-dbg:amd64
  MarkDelete python-numpy-dbg:amd64 < 1:1.13.3-2ubuntu1 | 1:1.16.5-2ubuntu7 @ii umH Ib > FU=0
Investigating (3) python-pil-dbg:amd64 < 5.1.0-1ubuntu0.3 | 6.2.1-3 @ii umH Ib >
Broken python-pil-dbg:amd64 Dépend on python-dbg:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dbg:amd64 9999 as a solution to python-pil-dbg:amd64 0
  Re-Instated libfreetype6:amd64
  Re-Instated gcc-10-base:amd64
  Re-Instated libgcc-s1:amd64
  Re-Instated gcc-10-base:i386
  Re-Instated libgcc-s1:i386
  Re-Instated libcrypt1:i386
  Re-Instated libc-bin:amd64
  Re-Instated locales:amd64
  Re-Instated libcbor0.6:amd64
  Re-Instated libfido2-1:amd64
  Re-Instated libkrb5support0:amd64
  Re-Instated libkrb5-3:amd64
  Re-Instated libgssapi-krb5-2:amd64
  Re-Instated openssh-client:amd64
  Re-Instated openssh-server:amd64
  Re-Instated libc6:i386
  Re-Instated libcrypt1:amd64
  Re-Instated libc6:amd64
  Re-Instated libimagequant0:amd64
  Re-Instated python-pil:amd64
    Reinst Failed because of python2-dbg:amd64
  MarkKeep python-pil-dbg:amd64 < 5.1.0-1ubuntu0.3 -> 6.2.1-3 @ii umU Ib > FU=0
  Removing python-pil-dbg:amd64 rather than change python-dbg:amd64
  MarkDelete python-pil-dbg:amd64 < 5.1.0-1ubuntu0.3 | 6.2.1-3 @ii umH Ib > FU=0
Investigating (3) python-cairo-dbg:amd64 < 1.16.2-1 | 1.16.2-2ubuntu2 @ii umH Ib >
Broken python-cairo-dbg:amd64 Dépend on python-dbg:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dbg:amd64 9999 as a solution to python-cairo-dbg:amd64 0
  Re-Instated python-cairo:amd64
    Reinst Failed because of python2-dbg:amd64
  MarkKeep python-cairo-dbg:amd64 < 1.16.2-1 -> 1.16.2-2ubuntu2 @ii umU Ib > FU=0
  Removing python-cairo-dbg:amd64 rather than change python-dbg:amd64
  MarkDelete python-cairo-dbg:amd64 < 1.16.2-1 | 1.16.2-2ubuntu2 @ii umH Ib > FU=0
Investigating (3) python-tk-dbg:amd64 < 2.7.17-1~18.04 | 2.7.18-1 @ii umH Ib >
Broken python-tk-dbg:amd64 Dépend on python-dbg:amd64 < 2.7.15~rc1-1 @ii mR > (>= 2.7)
  Considering python-dbg:amd64 9999 as a solution to python-tk-dbg:amd64 -1
    Reinst Failed because of python2-dbg:amd64
  MarkKeep python-tk-dbg:amd64 < 2.7.17-1~18.04 -> 2.7.18-1 @ii umU Ib > FU=0
  Removing python-tk-dbg:amd64 rather than change python-dbg:amd64
  MarkDelete python-tk-dbg:amd64 < 2.7.17-1~18.04 | 2.7.18-1 @ii umH Ib > FU=0
Investigating (3) libc6-dbg:amd64 < 2.27-3ubuntu1.2 | 2.31-0ubuntu9.1 @ii umH Ib >
Broken libc6-dbg:amd64 Dépend on libc6:amd64 < 2.27-3ubuntu1.2 -> 2.31-0ubuntu9.1 @ii umU IPb > (= 2.27-3ubuntu1.2)
  Considering libc6:amd64 14662 as a solution to libc6-dbg:amd64 -1
  Re-Instated libc6-dbg:amd64
Investigating (3) python-sane-dbg:amd64 < 2.8.3-1build3 @ii mK Ib >
Broken python-sane-dbg:amd64 Dépend on python-pil-dbg:amd64 < 5.1.0-1ubuntu0.3 | 6.2.1-3 @ii umR > (>= 2.7.0)
  Considering python-pil-dbg:amd64 9999 as a solution to python-sane-dbg:amd64 -2
  Removing python-sane-dbg:amd64 rather than change python-pil-dbg:amd64
  MarkDelete python-sane-dbg:amd64 < 2.8.3-1build3 @ii mK Ib > FU=0
Investigating (3) python-mysqldb-dbg:amd64 < 1.3.10-1build1 @ii mK Ib >
Broken python-mysqldb-dbg:amd64 Dépend on python-dbg:amd64 < 2.7.15~rc1-1 @ii mR >
  Considering python-dbg:amd64 9999 as a solution to python-mysqldb-dbg:amd64 -2
  Removing python-mysqldb-dbg:amd64 rather than change python-dbg:amd64
  MarkDelete python-mysqldb-dbg:amd64 < 1.3.10-1build1 @ii mK Ib > FU=0
Investigating (4) libc6-dev:amd64 < 2.27-3ubuntu1.2 | 2.31-0ubuntu9.1 @ii umH Ib >
Broken libc6-dev:amd64 Dépend on libc6:amd64 < 2.27-3ubuntu1.2 -> 2.31-0ubuntu9.1 @ii umU IPb > (= 2.27-3ubuntu1.2)
  Considering libc6:amd64 14662 as a solution to libc6-dev:amd64 54
  Re-Instated libc-dev-bin:amd64
  Re-Instated manpages-dev:amd64
  Re-Instated libcrypt-dev:amd64
  Re-Instated libc6-dev:amd64
Investigating (4) python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib >
Broken python2:amd64 Pré-Dépend on python2-minimal:amd64 < none | 2.7.17-2ubuntu4 @un umH > (= 2.7.17-2ubuntu4)
  Considering python2-minimal:amd64 4 as a solution to python2:amd64 7
  MarkKeep python2:amd64 < none -> 2.7.17-2ubuntu4 @un umN Ib > FU=0
  Holding Back python2:amd64 rather than change python2-minimal:amd64
Investigating (4) libfreetype6-dev:amd64 < 2.8.1-2ubuntu2 | 2.10.1-2 @ii umH Ib >
Broken libfreetype6-dev:amd64 Dépend on libfreetype6:amd64 < 2.8.1-2ubuntu2 -> 2.10.1-2 @ii umU > (= 2.8.1-2ubuntu2)
  Considering libfreetype6:amd64 650 as a solution to libfreetype6-dev:amd64 6
  Re-Instated libfreetype-dev:amd64
  Re-Instated libfreetype6-dev:amd64
Investigating (4) python-all:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib >
Broken python-all:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (= 2.7.17-2ubuntu4)
  Considering python2:amd64 7 as a solution to python-all:amd64 3
  MarkKeep python-all:amd64 < 2.7.15~rc1-1 -> 2.7.17-2ubuntu4 @ii umU Ib > FU=0
  Removing python-all:amd64 rather than change python2:amd64
  MarkDelete python-all:amd64 < 2.7.15~rc1-1 | 2.7.17-2ubuntu4 @ii umH Ib > FU=0
Investigating (4) openssh-sftp-server:amd64 < 1:7.6p1-4ubuntu0.3 | 1:8.2p1-4ubuntu0.1 @ii umH Ib >
Broken openssh-sftp-server:amd64 Dépend on openssh-client:amd64 < 1:7.6p1-4ubuntu0.3 -> 1:8.2p1-4ubuntu0.1 @ii umU > (= 1:7.6p1-4ubuntu0.3)
  Considering openssh-client:amd64 9 as a solution to openssh-sftp-server:amd64 1
  Re-Instated openssh-sftp-server:amd64
Investigating (5) python-is-python2:amd64 < none -> 2.7.17-4 @un pumN Ib >
Broken python-is-python2:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH >
  Considering python2:amd64 7 as a solution to python-is-python2:amd64 9999
Investigating (5) python-cairo:amd64 < 1.16.2-1 -> 1.16.2-2ubuntu2 @ii umU Ib >
Broken python-cairo:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (< 2.8)
  Considering python2:amd64 7 as a solution to python-cairo:amd64 19
  MarkKeep python-cairo:amd64 < 1.16.2-1 -> 1.16.2-2ubuntu2 @ii umU Ib > FU=0
  Holding Back python-cairo:amd64 rather than change python2:amd64
Investigating (5) python-gobject-2:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib >
Broken python-gobject-2:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (< 2.8)
  Considering python2:amd64 7 as a solution to python-gobject-2:amd64 19
  MarkKeep python-gobject-2:amd64 < 2.28.6-12ubuntu3 -> 2.28.6-14ubuntu1 @ii umU Ib > FU=0
  Holding Back python-gobject-2:amd64 rather than change python2:amd64
Investigating (5) python-pil:amd64 < 5.1.0-1ubuntu0.3 -> 6.2.1-3 @ii umU Ib >
Broken python-pil:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > (< 2.8)
  Considering python2:amd64 7 as a solution to python-pil:amd64 12
  MarkKeep python-pil:amd64 < 5.1.0-1ubuntu0.3 -> 6.2.1-3 @ii umU Ib > FU=0
  Holding Back python-pil:amd64 rather than change python2:amd64
Investigating (6) python-is-python2:amd64 < none -> 2.7.17-4 @un pumN Ib >
Broken python-is-python2:amd64 Dépend on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH >
  Considering python2:amd64 7 as a solution to python-is-python2:amd64 9999
Done
Log time: 2020-10-06 18:19:03.135745

Hors ligne

#21 Le 06/10/2020, à 18:32

geole

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

La piste à chercher
    Reinst Failed because of python2-dbg:amd64

C'est probablement le débugger. Il n'est certainement pas nécessaire
On va tenter de simuler sa suppression pour voir ce qu'il entraîne comme logiciel  avec lui

sudo apt remove --purge --simulate python2-dbg

Dernière modification par geole (Le 06/10/2020, à 18:39)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#22 Le 06/10/2020, à 18:47

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Voici ce que j'obtiens:

sudo apt remove --purge --simulate python2-dbg
[sudo] Mot de passe de thomas : 
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 python2-dbg

Hors ligne

#23 Le 06/10/2020, à 18:57

geole

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

essaie

sudo apt remove --purge --simulate python-dev

Dernière modification par geole (Le 06/10/2020, à 18:58)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#24 Le 06/10/2020, à 19:24

zigroful1

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

Voici le résultat:

sudo apt remove --purge --simulate python-dev
[sudo] Mot de passe de thomas : 
Désolé, essayez de nouveau.
[sudo] Mot de passe de thomas : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  gir1.2-gtk-2.0 gir1.2-harfbuzz-0.0 icu-devtools libappindicator1
  libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libffi-dev
  libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libgraphite2-dev
  libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0 libice-dev libicu-dev
  libicu-le-hb-dev libicu-le-hb0 libiculx60 libindicator7 libpango1.0-dev
  libpixman-1-dev libpthread-stubs0-dev libsm-dev libx11-dev libx11-doc
  libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev
  libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev
  libxft-dev libxi-dev libxinerama-dev libxrandr-dev libxrender-dev
  python2.7-dev x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
  x11proto-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev
  x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
  x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  python-all-dev* python-dev* python-gobject-2-dev* python-gtk2-dev*
0 mis à jour, 0 nouvellement installés, 4 à enlever et 0 non mis à jour.
Purg python-all-dev [2.7.15~rc1-1]
Purg python-gtk2-dev [2.24.0-5.1ubuntu2]
Purg python-gobject-2-dev [2.28.6-12ubuntu3]
Purg python-dev [2.7.15~rc1-1]

Hors ligne

#25 Le 06/10/2020, à 19:35

geole

Re : Problème à la mise à niveau de Ubuntu 18.04 LTS à 20.04 LTS

J'ai peur de mal comprendre la réponse.
Peux-tu recommencer
1) en virant ce qui est inutile dans ton environnement.

sudo apt autoremove --purge

2) Puis

sudo apt remove --purge --simulate python-dev

Dernière modification par geole (Le 06/10/2020, à 19:35)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne