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.

#26 Le 29/12/2020, à 18:19

xubu1957

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour,

Remontre :

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

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#27 Le 29/12/2020, à 18:46

ylag

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Dilem a écrit :

et bien quand je fais cette commande sur le terminal... il ne se passe rien

La commande ne donne aucun retour lorsqu'elle s'exécute normalement.
Par contre, attention de ne pas la passer à répétition sous peine de risquer d'endommager le fichier; dans ton cas précis, tu ne risques rien puisqu'on a supprimé les deux dernières lignes du fichier et que le fichier modifié contient moins de 52 lignes.

Pour t'en assurer, réponds au commentaire #26 de @xubu1957.

A+

Dernière modification par ylag (Le 29/12/2020, à 18:47)

Hors ligne

#28 Le 31/12/2020, à 14:06

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Puis-je avoir une aide ? sad sad
Bonne fin d'année !

Dernière modification par Dilem (Le 31/12/2020, à 14:06)

Hors ligne

#29 Le 31/12/2020, à 14:24

xubu1957

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour,

#26, xubu a écrit :

Remontre :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Le 04/10/2020, moko138 a écrit :

  Un retour complet doit contenir toutes les lignes, et entières,
depuis celle de la commande
jusqu'à la ligne attendant la commande suivante
, exemple :

moi@mon-pc~$: ma-commande
son retour
moi@mon-pc~$:

  Et ce, MÊME POUR UN RETOUR VIDE.   Exemple :

moko@pc-c:~$ sudo apt-get clean
moko@pc-c:~$

              .
Faute de quoi, il manque souvent à ceux qui tentent de t'aider des éléments essentiels.

(Plus de détails dans ce message-ci Retour utilisable de commande.)

(Et si tu ne veux pas divulguer ton nom d'user, tu le remplaces par toto.)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#30 Le 01/01/2021, à 11:41

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour... et meilleure année...

   Désolé je n'avait pas fais la page suivante...
    En réponse à xubu j'ai ça :

leslam@leslam-SG3-130FR:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

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

/etc/apt/sources.list.d/teams.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main

/etc/apt/sources.list.d/spotify.list

     1	deb http://repository.spotify.com stable non-free

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

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

/etc/apt/sources.list.d/mscore-ubuntu-ubuntu-mscore3-stable-bionic.list

     1	deb http://ppa.launchpad.net/mscore-ubuntu/mscore3-stable/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/mscore-ubuntu/mscore3-stable/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/mscore-ubuntu/mscore3-stable/ubuntu bionic main
leslam@leslam-SG3-130FR:~$ 

Dernière modification par Dilem (Le 01/01/2021, à 11:47)

Hors ligne

#31 Le 01/01/2021, à 11:43

xubu1957

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour et bonne année !

Que donne maintenant :

sudo apt update

?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#32 Le 01/01/2021, à 11:49

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Voici :

 

eslam@leslam-SG3-130FR:~$ sudo apt update
[sudo] Mot de passe de leslam : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://archive.canonical.com/ubuntu bionic InRelease                
Atteint :3 http://ppa.launchpad.net/mscore-ubuntu/mscore3-stable/ubuntu bionic InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :5 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :6 http://repository.spotify.com stable InRelease                      
Atteint :7 https://repo.skype.com/deb stable InRelease                         
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :9 https://packages.microsoft.com/repos/ms-teams stable InRelease      
Réception de :10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [49,0 kB]
Réception de :11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59,5 kB]
Réception de :12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
200 ko réceptionnés en 2s (92,4 ko/s)                                          
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.

Hors ligne

#33 Le 01/01/2021, à 11:52

xubu1957

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Essaye :

sudo do-release-upgrade

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#34 Le 01/01/2021, à 11:58

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Voilà :

leslam@leslam-SG3-130FR:~$ sudo do-release-upgrade
Recherche d'une nouvelle version d'Ubuntu
Prendre :1 Signature de l'outil de mise à niveau [1554 B]                     
Prendre :2 Outil de mise à niveau [1340 kB]                                   
1342 k o réceptionnés en 0s (0  o/s)                                          
authentification de « focal.tar.gz » avec « focal.tar.gz.gpg » 
extraction de 'focal.tar.gz'

Lecture du cache

Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      
Att http://fr.archive.ubuntu.com/ubuntu bionic InRelease                       
Att http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease               
Att http://archive.canonical.com/ubuntu bionic InRelease                       
Att http://ppa.launchpad.net/mscore-ubuntu/mscore3-stable/ubuntu bionic InRelease
Att http://security.ubuntu.com/ubuntu bionic-security InRelease                
Att http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease             
Att http://repository.spotify.com stable InRelease                             
Att https://repo.skype.com/deb stable InRelease                                
Att https://packages.microsoft.com/repos/ms-teams stable InRelease             
0  o réceptionnés en 0s (0  o/s)                                               
Lecture des listes de paquets… Terminé        
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      

Mise à jour des informations sur les dépôts

Sources provenant de tiers désactivées 

Certaines entrées 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. 

Veuillez appuyer sur [Entrée] pour continuer

Prendre :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease [265 kB]        
Prendre :2 http://archive.canonical.com/ubuntu focal InRelease [12,1 kB]       
Prendre :3 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] 
Prendre :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Prendre :5 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Prendre :6 http://archive.canonical.com/ubuntu focal/partner i386 Packages [1620 B]
Prendre :7 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
Prendre :8 http://archive.canonical.com/ubuntu focal/partner amd64 Packages [1604 B]
Prendre :9 http://archive.canonical.com/ubuntu focal/partner Translation-en [804 B]
Prendre :10 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [165 kB]
Prendre :11 http://fr.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB]
Prendre :12 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [395 kB]
Prendre :13 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [90,4 kB]
Prendre :14 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24,2 kB]
Prendre :15 http://fr.archive.ubuntu.com/ubuntu focal/main Translation-fr [500 kB]
Prendre :16 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 48x48 Icons [11,0 kB]
Prendre :17 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 64x64 Icons [16,5 kB]
Prendre :18 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [5584 B]
Prendre :19 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [8920 B]
Prendre :20 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [80,7 kB]
Prendre :21 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [12,8 kB]
Prendre :22 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [324 B]
Prendre :23 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [413 kB]
Prendre :24 http://fr.archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
Prendre :25 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 DEP-11 Metadata [494 kB]
Prendre :26 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [521 kB]
Prendre :27 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 48x48 Icons [98,4 kB]
Prendre :28 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 64x64 Icons [163 kB]
Prendre :29 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 c-n-f Metadata [29,5 kB]
Prendre :30 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22,0 kB]
Prendre :31 http://fr.archive.ubuntu.com/ubuntu focal/restricted i386 Packages [8112 B]
Prendre :32 http://fr.archive.ubuntu.com/ubuntu focal/restricted Translation-fr [5580 B]
Prendre :33 http://fr.archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B]
Prendre :34 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 c-n-f Metadata [392 B]
Prendre :35 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
Prendre :36 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [68,6 kB]
Prendre :37 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [56,5 kB]
Prendre :38 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 48x48 Icons [23,0 kB]
Prendre :39 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 64x64 Icons [40,9 kB]
Prendre :40 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [9364 B]
Prendre :41 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1256 B]
Prendre :42 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [540 B]
Prendre :43 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [116 B]
Prendre :44 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages [4642 kB]
Prendre :45 http://fr.archive.ubuntu.com/ubuntu focal/universe Translation-fr [3497 kB]
Prendre :46 http://fr.archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]
Prendre :47 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 DEP-11 Metadata [3603 kB]
Prendre :48 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 48x48 Icons [3016 kB]
Prendre :49 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64 Icons [7794 kB]
Prendre :50 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]
Prendre :51 http://fr.archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [74,7 kB]
Prendre :52 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]
Prendre :53 http://fr.archive.ubuntu.com/ubuntu focal/multiverse Translation-fr [97,8 kB]
Prendre :54 http://fr.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]
Prendre :55 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 DEP-11 Metadata [48,4 kB]
Prendre :56 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 48x48 Icons [23,1 kB]
Prendre :57 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 64x64 Icons [192 kB]
Prendre :58 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B]
Prendre :59 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [391 kB]
Prendre :60 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [699 kB]
Prendre :61 http://fr.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [176 kB]
Prendre :62 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [263 kB]
Prendre :63 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 48x48 Icons [55,6 kB]
Prendre :64 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64 Icons [87,9 kB]
Prendre :65 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [11,3 kB]
Prendre :66 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [103 kB]
Prendre :67 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [13,3 kB]
Prendre :68 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [15,8 kB]
Prendre :69 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [348 B]
Prendre :70 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [524 kB]
Prendre :71 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [708 kB]
Prendre :72 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [140 kB]
Prendre :73 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [205 kB]
Prendre :74 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 48x48 Icons [109 kB]
Prendre :75 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64 Icons [204 kB]
Prendre :76 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [13,7 kB]
Prendre :77 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [5868 B]
Prendre :78 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [20,0 kB]
Prendre :79 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [4668 B]
Prendre :80 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Prendre :81 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 48x48 Icons [29 B]
Prendre :82 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 64x64 Icons [2638 B]
Prendre :83 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [552 B]
Prendre :84 http://fr.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [112 B]
Prendre :85 http://fr.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]
Prendre :86 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [3988 B]
Prendre :87 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [2904 B]
Prendre :88 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [1448 B]
Prendre :89 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1764 B]
Prendre :90 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 48x48 Icons [2809 B]
Prendre :91 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64 Icons [3944 B]
Prendre :92 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [224 B]
Prendre :93 http://fr.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]
47,1 M o réceptionnés en 6s (1016 k o/s)                                      

Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé        
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      

Calcul des modifications en cours

Calcul des modifications en cours

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 ». 


Restauration du système dans son état d'origine

Annulation
Lecture des listes de paquets… Terminé        
Construction de l'arbre des dépendances        
Lecture des informations d'état… Terminé      
leslam@leslam-SG3-130FR:~$ 

Hors ligne

#35 Le 01/01/2021, à 12:00

xubu1957

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Il faut attendre les conseils des aidants plus expérimentés.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#36 Le 01/01/2021, à 13:10

ylag

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour,

sudo do-release-upgrade au #34 a écrit :

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.

Peut-être commencer par appliquer la recommendation en installant d'abord ppa-purge (si pas déjà présent...) et en l'utilisant pour rétrograder «proprement» le ppa mscore-ubuntu/mscore3-stable:

sudo apt install ppa-purge
sudo ppa-purge ppa:mscore-ubuntu/mscore3-stable

...si tout se passe bien, retenter ensuite la mise à niveau ?

A+

Hors ligne

#37 Le 21/01/2021, à 15:35

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour,
    Bon, il s'est passé du temps... mais j'ai repris ma tentative de mise à jour... et c'est à nouveau raté ! mad
Existe t-il un plan B ou C ou...
...et j'ai ça sur le terminal :

 sudo ppa-purge ppa:mscore-ubuntu/mscore3-stable
[sudo] Mot de passe de leslam : 
Updating packages lists
PPA to be removed: mscore-ubuntu mscore3-stable
Warning:  Could not find package list for PPA: mscore-ubuntu mscore3-stable

Hors ligne

#38 Le 21/01/2021, à 15:56

geole

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Bonjour

Donc  ces retours

sudo apt list --upgradable
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
"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

En ligne

#39 Le 21/01/2021, à 16:22

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

Pour le premier :

$ sudo apt list --upgradable
[sudo] Mot de passe de leslam : 
En train de lister... Fait

Le second :

$ cat   /var/log/dist-upgrade/main.log 
2021-01-21 14:50:10,231 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2021-01-21 14:50:10,232 INFO uname information: 'Linux leslam-SG3-130FR 4.15.0-134-generic #138-Ubuntu SMP Fri Jan 15 10:52:18 UTC 2021 x86_64'
2021-01-21 14:50:11,035 INFO apt version: '1.6.12ubuntu0.2'
2021-01-21 14:50:11,036 INFO python version: '3.6.9 (default, Oct  8 2020, 12:12:24) 
[GCC 8.4.0]'
2021-01-21 14:50:11,043 INFO release-upgrader version '20.04.29' started
2021-01-21 14:50:11,162 INFO locale: 'fr_FR' 'UTF-8'
2021-01-21 14:50:11,789 DEBUG Using 'DistUpgradeViewGtk3' view
2021-01-21 14:50:11,918 DEBUG enable dpkg --force-overwrite
2021-01-21 14:50:11,951 DEBUG creating statefile: '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2021-01-21 14:50:21,437 DEBUG lsb-release: 'bionic'
2021-01-21 14:50:21,439 DEBUG _pythonSymlinkCheck run
2021-01-21 14:50:21,467 DEBUG openCache()
2021-01-21 14:50:21,468 DEBUG quirks: running PreCacheOpen
2021-01-21 14:50:21,468 DEBUG running Quirks.PreCacheOpen
2021-01-21 14:50:23,649 DEBUG Comparing 4.15.0-132 with 
2021-01-21 14:50:23,650 DEBUG Comparing 4.15.0-134 with 4.15.0-132
2021-01-21 14:50:24,238 DEBUG /openCache(), new cache size 101520
2021-01-21 14:50:24,240 DEBUG need_server_mode(): can not find a desktop meta package or key deps, running in server mode
2021-01-21 14:50:24,240 DEBUG checkViewDepends()
2021-01-21 14:50:24,259 DEBUG running doUpdate() (showErrors=False)
2021-01-21 14:50:27,432 DEBUG openCache()
2021-01-21 14:50:29,671 DEBUG Comparing 4.15.0-132 with 
2021-01-21 14:50:29,671 DEBUG Comparing 4.15.0-134 with 4.15.0-132
2021-01-21 14:50:30,288 DEBUG /openCache(), new cache size 101520
2021-01-21 14:50:30,288 DEBUG doPostInitialUpdate
2021-01-21 14:50:30,288 DEBUG quirks: running focalPostInitialUpdate
2021-01-21 14:50:30,288 DEBUG running Quirks.focalPostInitialUpdate
2021-01-21 14:50:37,161 DEBUG MetaPkgs: 
2021-01-21 14:50:47,845 DEBUG no PkgRecord found for 'linux-image-4.15.0-126-generic', skipping 
2021-01-21 14:50:47,908 DEBUG no PkgRecord found for 'linux-modules-4.15.0-126-generic', skipping 
2021-01-21 14:50:47,935 DEBUG no PkgRecord found for 'linux-modules-extra-4.15.0-126-generic', skipping 
2021-01-21 14:50:48,143 DEBUG no PkgRecord found for 'musescore-general-soundfont-lossless', skipping 
2021-01-21 14:50:49,075 DEBUG Foreign: adobe-flash-properties-kde adobe-flashplugin skypeforlinux teams
2021-01-21 14:50:49,076 DEBUG Obsolete: imagescan libdvdcss-dev libdvdcss2
2021-01-21 14:50:49,077 DEBUG updateSourcesList()
2021-01-21 14:50:49,094 DEBUG rewriteSourcesList() with mirror_check
2021-01-21 14:50:49,094 DEBUG ['ubuntu-minimal', 'ubuntu-standard']
2021-01-21 14:50:49,094 DEBUG Checking pkg: ubuntu-minimal
2021-01-21 14:50:49,100 DEBUG Checking pkg: ubuntu-standard
2021-01-21 14:50:49,104 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted'
2021-01-21 14:50:49,105 DEBUG verifySourcesListEntry: deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
2021-01-21 14:50:49,105 DEBUG url_downloadable: http://fr.archive.ubuntu.com/ubuntu//dists/focal/Release
2021-01-21 14:50:49,105 DEBUG s='http' n='fr.archive.ubuntu.com' p='/ubuntu//dists/focal/Release' q='' f=''
2021-01-21 14:50:49,153 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted' updated to new dist
2021-01-21 14:50:49,154 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted'
2021-01-21 14:50:49,154 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted' updated to new dist
2021-01-21 14:50:49,154 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe'
2021-01-21 14:50:49,154 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal universe' updated to new dist
2021-01-21 14:50:49,155 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe'
2021-01-21 14:50:49,155 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe' updated to new dist
2021-01-21 14:50:49,155 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse'
2021-01-21 14:50:49,156 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse' updated to new dist
2021-01-21 14:50:49,156 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse'
2021-01-21 14:50:49,156 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse' updated to new dist
2021-01-21 14:50:49,157 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
2021-01-21 14:50:49,157 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse' updated to new dist
2021-01-21 14:50:49,157 DEBUG examining: 'deb http://archive.canonical.com/ubuntu bionic partner'
2021-01-21 14:50:49,158 DEBUG verifySourcesListEntry: deb http://archive.canonical.com/ubuntu focal partner
2021-01-21 14:50:49,158 DEBUG url_downloadable: http://archive.canonical.com/ubuntu/dists/focal/Release
2021-01-21 14:50:49,158 DEBUG s='http' n='archive.canonical.com' p='/ubuntu/dists/focal/Release' q='' f=''
2021-01-21 14:50:49,361 DEBUG entry 'deb http://archive.canonical.com/ubuntu focal partner' updated to new dist
2021-01-21 14:50:49,361 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security main restricted'
2021-01-21 14:50:49,362 DEBUG verifySourcesListEntry: deb http://security.ubuntu.com/ubuntu focal main restricted
2021-01-21 14:50:49,362 DEBUG url_downloadable: http://security.ubuntu.com/ubuntu/dists/focal/Release
2021-01-21 14:50:49,362 DEBUG s='http' n='security.ubuntu.com' p='/ubuntu/dists/focal/Release' q='' f=''
2021-01-21 14:50:49,437 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security main restricted' updated to new dist
2021-01-21 14:50:49,437 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security universe'
2021-01-21 14:50:49,437 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security universe' updated to new dist
2021-01-21 14:50:49,437 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security multiverse'
2021-01-21 14:50:49,438 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security multiverse' updated to new dist
2021-01-21 14:50:49,438 DEBUG examining: 'deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main'
2021-01-21 14:50:49,440 DEBUG entry '# deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-01-21 14:50:49,440 DEBUG examining: 'deb http://repository.spotify.com stable non-free'
2021-01-21 14:50:49,442 DEBUG entry '# deb http://repository.spotify.com stable non-free # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-01-21 14:50:49,442 DEBUG examining: 'deb [arch=amd64] https://repo.skype.com/deb stable main'
2021-01-21 14:50:49,443 DEBUG entry '# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-01-21 14:50:57,147 DEBUG running doUpdate() (showErrors=True)
2021-01-21 14:52:04,481 DEBUG openCache()
2021-01-21 14:52:06,105 DEBUG Comparing 4.15.0-132 with 
2021-01-21 14:52:06,105 DEBUG Comparing 4.15.0-134 with 4.15.0-132
2021-01-21 14:52:06,505 DEBUG /openCache(), new cache size 67578
2021-01-21 14:52:06,507 DEBUG need_server_mode(): can not find a desktop meta package or key deps, running in server mode
2021-01-21 14:52:06,508 DEBUG quirks: running PreDistUpgradeCache
2021-01-21 14:52:06,508 DEBUG running Quirks.PreDistUpgradeCache
2021-01-21 14:52:06,509 INFO checking for python-dbg
2021-01-21 14:52:06,509 INFO checking for python-doc
2021-01-21 14:52:06,509 INFO checking for python-minimal
2021-01-21 14:52:06,509 INFO installing python-is-python2 because python-minimal was installed
2021-01-21 14:52:06,509 DEBUG Installing 'python-is-python2' (python-minimal was installed on the system)
2021-01-21 14:52:06,587 INFO removing python-minimal because python-is-python2 is being installed
2021-01-21 14:52:06,587 DEBUG Removing 'python-minimal' (python-is-python2 is being installed on the system)
2021-01-21 14:52:06,587 INFO failed to remove python-minimal
2021-01-21 14:52:06,588 INFO checking for python-dev
2021-01-21 14:52:06,589 INFO checking for libpython-dev
2021-01-21 14:52:06,589 INFO checking for libpython-stdlib
2021-01-21 14:52:06,589 INFO removing libpython-stdlib because None is being installed
2021-01-21 14:52:06,589 DEBUG Removing 'libpython-stdlib' (None is being installed on the system)
2021-01-21 14:52:06,589 INFO failed to remove libpython-stdlib
2021-01-21 14:52:06,589 INFO checking for libpython-dbg
2021-01-21 14:52:10,681 ERROR Dist-upgrade failed: 'E:Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé par les paquets devant être gardés en l'état.'
2021-01-21 14:52:10,709 DEBUG abort called
2021-01-21 14:52:10,728 DEBUG openCache()
2021-01-21 14:52:17,009 DEBUG Comparing 4.15.0-132 with 
2021-01-21 14:52:17,010 DEBUG Comparing 4.15.0-134 with 4.15.0-132
2021-01-21 14:52:17,623 DEBUG /openCache(), new cache size 101520

Le troisième :

cat   /var/log/dist-upgrade/apt.log
Log time: 2021-01-21 14:50:24.228534
Log time: 2021-01-21 14:50:30.249446
Log time: 2021-01-21 14:52:06.468733
  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
  Ignore MarkInstall of python:amd64 < 2.7.15~rc1-1 @ii pgR > as its mode (Delete) is protected
    MarkKeep libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
    MarkKeep python-minimal:amd64 < 2.7.15~rc1-1 @ii gR > FU=0
  MarkInstall libucommon8:amd64 < 7.0.0-12ubuntu0.1 -> 7.0.0-16ubuntu2 @ii umU Ib > FU=0
  Installing libgcc-s1 as Dépend of libucommon8
    MarkInstall libgcc-s1:amd64 < none -> 10.2.0-5ubuntu1~20.04 @un uN Ib > FU=0
    Installing gcc-10-base as Dépend of libgcc-s1
      MarkInstall gcc-10-base:amd64 < none -> 10.2.0-5ubuntu1~20.04 @un uN > FU=0
  MarkInstall fdisk:amd64 < 2.31.1-0.4ubuntu3.7 -> 2.34-0.1ubuntu9.1 @ii umU Ib > FU=0
  Installing libncursesw6 as Dépend of fdisk
    MarkInstall libncursesw6:amd64 < none -> 6.2-0ubuntu2 @un uN Ib > FU=0
    Installing libtinfo6 as Dépend of libncursesw6
      MarkInstall libtinfo6:amd64 < none -> 6.2-0ubuntu2 @un uN > FU=0
  MarkInstall evince:amd64 < 3.28.4-0ubuntu1.2 -> 3.36.7-0ubuntu1 @ii umU Ib > FU=0
  Installing libgnome-desktop-3-19 as Dépend of evince
    MarkInstall libgnome-desktop-3-19:amd64 < none -> 3.36.8-0ubuntu1 @un uN > FU=0
  MarkInstall perl-base:amd64 < 5.26.1-6ubuntu0.5 -> 5.30.0-9ubuntu0.2 @ii umU Ib > FU=0
  Installing libcrypt1 as Pré-Dépend of perl-base
    MarkInstall libcrypt1:amd64 < none -> 1:4.4.10-10ubuntu4 @un uN > FU=0
  MarkInstall libmpv1:amd64 < 0.27.2-1ubuntu1 -> 0.32.0-1ubuntu1 @ii umU Ib > FU=0
  Installing libavcodec58 as Dépend of libmpv1
    MarkInstall libavcodec58:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN Ib > FU=0
    Installing libaom0 as Dépend of libavcodec58
      MarkInstall libaom0:amd64 < none -> 1.0.0.errata1-3build1 @un uN > FU=0
    Installing libavutil56 as Dépend of libavcodec58
      MarkInstall libavutil56:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
    Installing libcodec2-0.9 as Dépend of libavcodec58
      MarkInstall libcodec2-0.9:amd64 < none -> 0.9.2-2 @un uN > FU=0
    Installing libswresample3 as Dépend of libavcodec58
      MarkInstall libswresample3:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
    Installing libvpx6 as Dépend of libavcodec58
      MarkInstall libvpx6:amd64 < none -> 1.8.2-1build1 @un uN > FU=0
    Installing libx264-155 as Dépend of libavcodec58
      MarkInstall libx264-155:amd64 < none -> 2:0.155.2917+git0a84d98-2 @un uN > FU=0
    Installing libx265-179 as Dépend of libavcodec58
      MarkInstall libx265-179:amd64 < none -> 3.2.1-1build1 @un uN > FU=0
  Installing libavdevice58 as Dépend of libmpv1
    MarkInstall libavdevice58:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN Ib > FU=0
    Installing libavfilter7 as Dépend of libavdevice58
      MarkInstall libavfilter7:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN Ib > FU=0
      Installing libavformat58 as Dépend of libavfilter7
        MarkInstall libavformat58:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
      Installing libmysofa1 as Dépend of libavfilter7
        MarkInstall libmysofa1:amd64 < none -> 1.0~dfsg0-1 @un uN > FU=0
      Installing libpostproc55 as Dépend of libavfilter7
        MarkInstall libpostproc55:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
      Installing libswscale5 as Dépend of libavfilter7
        MarkInstall libswscale5:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
      Installing libvidstab1.1 as Dépend of libavfilter7
        MarkInstall libvidstab1.1:amd64 < none -> 1.1.0-2 @un uN > FU=0
    Installing libsndio7.0 as Dépend of libavdevice58
      MarkInstall libsndio7.0:amd64 < none -> 1.5.0-3 @un uN > FU=0
  Installing libcdio18 as Dépend of libmpv1
    MarkInstall libcdio18:amd64 < none -> 2.0.0-2 @un uN > FU=0
  MarkInstall libreoffice-math:amd64 < 1:6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libuno-cppu3 as Dépend of libreoffice-math
    MarkInstall libuno-cppu3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing libuno-sal3 as Dépend of libuno-cppu3
      MarkInstall libuno-sal3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN Ib > FU=0
       Removing: uno-libs3
        MarkDelete uno-libs3:amd64 < 6.0.7-0ubuntu0.18.04.10 @ii mK > FU=0
    Installing libuno-salhelpergcc3-3 as Dépend of libuno-cppu3
      MarkInstall libuno-salhelpergcc3-3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  Installing libuno-cppuhelpergcc3-3 as Dépend of libreoffice-math
    MarkInstall libuno-cppuhelpergcc3-3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing uno-libs-private as Dépend of libuno-cppuhelpergcc3-3
      MarkInstall uno-libs-private:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall bluez:amd64 < 5.48-0ubuntu3.4 -> 5.53-0ubuntu3 @ii umU Ib > FU=0
  Installing libreadline8 as Dépend of bluez
    MarkInstall libreadline8:amd64 < none -> 8.0-4 @un uN > FU=0
  MarkInstall inxi:amd64 < 2.3.56-1 -> 3.0.38-1-0ubuntu1 @ii umU IPb > FU=0
  new important dependency: tree:amd64
  Installing tree as Recommande of inxi
    MarkInstall tree:amd64 < none -> 1.8.0-1 @un uN > FU=0
  MarkInstall gnome-power-manager:amd64 < 3.26.0-1 -> 3.32.0-2 @ii umU Ib > FU=0
  Installing gnome-settings-daemon-common as Dépend of gnome-power-manager
    MarkInstall gnome-settings-daemon-common:amd64 < none -> 3.36.1-0ubuntu1 @un uN Ib > FU=0
     Removing: gnome-settings-daemon-schemas
      MarkDelete gnome-settings-daemon-schemas:amd64 < 3.28.1-0ubuntu1.3 @ii mK > FU=0
  MarkInstall vlc-plugin-video-output:amd64 < 3.0.8-0ubuntu18.04.1 -> 3.0.9.2-1 @ii umU Ib > FU=0
  Installing libplacebo7 as Dépend of vlc-plugin-video-output
    MarkInstall libplacebo7:amd64 < none -> 1.7.0-2 @un uN > FU=0
  MarkInstall hplip-data:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU Ib > FU=0
  Installing python3-distro as Dépend of hplip-data
    MarkInstall python3-distro:amd64 < none -> 1.4.0-1 @un uN > FU=0
  MarkInstall xserver-xorg:amd64 < 1:7.7+19ubuntu7.1 -> 1:7.7+19ubuntu14 @ii umU IPb > FU=0
  new important dependency: mesa-vulkan-drivers:amd64
  Installing mesa-vulkan-drivers as Recommande of xserver-xorg
    MarkInstall mesa-vulkan-drivers:amd64 < none -> 20.2.6-0ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing libllvm11 as Dépend of mesa-vulkan-drivers
      MarkInstall libllvm11:amd64 < none -> 1:11.0.0-2~ubuntu20.04.1 @un uN Ib > FU=0
      Installing libffi7 as Dépend of libllvm11
        MarkInstall libffi7:amd64 < none -> 3.3-4 @un uN > FU=0
  MarkInstall gnome-calendar:amd64 < 3.28.2-0ubuntu0.18.04.1 -> 3.36.2-0ubuntu1 @ii umU Ib > FU=0
  Installing libecal-2.0-1 as Dépend of gnome-calendar
    MarkInstall libecal-2.0-1:amd64 < none -> 3.36.4-0ubuntu1 @un uN Ib > FU=0
    Installing libedataserver-1.2-24 as Dépend of libecal-2.0-1
      MarkInstall libedataserver-1.2-24:amd64 < none -> 3.36.4-0ubuntu1 @un uN Ib > FU=0
      Installing libcamel-1.2-62 as Dépend of libedataserver-1.2-24
        MarkInstall libcamel-1.2-62:amd64 < none -> 3.36.4-0ubuntu1 @un uN Ib > FU=0
        Installing libicu66 as Dépend of libcamel-1.2-62
          MarkInstall libicu66:amd64 < none -> 66.1-2ubuntu2 @un uN > FU=0
  Installing libgweather-3-16 as Dépend of gnome-calendar
    MarkInstall libgweather-3-16:amd64 < none -> 3.36.1-1~ubuntu20.04.1 @un uN > FU=0
  Installing libhandy-0.0-0 as Dépend of gnome-calendar
    MarkInstall libhandy-0.0-0:amd64 < none -> 0.0.13-1 @un uN > FU=0
  MarkInstall python-tdb:amd64 < 1.3.15-2 @ii mK Ib > FU=0
  MarkInstall qt5-style-plugins:amd64 < 5.0.0+git23.g335dbec-2build5 -> 5.0.0+git23.g335dbec-3ubuntu4 @ii umU Ib > FU=0
  Installing qt5-gtk2-platformtheme as Dépend of qt5-style-plugins
    MarkInstall qt5-gtk2-platformtheme:amd64 < none -> 5.0.0+git23.g335dbec-3ubuntu4 @un uN > FU=0
  Installing qt5-style-plugin-cleanlooks as Dépend of qt5-style-plugins
    MarkInstall qt5-style-plugin-cleanlooks:amd64 < none -> 5.0.0+git23.g335dbec-3ubuntu4 @un uN > FU=0
  Installing qt5-style-plugin-motif as Dépend of qt5-style-plugins
    MarkInstall qt5-style-plugin-motif:amd64 < none -> 5.0.0+git23.g335dbec-3ubuntu4 @un uN > FU=0
  Installing qt5-style-plugin-plastique as Dépend of qt5-style-plugins
    MarkInstall qt5-style-plugin-plastique:amd64 < none -> 5.0.0+git23.g335dbec-3ubuntu4 @un uN > FU=0
  MarkInstall libgupnp-igd-1.0-4:amd64 < 0.2.5-1 -> 0.2.5-5 @ii umU Ib > FU=0
  Installing libgssdp-1.2-0 as Dépend of libgupnp-igd-1.0-4
    MarkInstall libgssdp-1.2-0:amd64 < none -> 1.2.3-0ubuntu0.20.04.1 @un uN > FU=0
  Installing libgupnp-1.2-0 as Dépend of libgupnp-igd-1.0-4
    MarkInstall libgupnp-1.2-0:amd64 < none -> 1.2.3-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall lirc:amd64 < 0.10.0-2 -> 0.10.1-6.1ubuntu1.1 @ii umU NPb IPb > FU=0
  MarkInstall tracker-extract:amd64 < 2.0.4-1 -> 2.3.3-2 @ii umU Ib > FU=0
  Installing libcue2 as Dépend of tracker-extract
    MarkInstall libcue2:amd64 < none -> 2.2.1-2 @un uN > FU=0
  Installing libexempi8 as Dépend of tracker-extract
    MarkInstall libexempi8:amd64 < none -> 2.5.1-1build1 @un uN > FU=0
  MarkInstall libisofs6:amd64 < 1.4.8-1 -> 1.5.2-1 @ii umU Ib > FU=0
  Installing libjte2 as Dépend of libisofs6
    MarkInstall libjte2:amd64 < none -> 1.22-3build1 @un uN > FU=0
  MarkInstall poppler-utils:amd64 < 0.62.0-2ubuntu2.12 -> 0.86.1-0ubuntu1 @ii umU Ib > FU=0
  Installing libpoppler97 as Dépend of poppler-utils
    MarkInstall libpoppler97:amd64 < none -> 0.86.1-0ubuntu1 @un uN > FU=0
  MarkInstall libgusb2:amd64 < 0.2.11-1 -> 0.3.4-0.1 @ii umU IPb > FU=0
  new important dependency: usb.ids:amd64
  Installing usb.ids as Recommande of libgusb2
    MarkInstall usb.ids:amd64 < none -> 2020.03.19-1 @un uN > FU=0
  MarkInstall libaa1:amd64 < 1.4p5-44build2 -> 1.4p5-46 @ii umU Ib > FU=0
  Installing libncurses6 as Dépend of libaa1
    MarkInstall libncurses6:amd64 < none -> 6.2-0ubuntu2 @un uN > FU=0
  MarkInstall nautilus-gtkhash:amd64 < 1.1.1-2 -> 1.2-1build1 @ii umU Ib > FU=0
  Installing libnettle7 as Dépend of nautilus-gtkhash
    MarkInstall libnettle7:amd64 < none -> 3.5.1+really3.5.1-2 @un uN > FU=0
  MarkInstall liblapack3:amd64 < 3.7.1-4ubuntu1 -> 3.9.0-1build1 @ii umU Ib > FU=0
  Installing libgfortran5 as Dépend of liblapack3
    MarkInstall libgfortran5:amd64 < none -> 10.2.0-5ubuntu1~20.04 @un uN > FU=0
  MarkInstall libgtkspell0:amd64 < 2.0.16-1.2 -> 2.0.16-1.3 @ii umU Ib > FU=0
  Installing libenchant-2-2 as Dépend of libgtkspell0
    MarkInstall libenchant-2-2:amd64 < none -> 2.2.8-1ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing libhunspell-1.7-0 as Dépend of libenchant-2-2
      MarkInstall libhunspell-1.7-0:amd64 < none -> 1.7.0-2build2 @un uN > FU=0
    Installing enchant-2 as Recommande of libenchant-2-2
      MarkInstall enchant-2:amd64 < none -> 2.2.8-1ubuntu0.20.04.1 @un uN > FU=0
    MarkKeep gnome-settings-daemon-schemas:amd64 < 3.28.1-0ubuntu1.3 @ii mR > FU=0
  MarkInstall libvte-2.91-0:amd64 < 0.52.2-1ubuntu1~18.04.2 -> 0.60.3-0ubuntu1~20.04 @ii umU Ib > FU=0
  Installing libpcre2-8-0 as Dépend of libvte-2.91-0
    MarkInstall libpcre2-8-0:amd64 < none -> 10.34-7 @un uN > FU=0
  MarkInstall linux-headers-generic:amd64 < 4.15.0.134.121 -> 5.4.0.64.67 @ii umU Ib > FU=0
  Installing linux-headers-5.4.0-64-generic as Dépend of linux-headers-generic
    MarkInstall linux-headers-5.4.0-64-generic:amd64 < none -> 5.4.0-64.72 @un uN Ib > FU=0
    Installing linux-headers-5.4.0-64 as Dépend of linux-headers-5.4.0-64-generic
      MarkInstall linux-headers-5.4.0-64:amd64 < none -> 5.4.0-64.72 @un uN > FU=0
  MarkInstall gedit:amd64 < 3.28.1-1ubuntu1.2 -> 3.36.2-0ubuntu1 @ii umU Ib > FU=0
  Installing gir1.2-gtksource-4 as Dépend of gedit
    MarkInstall gir1.2-gtksource-4:amd64 < none -> 4.6.0-1 @un uN Ib > FU=0
    Installing libgtksourceview-4-0 as Dépend of gir1.2-gtksource-4
      MarkInstall libgtksourceview-4-0:amd64 < none -> 4.6.0-1 @un uN Ib > FU=0
      Installing libgtksourceview-4-common as Dépend of libgtksourceview-4-0
        MarkInstall libgtksourceview-4-common:amd64 < none -> 4.6.0-1 @un uN > FU=0
  Installing python3.8 as Dépend of gedit
    MarkInstall python3.8:amd64 < none -> 3.8.5-1~20.04 @un uN Ib > FU=0
    Installing python3.8-minimal as Dépend of python3.8
      MarkInstall python3.8-minimal:amd64 < none -> 3.8.5-1~20.04 @un uN Ib > FU=0
      Installing libpython3.8-minimal as Dépend of python3.8-minimal
        MarkInstall libpython3.8-minimal:amd64 < none -> 3.8.5-1~20.04 @un uN IPb > FU=0
        Installing libpython3.8-stdlib as Recommande of libpython3.8-minimal
          MarkInstall libpython3.8-stdlib:amd64 < none -> 3.8.5-1~20.04 @un uN > FU=0
  Installing libamtk-5-0 as Dépend of gedit
    MarkInstall libamtk-5-0:amd64 < none -> 5.0.2-1build1 @un uN Ib > FU=0
    Installing libamtk-5-common as Dépend of libamtk-5-0
      MarkInstall libamtk-5-common:amd64 < none -> 5.0.2-1build1 @un uN > FU=0
  Installing libgspell-1-2 as Dépend of gedit
    MarkInstall libgspell-1-2:amd64 < none -> 1.8.3-1 @un uN > FU=0
  Installing libtepl-4-0 as Dépend of gedit
    MarkInstall libtepl-4-0:amd64 < none -> 4.4.0-1 @un uN > FU=0
  MarkInstall iptables:amd64 < 1.6.1-2ubuntu2 -> 1.8.4-3ubuntu2 @ii umU Ib > FU=0
  Installing libip4tc2 as Dépend of iptables
    MarkInstall libip4tc2:amd64 < none -> 1.8.4-3ubuntu2 @un uN > FU=0
  Installing libip6tc2 as Dépend of iptables
    MarkInstall libip6tc2:amd64 < none -> 1.8.4-3ubuntu2 @un uN > FU=0
  Installing libnftnl11 as Dépend of iptables
    MarkInstall libnftnl11:amd64 < none -> 1.1.5-1 @un uN > FU=0
  MarkInstall slop:amd64 < 7.3.49-1build2 -> 7.4-1ubuntu2 @ii umU Ib > FU=0
  Installing libglew2.1 as Dépend of slop
    MarkInstall libglew2.1:amd64 < none -> 2.1.0-4 @un uN > FU=0
  MarkInstall gvfs-backends:amd64 < 1.36.1-0ubuntu1.3.3 -> 1.44.1-1ubuntu1 @ii umU Ib > FU=0
  Installing libnfs13 as Dépend of gvfs-backends
    MarkInstall libnfs13:amd64 < none -> 4.0.0-1 @un uN > FU=0
  MarkInstall ffmpeg:amd64 < 7:3.4.8-0ubuntu0.2 -> 7:4.2.4-1ubuntu0.1 @ii umU Ib > FU=0
  Installing libavresample4 as Dépend of ffmpeg
    MarkInstall libavresample4:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
  MarkInstall gnome-control-center:amd64 < 1:3.28.2-0ubuntu0.18.04.6 -> 1:3.36.4-0ubuntu2 @ii umU Ib > FU=0
  Installing libgsound0 as Dépend of gnome-control-center
    MarkInstall libgsound0:amd64 < none -> 1.0.2-4 @un uN > FU=0
  new important dependency: rygel:amd64
  Installing rygel as Recommande of gnome-control-center
    MarkInstall rygel:amd64 < none -> 0.38.3-1ubuntu1 @un uN Ib > FU=0
    Installing libgupnp-av-1.0-2 as Dépend of rygel
      MarkInstall libgupnp-av-1.0-2:amd64 < none -> 0.12.11-2 @un uN > FU=0
    Installing libgupnp-dlna-2.0-3 as Dépend of rygel
      MarkInstall libgupnp-dlna-2.0-3:amd64 < none -> 0.10.5-4 @un uN > FU=0
    Installing librygel-core-2.6-2 as Dépend of rygel
      MarkInstall librygel-core-2.6-2:amd64 < none -> 0.38.3-1ubuntu1 @un uN > FU=0
    Installing librygel-db-2.6-2 as Dépend of rygel
      MarkInstall librygel-db-2.6-2:amd64 < none -> 0.38.3-1ubuntu1 @un uN > FU=0
    Installing librygel-renderer-2.6-2 as Dépend of rygel
      MarkInstall librygel-renderer-2.6-2:amd64 < none -> 0.38.3-1ubuntu1 @un uN > FU=0
    Installing librygel-server-2.6-2 as Dépend of rygel
      MarkInstall librygel-server-2.6-2:amd64 < none -> 0.38.3-1ubuntu1 @un uN > FU=0
  MarkInstall python-samba:amd64 < 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 @ii mK Ib > FU=0
  MarkInstall libdbus-glib-1-dev:amd64 < 0.110-2 -> 0.110-5fakssync1 @ii umU Ib > FU=0
  Installing libdbus-glib-1-dev-bin as Dépend of libdbus-glib-1-dev
    MarkInstall libdbus-glib-1-dev-bin:amd64 < none -> 0.110-5fakssync1 @un uN > FU=0
  MarkInstall junior-video:amd64 < 1.26ubuntu2 -> 1.29ubuntu1 @ii umU NPb IPb > FU=0
  ignore old unsatisfied important dependency on kaffeine:amd64
  MarkInstall libevdocument3-4:amd64 < 3.28.4-0ubuntu1.2 -> 3.36.7-0ubuntu1 @ii umU Ib > FU=0
  Installing libsynctex2 as Dépend of libevdocument3-4
    MarkInstall libsynctex2:amd64 < none -> 2019.20190605.51237-3build2 @un uN > FU=0
  MarkInstall libepoxy-dev:amd64 < 1.4.3-1 -> 1.5.4-1 @ii umU Ib > FU=0
  Installing libgl1-mesa-dev as Dépend of libepoxy-dev
    MarkInstall libgl1-mesa-dev:amd64 < none -> 20.2.6-0ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing libgl-dev as Dépend of libgl1-mesa-dev
      MarkInstall libgl-dev:amd64 < none -> 1.3.2-1~ubuntu0.20.04.1 @un uN Ib > FU=0
      Installing libglx-dev as Dépend of libgl-dev
        MarkInstall libglx-dev:amd64 < none -> 1.3.2-1~ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall libhwloc-plugins:amd64 < 1.11.9-1 -> 2.1.0+dfsg-4 @ii umU Ib > FU=0
  Installing libxnvctrl0 as Dépend of libhwloc-plugins
    MarkInstall libxnvctrl0:amd64 < none -> 440.82-0ubuntu0.20.04.1 @un uN > FU=0
  Installing libhwloc15 as Dépend of libhwloc-plugins
    MarkInstall libhwloc15:amd64 < none -> 2.1.0+dfsg-4 @un uN > FU=0
  MarkInstall libpam-modules:amd64 < 1.1.8-3.6ubuntu2.18.04.2 -> 1.3.1-5ubuntu4.1 @ii umU NPb IPb > FU=0
  ignore old unsatisfied important dependency on update-motd:amd64
  MarkInstall vlc-plugin-fluidsynth:amd64 < 3.0.8-0ubuntu18.04.1 -> 3.0.9.2-1 @ii umU Ib > FU=0
  Installing libfluidsynth2 as Dépend of vlc-plugin-fluidsynth
    MarkInstall libfluidsynth2:amd64 < none -> 2.1.1-2 @un uN Ib > FU=0
    Installing libinstpatch-1.0-2 as Dépend of libfluidsynth2
      MarkInstall libinstpatch-1.0-2:amd64 < none -> 1.1.2-2build1 @un uN > FU=0
  MarkInstall libegl1-mesa-dev:amd64 < 20.0.8-0ubuntu1~18.04.1 -> 20.2.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libegl-dev as Dépend of libegl1-mesa-dev
    MarkInstall libegl-dev:amd64 < none -> 1.3.2-1~ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall sane-utils:amd64 < 1.0.27-1~experimental3ubuntu2.4 -> 1.0.29-0ubuntu5.2 @ii umU Ib > FU=0
  Installing libsane as Dépend of sane-utils
    MarkInstall libsane:amd64 < none -> 1.0.29-0ubuntu5.2 @un uN Ib > FU=0
    Installing libsnmp35 as Dépend of libsane
      MarkInstall libsnmp35:amd64 < none -> 5.8+dfsg-2ubuntu2.3 @un uN Ib > FU=0
      Installing libmysqlclient21 as Dépend of libsnmp35
        MarkInstall libmysqlclient21:amd64 < none -> 8.0.22-0ubuntu0.20.04.3 @un uN > FU=0
      Installing libperl5.30 as Dépend of libsnmp35
        MarkInstall libperl5.30:amd64 < none -> 5.30.0-9ubuntu0.2 @un uN Ib > FU=0
        Installing libgdbm6 as Dépend of libperl5.30
          MarkInstall libgdbm6:amd64 < none -> 1.18.1-5 @un uN > FU=0
        Installing perl-modules-5.30 as Dépend of libperl5.30
          MarkInstall perl-modules-5.30:amd64 < none -> 5.30.0-9ubuntu0.2 @un uN > FU=0
      Installing libsensors5 as Dépend of libsnmp35
        MarkInstall libsensors5:amd64 < none -> 1:3.6.0-2ubuntu1 @un uN Ib > FU=0
        Installing libsensors-config as Dépend of libsensors5
          MarkInstall libsensors-config:amd64 < none -> 1:3.6.0-2ubuntu1 @un uN Ib > FU=0
           Removing: libsensors4
            MarkDelete libsensors4:amd64 < 1:3.4.0-4 @ii mK > FU=0
  MarkInstall libc6-dev:amd64 < 2.27-3ubuntu1.4 -> 2.31-0ubuntu9.1 @ii umU Ib > FU=0
  Installing libcrypt-dev as Dépend of libc6-dev
    MarkInstall libcrypt-dev:amd64 < none -> 1:4.4.10-10ubuntu4 @un uN > FU=0
  MarkInstall libargon2-0:amd64 < 0~20161029-1.1 -> 0~20171227-0.2 @ii umU Ib > FU=0
  Installing libargon2-1 as Dépend of libargon2-0
    MarkInstall libargon2-1:amd64 < none -> 0~20171227-0.2 @un uN > FU=0
  MarkInstall va-driver-all:amd64 < 2.1.0-3 -> 2.7.0-2 @ii umU Ib > FU=0
  Installing intel-media-va-driver as Dépend of va-driver-all
    MarkInstall intel-media-va-driver:amd64 < none -> 20.1.1+dfsg1-1 @un uN Ib > FU=0
    Installing libigdgmm11 as Dépend of intel-media-va-driver
      MarkInstall libigdgmm11:amd64 < none -> 20.1.1+ds1-1 @un uN > FU=0
  MarkInstall lib32stdc++6:amd64 < 8.4.0-1ubuntu1~18.04 -> 10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
  Installing lib32gcc-s1 as Dépend of lib32stdc++6
    MarkInstall lib32gcc-s1:amd64 < none -> 10.2.0-5ubuntu1~20.04 @un uN > FU=0
  MarkInstall vino:amd64 < 3.22.0-3ubuntu1.2 -> 3.22.0-5ubuntu2.2 @ii umU Ib > FU=0
  Installing libminiupnpc17 as Dépend of vino
    MarkInstall libminiupnpc17:amd64 < none -> 2.1.20190824-0ubuntu2 @un uN > FU=0
  MarkInstall ntfs-3g:amd64 < 1:2017.3.23-2ubuntu0.18.04.2 -> 1:2017.3.23AR.3-3ubuntu1 @ii umU Ib > FU=0
  Installing libntfs-3g883 as Dépend of ntfs-3g
    MarkInstall libntfs-3g883:amd64 < none -> 1:2017.3.23AR.3-3ubuntu1 @un uN > FU=0
  MarkInstall libcmis-0.5-5v5:amd64 < 0.5.1+git20160603-3build2 -> 0.5.2-1ubuntu1 @ii umU Ib > FU=0
  Installing libboost-date-time1.71.0 as Dépend of libcmis-0.5-5v5
    MarkInstall libboost-date-time1.71.0:amd64 < none -> 1.71.0-6ubuntu6 @un uN > FU=0
  MarkInstall fonts-smc:amd64 < 1:7.0 -> 1:7.1 @ii umU Ib > FU=0
  Installing fonts-smc-gayathri as Dépend of fonts-smc
    MarkInstall fonts-smc-gayathri:amd64 < none -> 1.100-1 @un uN > FU=0
  MarkInstall linux-image-generic:amd64 < 4.15.0.134.121 -> 5.4.0.64.67 @ii umU Ib > FU=0
  Installing linux-image-5.4.0-64-generic as Dépend of linux-image-generic
    MarkInstall linux-image-5.4.0-64-generic:amd64 < none -> 5.4.0-64.72 @un uN Ib > FU=0
    Installing linux-modules-5.4.0-64-generic as Dépend of linux-image-5.4.0-64-generic
      MarkInstall linux-modules-5.4.0-64-generic:amd64 < none -> 5.4.0-64.72 @un uN > FU=0
  Installing linux-modules-extra-5.4.0-64-generic as Dépend of linux-image-generic
    MarkInstall linux-modules-extra-5.4.0-64-generic:amd64 < none -> 5.4.0-64.72 @un uN > FU=0
  MarkInstall apt:amd64 < 1.6.12ubuntu0.2 -> 2.0.2ubuntu0.2 @ii umU Ib > FU=0
  Installing libapt-pkg6.0 as Dépend of apt
    MarkInstall libapt-pkg6.0:amd64 < none -> 2.0.2ubuntu0.2 @un uN > FU=0
  MarkInstall flpsed:amd64 < 0.7.3-3 -> 0.7.3-4build1 @ii umU Ib > FU=0
  Installing flpsed-data as Dépend of flpsed
    MarkInstall flpsed-data:amd64 < none -> 0.7.3-4build1 @un uN > FU=0
  MarkInstall libgjs0g:amd64 < 1.52.5-0ubuntu18.04.1 -> 1.64.3-1~ubuntu20.04.1 @ii umU Ib > FU=0
  Installing libmozjs-68-0 as Dépend of libgjs0g
    MarkInstall libmozjs-68-0:amd64 < none -> 68.6.0-1ubuntu1 @un uN > FU=0
  MarkInstall libpango1.0-0:amd64 < 1.40.14-1ubuntu0.1 @ii mK Ib > FU=0
  MarkInstall libreoffice-core:amd64 < 1:6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libboost-locale1.71.0 as Dépend of libreoffice-core
    MarkInstall libboost-locale1.71.0:amd64 < none -> 1.71.0-6ubuntu6 @un uN Ib > FU=0
    Installing libboost-thread1.71.0 as Dépend of libboost-locale1.71.0
      MarkInstall libboost-thread1.71.0:amd64 < none -> 1.71.0-6ubuntu6 @un uN > FU=0
  Installing liborcus-0.15-0 as Dépend of libreoffice-core
    MarkInstall liborcus-0.15-0:amd64 < none -> 0.15.3-3build2 @un uN Ib > FU=0
    Installing libboost-filesystem1.71.0 as Dépend of liborcus-0.15-0
      MarkInstall libboost-filesystem1.71.0:amd64 < none -> 1.71.0-6ubuntu6 @un uN > FU=0
    Installing libboost-iostreams1.71.0 as Dépend of liborcus-0.15-0
      MarkInstall libboost-iostreams1.71.0:amd64 < none -> 1.71.0-6ubuntu6 @un uN > FU=0
  MarkInstall cpp-7:amd64 < 7.5.0-3ubuntu1~18.04 -> 7.5.0-6ubuntu2 @ii umU Ib > FU=0
  Installing libisl22 as Dépend of cpp-7
    MarkInstall libisl22:amd64 < none -> 0.22.1-1 @un uN > FU=0
  MarkInstall libasound2-data:amd64 < 1.1.3-5ubuntu0.5 -> 1.2.2-2.1ubuntu2.3 @ii umU IPb > FU=0
  new important dependency: alsa-ucm-conf:amd64
  Installing alsa-ucm-conf as Recommande of libasound2-data
    MarkInstall alsa-ucm-conf:amd64 < none -> 1.2.2-1ubuntu0.5 @un uN > FU=0
  new important dependency: alsa-topology-conf:amd64
  Installing alsa-topology-conf as Recommande of libasound2-data
    MarkInstall alsa-topology-conf:amd64 < none -> 1.2.2-1 @un uN > FU=0
  MarkInstall samba:amd64 < 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 -> 2:4.11.6+dfsg-0ubuntu1.6 @ii umU Ib > FU=0
  Installing python3-dnspython as Dépend of samba
    MarkInstall python3-dnspython:amd64 < none -> 1.16.0-1build1 @un uN > FU=0
  Installing python3-samba as Dépend of samba
    MarkInstall python3-samba:amd64 < none -> 2:4.11.6+dfsg-0ubuntu1.6 @un uN Ib > FU=0
    Installing python3-ldb as Dépend of python3-samba
      MarkInstall python3-ldb:amd64 < none -> 2:2.0.10-0ubuntu0.20.04.2 @un uN Ib > FU=0
      Installing libldb2 as Dépend of python3-ldb
        MarkInstall libldb2:amd64 < none -> 2:2.0.10-0ubuntu0.20.04.2 @un uN Ib > FU=0
        Installing liblmdb0 as Dépend of libldb2
          MarkInstall liblmdb0:amd64 < none -> 0.9.24-1 @un uN > FU=0
         Removing: libldb1
          MarkDelete libldb1:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK > FU=0
      Installing libpython3.8 as Dépend of python3-ldb
        MarkInstall libpython3.8:amd64 < none -> 3.8.5-1~20.04 @un uN > FU=0
    Installing python3-tdb as Dépend of python3-samba
      MarkInstall python3-tdb:amd64 < none -> 1.4.2-3build1 @un uN > FU=0
    Installing python3-talloc as Dépend of python3-samba
      MarkInstall python3-talloc:amd64 < none -> 2.3.0-3ubuntu1 @un uN > FU=0
    Installing python3-gpg as Recommande of python3-samba
      MarkInstall python3-gpg:amd64 < none -> 1.13.1-7ubuntu2 @un uN > FU=0
  new important dependency: python3-markdown:amd64
  Installing python3-markdown as Recommande of samba
    MarkInstall python3-markdown:amd64 < none -> 3.1.1-3 @un uN Ib > FU=0
    Installing python3-packaging as Dépend of python3-markdown
      MarkInstall python3-packaging:amd64 < none -> 20.3-1 @un uN Ib > FU=0
      Installing python3-pyparsing as Dépend of python3-packaging
        MarkInstall python3-pyparsing:amd64 < none -> 2.4.6-1 @un uN > FU=0
    Installing python3-pygments as Recommande of python3-markdown
      MarkInstall python3-pygments:amd64 < none -> 2.3.1+dfsg-1ubuntu2 @un uN > FU=0
  MarkInstall gnome-hwp-support-dbg:amd64 < 0.1.5-1build1 @ii mK Ib > FU=0
  MarkInstall clang-6.0:amd64 < 1:6.0-1ubuntu2 -> 1:6.0.1-14 @ii umU Ib > FU=0
  Installing libstdc++-9-dev as Dépend of clang-6.0
    MarkInstall libstdc++-9-dev:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN Ib > FU=0
    Installing gcc-9-base as Dépend of libstdc++-9-dev
      MarkInstall gcc-9-base:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN > FU=0
    Installing libgcc-9-dev as Dépend of libstdc++-9-dev
      MarkInstall libgcc-9-dev:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN Ib > FU=0
      Installing libasan5 as Dépend of libgcc-9-dev
        MarkInstall libasan5:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN > FU=0
      Installing libubsan1 as Dépend of libgcc-9-dev
        MarkInstall libubsan1:amd64 < none -> 10.2.0-5ubuntu1~20.04 @un uN > FU=0
  Installing libobjc-9-dev as Dépend of clang-6.0
    MarkInstall libobjc-9-dev:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN > FU=0
  MarkInstall python3-protobuf:amd64 < 3.0.0-9.1ubuntu1 -> 3.6.1.3-2ubuntu5 @ii umU Ib > FU=0
  Installing libprotobuf17 as Dépend of python3-protobuf
    MarkInstall libprotobuf17:amd64 < none -> 3.6.1.3-2ubuntu5 @un uN > FU=0
  MarkInstall cpp:amd64 < 4:7.4.0-1ubuntu2.3 -> 4:9.3.0-1ubuntu2 @ii umU Ib > FU=0
  Installing cpp-9 as Dépend of cpp
    MarkInstall cpp-9:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN > FU=0
  MarkInstall libgpg-error0:amd64 < 1.27-6 -> 1.37-1 @ii umU IPb > FU=0
  new important dependency: libgpg-error-l10n:amd64
  Installing libgpg-error-l10n as Recommande of libgpg-error0
    MarkInstall libgpg-error-l10n:amd64 < none -> 1.37-1 @un uN > FU=0
  MarkInstall bind9-host:amd64 < 1:9.11.3+dfsg-1ubuntu1.13 -> 1:9.16.1-0ubuntu2.4 @ii umU Ib > FU=0
  Installing bind9-libs as Dépend of bind9-host
    MarkInstall bind9-libs:amd64 < none -> 1:9.16.1-0ubuntu2.4 @un uN Ib > FU=0
    Installing libjson-c4 as Dépend of bind9-libs
      MarkInstall libjson-c4:amd64 < none -> 0.13.1+dfsg-7ubuntu0.3 @un uN > FU=0
    Installing libmaxminddb0 as Dépend of bind9-libs
      MarkInstall libmaxminddb0:amd64 < none -> 1.4.2-0ubuntu1.20.04.1 @un uN > FU=0
    Installing libuv1 as Dépend of bind9-libs
      MarkInstall libuv1:amd64 < none -> 1.34.2-1ubuntu1.1 @un uN > FU=0
  MarkInstall mplayer-gui:amd64 < 2:1.3.0-7build2 -> 2:1.3.0-8build5 @ii umU Ib > FU=0
  Installing libdvdread7 as Dépend of mplayer-gui
    MarkInstall libdvdread7:amd64 < none -> 6.1.0+really6.0.2-1 @un uN > FU=0
  MarkInstall e2fsprogs:amd64 < 1.44.1-1ubuntu1.3 -> 1.45.5-2ubuntu1 @ii umU NPb Ib > FU=0
  Installing logsave as Dépend of e2fsprogs
    MarkInstall logsave:amd64 < none -> 1.45.5-2ubuntu1 @un uN > FU=0
  ignore old unsatisfied important dependency on e2fsprogs-l10n:amd64
  MarkInstall dnsutils:amd64 < 1:9.11.3+dfsg-1ubuntu1.13 -> 1:9.16.1-0ubuntu2.4 @ii umU Ib > FU=0
  Installing bind9-dnsutils as Dépend of dnsutils
    MarkInstall bind9-dnsutils:amd64 < none -> 1:9.16.1-0ubuntu2.4 @un uN > FU=0
  MarkInstall g++:amd64 < 4:7.4.0-1ubuntu2.3 -> 4:9.3.0-1ubuntu2 @ii umU Ib > FU=0
  Installing g++-9 as Dépend of g++
    MarkInstall g++-9:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN Ib > FU=0
    Installing gcc-9 as Dépend of g++-9
      MarkInstall gcc-9:amd64 < none -> 9.3.0-17ubuntu1~20.04 @un uN > FU=0
  MarkInstall dnsmasq-base:amd64 < 2.79-1ubuntu0.2 -> 2.80-1.1ubuntu1.2 @ii umU Ib > FU=0
  Installing libhogweed5 as Dépend of dnsmasq-base
    MarkInstall libhogweed5:amd64 < none -> 3.5.1+really3.5.1-2 @un uN > FU=0
  MarkInstall python3-brlapi:amd64 < 5.5-4ubuntu2.0.1 -> 6.0+dfsg-4ubuntu6 @ii umU Ib > FU=0
  Installing libbrlapi0.7 as Dépend of python3-brlapi
    MarkInstall libbrlapi0.7:amd64 < none -> 6.0+dfsg-4ubuntu6 @un uN > FU=0
  MarkInstall python3-pil:amd64 < 5.1.0-1ubuntu0.4 -> 7.0.0-4ubuntu0.2 @ii umU Ib > FU=0
  Installing libimagequant0 as Dépend of python3-pil
    MarkInstall libimagequant0:amd64 < none -> 2.12.2-1.1 @un uN > FU=0
  MarkInstall python3-keyring:amd64 < 10.6.0-1 -> 18.0.1-2ubuntu1 @ii umU Ib > FU=0
  Installing python3-entrypoints as Dépend of python3-keyring
    MarkInstall python3-entrypoints:amd64 < none -> 0.3-2ubuntu1 @un uN > FU=0
  MarkInstall libc6:i386 < 2.27-3ubuntu1.4 -> 2.31-0ubuntu9.1 @ii umU Ib > FU=0
  Installing libgcc-s1 as Dépend of libc6
    MarkInstall libgcc-s1:i386 < none -> 10.2.0-5ubuntu1~20.04 @un uN Ib > FU=0
    Installing gcc-10-base as Dépend of libgcc-s1
      MarkInstall gcc-10-base:i386 < none -> 10.2.0-5ubuntu1~20.04 @un uN > FU=0
  Installing libcrypt1 as Dépend of libc6
    MarkInstall libcrypt1:i386 < none -> 1:4.4.10-10ubuntu4 @un uN > FU=0
  new important dependency: libidn2-0:i386
  Installing libidn2-0 as Recommande of libc6
    MarkInstall libidn2-0:i386 < none -> 2.2.0-2 @un uN Ib > FU=0
    Installing libunistring2 as Dépend of libidn2-0
      MarkInstall libunistring2:i386 < none -> 0.9.10-2 @un uN > FU=0
  MarkInstall ubuntu-session:amd64 < 3.28.1-0ubuntu3 -> 3.36.0-2ubuntu1 @ii umU Ib > FU=0
  Installing yaru-theme-gnome-shell as Dépend of ubuntu-session
    MarkInstall yaru-theme-gnome-shell:amd64 < none -> 20.04.10.1 @un uN > FU=0
  MarkInstall libnet-dns-perl:amd64 < 1.10-2 -> 1.22-1 @ii umU IPb > FU=0
  new important dependency: libdigest-bubblebabble-perl:amd64
  Installing libdigest-bubblebabble-perl as Recommande of libnet-dns-perl
    MarkInstall libdigest-bubblebabble-perl:amd64 < none -> 0.02-2 @un uN > FU=0
  new important dependency: libnet-dns-sec-perl:amd64
  Installing libnet-dns-sec-perl as Recommande of libnet-dns-perl
    MarkInstall libnet-dns-sec-perl:amd64 < none -> 1.15-1 @un uN > FU=0
  MarkInstall ruby-json:amd64 < 2.1.0+dfsg-2 -> 2.3.0+dfsg-1build1 @ii umU Ib > FU=0
  Installing libruby2.7 as Dépend of ruby-json
    MarkInstall libruby2.7:amd64 < none -> 2.7.0-5ubuntu1.2 @un uN Ib > FU=0
    Installing ruby-xmlrpc as Dépend of libruby2.7
      MarkInstall ruby-xmlrpc:amd64 < none -> 0.3.0-2 @un uN > FU=0
  MarkInstall plymouth-label:amd64 < 0.9.3-1ubuntu7.18.04.2 -> 0.9.4git20200323-0ubuntu6.2 @ii umU Ib > FU=0
  Installing libplymouth5 as Dépend of plymouth-label
    MarkInstall libplymouth5:amd64 < none -> 0.9.4git20200323-0ubuntu6.2 @un uN > FU=0
  MarkInstall libxfce4ui-1-0:amd64 < 4.13.4-1ubuntu1 -> 4.14.1-1ubuntu1 @ii umU Ib > FU=0
  Installing libxfconf-0-3 as Dépend of libxfce4ui-1-0
    MarkInstall libxfconf-0-3:amd64 < none -> 4.14.1-1 @un uN > FU=0
  MarkInstall python3-louis:amd64 < 3.5.0-1ubuntu0.3 -> 3.12.0-3 @ii umU Ib > FU=0
  Installing liblouis20 as Dépend of python3-louis
    MarkInstall liblouis20:amd64 < none -> 3.12.0-3 @un uN > FU=0
  MarkInstall gstreamer1.0-plugins-bad:amd64 < 1.14.5-0ubuntu1~18.04.1 -> 1.16.2-2.1ubuntu1 @ii umU Ib > FU=0
  Installing libilmbase24 as Dépend of gstreamer1.0-plugins-bad
    MarkInstall libilmbase24:amd64 < none -> 2.3.0-6build1 @un uN > FU=0
  Installing libopenexr24 as Dépend of gstreamer1.0-plugins-bad
    MarkInstall libopenexr24:amd64 < none -> 2.3.0-6ubuntu0.3 @un uN > FU=0
  Installing libsrt1 as Dépend of gstreamer1.0-plugins-bad
    MarkInstall libsrt1:amd64 < none -> 1.4.0-1build1 @un uN > FU=0
  Installing libusrsctp1 as Dépend of gstreamer1.0-plugins-bad
    MarkInstall libusrsctp1:amd64 < none -> 0.9.3.0+20190901-1 @un uN > FU=0
  MarkInstall python3-lazr.restfulclient:amd64 < 0.13.5-1 -> 0.14.2-2build1 @ii umU Ib > FU=0
  Installing python3-oauthlib as Dépend of python3-lazr.restfulclient
    MarkInstall python3-oauthlib:amd64 < none -> 3.1.0-1ubuntu2 @un uN Ib > FU=0
    Installing python3-blinker as Dépend of python3-oauthlib
      MarkInstall python3-blinker:amd64 < none -> 1.4+dfsg1-0.3ubuntu1 @un uN > FU=0
    Installing python3-jwt as Dépend of python3-oauthlib
      MarkInstall python3-jwt:amd64 < none -> 1.7.1-2ubuntu2 @un uN > FU=0
  MarkInstall evolution-data-server:amd64 < 3.28.5-0ubuntu0.18.04.3 -> 3.36.4-0ubuntu1 @ii umU Ib > FU=0
  Installing libebook-1.2-20 as Dépend of evolution-data-server
    MarkInstall libebook-1.2-20:amd64 < none -> 3.36.4-0ubuntu1 @un uN Ib > FU=0
    Installing libebook-contacts-1.2-3 as Dépend of libebook-1.2-20
      MarkInstall libebook-contacts-1.2-3:amd64 < none -> 3.36.4-0ubuntu1 @un uN > FU=0
    Installing libedata-book-1.2-26 as Dépend of libebook-1.2-20
      MarkInstall libedata-book-1.2-26:amd64 < none -> 3.36.4-0ubuntu1 @un uN > FU=0
  Installing libedata-cal-2.0-1 as Dépend of evolution-data-server
    MarkInstall libedata-cal-2.0-1:amd64 < none -> 3.36.4-0ubuntu1 @un uN > FU=0
  MarkInstall procps:amd64 < 2:3.3.12-3ubuntu1.2 -> 2:3.3.16-1ubuntu2 @ii umU Ib > FU=0
  Installing libprocps8 as Dépend of procps
    MarkInstall libprocps8:amd64 < none -> 2:3.3.16-1ubuntu2 @un uN > FU=0
  MarkInstall xfce4-panel:amd64 < 4.12.2-1ubuntu1 -> 4.14.3-1 @ii umU Ib > FU=0
  Installing libgarcon-gtk3-1-0 as Dépend of xfce4-panel
    MarkInstall libgarcon-gtk3-1-0:amd64 < none -> 0.6.4-1 @un uN > FU=0
  Installing libxfce4panel-2.0-4 as Dépend of xfce4-panel
    MarkInstall libxfce4panel-2.0-4:amd64 < none -> 4.14.3-1 @un uN > FU=0
  MarkInstall alsa-utils:amd64 < 1.1.3-1ubuntu1 -> 1.2.2-1ubuntu2 @ii umU Ib > FU=0
  Installing libatopology2 as Dépend of alsa-utils
    MarkInstall libatopology2:amd64 < none -> 1.2.2-2.1ubuntu2.3 @un uN > FU=0
  MarkInstall orca:amd64 < 3.28.0-3ubuntu1 -> 3.36.2-1ubuntu1~20.04.1 @ii umU IPb > FU=0
  MarkInstall libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Installing libomp5-10 as Dépend of libomp5
    MarkInstall libomp5-10:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN > FU=0
  MarkInstall imagemagick-6.q16hdri:amd64 < 8:6.9.7.4+dfsg-16ubuntu6.9 -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @ii umU Ib > FU=0
  Installing libmagickcore-6.q16hdri-6 as Dépend of imagemagick-6.q16hdri
    MarkInstall libmagickcore-6.q16hdri-6:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  Installing libmagickwand-6.q16hdri-6 as Dépend of imagemagick-6.q16hdri
    MarkInstall libmagickwand-6.q16hdri-6:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  new important dependency: libmagickcore-6.q16hdri-6-extra:amd64
  Installing libmagickcore-6.q16hdri-6-extra as Recommande of imagemagick-6.q16hdri
    MarkInstall libmagickcore-6.q16hdri-6-extra:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  MarkInstall gdm3:amd64 < 3.28.3-0ubuntu18.04.6 -> 3.36.3-0ubuntu0.20.04.2 @ii umU IPb > FU=0
  new important dependency: libpam-fprintd:amd64
  Installing libpam-fprintd as Recommande of gdm3
    MarkInstall libpam-fprintd:amd64 < none -> 1.90.1-1ubuntu1 @un uN Ib > FU=0
    Installing fprintd as Dépend of libpam-fprintd
      MarkInstall fprintd:amd64 < none -> 1.90.1-1ubuntu1 @un uN Ib > FU=0
      Installing libfprint-2-2 as Dépend of fprintd
        MarkInstall libfprint-2-2:amd64 < none -> 1:1.90.2+tod1-0ubuntu1~20.04.2 @un uN > FU=0
  MarkInstall libwmf0.2-7:amd64 < 0.2.8.4-12 -> 0.2.8.4-17ubuntu1 @ii umU IPb > FU=0
  new important dependency: fonts-urw-base35:amd64
  Installing fonts-urw-base35 as Recommande of libwmf0.2-7
    MarkInstall fonts-urw-base35:amd64 < none -> 20170801.1-3 @un uN > FU=0
  Ignore MarkInstall of python:amd64 < 2.7.15~rc1-1 @ii pgR > as its mode (Delete) is protected
  MarkInstall fwupdate:amd64 < 12-7~ubuntu18.04.3 -> 12-7 @ii umU Ib > FU=0
   Removing: fwupdate-signed
    MarkDelete fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mK > FU=0
   Removing: libfwup1
    MarkDelete libfwup1:amd64 < 12-3bionic2 @ii mK > FU=0
  MarkInstall ocaml-nox:amd64 < 4.05.0-10ubuntu1 -> 4.08.1-8 @ii umU IPb > FU=0
  new important dependency: ocaml-man:amd64
  Installing ocaml-man as Recommande of ocaml-nox
    MarkInstall ocaml-man:amd64 < none -> 4.08.1-8 @un uN > FU=0
  MarkInstall lxqt-qtplugin:amd64 < 0.12.0-6ubuntu3 -> 0.14.0-3ubuntu4 @ii umU IPb > FU=0
  new important dependency: libfm-qt6:amd64
  Installing libfm-qt6 as Recommande of lxqt-qtplugin
    MarkInstall libfm-qt6:amd64 < none -> 0.14.1-12ubuntu3 @un uN Ib > FU=0
     Removing: libfm-qt3
      MarkDelete libfm-qt3:amd64 < 0.12.0-14build2 @ii mK Ib > FU=0
  MarkInstall libgexiv2-2:amd64 < 0.10.8-1 -> 0.12.0-2 @ii umU Ib > FU=0
  Installing libexiv2-27 as Dépend of libgexiv2-2
    MarkInstall libexiv2-27:amd64 < none -> 0.27.2-8ubuntu2 @un uN > FU=0
  MarkInstall dcmtk:amd64 < 3.6.2-3build3 -> 3.6.4-2.1build2 @ii umU Ib > FU=0
  Installing libdcmtk14 as Dépend of dcmtk
    MarkInstall libdcmtk14:amd64 < none -> 3.6.4-2.1build2 @un uN > FU=0
  MarkInstall kde-style-breeze-qt4:amd64 < 4:5.12.8-0ubuntu0.1 @ii gK Ib > FU=0
  MarkInstall dh-strip-nondeterminism:amd64 < 0.040-1.1~build1 -> 1.7.0-1 @ii umU Ib > FU=0
  Installing libdebhelper-perl as Dépend of dh-strip-nondeterminism
    MarkInstall libdebhelper-perl:amd64 < none -> 12.10ubuntu1 @un uN > FU=0
  MarkInstall libkf5configwidgets5:amd64 < 5.44.0-0ubuntu1 -> 5.68.0-0ubuntu1 @ii ugU Ib > FU=0
  Installing libkf5authcore5 as Dépend of libkf5configwidgets5
    MarkInstall libkf5authcore5:amd64 < none -> 5.68.0-0ubuntu1 @un uN > FU=0
  MarkInstall libfile-stripnondeterminism-perl:amd64 < 0.040-1.1~build1 -> 1.7.0-1 @ii umU Ib > FU=0
  Installing libsub-override-perl as Dépend of libfile-stripnondeterminism-perl
    MarkInstall libsub-override-perl:amd64 < none -> 0.09-2 @un uN > FU=0
  MarkInstall libgcc1:amd64 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
   Removing: libgcc1
    MarkDelete libgcc1:i386 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
  MarkInstall libgcc1:i386 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
   Removing: libgcc1
    MarkDelete libgcc1:amd64 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
  MarkInstall hashcat:amd64 < 4.0.1-1 -> 5.1.0+ds1-2 @ii umU Ib > FU=0
  Installing libxxhash0 as Dépend of hashcat
    MarkInstall libxxhash0:amd64 < none -> 0.7.3-1 @un uN > FU=0
  MarkInstall libfontconfig1-dev:amd64 < 2.12.6-0ubuntu2 -> 2.13.1-2ubuntu3 @ii umU Ib > FU=0
  Installing uuid-dev as Dépend of libfontconfig1-dev
    MarkInstall uuid-dev:amd64 < none -> 2.34-0.1ubuntu9.1 @un uN > FU=0
  MarkInstall deja-dup:amd64 < 37.1-2fakesync1ubuntu0.1 -> 40.7-0ubuntu1 @ii umU Ib > FU=0
  Installing duplicity as Dépend of deja-dup
    MarkInstall duplicity:amd64 < none -> 0.8.11.1612-1 @un uN Ib > FU=0
    Installing librsync2 as Dépend of duplicity
      MarkInstall librsync2:amd64 < none -> 2.0.2-1ubuntu1 @un uN > FU=0
    Installing python3-fasteners as Dépend of duplicity
      MarkInstall python3-fasteners:amd64 < none -> 0.14.1-2 @un uN Ib > FU=0
      Installing python3-monotonic as Dépend of python3-fasteners
        MarkInstall python3-monotonic:amd64 < none -> 1.5-0ubuntu2 @un uN > FU=0
    Installing python3-future as Dépend of duplicity
      MarkInstall python3-future:amd64 < none -> 0.18.2-2 @un uN > FU=0
    Installing python3-lockfile as Dépend of duplicity
      MarkInstall python3-lockfile:amd64 < none -> 1:0.12.2-2ubuntu2 @un uN > FU=0
    Installing python3-paramiko as Recommande of duplicity
      MarkInstall python3-paramiko:amd64 < none -> 2.6.0-2 @un uN Ib > FU=0
      Installing python3-bcrypt as Dépend of python3-paramiko
        MarkInstall python3-bcrypt:amd64 < none -> 3.1.7-2ubuntu1 @un uN > FU=0
  MarkInstall libreoffice-style-galaxy:amd64 < 1:6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libreoffice-style-colibre as Dépend of libreoffice-style-galaxy
    MarkInstall libreoffice-style-colibre:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall libcairo-perl:amd64 < 1.106-2build2 -> 1.107-1 @ii umU Ib > FU=0
  Installing libextutils-depends-perl as Dépend of libcairo-perl
    MarkInstall libextutils-depends-perl:amd64 < none -> 0.8000-1 @un uN > FU=0
  Installing libextutils-pkgconfig-perl as Dépend of libcairo-perl
    MarkInstall libextutils-pkgconfig-perl:amd64 < none -> 1.16-1 @un uN > FU=0
  MarkInstall aisleriot:amd64 < 1:3.22.5-1 -> 1:3.22.9-1 @ii umU Ib > FU=0
  Installing guile-2.2-libs as Dépend of aisleriot
    MarkInstall guile-2.2-libs:amd64 < none -> 2.2.7+1-4 @un uN > FU=0
  MarkInstall binutils-x86-64-linux-gnu:amd64 < 2.30-21ubuntu1~18.04.4 -> 2.34-6ubuntu1 @ii umU Ib > FU=0
  Installing libctf-nobfd0 as Dépend of binutils-x86-64-linux-gnu
    MarkInstall libctf-nobfd0:amd64 < none -> 2.34-6ubuntu1 @un uN > FU=0
  Installing libctf0 as Dépend of binutils-x86-64-linux-gnu
    MarkInstall libctf0:amd64 < none -> 2.34-6ubuntu1 @un uN > FU=0
  MarkInstall libpango1.0-dev:amd64 < 1.40.14-1ubuntu0.1 -> 1.44.7-2ubuntu4 @ii umU Ib > FU=0
  Installing libfribidi-dev as Dépend of libpango1.0-dev
    MarkInstall libfribidi-dev:amd64 < none -> 1.0.8-2 @un uN > FU=0
  Installing libthai-dev as Dépend of libpango1.0-dev
    MarkInstall libthai-dev:amd64 < none -> 0.1.28-3 @un uN Ib > FU=0
    Installing libdatrie-dev as Dépend of libthai-dev
      MarkInstall libdatrie-dev:amd64 < none -> 0.2.12-3 @un uN > FU=0
  Installing pango1.0-tools as Dépend of libpango1.0-dev
    MarkInstall pango1.0-tools:amd64 < none -> 1.44.7-2ubuntu4 @un uN > FU=0
  MarkInstall gimp:amd64 < 2.8.22-1 -> 2.10.18-1 @ii umU Ib > FU=0
  Installing libgegl-0.4-0 as Dépend of gimp
    MarkInstall libgegl-0.4-0:amd64 < none -> 0.4.22-3 @un uN Ib > FU=0
    Installing libraw19 as Dépend of libgegl-0.4-0
      MarkInstall libraw19:amd64 < none -> 0.19.5-1ubuntu1 @un uN > FU=0
    Installing libgegl-common as Dépend of libgegl-0.4-0
      MarkInstall libgegl-common:amd64 < none -> 0.4.22-3 @un uN > FU=0
  Installing libheif1 as Dépend of gimp
    MarkInstall libheif1:amd64 < none -> 1.6.1-1build1 @un uN > FU=0
  Installing libmypaint-1.5-1 as Dépend of gimp
    MarkInstall libmypaint-1.5-1:amd64 < none -> 1.5.1-1 @un uN Ib > FU=0
    Installing libmypaint-common as Dépend of libmypaint-1.5-1
      MarkInstall libmypaint-common:amd64 < none -> 1.5.1-1 @un uN > FU=0
  MarkInstall escputil:amd64 < 5.2.13-2 -> 5.3.3-4 @ii umU Ib > FU=0
  Installing libgutenprint9 as Dépend of escputil
    MarkInstall libgutenprint9:amd64 < none -> 5.3.3-4 @un uN Ib > FU=0
    Installing libgutenprint-common as Dépend of libgutenprint9
      MarkInstall libgutenprint-common:amd64 < none -> 5.3.3-4 @un uN > FU=0
  MarkInstall dpkg:amd64 < 1.19.0.5ubuntu2.3 -> 1.19.7ubuntu3 @ii umU Ib > FU=0
   Removing: libapt-pkg5.0
    MarkDelete libapt-pkg5.0:amd64 < 1.6.12ubuntu0.2 @ii mK > FU=0
  MarkInstall cups-filters:amd64 < 1.20.2-0ubuntu3.1 -> 1.27.4-1 @ii umU Ib > FU=0
  Installing libqpdf26 as Dépend of cups-filters
    MarkInstall libqpdf26:amd64 < none -> 9.1.1-1build1 @un uN > FU=0
  MarkInstall imagemagick-6.q16:amd64 < 8:6.9.7.4+dfsg-16ubuntu6.9 -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @ii umU Ib > FU=0
  Installing libmagickcore-6.q16-6 as Dépend of imagemagick-6.q16
    MarkInstall libmagickcore-6.q16-6:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  Installing libmagickwand-6.q16-6 as Dépend of imagemagick-6.q16
    MarkInstall libmagickwand-6.q16-6:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  new important dependency: libmagickcore-6.q16-6-extra:amd64
  Installing libmagickcore-6.q16-6-extra as Recommande of imagemagick-6.q16
    MarkInstall libmagickcore-6.q16-6-extra:amd64 < none -> 8:6.9.10.23+dfsg-2.1ubuntu11.2 @un uN > FU=0
  MarkInstall libqt5gui5:amd64 < 5.9.5+dfsg-0ubuntu2.5 -> 5.12.8+dfsg-0ubuntu1 @ii umU Ib > FU=0
  Installing libxcb-xinput0 as Dépend of libqt5gui5
    MarkInstall libxcb-xinput0:amd64 < none -> 1.14-2 @un uN > FU=0
  MarkInstall libsnmp30:amd64 < 5.7.3+dfsg-1.8ubuntu3.6 @ii mK Ib > FU=0
  Installing libsensors4 as Dépend of libsnmp30
      MarkKeep libsensors4:amd64 < 1:3.4.0-4 @ii mR > FU=0
  MarkInstall libfile-mimeinfo-perl:amd64 < 0.28-1 -> 0.29-1 @ii umU IPb > FU=0
  new important dependency: libio-stringy-perl:amd64
  Installing libio-stringy-perl as Recommande of libfile-mimeinfo-perl
    MarkInstall libio-stringy-perl:amd64 < none -> 2.111-3 @un uN > FU=0
  MarkInstall ubuntu-drivers-common:amd64 < 1:0.5.2.5 -> 1:0.8.4~0.20.04.3 @ii umU Ib > FU=0
  Installing python3-click as Dépend of ubuntu-drivers-common
    MarkInstall python3-click:amd64 < none -> 7.0-3 @un uN Ib > FU=0
    Installing python3-colorama as Dépend of python3-click
      MarkInstall python3-colorama:amd64 < none -> 0.4.3-1build1 @un uN > FU=0
  MarkInstall libomp-dev:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Installing libomp-10-dev as Dépend of libomp-dev
    MarkInstall libomp-10-dev:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN > FU=0
  MarkInstall libreoffice-help-fr:amd64 < 1:6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libreoffice-help-common as Dépend of libreoffice-help-fr
    MarkInstall libreoffice-help-common:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall libnet-ipv6addr-perl:amd64 < 0.2.dfsg.1-3 -> 0.96-1 @ii umU Ib > FU=0
  Installing libmath-base85-perl as Dépend of libnet-ipv6addr-perl
    MarkInstall libmath-base85-perl:amd64 < none -> 0.4+dfsg-1 @un uN > FU=0
  MarkInstall libcupsmime1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
  MarkInstall libimobiledevice6:amd64 < 1.2.1~git20171128.5a854327+dfsg-0.1 -> 1.2.1~git20191129.9f79242-1build1 @ii umU Ib > FU=0
  Installing libusbmuxd6 as Dépend of libimobiledevice6
    MarkInstall libusbmuxd6:amd64 < none -> 2.0.1-2 @un uN > FU=0
  MarkInstall libavcodec-extra:amd64 < 7:3.4.8-0ubuntu0.2 -> 7:4.2.4-1ubuntu0.1 @ii umU Ib > FU=0
  Installing libavcodec-extra58 as Dépend of libavcodec-extra
    MarkInstall libavcodec-extra58:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN Ib > FU=0
     Removing: libavcodec58
      MarkDelete libavcodec58:amd64 < none -> 7:4.2.4-1ubuntu0.1 @un uN > FU=0
  MarkInstall ruby:amd64 < 1:2.5.1 -> 1:2.7+1 @ii umU Ib > FU=0
  Installing ruby2.7 as Dépend of ruby
    MarkInstall ruby2.7:amd64 < none -> 2.7.0-5ubuntu1.2 @un uN > FU=0
  MarkInstall libglvnd-dev:amd64 < 1.0.0-2ubuntu2.3 -> 1.3.2-1~ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libgles-dev as Dépend of libglvnd-dev
    MarkInstall libgles-dev:amd64 < none -> 1.3.2-1~ubuntu0.20.04.1 @un uN > FU=0
  Installing libopengl-dev as Dépend of libglvnd-dev
    MarkInstall libopengl-dev:amd64 < none -> 1.3.2-1~ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall libfreetype6-dev:amd64 < 2.8.1-2ubuntu2.1 -> 2.10.1-2ubuntu0.1 @ii umU Ib > FU=0
  Installing libfreetype-dev as Dépend of libfreetype6-dev
    MarkInstall libfreetype-dev:amd64 < none -> 2.10.1-2ubuntu0.1 @un uN > FU=0
  MarkInstall printer-driver-all:amd64 < 0.20170124 @ii mK NPb IPb > FU=0
  ignore old unsatisfied important dependency on printer-driver-hpcups:amd64
  ignore old unsatisfied important dependency on printer-driver-postscript-hp:amd64
  ignore old unsatisfied important dependency on printer-driver-splix:amd64
  MarkInstall tor:amd64 < 0.3.2.10-1 -> 0.4.2.7-1 @ii ugU Ib > FU=0
  Installing libevent-2.1-7 as Dépend of tor
    MarkInstall libevent-2.1-7:amd64 < none -> 2.1.11-stable-1 @un uN > FU=0
  MarkInstall acpi-support:amd64 < 0.142 -> 0.143 @ii umU NPb IPb > FU=0
  MarkInstall gnome-games-app:amd64 < 3.28.0-1ubuntu1 -> 3.36.1-1 @ii umU NPb IPb > FU=0
  ignore old unsatisfied important dependency on grilo-plugins-0.3:amd64
  MarkInstall fonts-gujr:amd64 < 2:1.2 -> 2:1.3 @ii umU Ib > FU=0
  Installing fonts-yrsa-rasa as Dépend of fonts-gujr
    MarkInstall fonts-yrsa-rasa:amd64 < none -> 1.002-2 @un uN > FU=0
  MarkInstall lintian:amd64 < 2.5.81ubuntu1 -> 2.62.0 @ii umU Ib > FU=0
  Installing libcapture-tiny-perl as Dépend of lintian
    MarkInstall libcapture-tiny-perl:amd64 < none -> 0.48-1 @un uN > FU=0
  Installing libclass-xsaccessor-perl as Dépend of lintian
    MarkInstall libclass-xsaccessor-perl:amd64 < none -> 1.19-3build3 @un uN > FU=0
  Installing libcpanel-json-xs-perl as Dépend of lintian
    MarkInstall libcpanel-json-xs-perl:amd64 < none -> 4.19-1build1 @un uN > FU=0
  Installing libdevel-size-perl as Dépend of lintian
    MarkInstall libdevel-size-perl:amd64 < none -> 0.83-1build1 @un uN > FU=0
  Installing libfile-find-rule-perl as Dépend of lintian
    MarkInstall libfile-find-rule-perl:amd64 < none -> 0.34-1 @un uN Ib > FU=0
    Installing libnumber-compare-perl as Dépend of libfile-find-rule-perl
      MarkInstall libnumber-compare-perl:amd64 < none -> 0.03-1 @un uN > FU=0
    Installing libtext-glob-perl as Dépend of libfile-find-rule-perl
      MarkInstall libtext-glob-perl:amd64 < none -> 0.10-1 @un uN > FU=0
  Installing libfont-ttf-perl as Dépend of lintian
    MarkInstall libfont-ttf-perl:amd64 < none -> 1.06-1 @un uN > FU=0
  Installing libio-async-perl as Dépend of lintian
    MarkInstall libio-async-perl:amd64 < none -> 0.75-1 @un uN Ib > FU=0
    Installing libfuture-perl as Dépend of libio-async-perl
      MarkInstall libfuture-perl:amd64 < none -> 0.43-1 @un uN > FU=0
    Installing libstruct-dumb-perl as Dépend of libio-async-perl
      MarkInstall libstruct-dumb-perl:amd64 < none -> 0.09-1 @un uN > FU=0
    Installing libasync-mergepoint-perl as Recommande of libio-async-perl
      MarkInstall libasync-mergepoint-perl:amd64 < none -> 0.04-2 @un uN > FU=0
    Installing libsereal-perl as Recommande of libio-async-perl
      MarkInstall libsereal-perl:amd64 < none -> 4.011-1 @un uN Ib > FU=0
      Installing libsereal-decoder-perl as Dépend of libsereal-perl
        MarkInstall libsereal-decoder-perl:amd64 < none -> 4.011+ds-1build1 @un uN > FU=0
      Installing libsereal-encoder-perl as Dépend of libsereal-perl
        MarkInstall libsereal-encoder-perl:amd64 < none -> 4.011+ds-1build1 @un uN > FU=0
    Installing libtest-fatal-perl as Recommande of libio-async-perl
      MarkInstall libtest-fatal-perl:amd64 < none -> 0.014-1 @un uN > FU=0
    Installing libtest-refcount-perl as Recommande of libio-async-perl
      MarkInstall libtest-refcount-perl:amd64 < none -> 0.10-1 @un uN > FU=0
  Installing libio-async-loop-epoll-perl as Dépend of lintian
    MarkInstall libio-async-loop-epoll-perl:amd64 < none -> 0.20-1 @un uN Ib > FU=0
    Installing liblinux-epoll-perl as Dépend of libio-async-loop-epoll-perl
      MarkInstall liblinux-epoll-perl:amd64 < none -> 0.017-1 @un uN > FU=0
  Installing libjson-maybexs-perl as Dépend of lintian
    MarkInstall libjson-maybexs-perl:amd64 < none -> 1.004000-1 @un uN > FU=0
  Installing liblist-compare-perl as Dépend of lintian
    MarkInstall liblist-compare-perl:amd64 < none -> 0.53-1 @un uN > FU=0
  Installing libmoo-perl as Dépend of lintian
    MarkInstall libmoo-perl:amd64 < none -> 2.003006-1 @un uN Ib > FU=0
    Installing libclass-method-modifiers-perl as Dépend of libmoo-perl
      MarkInstall libclass-method-modifiers-perl:amd64 < none -> 2.13-1 @un uN > FU=0
    Installing libimport-into-perl as Dépend of libmoo-perl
      MarkInstall libimport-into-perl:amd64 < none -> 1.002005-1 @un uN Ib > FU=0
      Installing libmodule-runtime-perl as Dépend of libimport-into-perl
        MarkInstall libmodule-runtime-perl:amd64 < none -> 0.016-1 @un uN Ib > FU=0
        Installing libparams-classify-perl as Dépend of libmodule-runtime-perl
          MarkInstall libparams-classify-perl:amd64 < none -> 0.015-1build2 @un uN Ib > FU=0
          Installing libdevel-callchecker-perl as Dépend of libparams-classify-perl
            MarkInstall libdevel-callchecker-perl:amd64 < none -> 0.008-1ubuntu1 @un uN Ib > FU=0
            Installing libb-hooks-op-check-perl as Dépend of libdevel-callchecker-perl
              MarkInstall libb-hooks-op-check-perl:amd64 < none -> 0.22-1build2 @un uN > FU=0
            Installing libdynaloader-functions-perl as Dépend of libdevel-callchecker-perl
              MarkInstall libdynaloader-functions-perl:amd64 < none -> 0.003-1 @un uN > FU=0
    Installing librole-tiny-perl as Dépend of libmoo-perl
      MarkInstall librole-tiny-perl:amd64 < none -> 2.001004-1 @un uN > FU=0
    Installing libstrictures-perl as Dépend of libmoo-perl
      MarkInstall libstrictures-perl:amd64 < none -> 2.000006-1 @un uN > FU=0
    Installing libsub-quote-perl as Dépend of libmoo-perl
      MarkInstall libsub-quote-perl:amd64 < none -> 2.006006-1 @un uN > FU=0
  Installing libmoox-aliases-perl as Dépend of lintian
    MarkInstall libmoox-aliases-perl:amd64 < none -> 0.001006-1 @un uN > FU=0
  Installing libnamespace-clean-perl as Dépend of lintian
    MarkInstall libnamespace-clean-perl:amd64 < none -> 0.27-1 @un uN Ib > FU=0
    Installing libb-hooks-endofscope-perl as Dépend of libnamespace-clean-perl
      MarkInstall libb-hooks-endofscope-perl:amd64 < none -> 0.24-1 @un uN Ib > FU=0
      Installing libmodule-implementation-perl as Dépend of libb-hooks-endofscope-perl
        MarkInstall libmodule-implementation-perl:amd64 < none -> 0.09-1 @un uN > FU=0
      Installing libsub-exporter-progressive-perl as Dépend of libb-hooks-endofscope-perl
        MarkInstall libsub-exporter-progressive-perl:amd64 < none -> 0.001013-1 @un uN > FU=0
      Installing libvariable-magic-perl as Dépend of libb-hooks-endofscope-perl
        MarkInstall libvariable-magic-perl:amd64 < none -> 0.62-1build2 @un uN > FU=0
    Installing libpackage-stash-perl as Dépend of libnamespace-clean-perl
      MarkInstall libpackage-stash-perl:amd64 < none -> 0.38-1 @un uN IPb > FU=0
      Installing libpackage-stash-xs-perl as Recommande of libpackage-stash-perl
        MarkInstall libpackage-stash-xs-perl:amd64 < none -> 0.29-1build1 @un uN > FU=0
    Installing libsub-identify-perl as Dépend of libnamespace-clean-perl
      MarkInstall libsub-identify-perl:amd64 < none -> 0.14-1build2 @un uN > FU=0
  Installing libpath-tiny-perl as Dépend of lintian
    MarkInstall libpath-tiny-perl:amd64 < none -> 0.108-1 @un uN IPb > FU=0
    Installing libunicode-utf8-perl as Recommande of libpath-tiny-perl
      MarkInstall libunicode-utf8-perl:amd64 < none -> 0.62-1build1 @un uN > FU=0
  Installing libtype-tiny-perl as Dépend of lintian
    MarkInstall libtype-tiny-perl:amd64 < none -> 1.008001-2 @un uN IPb > FU=0
    Installing libref-util-perl as Recommande of libtype-tiny-perl
      MarkInstall libref-util-perl:amd64 < none -> 0.204-1 @un uN IPb > FU=0
      Installing libreadonly-perl as Recommande of libref-util-perl
        MarkInstall libreadonly-perl:amd64 < none -> 2.050-2 @un uN > FU=0
      Installing libref-util-xs-perl as Recommande of libref-util-perl
        MarkInstall libref-util-xs-perl:amd64 < none -> 0.117-1build2 @un uN > FU=0
    Installing libtype-tiny-xs-perl as Recommande of libtype-tiny-perl
      MarkInstall libtype-tiny-xs-perl:amd64 < none -> 0.016-1 @un uN > FU=0
  Installing libxml-writer-perl as Dépend of lintian
    MarkInstall libxml-writer-perl:amd64 < none -> 0.625-1 @un uN > FU=0
  MarkInstall ure:amd64 < 6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing libuno-purpenvhelpergcc3-3 as Dépend of ure
    MarkInstall libuno-purpenvhelpergcc3-3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  new important dependency: libjuh-java:amd64
  Installing libjuh-java as Recommande of ure
    MarkInstall libjuh-java:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  new important dependency: libjurt-java:amd64
  Installing libjurt-java as Recommande of ure
    MarkInstall libjurt-java:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  new important dependency: libridl-java:amd64
  Installing libridl-java as Recommande of ure
    MarkInstall libridl-java:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  new important dependency: libunoloader-java:amd64
  Installing libunoloader-java as Recommande of ure
    MarkInstall libunoloader-java:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall brltty:amd64 < 5.5-4ubuntu2.0.1 -> 6.0+dfsg-4ubuntu6 @ii umU Ib > FU=0
  Installing libpcre2-32-0 as Dépend of brltty
    MarkInstall libpcre2-32-0:amd64 < none -> 10.34-7 @un uN > FU=0
  MarkInstall libselinux1:i386 < 2.7-2build2 -> 3.0-1build2 @ii umU Ib > FU=0
  Installing libpcre2-8-0 as Dépend of libselinux1
    MarkInstall libpcre2-8-0:i386 < none -> 10.34-7 @un uN > FU=0
  MarkInstall pidgin-sipe:amd64 < 1.23.2-1 -> 1.25.0-2 @ii umU Ib > FU=0
  Installing libfreerdp-shadow-subsystem2-2 as Dépend of pidgin-sipe
    MarkInstall libfreerdp-shadow-subsystem2-2:amd64 < none -> 2.2.0+dfsg1-0ubuntu0.20.04.1 @un uN Ib > FU=0
    Installing libfreerdp-shadow2-2 as Dépend of libfreerdp-shadow-subsystem2-2
      MarkInstall libfreerdp-shadow2-2:amd64 < none -> 2.2.0+dfsg1-0ubuntu0.20.04.1 @un uN Ib > FU=0
      Installing libfreerdp-server2-2 as Dépend of libfreerdp-shadow2-2
        MarkInstall libfreerdp-server2-2:amd64 < none -> 2.2.0+dfsg1-0ubuntu0.20.04.1 @un uN > FU=0
      Installing libwinpr-tools2-2 as Dépend of libfreerdp-shadow2-2
        MarkInstall libwinpr-tools2-2:amd64 < none -> 2.2.0+dfsg1-0ubuntu0.20.04.1 @un uN > FU=0
  MarkInstall libncurses5-dev:amd64 < 6.1-1ubuntu1.18.04 -> 6.2-0ubuntu2 @ii umU Ib > FU=0
  Installing libncurses-dev as Dépend of libncurses5-dev
    MarkInstall libncurses-dev:amd64 < none -> 6.2-0ubuntu2 @un uN > FU=0
  MarkInstall extremetuxracer:amd64 < 0.7.4-1 -> 0.7.5-1build2 @ii umU Ib > FU=0
  Installing libsfml-audio2.5 as Dépend of extremetuxracer
    MarkInstall libsfml-audio2.5:amd64 < none -> 2.5.1+dfsg-1build1 @un uN Ib > FU=0
    Installing libsfml-system2.5 as Dépend of libsfml-audio2.5
      MarkInstall libsfml-system2.5:amd64 < none -> 2.5.1+dfsg-1build1 @un uN > FU=0
  Installing libsfml-graphics2.5 as Dépend of extremetuxracer
    MarkInstall libsfml-graphics2.5:amd64 < none -> 2.5.1+dfsg-1build1 @un uN Ib > FU=0
    Installing libsfml-window2.5 as Dépend of libsfml-graphics2.5
      MarkInstall libsfml-window2.5:amd64 < none -> 2.5.1+dfsg-1build1 @un uN > FU=0
  MarkInstall phonon-backend-gstreamer:amd64 < 4:4.9.0-1 @ii gK Ib > FU=0
  MarkInstall libglib2.0-dev:amd64 < 2.56.4-0ubuntu0.18.04.6 -> 2.64.3-1~ubuntu20.04.1 @ii umU Ib > FU=0
  Installing libmount-dev as Dépend of libglib2.0-dev
    MarkInstall libmount-dev:amd64 < none -> 2.34-0.1ubuntu9.1 @un uN Ib > FU=0
    Installing libblkid-dev as Dépend of libmount-dev
      MarkInstall libblkid-dev:amd64 < none -> 2.34-0.1ubuntu9.1 @un uN > FU=0
  Installing libselinux1-dev as Dépend of libglib2.0-dev
    MarkInstall libselinux1-dev:amd64 < none -> 3.0-1build2 @un uN Ib > FU=0
    Installing libsepol1-dev as Dépend of libselinux1-dev
      MarkInstall libsepol1-dev:amd64 < none -> 3.0-1 @un uN > FU=0
    Installing libpcre2-dev as Dépend of libselinux1-dev
      MarkInstall libpcre2-dev:amd64 < none -> 10.34-7 @un uN Ib > FU=0
      Installing libpcre2-16-0 as Dépend of libpcre2-dev
        MarkInstall libpcre2-16-0:amd64 < none -> 10.34-7 @un uN > FU=0
      Installing libpcre2-posix2 as Dépend of libpcre2-dev
        MarkInstall libpcre2-posix2:amd64 < none -> 10.34-7 @un uN > FU=0
  MarkInstall lubuntu-restricted-extras:amd64 < 66 -> 67 @ii umU Ib > FU=0
  Installing ubuntu-restricted-extras as Dépend of lubuntu-restricted-extras
    MarkInstall ubuntu-restricted-extras:amd64 < none -> 67 @un uN Ib > FU=0
    Installing ubuntu-restricted-addons as Dépend of ubuntu-restricted-extras
      MarkInstall ubuntu-restricted-addons:amd64 < none -> 26 @un uN IPb > FU=0
      Installing chromium-codecs-ffmpeg-extra as Recommande of ubuntu-restricted-addons
        MarkInstall chromium-codecs-ffmpeg-extra:amd64 < none -> 1:85.0.4183.83-0ubuntu0.20.04.2 @un uN > FU=0
      Installing gstreamer1.0-vaapi as Recommande of ubuntu-restricted-addons
        MarkInstall gstreamer1.0-vaapi:amd64 < none -> 1.16.2-2 @un uN > FU=0
  MarkInstall systemd:amd64 < 237-3ubuntu10.44 -> 245.4-4ubuntu3.4 @ii umU Ib > FU=0
  Installing systemd-timesyncd as Dépend of systemd
    MarkInstall systemd-timesyncd:amd64 < none -> 245.4-4ubuntu3.4 @un uN > FU=0
  MarkInstall libwebkit2gtk-4.0-37:amd64 < 2.30.3-0ubuntu0.18.04.1 -> 2.30.3-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing xdg-dbus-proxy as Dépend of libwebkit2gtk-4.0-37
    MarkInstall xdg-dbus-proxy:amd64 < none -> 0.1.2-1 @un uN > FU=0
  MarkInstall libmono-system4.0-cil:amd64 < 4.6.2.7+dfsg-1ubuntu1 -> 6.8.0.105+dfsg-2 @ii umU Ib > FU=0
  Installing libmono-system-numerics4.0-cil as Dépend of libmono-system4.0-cil
    MarkInstall libmono-system-numerics4.0-cil:amd64 < none -> 6.8.0.105+dfsg-2 @un uN > FU=0
  MarkInstall libqt5core5a:amd64 < 5.9.5+dfsg-0ubuntu2.5 -> 5.12.8+dfsg-0ubuntu1 @ii umU Ib > FU=0
  Installing libdouble-conversion3 as Dépend of libqt5core5a
    MarkInstall libdouble-conversion3:amd64 < none -> 3.1.5-4ubuntu1 @un uN > FU=0
   Removing: libqtcore4
    MarkDelete libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK > FU=0
  MarkInstall libktexteditor4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
  Installing libqtcore4 as Dépend of libktexteditor4
      MarkKeep libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
  MarkInstall thunar:amd64 < 1.6.15-0ubuntu1.18.04.1 -> 1.8.14-0ubuntu1 @ii umU Ib > FU=0
  Installing libthunarx-3-0 as Dépend of thunar
    MarkInstall libthunarx-3-0:amd64 < none -> 1.8.14-0ubuntu1 @un uN > FU=0
  MarkInstall libpolkit-backend-1-0:amd64 < 0.105-20ubuntu0.18.04.5 @ii mK Ib > FU=0
    MarkKeep libfm-qt3:amd64 < 0.12.0-14build2 @ii mR > FU=0
  MarkInstall debhelper:amd64 < 11.1.6ubuntu2 -> 12.10ubuntu1 @ii umU Ib > FU=0
  Installing dwz as Dépend of debhelper
    MarkInstall dwz:amd64 < none -> 0.13-5 @un uN > FU=0
  MarkInstall openssh-client:amd64 < 1:7.6p1-4ubuntu0.3 -> 1:8.2p1-4ubuntu0.1 @ii umU Ib > FU=0
  Installing libfido2-1 as Dépend of openssh-client
    MarkInstall libfido2-1:amd64 < none -> 1.3.1-1ubuntu2 @un uN Ib > FU=0
    Installing libcbor0.6 as Dépend of libfido2-1
      MarkInstall libcbor0.6:amd64 < none -> 0.6.0-0ubuntu1 @un uN > FU=0
  MarkInstall liblouisutdml-bin:amd64 < 2.7.0-1 -> 2.8.0-3 @ii umU Ib > FU=0
  Installing liblouisutdml9 as Dépend of liblouisutdml-bin
    MarkInstall liblouisutdml9:amd64 < none -> 2.8.0-3 @un uN > FU=0
  MarkInstall gimp-gutenprint:amd64 < 5.2.13-2 -> 5.3.3-4 @ii umU Ib > FU=0
  Installing libgutenprintui2-2 as Dépend of gimp-gutenprint
    MarkInstall libgutenprintui2-2:amd64 < none -> 5.3.3-4 @un uN > FU=0
  MarkInstall libsane-hpaio:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU NPb IPb > FU=0
  ignore old unsatisfied important dependency on hplip:amd64
  MarkInstall libphonon4qt5-4:amd64 < 4:4.10.0-2 -> 4:4.11.1-3build1 @ii ugU Ib > FU=0
  Installing libphonon4qt5-data as Dépend of libphonon4qt5-4
    MarkInstall libphonon4qt5-data:amd64 < none -> 4:4.11.1-3build1 @un uN > FU=0
  MarkInstall aeskulap:amd64 < 0.2.2b1+git20161206-4 -> 0.2.2-beta2+git20190406.ef77f01-1build1 @ii umU Ib > FU=0
  Installing libglademm-2.4-1v5 as Dépend of aeskulap
    MarkInstall libglademm-2.4-1v5:amd64 < none -> 2.6.7-6build1 @un uN > FU=0
  MarkInstall cups-filters-core-drivers:amd64 < 1.20.2-0ubuntu3.1 -> 1.27.4-1 @ii umU Ib > FU=0
  Installing libpoppler-cpp0v5 as Dépend of cups-filters-core-drivers
    MarkInstall libpoppler-cpp0v5:amd64 < none -> 0.86.1-0ubuntu1 @un uN > FU=0
  MarkInstall ibus:amd64 < 1.5.17-3ubuntu5.3 -> 1.5.22-2ubuntu2.1 @ii umU Ib > FU=0
  Installing ibus-data as Dépend of ibus
    MarkInstall ibus-data:amd64 < none -> 1.5.22-2ubuntu2.1 @un uN > FU=0
  Installing python3-ibus-1.0 as Dépend of ibus
    MarkInstall python3-ibus-1.0:amd64 < none -> 1.5.22-2ubuntu2.1 @un uN > FU=0
  MarkInstall ubuntu-wallpapers:amd64 < 18.04.1-0ubuntu1 -> 20.04.2-0ubuntu1 @ii umU Ib > FU=0
  Installing ubuntu-wallpapers-focal as Dépend of ubuntu-wallpapers
    MarkInstall ubuntu-wallpapers-focal:amd64 < none -> 20.04.2-0ubuntu1 @un uN > FU=0
  MarkInstall libcupsppdc1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
  MarkInstall fwupd:amd64 < 1.2.10-1ubuntu2~ubuntu18.04.5 -> 1.3.11-1~focal1 @ii umU Ib > FU=0
  Installing libfwupdplugin1 as Dépend of fwupd
    MarkInstall libfwupdplugin1:amd64 < none -> 1.3.11-1~focal1 @un uN > FU=0
  Installing libtss2-esys0 as Dépend of fwupd
    MarkInstall libtss2-esys0:amd64 < none -> 2.3.2-1 @un uN Ib > FU=0
    Installing tpm-udev as Dépend of libtss2-esys0
      MarkInstall tpm-udev:amd64 < none -> 0.4 @un uN > FU=0
  MarkInstall libpocl2:amd64 < 1.1-5 -> 1.4-6 @ii umU Ib > FU=0
  Installing clang-9 as Dépend of libpocl2
    MarkInstall clang-9:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
    Installing libclang-cpp9 as Dépend of clang-9
      MarkInstall libclang-cpp9:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
      Installing libllvm9 as Dépend of libclang-cpp9
        MarkInstall libllvm9:amd64 < none -> 1:9.0.1-12 @un uN > FU=0
    Installing libclang-common-9-dev as Dépend of clang-9
      MarkInstall libclang-common-9-dev:amd64 < none -> 1:9.0.1-12 @un uN > FU=0
    Installing llvm-9-dev as Recommande of clang-9
      MarkInstall llvm-9-dev:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
      Installing llvm-9 as Dépend of llvm-9-dev
        MarkInstall llvm-9:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
        Installing llvm-9-runtime as Dépend of llvm-9
          MarkInstall llvm-9-runtime:amd64 < none -> 1:9.0.1-12 @un uN > FU=0
        Installing libpfm4 as Dépend of llvm-9
          MarkInstall libpfm4:amd64 < none -> 4.10.1+git20-g7700f49-2 @un uN > FU=0
      Installing llvm-9-tools as Dépend of llvm-9-dev
        MarkInstall llvm-9-tools:amd64 < none -> 1:9.0.1-12 @un uN > FU=0
      Installing libz3-dev as Dépend of llvm-9-dev
        MarkInstall libz3-dev:amd64 < none -> 4.8.7-4build1 @un uN Ib > FU=0
        Installing libz3-4 as Dépend of libz3-dev
          MarkInstall libz3-4:amd64 < none -> 4.8.7-4build1 @un uN > FU=0
    Installing libomp-9-dev as Recommande of clang-9
      MarkInstall libomp-9-dev:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
      Installing libomp5-9 as Dépend of libomp-9-dev
        MarkInstall libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib > FU=0
         Removing: libomp5-10
          MarkDelete libomp5-10:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN Ib > FU=0
       Removing: libomp-10-dev
        MarkDelete libomp-10-dev:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN Ib > FU=0
  MarkInstall libmono-system-security4.0-cil:amd64 < 4.6.2.7+dfsg-1ubuntu1 -> 6.8.0.105+dfsg-2 @ii umU IPb > FU=0
  new important dependency: libmono-btls-interface4.0-cil:amd64
  Installing libmono-btls-interface4.0-cil as Recommande of libmono-system-security4.0-cil
    MarkInstall libmono-btls-interface4.0-cil:amd64 < none -> 6.8.0.105+dfsg-2 @un uN > FU=0
  MarkInstall libedata-book-1.2-25:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
    MarkKeep uno-libs3:amd64 < 6.0.7-0ubuntu0.18.04.10 @ii mR > FU=0
  MarkInstall gnome-shell:amd64 < 3.28.4-0ubuntu18.04.3 -> 3.36.4-1ubuntu1~20.04.2 @ii umU Ib > FU=0
  Installing gir1.2-mutter-6 as Dépend of gnome-shell
    MarkInstall gir1.2-mutter-6:amd64 < none -> 3.36.7+git20201123-0.20.04.1 @un uN Ib > FU=0
    Installing libmutter-6-0 as Dépend of gir1.2-mutter-6
      MarkInstall libmutter-6-0:amd64 < none -> 3.36.7+git20201123-0.20.04.1 @un uN > FU=0
    Installing gir1.2-graphene-1.0 as Dépend of gir1.2-mutter-6
      MarkInstall gir1.2-graphene-1.0:amd64 < none -> 1.10.0-1build2 @un uN > FU=0
  new important dependency: switcheroo-control:amd64
  Installing switcheroo-control as Recommande of gnome-shell
    MarkInstall switcheroo-control:amd64 < none -> 2.1-1 @un uN > FU=0
  MarkInstall libedata-cal-1.2-28:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
  MarkInstall libbrasero-media3-dev:amd64 < 3.12.1-4ubuntu2 -> 3.12.2-6ubuntu1 @ii umU Ib > FU=0
  Installing gir1.2-brasero-3.1 as Dépend of libbrasero-media3-dev
    MarkInstall gir1.2-brasero-3.1:amd64 < none -> 3.12.2-6ubuntu1 @un uN Ib > FU=0
     Removing: gir1.2-brasero-3.0
      MarkDelete gir1.2-brasero-3.0:amd64 < 3.12.1-4ubuntu2 @ii mK > FU=0
  MarkInstall libpci3:amd64 < 1:3.5.2-1ubuntu1.1 -> 1:3.6.4-1 @ii umU Ib > FU=0
  Installing pci.ids as Dépend of libpci3
    MarkInstall pci.ids:amd64 < none -> 0.0~2020.03.20-1 @un uN > FU=0
  MarkInstall python-ldb:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK Ib > FU=0
  Installing libldb1 as Dépend of python-ldb
      MarkKeep libldb1:amd64 < 2:1.2.3-1ubuntu0.1 @ii mR > FU=0
  MarkInstall vlc-plugin-base:amd64 < 3.0.8-0ubuntu18.04.1 -> 3.0.9.2-1 @ii umU Ib > FU=0
  Installing libixml10 as Dépend of vlc-plugin-base
    MarkInstall libixml10:amd64 < none -> 1:1.8.4-2ubuntu2 @un uN > FU=0
  Installing liblivemedia77 as Dépend of vlc-plugin-base
    MarkInstall liblivemedia77:amd64 < none -> 2020.01.19-1build1 @un uN > FU=0
  Installing libprotobuf-lite17 as Dépend of vlc-plugin-base
    MarkInstall libprotobuf-lite17:amd64 < none -> 3.6.1.3-2ubuntu5 @un uN > FU=0
  Installing libspatialaudio0 as Dépend of vlc-plugin-base
    MarkInstall libspatialaudio0:amd64 < none -> 0.3.0+git20180730+dfsg1-2build1 @un uN > FU=0
  Installing libupnp13 as Dépend of vlc-plugin-base
    MarkInstall libupnp13:amd64 < none -> 1:1.8.4-2ubuntu2 @un uN > FU=0
  MarkInstall libreoffice-gnome:amd64 < 1:6.0.7-0ubuntu0.18.04.10 -> 1:6.4.6-0ubuntu0.20.04.1 @ii umU IPb > FU=0
  new important dependency: libreoffice-style-elementary:amd64
  Installing libreoffice-style-elementary as Recommande of libreoffice-gnome
    MarkInstall libreoffice-style-elementary:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN > FU=0
    MarkKeep fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mR > FU=0
  MarkInstall libgnutls-dane0:amd64 < 3.5.18-1ubuntu1.4 -> 3.6.13-2ubuntu1.3 @ii umU Ib > FU=0
  Installing libunbound8 as Dépend of libgnutls-dane0
    MarkInstall libunbound8:amd64 < none -> 1.9.4-2ubuntu1.1 @un uN > FU=0
  MarkInstall isc-dhcp-client:amd64 < 4.3.5-3ubuntu7.1 -> 4.4.1-2.1ubuntu5 @ii umU Ib > FU=0
  Installing libdns-export1109 as Dépend of isc-dhcp-client
    MarkInstall libdns-export1109:amd64 < none -> 1:9.11.16+dfsg-3~ubuntu1 @un uN Ib > FU=0
    Installing libisc-export1105 as Dépend of libdns-export1109
      MarkInstall libisc-export1105:amd64 < none -> 1:9.11.16+dfsg-3~ubuntu1 @un uN > FU=0
  MarkInstall libcupscgi1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
  MarkInstall librados2:amd64 < 12.2.13-0ubuntu0.18.04.6 -> 15.2.7-0ubuntu0.20.04.1 @ii umU Ib > FU=0
  Installing librdmacm1 as Dépend of librados2
    MarkInstall librdmacm1:amd64 < none -> 28.0-1ubuntu1 @un uN > FU=0
  MarkInstall initramfs-tools-core:amd64 < 0.130ubuntu3.11 -> 0.136ubuntu6.3 @ii umU Ib > FU=0
  Installing lz4 as Dépend of initramfs-tools-core
    MarkInstall lz4:amd64 < none -> 1.9.2-2 @un uN > FU=0
  MarkInstall lxqt-config:amd64 < 0.12.0-3 -> 0.14.1-0ubuntu3 @ii umU NPb IPb > FU=0
    MarkKeep libfwup1:amd64 < 12-3bionic2 @ii mR > FU=0
    MarkKeep libapt-pkg5.0:amd64 < 1.6.12ubuntu0.2 @ii mR > FU=0
  Ignore MarkInstall of python:amd64 < 2.7.15~rc1-1 @ii pgR > as its mode (Delete) is protected
    MarkKeep gir1.2-brasero-3.0:amd64 < 3.12.1-4ubuntu2 @ii mR > FU=0
Starting pkgProblemResolver with broken count: 33
Starting 2 pkgProblemResolver with broken count: 33
Investigating (0) dpkg:amd64 < 1.19.0.5ubuntu2.3 -> 1.19.7ubuntu3 @ii umU Ib >
Broken dpkg:amd64 Casse on libapt-pkg5.0:amd64 < 1.6.12ubuntu0.2 @ii mK > (< 1.7~b)
  Considering libapt-pkg5.0:amd64 -2 as a solution to dpkg:amd64 5910
  Added libapt-pkg5.0:amd64 to the remove list
  Fixing dpkg:amd64 via remove of libapt-pkg5.0:amd64
  MarkDelete libapt-pkg5.0:amd64 < 1.6.12ubuntu0.2 @ii mK > FU=0
Investigating (0) libqt5core5a:amd64 < 5.9.5+dfsg-0ubuntu2.5 -> 5.12.8+dfsg-0ubuntu1 @ii umU Ib >
Broken libqt5core5a:amd64 Casse on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK > (< 4:4.8.7+dfsg-20~)
  Considering libqtcore4:amd64 212 as a solution to libqt5core5a:amd64 411
  Added libqtcore4:amd64 to the remove list
  Fixing libqt5core5a:amd64 via remove of libqtcore4:amd64
  MarkDelete libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK > FU=0
Investigating (0) libgcc1:amd64 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib >
Broken libgcc1:amd64 Est en conflit avec on libgcc1:i386 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib >
  Considering libgcc1:i386 3 as a solution to libgcc1:amd64 261
  Added libgcc1:i386 to the remove list
  Conflicts//Breaks against version 1:10-20200411-0ubuntu1 for libgcc1 but that is not InstVer, ignoring
  Conflicts//Breaks against version 1:8.4.0-1ubuntu1~18.04 for libgcc1 but that is not InstVer, ignoring
  Fixing libgcc1:amd64 via remove of libgcc1:i386
  MarkDelete libgcc1:i386 < 1:8.4.0-1ubuntu1~18.04 -> 1:10.2.0-5ubuntu1~20.04 @ii umU Ib > FU=0
Investigating (0) libuno-sal3:amd64 < none -> 1:6.4.6-0ubuntu0.20.04.1 @un uN Ib >
Broken libuno-sal3:amd64 Casse on uno-libs3:amd64 < 6.0.7-0ubuntu0.18.04.10 @ii mK >
  Considering uno-libs3:amd64 -8 as a solution to libuno-sal3:amd64 103
  Added uno-libs3:amd64 to the remove list
  Fixing libuno-sal3:amd64 via remove of uno-libs3:amd64
  MarkDelete uno-libs3:amd64 < 6.0.7-0ubuntu0.18.04.10 @ii mK > FU=0
Investigating (0) libqtgui4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqtgui4:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqtgui4:amd64 86
  Removing libqtgui4:amd64 rather than change libqtcore4:amd64
  MarkDelete libqtgui4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-network:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-network:amd64 75
  Removing libqt4-network:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdecore5:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0)
  Considering libqt4-network:amd64 75 as a solution to libkdecore5:amd64 66
  Removing libkdecore5:amd64 rather than change libqt4-network:amd64
  MarkDelete libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-xml:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-xml:amd64 57
  Removing libqt4-xml:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqtdbus4:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to libqtdbus4:amd64 37
  Removing libqtdbus4:amd64 rather than change libqt4-xml:amd64
  MarkDelete libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-declarative:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-declarative:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-network:amd64 75 as a solution to libqt4-declarative:amd64 37
  Removing libqt4-declarative:amd64 rather than change libqt4-network:amd64
  MarkDelete libqt4-declarative:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libkdeui5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdeui5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkdeui5:amd64 36
  Removing libkdeui5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkdeui5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) qt-at-spi:amd64 < 0.4.0-8 @ii mK Ib >
Broken qt-at-spi:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8~)
  Considering libqtcore4:amd64 212 as a solution to qt-at-spi:amd64 33
  Removing qt-at-spi:amd64 rather than change libqtcore4:amd64
  MarkDelete qt-at-spi:amd64 < 0.4.0-8 @ii mK Ib > FU=0
Investigating (0) libqt4-svg:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib >
Broken libqt4-svg:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-svg:amd64 33
  Removing libqt4-svg:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-svg:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib > FU=0
Investigating (0) libattica0.4:amd64 < 0.4.2-2 @ii gK Ib >
Broken libattica0.4:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7)
  Considering libqt4-network:amd64 75 as a solution to libattica0.4:amd64 19
  Removing libattica0.4:amd64 rather than change libqt4-network:amd64
  MarkDelete libattica0.4:amd64 < 0.4.2-2 @ii gK Ib > FU=0
Investigating (0) libkio5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkio5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkio5:amd64 18
  Removing libkio5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkio5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libdbusmenu-qt2:amd64 < 0.9.3+16.04.20160218-1ubuntu1 @ii gK Ib >
Broken libdbusmenu-qt2:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7.0~beta1)
  Considering libqtcore4:amd64 212 as a solution to libdbusmenu-qt2:amd64 17
  Removing libdbusmenu-qt2:amd64 rather than change libqtcore4:amd64
  MarkDelete libdbusmenu-qt2:amd64 < 0.9.3+16.04.20160218-1ubuntu1 @ii gK Ib > FU=0
Investigating (0) libldb2:amd64 < none -> 2:2.0.10-0ubuntu0.20.04.2 @un uN Ib >
Broken libldb2:amd64 Casse on libldb1:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK > (< 2:2~)
  Considering libldb1:amd64 -1 as a solution to libldb2:amd64 16
  Added libldb1:amd64 to the remove list
  Fixing libldb2:amd64 via remove of libldb1:amd64
  MarkDelete libldb1:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK > FU=0
Investigating (0) qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken qdbus:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to qdbus:amd64 16
  Removing qdbus:amd64 rather than change libqt4-xml:amd64
  MarkDelete qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libsolid4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libsolid4:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0)
  Considering libqt4-xml:amd64 57 as a solution to libsolid4:amd64 15
  Removing libsolid4:amd64 rather than change libqt4-xml:amd64
  MarkDelete libsolid4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) 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 -3 as a solution to libpython2-stdlib:amd64 12
  Added libpython-stdlib:amd64 to the remove list
  Fixing libpython2-stdlib:amd64 via remove of libpython-stdlib:amd64
  MarkDelete libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii gK > FU=0
Investigating (0) 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 -3 as a solution to python2-minimal:amd64 12
  Added python-minimal:amd64 to the remove list
  Fixing python2-minimal:amd64 via remove of python-minimal:amd64
  MarkDelete python-minimal:amd64 < 2.7.15~rc1-1 @ii gK > FU=0
Investigating (0) libfm-qt6:amd64 < none -> 0.14.1-12ubuntu3 @un uN Ib >
Broken libfm-qt6:amd64 Est en conflit avec on libfm-qt:amd64 < none @un H >
  Considering libfm-qt3:amd64 -3 as a solution to libfm-qt6:amd64 10
  Added libfm-qt3:amd64 to the remove list
Broken libfm-qt6:amd64 Casse on libfm-qt3:amd64 < 0.12.0-14build2 @ii mK Ib >
  Considering libfm-qt3:amd64 -3 as a solution to libfm-qt6:amd64 10
  Added libfm-qt3:amd64 to the remove list
  Fixing libfm-qt6:amd64 via remove of libfm-qt3:amd64
  MarkDelete libfm-qt3:amd64 < 0.12.0-14build2 @ii mK Ib > FU=0
  Fixing libfm-qt6:amd64 via remove of libfm-qt3:amd64
Investigating (0) libqt4-script:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-script:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-script:amd64 9
  Removing libqt4-script:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-script:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) gnome-settings-daemon-common:amd64 < none -> 3.36.1-0ubuntu1 @un uN Ib >
Broken gnome-settings-daemon-common:amd64 Casse on gnome-settings-daemon-schemas:amd64 < 3.28.1-0ubuntu1.3 @ii mK > (< 3.30.1.2-2~)
  Considering gnome-settings-daemon-schemas:amd64 -3 as a solution to gnome-settings-daemon-common:amd64 7
  Added gnome-settings-daemon-schemas:amd64 to the remove list
  Fixing gnome-settings-daemon-common:amd64 via remove of gnome-settings-daemon-schemas:amd64
  MarkDelete gnome-settings-daemon-schemas:amd64 < 3.28.1-0ubuntu1.3 @ii mK > FU=0
Investigating (0) libkparts4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkparts4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkparts4:amd64 6
  Removing libkparts4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkparts4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libphonon4:amd64 < 4:4.10.0-2 @ii gK Ib >
Broken libphonon4:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.1)
  Considering libqtcore4:amd64 212 as a solution to libphonon4:amd64 5
  Removing libphonon4:amd64 rather than change libqtcore4:amd64
  MarkDelete libphonon4:amd64 < 4:4.10.0-2 @ii gK Ib > FU=0
Investigating (0) libqt4-sql:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-sql:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-sql:amd64 5
  Removing libqt4-sql:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-sql:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqtwebkit4:amd64 < 2.3.2-0ubuntu13 @ii gK Ib >
Broken libqtwebkit4:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7.0~beta1)
  Considering libqt4-network:amd64 75 as a solution to libqtwebkit4:amd64 2
  Removing libqtwebkit4:amd64 rather than change libqt4-network:amd64
  MarkDelete libqtwebkit4:amd64 < 2.3.2-0ubuntu13 @ii gK Ib > FU=0
Investigating (0) libkjsapi4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkjsapi4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkjsapi4:amd64 2
  Removing libkjsapi4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkjsapi4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libsensors-config:amd64 < none -> 1:3.6.0-2ubuntu1 @un uN Ib >
Broken libsensors-config:amd64 Est en conflit avec on libsensors4:amd64 < 1:3.4.0-4 @ii mK >
  Considering libsensors4:amd64 -2 as a solution to libsensors-config:amd64 2
  Added libsensors4:amd64 to the remove list
  Fixing libsensors-config:amd64 via remove of libsensors4:amd64
  MarkDelete libsensors4:amd64 < 1:3.4.0-4 @ii mK > FU=0
Investigating (0) libqt4-xmlpatterns:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-xmlpatterns:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-network:amd64 75 as a solution to libqt4-xmlpatterns:amd64 2
  Removing libqt4-xmlpatterns:amd64 rather than change libqt4-network:amd64
  MarkDelete libqt4-xmlpatterns:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-opengl:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib >
Broken libqt4-opengl:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqt4-opengl:amd64 2
  Removing libqt4-opengl:amd64 rather than change libqtcore4:amd64
  MarkDelete libqt4-opengl:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib > FU=0
Investigating (0) libqt4-sql-mysql:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-sql-mysql:amd64 Dépend on libqt4-sql:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-sql:amd64 5 as a solution to libqt4-sql-mysql:amd64 1
  Removing libqt4-sql-mysql:amd64 rather than change libqt4-sql:amd64
  MarkDelete libqt4-sql-mysql:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libkdewebkit5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdewebkit5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkdewebkit5:amd64 1
  Removing libkdewebkit5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkdewebkit5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkpty4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkpty4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkpty4:amd64 1
  Removing libkpty4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkpty4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libqt4-qt3support:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib >
Broken libqt4-qt3support:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-network:amd64 75 as a solution to libqt4-qt3support:amd64 0
  Removing libqt4-qt3support:amd64 rather than change libqt4-network:amd64
  MarkDelete libqt4-qt3support:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib > FU=0
Investigating (0) gir1.2-brasero-3.1:amd64 < none -> 3.12.2-6ubuntu1 @un uN Ib >
Broken gir1.2-brasero-3.1:amd64 Casse on gir1.2-brasero-3.0:amd64 < 3.12.1-4ubuntu2 @ii mK >
  Considering gir1.2-brasero-3.0:amd64 -3 as a solution to gir1.2-brasero-3.1:amd64 0
  Added gir1.2-brasero-3.0:amd64 to the remove list
  Fixing gir1.2-brasero-3.1:amd64 via remove of gir1.2-brasero-3.0:amd64
  MarkDelete gir1.2-brasero-3.0:amd64 < 3.12.1-4ubuntu2 @ii mK > FU=0
Investigating (0) libknewstuff3-4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libknewstuff3-4:amd64 Dépend on libattica0.4:amd64 < 0.4.2-2 @ii gR > (>= 0.4.2)
  Considering libattica0.4:amd64 19 as a solution to libknewstuff3-4:amd64 0
  Removing libknewstuff3-4:amd64 rather than change libattica0.4:amd64
  MarkDelete libknewstuff3-4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libomp-dev:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp-dev:amd64 Dépend on libomp-10-dev:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp-10-dev:amd64 0 as a solution to libomp-dev:amd64 0
  MarkKeep libomp-dev:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Removing libomp-dev:amd64 rather than change libomp-10-dev:amd64
  MarkDelete libomp-dev:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH Ib > FU=0
Investigating (0) libqca2:amd64 < 2.1.3-2ubuntu2 @ii gK Ib >
Broken libqca2:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0)
  Considering libqtcore4:amd64 212 as a solution to libqca2:amd64 0
  Removing libqca2:amd64 rather than change libqtcore4:amd64
  MarkDelete libqca2:amd64 < 2.1.3-2ubuntu2 @ii gK Ib > FU=0
Investigating (0) libkemoticons4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkemoticons4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkemoticons4:amd64 0
  Removing libkemoticons4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkemoticons4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkdnssd4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdnssd4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkdnssd4:amd64 0
  Removing libkdnssd4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkdnssd4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkcmutils4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkcmutils4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkcmutils4:amd64 0
  Removing libkcmutils4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkcmutils4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkrosscore4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkrosscore4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkrosscore4:amd64 0
  Removing libkrosscore4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkrosscore4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkjsembed4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkjsembed4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkjsembed4:amd64 0
  Removing libkjsembed4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkjsembed4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) fwupdate:amd64 < 12-7~ubuntu18.04.3 -> 12-7 @ii umU Ib >
Broken fwupdate:amd64 Casse on fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mK >
  Considering fwupdate-signed:amd64 -3 as a solution to fwupdate:amd64 0
  Added fwupdate-signed:amd64 to the remove list
Broken fwupdate:amd64 Casse on libfwup1:amd64 < 12-3bionic2 @ii mK > (< 12-5)
  Considering libfwup1:amd64 -3 as a solution to fwupdate:amd64 0
  Added libfwup1:amd64 to the remove list
  Fixing fwupdate:amd64 via remove of fwupdate-signed:amd64
  MarkDelete fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mK > FU=0
  Fixing fwupdate:amd64 via remove of libfwup1:amd64
  MarkDelete libfwup1:amd64 < 12-3bionic2 @ii mK > FU=0
Investigating (0) libplasma3:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libplasma3:amd64 Dépend on libkcmutils4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkcmutils4:amd64 0 as a solution to libplasma3:amd64 0
  Removing libplasma3:amd64 rather than change libkcmutils4:amd64
  MarkDelete libplasma3:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkfile4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkfile4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkfile4:amd64 0
  Removing libkfile4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkfile4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkhtml5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkhtml5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkhtml5:amd64 0
  Removing libkhtml5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkhtml5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libktexteditor4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libktexteditor4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libktexteditor4:amd64 -1
  Removing libktexteditor4:amd64 rather than change libkdecore5:amd64
  MarkDelete libktexteditor4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) phonon:amd64 < 4:4.10.0-2 @ii gK Ib >
Broken phonon:amd64 Dépend on libphonon4:amd64 < 4:4.10.0-2 @ii gR > (>= 4:4.10.0-2)
  Considering libphonon4:amd64 5 as a solution to phonon:amd64 -1
  Removing phonon:amd64 rather than change libphonon4:amd64
  MarkDelete phonon:amd64 < 4:4.10.0-2 @ii gK Ib > FU=0
Investigating (0) kdoctools:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken kdoctools:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to kdoctools:amd64 -1
  Removing kdoctools:amd64 rather than change libkdecore5:amd64
  MarkDelete kdoctools:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkdesu5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdesu5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkdesu5:amd64 -1
  Removing libkdesu5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkdesu5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkactivities6:amd64 < 4:4.13.3-0ubuntu7 @ii gK Ib >
Broken libkactivities6:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (>= 4:4.13.2)
  Considering libkdecore5:amd64 66 as a solution to libkactivities6:amd64 -1
  Removing libkactivities6:amd64 rather than change libkdecore5:amd64
  MarkDelete libkactivities6:amd64 < 4:4.13.3-0ubuntu7 @ii gK Ib > FU=0
Investigating (0) libedata-book-1.2-25:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib >
Broken libedata-book-1.2-25:amd64 Dépend on libebackend-1.2-10:amd64 < 3.28.5-0ubuntu0.18.04.3 -> 3.36.4-0ubuntu1 @ii umU > (= 3.28.5-0ubuntu0.18.04.3)
  Considering libebackend-1.2-10:amd64 7 as a solution to libedata-book-1.2-25:amd64 -1
  Removing libedata-book-1.2-25:amd64 rather than change libebackend-1.2-10:amd64
  MarkDelete libedata-book-1.2-25:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
Investigating (0) libpolkit-qt-1-1:amd64 < 0.112.0-5 @ii gK Ib >
Broken libpolkit-qt-1-1:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7.0~beta1)
  Considering libqtcore4:amd64 212 as a solution to libpolkit-qt-1-1:amd64 -1
  Removing libpolkit-qt-1-1:amd64 rather than change libqtcore4:amd64
  MarkDelete libpolkit-qt-1-1:amd64 < 0.112.0-5 @ii gK Ib > FU=0
Investigating (0) libqca2-plugins:amd64 < 2.1.3-2ubuntu2 @ii gK Ib >
Broken libqca2-plugins:amd64 Dépend on libqca2:amd64 < 2.1.3-2ubuntu2 @ii gR > (= 2.1.3-2ubuntu2)
  Considering libqca2:amd64 0 as a solution to libqca2-plugins:amd64 -1
  Removing libqca2-plugins:amd64 rather than change libqca2:amd64
  MarkDelete libqca2-plugins:amd64 < 2.1.3-2ubuntu2 @ii gK Ib > FU=0
Investigating (0) libkdeclarative5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkdeclarative5:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkdeclarative5:amd64 -1
  Removing libkdeclarative5:amd64 rather than change libkdecore5:amd64
  MarkDelete libkdeclarative5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) plasma-scriptengine-javascript:amd64 < 4:17.08.3-0ubuntu1 @ii gK Ib >
Broken plasma-scriptengine-javascript:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (>= 4:4.14.38~)
  Considering libkdecore5:amd64 66 as a solution to plasma-scriptengine-javascript:amd64 -1
  Removing plasma-scriptengine-javascript:amd64 rather than change libkdecore5:amd64
  MarkDelete plasma-scriptengine-javascript:amd64 < 4:17.08.3-0ubuntu1 @ii gK Ib > FU=0
Investigating (0) kde-runtime:amd64 < 4:17.08.3-0ubuntu1 @ii gK Ib >
Broken kde-runtime:amd64 Dépend on plasma-scriptengine-javascript:amd64 < 4:17.08.3-0ubuntu1 @ii gR > (= 4:17.08.3-0ubuntu1)
  Considering plasma-scriptengine-javascript:amd64 -1 as a solution to kde-runtime:amd64 -1
  Removing kde-runtime:amd64 rather than change plasma-scriptengine-javascript:amd64
  MarkDelete kde-runtime:amd64 < 4:17.08.3-0ubuntu1 @ii gK Ib > FU=0
Investigating (0) libknotifyconfig4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libknotifyconfig4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libknotifyconfig4:amd64 -1
  Removing libknotifyconfig4:amd64 rather than change libkdecore5:amd64
  MarkDelete libknotifyconfig4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libqt4-designer:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib >
Broken libqt4-designer:amd64 Dépend on libqt4-script:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-script:amd64 9 as a solution to libqt4-designer:amd64 -1
  Removing libqt4-designer:amd64 rather than change libqt4-script:amd64
  MarkDelete libqt4-designer:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii gK Ib > FU=0
Investigating (0) libthreadweaver4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libthreadweaver4:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0)
  Considering libqtcore4:amd64 212 as a solution to libthreadweaver4:amd64 -1
  Removing libthreadweaver4:amd64 rather than change libqtcore4:amd64
  MarkDelete libthreadweaver4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) python-ldb:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK Ib >
Broken python-ldb:amd64 Dépend on libldb1:amd64 < 2:1.2.3-1ubuntu0.1 @ii mR > (= 2:1.2.3-1ubuntu0.1)
  Considering libldb1:amd64 -1 as a solution to python-ldb:amd64 -1
  Removing python-ldb:amd64 rather than change libldb1:amd64
  MarkDelete python-ldb:amd64 < 2:1.2.3-1ubuntu0.1 @ii mK Ib > FU=0
Investigating (0) libqjson0:amd64 < 0.8.1-3 @ii mK Ib >
Broken libqjson0:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7.0~beta1)
  Considering libqtcore4:amd64 212 as a solution to libqjson0:amd64 -1
  Removing libqjson0:amd64 rather than change libqtcore4:amd64
  MarkDelete libqjson0:amd64 < 0.8.1-3 @ii mK Ib > FU=0
Investigating (0) kdelibs5-plugins:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken kdelibs5-plugins:amd64 Dépend on kdoctools:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering kdoctools:amd64 -1 as a solution to kdelibs5-plugins:amd64 -1
  Removing kdelibs5-plugins:amd64 rather than change kdoctools:amd64
  MarkDelete kdelibs5-plugins:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) kde-style-breeze-qt4:amd64 < 4:5.12.8-0ubuntu0.1 @ii gK Ib >
Broken kde-style-breeze-qt4:amd64 Dépend on kde-style-breeze:amd64 < 4:5.12.8-0ubuntu0.1 -> 4:5.18.4.1-0ubuntu1 @ii ugU > (= 4:5.12.8-0ubuntu0.1)
  Considering kde-style-breeze:amd64 -1 as a solution to kde-style-breeze-qt4:amd64 -1
  Removing kde-style-breeze-qt4:amd64 rather than change kde-style-breeze:amd64
  MarkDelete kde-style-breeze-qt4:amd64 < 4:5.12.8-0ubuntu0.1 @ii gK Ib > FU=0
Investigating (0) kdelibs-bin:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken kdelibs-bin:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to kdelibs-bin:amd64 -1
  Removing kdelibs-bin:amd64 rather than change libkdecore5:amd64
  MarkDelete kdelibs-bin:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkntlm4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkntlm4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkntlm4:amd64 -1
  Removing libkntlm4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkntlm4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libkxmlrpcclient4:amd64 < 4:4.14.10-1ubuntu7 @ii gK Ib >
Broken libkxmlrpcclient4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (>= 4:4.14.2)
  Considering libkdecore5:amd64 66 as a solution to libkxmlrpcclient4:amd64 -1
  Removing libkxmlrpcclient4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkxmlrpcclient4:amd64 < 4:4.14.10-1ubuntu7 @ii gK Ib > FU=0
Investigating (0) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (0) phonon-backend-gstreamer:amd64 < 4:4.9.0-1 @ii gK Ib >
Broken phonon-backend-gstreamer:amd64 Dépend on phonon-backend-gstreamer-common:amd64 < 4:4.9.0-1 -> 4:4.10.0-1build1 @ii ugU > (= 4:4.9.0-1)
  Considering phonon-backend-gstreamer-common:amd64 0 as a solution to phonon-backend-gstreamer:amd64 -1
  Removing phonon-backend-gstreamer:amd64 rather than change phonon-backend-gstreamer-common:amd64
  MarkDelete phonon-backend-gstreamer:amd64 < 4:4.9.0-1 @ii gK Ib > FU=0
Investigating (0) python-tdb:amd64 < 1.3.15-2 @ii mK Ib >
Broken python-tdb:amd64 Dépend on libtdb1:amd64 < 1.3.15-2 -> 1.4.2-3build1 @ii umU > (= 1.3.15-2)
  Considering libtdb1:amd64 54 as a solution to python-tdb:amd64 -1
  Removing python-tdb:amd64 rather than change libtdb1:amd64
  MarkDelete python-tdb:amd64 < 1.3.15-2 @ii mK Ib > FU=0
Investigating (0) libkde3support4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkde3support4:amd64 Dépend on libkdecore5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdecore5:amd64 66 as a solution to libkde3support4:amd64 -1
  Removing libkde3support4:amd64 rather than change libkdecore5:amd64
  MarkDelete libkde3support4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libntrack-qt4-1:amd64 < 016-1.3 @ii gK Ib >
Broken libntrack-qt4-1:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.5.3)
  Considering libqtcore4:amd64 212 as a solution to libntrack-qt4-1:amd64 -1
  Removing libntrack-qt4-1:amd64 rather than change libqtcore4:amd64
  MarkDelete libntrack-qt4-1:amd64 < 016-1.3 @ii gK Ib > FU=0
Investigating (0) libkmediaplayer4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib >
Broken libkmediaplayer4:amd64 Dépend on libkdeui5:amd64 < 4:4.14.38-0ubuntu3.1 @ii gR > (= 4:4.14.38-0ubuntu3.1)
  Considering libkdeui5:amd64 36 as a solution to libkmediaplayer4:amd64 -1
  Removing libkmediaplayer4:amd64 rather than change libkdeui5:amd64
  MarkDelete libkmediaplayer4:amd64 < 4:4.14.38-0ubuntu3.1 @ii gK Ib > FU=0
Investigating (0) libsnmp30:amd64 < 5.7.3+dfsg-1.8ubuntu3.6 @ii mK Ib >
Broken libsnmp30:amd64 Dépend on libsensors4:amd64 < 1:3.4.0-4 @ii mR > (>= 1:3.0.0)
  Considering libsensors4:amd64 -2 as a solution to libsnmp30:amd64 -2
  Removing libsnmp30:amd64 rather than change libsensors4:amd64
  MarkDelete libsnmp30:amd64 < 5.7.3+dfsg-1.8ubuntu3.6 @ii mK Ib > FU=0
Investigating (0) libcupscgi1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib >
Broken libcupscgi1:amd64 Dépend on libcups2:amd64 < 2.2.7-1ubuntu2.8 -> 2.3.1-9ubuntu1.1 @ii umU > (= 2.2.7-1ubuntu2.8)
  Considering libcups2:amd64 354 as a solution to libcupscgi1:amd64 -2
  Removing libcupscgi1:amd64 rather than change libcups2:amd64
  MarkDelete libcupscgi1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
Investigating (0) libpolkit-backend-1-0:amd64 < 0.105-20ubuntu0.18.04.5 @ii mK Ib >
Broken libpolkit-backend-1-0:amd64 Dépend on libpolkit-gobject-1-0:amd64 < 0.105-20ubuntu0.18.04.5 -> 0.105-26ubuntu1 @ii umU > (= 0.105-20ubuntu0.18.04.5)
  Considering libpolkit-gobject-1-0:amd64 123 as a solution to libpolkit-backend-1-0:amd64 -2
  Removing libpolkit-backend-1-0:amd64 rather than change libpolkit-gobject-1-0:amd64
  MarkDelete libpolkit-backend-1-0:amd64 < 0.105-20ubuntu0.18.04.5 @ii mK Ib > FU=0
Investigating (0) libedata-cal-1.2-28:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib >
Broken libedata-cal-1.2-28:amd64 Dépend on libebackend-1.2-10:amd64 < 3.28.5-0ubuntu0.18.04.3 -> 3.36.4-0ubuntu1 @ii umU > (= 3.28.5-0ubuntu0.18.04.3)
  Considering libebackend-1.2-10:amd64 7 as a solution to libedata-cal-1.2-28:amd64 -2
  Removing libedata-cal-1.2-28:amd64 rather than change libebackend-1.2-10:amd64
  MarkDelete libedata-cal-1.2-28:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
Investigating (0) libcupsppdc1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib >
Broken libcupsppdc1:amd64 Dépend on libcups2:amd64 < 2.2.7-1ubuntu2.8 -> 2.3.1-9ubuntu1.1 @ii umU > (= 2.2.7-1ubuntu2.8)
  Considering libcups2:amd64 354 as a solution to libcupsppdc1:amd64 -2
  Removing libcupsppdc1:amd64 rather than change libcups2:amd64
  MarkDelete libcupsppdc1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
Investigating (0) gnome-hwp-support-dbg:amd64 < 0.1.5-1build1 @ii mK Ib >
Broken gnome-hwp-support-dbg:amd64 Dépend on gnome-hwp-support:amd64 < 0.1.5-1build1 -> 0.1.6-2 @ii umU > (= 0.1.5-1build1)
  Considering gnome-hwp-support:amd64 0 as a solution to gnome-hwp-support-dbg:amd64 -2
  Removing gnome-hwp-support-dbg:amd64 rather than change gnome-hwp-support:amd64
  MarkDelete gnome-hwp-support-dbg:amd64 < 0.1.5-1build1 @ii mK Ib > FU=0
Investigating (0) python-samba:amd64 < 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 @ii mK Ib >
Broken python-samba:amd64 Dépend on python-ldb:amd64 < 2:1.2.3-1ubuntu0.1 @ii mR > (>= 1.1.2~)
  Considering python-ldb:amd64 -1 as a solution to python-samba:amd64 -2
  Removing python-samba:amd64 rather than change python-ldb:amd64
  MarkDelete python-samba:amd64 < 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 @ii mK Ib > FU=0
Investigating (0) libpango1.0-0:amd64 < 1.40.14-1ubuntu0.1 @ii mK Ib >
Broken libpango1.0-0:amd64 Dépend on libpango-1.0-0:amd64 < 1.40.14-1ubuntu0.1 -> 1.44.7-2ubuntu4 @ii umU > (= 1.40.14-1ubuntu0.1)
  Considering libpango-1.0-0:amd64 579 as a solution to libpango1.0-0:amd64 -2
  Removing libpango1.0-0:amd64 rather than change libpango-1.0-0:amd64
  MarkDelete libpango1.0-0:amd64 < 1.40.14-1ubuntu0.1 @ii mK Ib > FU=0
Investigating (0) nomnom:amd64 < 0.3.1-2build1 @ii mK Ib >
Broken nomnom:amd64 Dépend on libqjson0:amd64 < 0.8.1-3 @ii mR > (>= 0.7.1)
  Considering libqjson0:amd64 -1 as a solution to nomnom:amd64 -2
  Removing nomnom:amd64 rather than change libqjson0:amd64
  MarkDelete nomnom:amd64 < 0.3.1-2build1 @ii mK Ib > FU=0
Investigating (0) libebook-1.2-19:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib >
Broken libebook-1.2-19:amd64 Dépend on libedata-book-1.2-25:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mR > (= 3.28.5-0ubuntu0.18.04.3)
  Considering libedata-book-1.2-25:amd64 -1 as a solution to libebook-1.2-19:amd64 -2
  Removing libebook-1.2-19:amd64 rather than change libedata-book-1.2-25:amd64
  MarkDelete libebook-1.2-19:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
Investigating (0) libcupsmime1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib >
Broken libcupsmime1:amd64 Dépend on libcups2:amd64 < 2.2.7-1ubuntu2.8 -> 2.3.1-9ubuntu1.1 @ii umU > (= 2.2.7-1ubuntu2.8)
  Considering libcups2:amd64 354 as a solution to libcupsmime1:amd64 -2
  Removing libcupsmime1:amd64 rather than change libcups2:amd64
  MarkDelete libcupsmime1:amd64 < 2.2.7-1ubuntu2.8 @ii mK Ib > FU=0
Investigating (0) libapt-inst2.0:amd64 < 1.6.12ubuntu0.2 @ii mK Ib >
Broken libapt-inst2.0:amd64 Dépend on libapt-pkg5.0:amd64 < 1.6.12ubuntu0.2 @ii mR > (>= 1.1~exp9)
  Considering libapt-pkg5.0:amd64 -2 as a solution to libapt-inst2.0:amd64 -2
  Removing libapt-inst2.0:amd64 rather than change libapt-pkg5.0:amd64
  MarkDelete libapt-inst2.0:amd64 < 1.6.12ubuntu0.2 @ii mK Ib > FU=0
Investigating (1) libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-dbus:amd64 Dépend on libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtdbus4:amd64 37 as a solution to libqt4-dbus:amd64 82
  Added libqtdbus4:amd64 to the remove list
Broken libqt4-dbus:amd64 Dépend on qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering qdbus:amd64 16 as a solution to libqt4-dbus:amd64 82
  Added qdbus:amd64 to the remove list
  Fixing libqt4-dbus:amd64 via keep of libqtdbus4:amd64
  MarkKeep libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
  Fixing libqt4-dbus:amd64 via keep of qdbus:amd64
  MarkKeep qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
Investigating (1) libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqtdbus4:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to libqtdbus4:amd64 37
  Removing libqtdbus4:amd64 rather than change libqt4-xml:amd64
  MarkDelete libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (1) qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken qdbus:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to qdbus:amd64 16
  Removing qdbus:amd64 rather than change libqt4-xml:amd64
  MarkDelete qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (1) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (1) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (2) libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-dbus:amd64 Dépend on libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtdbus4:amd64 37 as a solution to libqt4-dbus:amd64 82
  Added libqtdbus4:amd64 to the remove list
Broken libqt4-dbus:amd64 Dépend on qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering qdbus:amd64 16 as a solution to libqt4-dbus:amd64 82
  Added qdbus:amd64 to the remove list
  Fixing libqt4-dbus:amd64 via keep of libqtdbus4:amd64
  MarkKeep libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
  Fixing libqt4-dbus:amd64 via keep of qdbus:amd64
  MarkKeep qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
Investigating (2) libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqtdbus4:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to libqtdbus4:amd64 82
  Added libqt4-xml:amd64 to the remove list
Broken libqtdbus4:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to libqtdbus4:amd64 82
  Removing libqtdbus4:amd64 rather than change libqtcore4:amd64
  MarkDelete libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (2) qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken qdbus:amd64 Dépend on libqt4-xml:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqt4-xml:amd64 57 as a solution to qdbus:amd64 82
  Added libqt4-xml:amd64 to the remove list
Broken qdbus:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtcore4:amd64 212 as a solution to qdbus:amd64 82
  Removing qdbus:amd64 rather than change libqtcore4:amd64
  MarkDelete qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (2) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (2) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (3) libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-dbus:amd64 Dépend on libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering libqtdbus4:amd64 212 as a solution to libqt4-dbus:amd64 82
  Removing libqt4-dbus:amd64 rather than change libqtdbus4:amd64
  MarkDelete libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (3) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (3) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (4) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (4) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (5) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (5) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (6) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (6) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (7) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (7) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (8) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (8) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Investigating (9) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
Investigating (9) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
Done
Log time: 2021-01-21 14:52:17.588929

Hors ligne

#40 Le 21/01/2021, à 17:11

geole

Re : Mise à jour 18.04 vers 20.04 [Résolu]

J'ai fait le ménage dans les erreurs afin de conserver celles qui me semblent anormales

Starting pkgProblemResolver with broken count: 33
Starting 2 pkgProblemResolver with broken count: 33

Investigating (0) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
Investigating (1) libomp5-9:amd64 < none -> 1:9.0.1-12 @un uN Ib >
Broken libomp5-9:amd64 Casse on libomp5:amd64 < 5.0.1-1 | 1:10.0-50~exp1 @ii umH > (< 44)
  Considering libomp5:amd64 -1 as a solution to libomp5-9:amd64 0
  Upgrading libomp5:amd64 due to Breaks field in libomp5-9:amd64
  
Investigating (1) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  

Broken libqt4-dbus:amd64 Dépend on qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
  Considering qdbus:amd64 16 as a solution to libqt4-dbus:amd64 82
  Added qdbus:amd64 to the remove list
  Fixing libqt4-dbus:amd64 via keep of libqtdbus4:amd64
  MarkKeep libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
  Fixing libqt4-dbus:amd64 via keep of qdbus:amd64
  MarkKeep qdbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > FU=0
  

Investigating (2) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
Investigating (3) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  

Investigating (4) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
Investigating (5) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
Investigating (6) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  

Investigating (7) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
Investigating (8) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64
  
 Investigating (9) libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib >
Broken libomp5:amd64 Dépend on libomp5-10:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
  Considering libomp5-10:amd64 0 as a solution to libomp5:amd64 -1
  MarkKeep libomp5:amd64 < 5.0.1-1 -> 1:10.0-50~exp1 @ii umU Ib > FU=0
  Holding Back libomp5:amd64 rather than change libomp5-10:amd64

Je ne pense pas que cette erreur "MarkKeep qdbus:amd64" soit bloquante.
Je pense que cette erreur "Holding Back libomp5" est bloquante
J'ai vu qu'elle a un rapport avec https://fr.wikipedia.org/wiki/OpenMP
Il semblerait donc en version 20.04  cela pose problème    Elle n'existerait plus
Peut-être est-elle remplacée par https://packages.ubuntu.com/focal/libs/ … as0-openmp

Si tu veux migrer, il faut la virer avec cette commande

sudo apt-get remove --purge libomp5

et peut-être aussi  (tu verras si messages d'erreurs)

sudo apt-get remove --purge libomp5-9
sudo apt-get remove --purge libomp5-10

Tu referas un essai  en repostant  les deux fichiers de trace si cela ne passe pas.


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

En ligne

#41 Le 26/01/2021, à 12:58

Dilem

Re : Mise à jour 18.04 vers 20.04 [Résolu]

OK! Ca y est, j'y suis sur 20.04 !

   Merci à tous. smile

Dernière modification par Dilem (Le 26/01/2021, à 12:58)

Hors ligne