#26 Le 04/10/2020, à 15:43
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Google Chrome ne devrait pas bloquer la mise à niveau. Pour Geogebra, je suis moins sûr. Quelqu'un d'autre avait des problèmes pour le gérer aussi mais je ne sais plus si c'était dans le même contexte. On va essayer de le supprimer :
sudo nano /etc/apt/sources.list.d/geogebra.list
Commente l'adresse du dépôt en rajoutant un dièse :
# deb http://www.geogebra.net/linux/ stable main
Enregistre (ctrl + O, valide le nom, ctrl + X), recharge les sources :
sudo apt-get update
puis donne-moi la liste des paquets orphelins pour voir ce qu'il y a de ce dépôt :
apt list | grep "installé, local"
utilisateur@utilisateur-All-Series:~$ apt list | grep "installé, local"
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
brdcp7030lpr/now 2.0.2-1 i386 [installé, local]
brother-udev-rule-type1/now 1.0.0-1 all [installé, local]
brscan-skey/now 0.2.4-1 amd64 [installé, local]
brscan3/now 0.2.13-1 amd64 [installé, local]
cupswrapperdcp7030/now 2.0.2-1 i386 [installé, local]
geogebra-classic/now 6.0.606.0-202009222237 amd64 [installé, local]
Hors ligne
#27 Le 04/10/2020, à 17:27
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Il y a juste le paquet geogebra-classic. Supprime-le :
sudo apt-get remove --purge geogebra-classic
Supprime les dépendances éventuelles :
sudo apt-get autoremove --purge
Puis essaie à nouveau la mise à niveau. Note qu'il faudrait lancer do-release-upgrade via sudo.
Hors ligne
#28 Le 04/10/2020, à 18:41
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
J'ai exécuté les commandes.
Puis
sudo do-release-upgrade
Et toujours le même message.
Hors ligne
#29 Le 04/10/2020, à 18:51
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
C'est assez bizarre. Comme dépôts tiers, il te reste Google Chrome (qui ne devrait pas poser de problème) et Geogebra (désactivé). Et comme paquets installés manuellement, il n'y a que ceux de Brother (qui ne m'ont jamais posé de problème).
Je ne pense pas qu'un dépôt désactivé lui pose problème mais on peut toujours supprimer celui de Geogebra :
sudo rm /etc/apt/sources.list.d/geogebra.list
Puis recharge la liste :
sudo apt-get update
On est d'accord que tu n'as pas de mises à jour en attente ou bloquées ?
sudo apt-get dist-upgrade
Dernière modification par abelthorne (Le 04/10/2020, à 18:51)
Hors ligne
#30 Le 04/10/2020, à 19:48
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
j'ai effectué les commandes... et relancer la mise à niveau et... toujours pareil !
quand j'exécute cette commande
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
J'ai plus que Chrome
utilisateur@utilisateur-All-Series:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
2 # newer versions of the distribution.
3 deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
4 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
9 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
10
11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12 ## team. Also, please note that software in universe WILL NOT receive any
13 ## review or updates from the Ubuntu security team.
14 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
15 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
16 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
18
19 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
20 ## team, and may not be under a free licence. Please satisfy yourself as to
21 ## your rights to use the software. Also, please note that software in
22 ## multiverse WILL NOT receive any review or updates from the Ubuntu
23 ## security team.
24 deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
25 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
26 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
28
29 ## N.B. software from this repository may not have been tested as
30 ## extensively as that contained in the main release, although it includes
31 ## newer versions of some applications which may provide useful features.
32 ## Also, please note that software in backports WILL NOT receive any review
33 ## or updates from the Ubuntu security team.
34 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
35 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
36
37 ## Uncomment the following two lines to add software from Canonical's
38 ## 'partner' repository.
39 ## This software is not part of Ubuntu, but is offered by Canonical and the
40 ## respective vendors as a service to Ubuntu users.
41 deb http://archive.canonical.com/ubuntu bionic partner
42 # deb-src http://archive.canonical.com/ubuntu bionic partner
43
44 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
45 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
46 deb http://security.ubuntu.com/ubuntu bionic-security universe
47 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
48 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
50
/etc/apt/sources.list.d/google-chrome.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] http://dl.google.com/linux/chrome/deb/ stable main
4
Hors ligne
#31 Le 04/10/2020, à 20:11
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Essaie à tout hasard de supprimer Chrome mais ça m'étonne qu'il pose problème :
sudo apt-get remove --purge google-chrome-stable
sudo apt-get autoremove --purge
sudo rm /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
Puis retente la mise à niveau.
Hors ligne
#32 Le 04/10/2020, à 20:39
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Essaie à tout hasard de supprimer Chrome mais ça m'étonne qu'il pose problème :
sudo apt-get remove --purge google-chrome-stable sudo apt-get autoremove --purge sudo rm /etc/apt/sources.list.d/google-chrome.list sudo apt-get update
Puis retente la mise à niveau.
Même message.
Je desespère...
Dernière modification par didi34michele (Le 04/10/2020, à 20:39)
Hors ligne
#33 Le 04/10/2020, à 20:48
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Dans le doute, donne-moi le retour de ça :
apt-cache policy brdcp7030lpr:i386 brother-udev-rule-type1 brscan-skey brscan3 cupswrapperdcp7030:i386
EDIT : et aussi ça :
dpkg --list |grep "^rc"
Dernière modification par abelthorne (Le 04/10/2020, à 20:51)
Hors ligne
#34 Le 04/10/2020, à 21:27
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Dans le doute, donne-moi le retour de ça :
apt-cache policy brdcp7030lpr:i386 brother-udev-rule-type1 brscan-skey brscan3 cupswrapperdcp7030:i386
utilisateur@utilisateur-All-Series:~$ apt-cache policy brdcp7030lpr:i386 brother-udev-rule-type1 brscan-skey brscan3 cupswrapperdcp7030:i386
brdcp7030lpr:i386:
Installé : 2.0.2-1
Candidat : 2.0.2-1
Table de version :
*** 2.0.2-1 100
100 /var/lib/dpkg/status
brother-udev-rule-type1:
Installé : 1.0.0-1
Candidat : 1.0.0-1
Table de version :
*** 1.0.0-1 100
100 /var/lib/dpkg/status
brscan-skey:
Installé : 0.2.4-1
Candidat : 0.2.4-1
Table de version :
*** 0.2.4-1 100
100 /var/lib/dpkg/status
brscan3:
Installé : 0.2.13-1
Candidat : 0.2.13-1
Table de version :
*** 0.2.13-1 100
100 /var/lib/dpkg/status
cupswrapperdcp7030:i386:
Installé : 2.0.2-1
Candidat : 2.0.2-1
Table de version :
*** 2.0.2-1 100
100 /var/lib/dpkg/status
EDIT : et aussi ça :
dpkg --list |grep "^rc"
y'a rien qui s'exécute.
Hors ligne
#35 Le 04/10/2020, à 21:43
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Par contre, une chose m'interpelle.
J'ai bien viré Chrome ?.. c'est quoi Chromium ?
Je l'ai encore dans mon onglet Internet.
Hors ligne
#36 Le 04/10/2020, à 22:13
- geole
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Bonsoir.
Essayons de voir ce qui est raconté.
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 »
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
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#37 Le 04/10/2020, à 22:17
- alex2423
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
C'est l'équivalent de Chrome sans les trucs proprio de Google. C'est un navigateur
Hors ligne
#38 Le 04/10/2020, à 22:21
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Il reste encore l'hypothèse que ce sont les paquets du pilote Brother qui posent problème mais ce serait vraiment très étonnant. C'est toujours possible de les supprimer mais je sais qu'ils peuvent être chiants à réinstaller. À part ça, je ne vois pas bien ce qui peut bloquer.
Hors ligne
#39 Le 04/10/2020, à 23:14
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Bonsoir.
Essayons de voir ce qui est raconté.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 »cat /var/log/dist-upgrade/main.log cat /var/log/dist-upgrade/apt.log
bonsoir
utilisateur@utilisateur-All-Series:~$ cat /var/log/dist-upgrade/main.log
2020-10-04 20:36:21,118 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2020-10-04 20:36:21,118 INFO uname information: 'Linux utilisateur-All-Series 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64'
2020-10-04 20:36:21,616 INFO apt version: '1.6.12ubuntu0.1'
2020-10-04 20:36:21,616 INFO python version: '3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0]'
2020-10-04 20:36:21,621 INFO release-upgrader version '20.04.25' started
2020-10-04 20:36:21,634 INFO locale: 'fr_FR' 'UTF-8'
2020-10-04 20:36:21,714 INFO screen could not be run
2020-10-04 20:36:21,841 DEBUG Using 'DistUpgradeViewText' view
2020-10-04 20:36:21,894 DEBUG enable dpkg --force-overwrite
2020-10-04 20:36:21,976 DEBUG creating statefile: '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2020-10-04 20:36:28,080 DEBUG lsb-release: 'bionic'
2020-10-04 20:36:28,081 DEBUG _pythonSymlinkCheck run
2020-10-04 20:36:28,133 DEBUG openCache()
2020-10-04 20:36:28,133 DEBUG quirks: running PreCacheOpen
2020-10-04 20:36:28,133 DEBUG running Quirks.PreCacheOpen
2020-10-04 20:36:29,383 DEBUG Comparing 4.15.0-117 with
2020-10-04 20:36:29,384 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-04 20:36:29,672 DEBUG /openCache(), new cache size 99752
2020-10-04 20:36:29,672 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2020-10-04 20:36:29,672 DEBUG checkViewDepends()
2020-10-04 20:36:29,690 DEBUG running doUpdate() (showErrors=False)
2020-10-04 20:36:31,017 DEBUG openCache()
2020-10-04 20:36:32,284 DEBUG Comparing 4.15.0-117 with
2020-10-04 20:36:32,284 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-04 20:36:32,583 DEBUG /openCache(), new cache size 99752
2020-10-04 20:36:32,584 DEBUG doPostInitialUpdate
2020-10-04 20:36:32,584 DEBUG quirks: running focalPostInitialUpdate
2020-10-04 20:36:32,584 DEBUG running Quirks.focalPostInitialUpdate
2020-10-04 20:36:34,776 DEBUG Snap core18 is installed
2020-10-04 20:36:35,034 DEBUG Snap gnome-3-34-1804 is installed
2020-10-04 20:36:35,036 DEBUG Snap gnome-3-34-1804 is not tracking the release channel
2020-10-04 20:36:35,354 DEBUG Snap gtk-common-themes is installed
2020-10-04 20:36:35,714 DEBUG Snap gnome-3-28-1804 is installed
2020-10-04 20:36:35,714 DEBUG Snap gnome-3-28-1804 is not tracking the release channel
2020-10-04 20:36:35,890 DEBUG Snap gnome-calculator is installed
2020-10-04 20:36:36,116 DEBUG Snap gnome-characters is installed
2020-10-04 20:36:36,475 DEBUG Snap gnome-logs is installed
2020-10-04 20:36:39,222 DEBUG MetaPkgs: ubuntu-desktop xubuntu-core xubuntu-desktop
2020-10-04 20:36:44,592 DEBUG Foreign: adobe-flash-properties-gtk adobe-flashplugin
2020-10-04 20:36:44,592 DEBUG Obsolete: brdcp7030lpr:i386 brother-udev-rule-type1 brscan-skey brscan3 cupswrapperdcp7030:i386
2020-10-04 20:36:44,593 DEBUG updateSourcesList()
2020-10-04 20:36:44,641 DEBUG rewriteSourcesList() with mirror_check
2020-10-04 20:36:44,641 DEBUG ['ubuntu-minimal', 'ubuntu-standard']
2020-10-04 20:36:44,641 DEBUG Checking pkg: ubuntu-minimal
2020-10-04 20:36:44,644 DEBUG Checking pkg: ubuntu-standard
2020-10-04 20:36:44,647 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted'
2020-10-04 20:36:44,647 DEBUG verifySourcesListEntry: deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
2020-10-04 20:36:44,647 DEBUG url_downloadable: http://fr.archive.ubuntu.com/ubuntu//dists/focal/Release
2020-10-04 20:36:44,647 DEBUG s='http' n='fr.archive.ubuntu.com' p='/ubuntu//dists/focal/Release' q='' f=''
2020-10-04 20:36:44,708 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted' updated to new dist
2020-10-04 20:36:44,708 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted'
2020-10-04 20:36:44,708 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted' updated to new dist
2020-10-04 20:36:44,709 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe'
2020-10-04 20:36:44,709 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal universe' updated to new dist
2020-10-04 20:36:44,709 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe'
2020-10-04 20:36:44,709 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe' updated to new dist
2020-10-04 20:36:44,709 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse'
2020-10-04 20:36:44,709 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse' updated to new dist
2020-10-04 20:36:44,709 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse'
2020-10-04 20:36:44,709 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse' updated to new dist
2020-10-04 20:36:44,710 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
2020-10-04 20:36:44,710 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse' updated to new dist
2020-10-04 20:36:44,710 DEBUG examining: 'deb http://archive.canonical.com/ubuntu bionic partner'
2020-10-04 20:36:44,710 DEBUG verifySourcesListEntry: deb http://archive.canonical.com/ubuntu focal partner
2020-10-04 20:36:44,710 DEBUG url_downloadable: http://archive.canonical.com/ubuntu/dists/focal/Release
2020-10-04 20:36:44,710 DEBUG s='http' n='archive.canonical.com' p='/ubuntu/dists/focal/Release' q='' f=''
2020-10-04 20:36:44,918 DEBUG entry 'deb http://archive.canonical.com/ubuntu focal partner' updated to new dist
2020-10-04 20:36:44,918 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security main restricted'
2020-10-04 20:36:44,918 DEBUG verifySourcesListEntry: deb http://security.ubuntu.com/ubuntu focal main restricted
2020-10-04 20:36:44,918 DEBUG url_downloadable: http://security.ubuntu.com/ubuntu/dists/focal/Release
2020-10-04 20:36:44,918 DEBUG s='http' n='security.ubuntu.com' p='/ubuntu/dists/focal/Release' q='' f=''
2020-10-04 20:36:45,135 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security main restricted' updated to new dist
2020-10-04 20:36:45,135 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security universe'
2020-10-04 20:36:45,136 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security universe' updated to new dist
2020-10-04 20:36:45,136 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security multiverse'
2020-10-04 20:36:45,136 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security multiverse' updated to new dist
2020-10-04 20:36:45,182 DEBUG running doUpdate() (showErrors=True)
2020-10-04 20:37:32,212 DEBUG openCache()
2020-10-04 20:37:33,145 DEBUG Comparing 4.15.0-117 with
2020-10-04 20:37:33,145 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-04 20:37:33,593 DEBUG /openCache(), new cache size 66472
2020-10-04 20:37:33,593 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2020-10-04 20:37:33,594 DEBUG quirks: running PreDistUpgradeCache
2020-10-04 20:37:33,594 DEBUG running Quirks.PreDistUpgradeCache
2020-10-04 20:37:33,594 INFO installing python-is-python2 because python-minimal was installed
2020-10-04 20:37:33,594 DEBUG Installing 'python-is-python2' (python-minimal was installed on the system)
2020-10-04 20:37:33,639 INFO removing python-minimal because python-is-python2 is being installed
2020-10-04 20:37:33,640 DEBUG Removing 'python-minimal' (python-is-python2 is being installed on the system)
2020-10-04 20:37:33,640 INFO failed to remove python-minimal
2020-10-04 20:37:34,710 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.'
2020-10-04 20:37:34,711 DEBUG abort called
2020-10-04 20:37:34,748 DEBUG openCache()
2020-10-04 20:37:38,099 DEBUG Comparing 4.15.0-117 with
2020-10-04 20:37:38,099 DEBUG Comparing 4.15.0-118 with 4.15.0-117
2020-10-04 20:37:38,402 DEBUG /openCache(), new cache size 99752
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 xubuntu-core:amd64 < 2.225 -> 2.233 @ii umU IPb > FU=0
new important dependency: xfce4-screensaver:amd64
Installing xfce4-screensaver as Recommande of xubuntu-core
MarkInstall xfce4-screensaver:amd64 < none -> 0.1.10-0ubuntu1 @un uN > FU=0
MarkInstall clamfs:amd64 < 1.0.1-3build2 -> 1.2.0-2build1 @ii umU Ib > FU=0
Installing libfuse3-3 as Dépend of clamfs
MarkInstall libfuse3-3:amd64 < none -> 3.9.0-2 @un uN > FU=0
Installing libpocofoundation62 as Dépend of clamfs
MarkInstall libpocofoundation62:amd64 < none -> 1.9.2-3ubuntu3 @un uN > FU=0
Installing libpoconet62 as Dépend of clamfs
MarkInstall libpoconet62:amd64 < none -> 1.9.2-3ubuntu3 @un uN > FU=0
Installing libpocoxml62 as Dépend of clamfs
MarkInstall libpocoxml62:amd64 < none -> 1.9.2-3ubuntu3 @un uN > FU=0
MarkInstall python-bs4:amd64 < 4.6.0-1 -> 4.8.2-1 @ii umU Ib > FU=0
Installing python-soupsieve as Dépend of python-bs4
MarkInstall python-soupsieve:amd64 < none -> 1.9.5+dfsg-1 @un uN Ib > FU=0
Installing python-backports.functools-lru-cache as Dépend of python-soupsieve
MarkInstall python-backports.functools-lru-cache:amd64 < none -> 1.5-3build1 @un uN > FU=0
MarkInstall systemd:amd64 < 237-3ubuntu10.42 -> 245.4-4ubuntu3.2 @ii umU Ib > FU=0
Installing systemd-timesyncd as Dépend of systemd
MarkInstall systemd-timesyncd:amd64 < none -> 245.4-4ubuntu3.2 @un uN > FU=0
MarkInstall libwebkit2gtk-4.0-37:amd64 < 2.28.4-0ubuntu0.18.04.1 -> 2.28.4-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 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
Installing libpcre2-16-0 as Dépend of libqt5core5a
MarkInstall libpcre2-16-0:amd64 < none -> 10.34-7 @un uN > FU=0
Removing: libqtcore4
MarkDelete libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK > FU=0
MarkInstall shotwell:amd64 < 0.28.4-0ubuntu2 -> 0.30.10-0ubuntu0.1 @ii umU Ib > FU=0
Installing libraw19 as Dépend of shotwell
MarkInstall libraw19:amd64 < none -> 0.19.5-1ubuntu1 @un uN > FU=0
MarkInstall linux-cloud-tools-lowlatency:amd64 < 4.15.0.118.105 -> 5.4.0.48.51 @ii umU Ib > FU=0
Installing linux-cloud-tools-5.4.0-48-lowlatency as Dépend of linux-cloud-tools-lowlatency
MarkInstall linux-cloud-tools-5.4.0-48-lowlatency:amd64 < none -> 5.4.0-48.52 @un uN Ib > FU=0
Installing linux-cloud-tools-5.4.0-48 as Dépend of linux-cloud-tools-5.4.0-48-lowlatency
MarkInstall linux-cloud-tools-5.4.0-48:amd64 < none -> 5.4.0-48.52 @un uN > FU=0
MarkInstall libpolkit-backend-1-0:amd64 < 0.105-20ubuntu0.18.04.5 @ii mK Ib > FU=0
MarkInstall python-qt4-dbus:amd64 < 4.12.1+dfsg-2 @ii mK Ib > FU=0
Installing libqtcore4 as Dépend of python-qt4-dbus
MarkKeep libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > 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 libphonon4qt5-4:amd64 < 4:4.10.0-2 -> 4:4.11.1-3build1 @ii umU 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 libept1.5.0:amd64 < 1.1+nmu3build1 @ii mK Ib > FU=0
Installing libapt-pkg5.0 as Dépend of libept1.5.0
MarkKeep libapt-pkg5.0:amd64 < 1.6.12ubuntu0.1 @ii mR > 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 linux-cloud-tools-virtual:amd64 < 4.15.0.118.105 -> 5.4.0.48.51 @ii umU Ib > FU=0
Installing linux-cloud-tools-5.4.0-48-generic as Dépend of linux-cloud-tools-virtual
MarkInstall linux-cloud-tools-5.4.0-48-generic:amd64 < none -> 5.4.0-48.52 @un uN > FU=0
MarkInstall qml-module-qtmultimedia:amd64 < 5.9.5-0ubuntu1 -> 5.12.8-0ubuntu1 @ii umU Ib > FU=0
Installing libqt5multimediaquick5 as Dépend of qml-module-qtmultimedia
MarkInstall libqt5multimediaquick5:amd64 < none -> 5.12.8-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 xfce4-quicklauncher-plugin:amd64 < 1.9.4-11build1 @ii mK Ib > FU=0
MarkInstall libxml2:i386 < 2.9.4+dfsg1-6.1ubuntu1.3 -> 2.9.10+dfsg-5 @ii umU Ib > FU=0
Installing libicu66 as Dépend of libxml2
MarkInstall libicu66:i386 < none -> 66.1-2ubuntu2 @un uN > FU=0
MarkInstall mypaint:amd64 < 1.2.0-4.1 -> 2.0.0-2 @ii umU Ib > FU=0
Installing mypaint-brushes as Dépend of mypaint
MarkInstall mypaint-brushes:amd64 < none -> 2.0.2+ds1-1 @un uN > FU=0
Installing libmypaint-1.5-1 as Dépend of mypaint
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
new important dependency: mypaint-data-extras:amd64
Installing mypaint-data-extras as Recommande of mypaint
MarkInstall mypaint-data-extras:amd64 < none -> 2.0.0-2 @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 fonts-noto-hinted:amd64 < 20171026-2 -> 20200323-1build1~ubuntu20.04.1 @ii umU Ib > FU=0
Installing fonts-noto-core as Dépend of fonts-noto-hinted
MarkInstall fonts-noto-core:amd64 < none -> 20200323-1build1~ubuntu20.04.1 @un uN > FU=0
Installing fonts-noto-ui-core as Dépend of fonts-noto-hinted
MarkInstall fonts-noto-ui-core:amd64 < none -> 20200323-1build1~ubuntu20.04.1 @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 libqt5webenginecore5:amd64 < 5.9.5+dfsg-0ubuntu2 -> 5.12.8+dfsg-0ubuntu1.1 @ii umU Ib > FU=0
Installing libevent-2.1-7 as Dépend of libqt5webenginecore5
MarkInstall libevent-2.1-7:amd64 < none -> 2.1.11-stable-1 @un uN > FU=0
Installing libre2-5 as Dépend of libqt5webenginecore5
MarkInstall libre2-5:amd64 < none -> 20200101+dfsg-1build1 @un uN > FU=0
MarkInstall kstars:amd64 < 5:2.9.4-1ubuntu1 -> 5:3.4.1-1 @ii umU Ib > FU=0
Installing libqt5keychain1 as Dépend of kstars
MarkInstall libqt5keychain1:amd64 < none -> 0.10.0-1build1 @un uN > FU=0
Installing libqt5websockets5 as Dépend of kstars
MarkInstall libqt5websockets5:amd64 < none -> 5.12.8-0ubuntu1 @un uN > FU=0
MarkInstall libedata-book-1.2-25:amd64 < 3.28.5-0ubuntu0.18.04.3 @ii mK Ib > FU=0
MarkInstall xserver-xorg-video-neomagic:amd64 < 1:1.2.9-1build3 @ii mK Ib > FU=0
MarkInstall unity-settings-daemon:amd64 < 15.04.1+18.04.20180413-0ubuntu1.2 -> 15.04.1+20.04.20200325-0ubuntu1 @ii umU NPb IPb > 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.4-0ubuntu0.20.04.2 @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.4-0ubuntu0.20.04.2 @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 xubuntu-community-wallpapers:amd64 < 18.04.0 -> 20.04.0 @ii umU Ib > FU=0
Installing xubuntu-community-wallpapers-focal as Dépend of xubuntu-community-wallpapers
MarkInstall xubuntu-community-wallpapers-focal:amd64 < none -> 20.04.0 @un uN > FU=0
MarkInstall libnetcdf13:amd64 < 1:4.6.0-2build1 @ii mK Ib > FU=0
Installing libhdf5-100 as Dépend of libnetcdf13
MarkKeep libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR > FU=0
MarkInstall duplicity:amd64 < 0.7.17-0ubuntu1.1 -> 0.8.11.1612-1 @ii umU 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
new important dependency: python3-paramiko:amd64
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 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 synaptic:amd64 < 0.84.3ubuntu1 -> 0.84.6ubuntu5 @ii umU Ib > FU=0
Installing libept1.6.0 as Dépend of synaptic
MarkInstall libept1.6.0:amd64 < none -> 1.1+nmu3ubuntu3 @un uN > FU=0
MarkKeep fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mR > FU=0
MarkInstall xubuntu-desktop:amd64 < 2.225 -> 2.233 @ii umU NPb IPb > FU=0
new important dependency: gimp:amd64
Installing gimp as Recommande of xubuntu-desktop
MarkInstall gimp:amd64 < none -> 2.10.18-1 @un uN Ib > FU=0
Installing libgimp2.0 as Dépend of gimp
MarkInstall libgimp2.0:amd64 < none -> 2.10.18-1 @un uN Ib > FU=0
Installing libbabl-0.1-0 as Dépend of libgimp2.0
MarkInstall libbabl-0.1-0:amd64 < none -> 0.1.74-1 @un uN > FU=0
Installing libgegl-0.4-0 as Dépend of libgimp2.0
MarkInstall libgegl-0.4-0:amd64 < none -> 0.4.22-3 @un uN Ib > FU=0
Installing libumfpack5 as Dépend of libgegl-0.4-0
MarkInstall libumfpack5:amd64 < none -> 1:5.7.1+dfsg-2 @un uN Ib > FU=0
Installing libamd2 as Dépend of libumfpack5
MarkInstall libamd2:amd64 < none -> 1:5.7.1+dfsg-2 @un uN > FU=0
Installing libcholmod3 as Dépend of libumfpack5
MarkInstall libcholmod3:amd64 < none -> 1:5.7.1+dfsg-2 @un uN Ib > FU=0
Installing libcamd2 as Dépend of libcholmod3
MarkInstall libcamd2:amd64 < none -> 1:5.7.1+dfsg-2 @un uN > FU=0
Installing libccolamd2 as Dépend of libcholmod3
MarkInstall libccolamd2:amd64 < none -> 1:5.7.1+dfsg-2 @un uN > FU=0
Installing libmetis5 as Dépend of libcholmod3
MarkInstall libmetis5:amd64 < none -> 5.1.0.dfsg-5 @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 gimp-data as Recommande of libgimp2.0
MarkInstall gimp-data:amd64 < none -> 2.10.18-1 @un uN > FU=0
Installing libheif1 as Dépend of gimp
MarkInstall libheif1:amd64 < none -> 1.6.1-1build1 @un uN > FU=0
ignore old unsatisfied important dependency on sgt-launcher:amd64
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 python-pytest:amd64 < 3.3.2-2 -> 4.6.9-1 @ii umU Ib > FU=0
Installing python-atomicwrites as Dépend of python-pytest
MarkInstall python-atomicwrites:amd64 < none -> 1.1.5-2build1 @un uN > FU=0
Installing python-packaging as Dépend of python-pytest
MarkInstall python-packaging:amd64 < none -> 20.3-1 @un uN Ib > FU=0
Installing python-pyparsing as Dépend of python-packaging
MarkInstall python-pyparsing:amd64 < none -> 2.4.6-1 @un uN > FU=0
Installing python-wcwidth as Dépend of python-pytest
MarkInstall python-wcwidth:amd64 < none -> 0.1.8+dfsg1-3 @un uN > FU=0
MarkInstall gdal-data:amd64 < 2.2.3+dfsg-2 -> 3.0.4+dfsg-1build3 @ii umU Ib > FU=0
Removing: libgdal20
MarkDelete libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK > FU=0
MarkInstall clamtk-gnome:amd64 < 5.25-1 -> 6.02-1 @ii umU Ib > FU=0
Installing python3-nautilus as Dépend of clamtk-gnome
MarkInstall python3-nautilus:amd64 < none -> 1.2.3-1ubuntu1 @un uN Ib > FU=0
Removing: python-nautilus
MarkDelete python-nautilus:amd64 < 1.1-6 -> 1.2.3-1ubuntu1 @ii umU Ib > FU=0
MarkInstall python-numpy:amd64 < 1:1.13.3-2ubuntu1 -> 1:1.16.5-2ubuntu7 @ii umU Ib > FU=0
Removing: python-astropy
MarkDelete python-astropy:amd64 < 2.0.4-4 @ii mK > FU=0
MarkInstall libglib2.0-0:i386 < 2.56.4-0ubuntu0.18.04.6 -> 2.64.3-1~ubuntu20.04.1 @ii umU Ib > FU=0
Installing libffi7 as Dépend of libglib2.0-0
MarkInstall libffi7:i386 < none -> 3.3-4 @un uN > FU=0
MarkInstall librados2:amd64 < 12.2.13-0ubuntu0.18.04.4 -> 15.2.3-0ubuntu0.20.04.2 @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.10 -> 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
MarkKeep libqalculate6-data:amd64 < 0.9.10-1 @ii mR > FU=0
MarkInstall python3-bs4:amd64 < 4.6.0-1 -> 4.8.2-1 @ii umU Ib > FU=0
Installing python3-soupsieve as Dépend of python3-bs4
MarkInstall python3-soupsieve:amd64 < none -> 1.9.5+dfsg-1 @un uN > FU=0
MarkKeep libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > FU=0
Ignore MarkInstall of python:amd64 < 2.7.15~rc1-1 @ii pgR > as its mode (Delete) is protected
MarkKeep python-astropy:amd64 < 2.0.4-4 @ii mR > FU=0
Starting pkgProblemResolver with broken count: 43
Starting 2 pkgProblemResolver with broken count: 43
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.1 @ii mK > (< 1.7~b)
Considering libapt-pkg5.0:amd64 -1 as a solution to dpkg:amd64 5944
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.1 @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 44 as a solution to libqt5core5a:amd64 1925
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-20200411-0ubuntu1 @ii umU Ib >
Broken libgcc1:amd64 Est en conflit avec on libgcc1:i386 < 1:8.4.0-1ubuntu1~18.04 -> 1:10-20200411-0ubuntu1 @ii umU Ib >
Considering libgcc1:i386 4 as a solution to libgcc1:amd64 159
Added libgcc1:i386 to the remove list
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-20200411-0ubuntu1 @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 108
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) 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 43
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 43
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) 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 20
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) 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 17
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) libqtdbus4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
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 44 as a solution to libqtdbus4:amd64 11
Removing libqtdbus4:amd64 rather than change libqtcore4: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 libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
Considering libqtcore4:amd64 44 as a solution to libqt4-declarative:amd64 10
Removing libqt4-declarative:amd64 rather than change libqtcore4:amd64
MarkDelete libqt4-declarative:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqtgui4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqtgui4:amd64 Dépend on libqt4-declarative:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
Considering libqt4-declarative:amd64 10 as a solution to libqtgui4:amd64 10
Removing libqtgui4:amd64 rather than change libqt4-declarative:amd64
MarkDelete libqtgui4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK 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 44 as a solution to qt-at-spi:amd64 9
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-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 44 as a solution to libqt4-network:amd64 4
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) 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 44 as a solution to libqt4-xml:amd64 4
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) 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 11 as a solution to libqt4-dbus:amd64 3
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 (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 44 as a solution to libqt4-script:amd64 2
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) python-numpy:amd64 < 1:1.13.3-2ubuntu1 -> 1:1.16.5-2ubuntu7 @ii umU Ib >
Broken python-numpy:amd64 Casse on python-astropy:amd64 < 2.0.4-4 @ii mK > (<= 2.0.9-1)
Considering python-astropy:amd64 -2 as a solution to python-numpy:amd64 2
Added python-astropy:amd64 to the remove list
Fixing python-numpy:amd64 via remove of python-astropy:amd64
MarkDelete python-astropy:amd64 < 2.0.4-4 @ii mK > 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 44 as a solution to libqt4-sql:amd64 2
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) 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 4 as a solution to qdbus:amd64 2
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) 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) libhfstospell10:amd64 < none -> 0.5.0-2build2 @un uN Ib >
Broken libhfstospell10:amd64 Est en conflit avec on libhfstospell:amd64 < none @un H >
Considering libhfstospell9:amd64 -2 as a solution to libhfstospell10:amd64 1
Added libhfstospell9:amd64 to the remove list
Fixing libhfstospell10:amd64 via remove of libhfstospell9:amd64
MarkDelete libhfstospell9:amd64 < 0.4.5~r343-2.1build2 @ii mK 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 2 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) libqt4-sql-sqlite:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-sql-sqlite: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 2 as a solution to libqt4-sql-sqlite:amd64 1
Removing libqt4-sql-sqlite:amd64 rather than change libqt4-sql:amd64
MarkDelete libqt4-sql-sqlite:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) appmenu-qt:amd64 < 0.2.7+14.04.20140305-0ubuntu2 @ii mK Ib >
Broken appmenu-qt:amd64 Dépend on libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8)
Considering libqt4-dbus:amd64 3 as a solution to appmenu-qt:amd64 1
Removing appmenu-qt:amd64 rather than change libqt4-dbus:amd64
MarkDelete appmenu-qt:amd64 < 0.2.7+14.04.20140305-0ubuntu2 @ii mK Ib > FU=0
Investigating (0) gdal-data:amd64 < 2.2.3+dfsg-2 -> 3.0.4+dfsg-1build3 @ii umU Ib >
Broken gdal-data:amd64 Casse on libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK > (< 2.5.0~)
Considering libgdal20:amd64 -2 as a solution to gdal-data:amd64 1
Added libgdal20:amd64 to the remove list
Fixing gdal-data:amd64 via remove of libgdal20:amd64
MarkDelete libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK > FU=0
Investigating (0) python3-nautilus:amd64 < none -> 1.2.3-1ubuntu1 @un uN Ib >
Broken python3-nautilus:amd64 Est en conflit avec on python-nautilus:amd64 < 1.1-6 -> 1.2.3-1ubuntu1 @ii umU Ib >
Considering python-nautilus:amd64 -1 as a solution to python3-nautilus:amd64 0
Added python-nautilus:amd64 to the remove list
Conflicts//Breaks against version 1.1-6 for python-nautilus but that is not InstVer, ignoring
Fixing python3-nautilus:amd64 via remove of python-nautilus:amd64
MarkDelete python-nautilus:amd64 < 1.1-6 -> 1.2.3-1ubuntu1 @ii umU Ib > FU=0
Investigating (0) libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-imgcodecs3.2:amd64 Dépend on gdal-abi-2-2-3:amd64 < none @un H >
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Broken libopencv-imgcodecs3.2:amd64 Dépend on libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > (>= 2.0.1)
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
MarkKeep libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > FU=0
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
Investigating (0) libhdf5-103:amd64 < none -> 1.10.4+repack-11ubuntu1 @un uN Ib >
Broken libhdf5-103:amd64 Est en conflit avec on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mK >
Considering libhdf5-100:amd64 -1 as a solution to libhdf5-103:amd64 0
Added libhdf5-100:amd64 to the remove list
Fixing libhdf5-103:amd64 via remove of libhdf5-100:amd64
MarkDelete libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mK > FU=0
Investigating (0) libqalculate20-data:amd64 < none -> 2.8.2-1build3 @un uN Ib >
Broken libqalculate20-data:amd64 Casse on libqalculate6-data:amd64 < 0.9.10-1 @ii mK >
Considering libqalculate6-data:amd64 -2 as a solution to libqalculate20-data:amd64 0
Added libqalculate6-data:amd64 to the remove list
Fixing libqalculate20-data:amd64 via remove of libqalculate6-data:amd64
MarkDelete libqalculate6-data:amd64 < 0.9.10-1 @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 4 as a solution to libqt4-xmlpatterns:amd64 0
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) libdbusmenu-qt2:amd64 < 0.9.3+16.04.20160218-1ubuntu1 @ii mK Ib >
Broken libdbusmenu-qt2:amd64 Dépend on libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.6.2)
Considering libqt4-dbus:amd64 3 as a solution to libdbusmenu-qt2:amd64 0
Removing libdbusmenu-qt2:amd64 rather than change libqt4-dbus:amd64
MarkDelete libdbusmenu-qt2:amd64 < 0.9.3+16.04.20160218-1ubuntu1 @ii mK 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
Fixing fwupdate:amd64 via remove of fwupdate-signed:amd64
MarkDelete fwupdate-signed:amd64 < 12-7~ubuntu18.04.3 @ii mK > FU=0
Investigating (0) libqt4-test:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-test:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (= 4:4.8.7+dfsg-7ubuntu1)
Considering libqtcore4:amd64 44 as a solution to libqt4-test:amd64 -1
Removing libqt4-test:amd64 rather than change libqtcore4:amd64
MarkDelete libqt4-test:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK 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 11 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) libqt4-help:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-help: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 4 as a solution to libqt4-help:amd64 -1
Removing libqt4-help:amd64 rather than change libqt4-network:amd64
MarkDelete libqt4-help:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-opengl:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK 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 44 as a solution to libqt4-opengl:amd64 -1
Removing libqt4-opengl:amd64 rather than change libqtcore4:amd64
MarkDelete libqt4-opengl:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-designer:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK 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 2 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 mK Ib > FU=0
Investigating (0) libqt4-scripttools:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib >
Broken libqt4-scripttools: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 2 as a solution to libqt4-scripttools:amd64 -1
Removing libqt4-scripttools:amd64 rather than change libqt4-script:amd64
MarkDelete libqt4-scripttools:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqt4-svg:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK 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 44 as a solution to libqt4-svg:amd64 -1
Removing libqt4-svg:amd64 rather than change libqtcore4:amd64
MarkDelete libqt4-svg:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqtassistantclient4:amd64 < 4.6.3-7build1 @ii mK Ib >
Broken libqtassistantclient4:amd64 Dépend on libqt4-network:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.1)
Considering libqt4-network:amd64 4 as a solution to libqtassistantclient4:amd64 -1
Removing libqtassistantclient4:amd64 rather than change libqt4-network:amd64
MarkDelete libqtassistantclient4:amd64 < 4.6.3-7build1 @ii mK Ib > FU=0
Investigating (0) libnetcdf13:amd64 < 1:4.6.0-2build1 @ii mK Ib >
Broken libnetcdf13:amd64 Dépend on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR >
Considering libhdf5-100:amd64 -1 as a solution to libnetcdf13:amd64 -1
Removing libnetcdf13:amd64 rather than change libhdf5-100:amd64
MarkDelete libnetcdf13:amd64 < 1:4.6.0-2build1 @ii mK 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 72 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) 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) 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 497 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) libqalculate6:amd64 < 0.9.10-1 @ii mK Ib >
Broken libqalculate6:amd64 Dépend on libqalculate6-data:amd64 < 0.9.10-1 @ii mR >
Considering libqalculate6-data:amd64 -2 as a solution to libqalculate6:amd64 -2
Removing libqalculate6:amd64 rather than change libqalculate6-data:amd64
MarkDelete libqalculate6:amd64 < 0.9.10-1 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-siliconmotion:amd64 < 1:1.7.9-2ubuntu1 @ii mK Ib >
Broken xserver-xorg-video-siliconmotion:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-siliconmotion:amd64 -2
Removing xserver-xorg-video-siliconmotion:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-siliconmotion:amd64 < 1:1.7.9-2ubuntu1 @ii mK Ib > FU=0
Investigating (0) libqtwebkit4:amd64 < 2.3.2-0ubuntu13 @ii mK 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 4 as a solution to libqtwebkit4:amd64 -2
Removing libqtwebkit4:amd64 rather than change libqt4-network:amd64
MarkDelete libqtwebkit4:amd64 < 2.3.2-0ubuntu13 @ii mK Ib > FU=0
Investigating (0) python-qt4-dbus:amd64 < 4.12.1+dfsg-2 @ii mK Ib >
Broken python-qt4-dbus:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0-1~)
Considering libqtcore4:amd64 44 as a solution to python-qt4-dbus:amd64 -2
Removing python-qt4-dbus:amd64 rather than change libqtcore4:amd64
MarkDelete python-qt4-dbus:amd64 < 4.12.1+dfsg-2 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-r128:amd64 < 6.10.2-1build1 @ii mK Ib >
Broken xserver-xorg-video-r128:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-r128:amd64 -2
Removing xserver-xorg-video-r128:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-r128:amd64 < 6.10.2-1build1 @ii mK Ib > FU=0
Investigating (0) libept1.5.0:amd64 < 1.1+nmu3build1 @ii mK Ib >
Broken libept1.5.0:amd64 Dépend on libapt-pkg5.0:amd64 < 1.6.12ubuntu0.1 @ii mR > (>= 1.1~exp9)
Considering libapt-pkg5.0:amd64 -1 as a solution to libept1.5.0:amd64 -2
Removing libept1.5.0:amd64 rather than change libapt-pkg5.0:amd64
MarkDelete libept1.5.0:amd64 < 1.1+nmu3build1 @ii mK Ib > FU=0
Investigating (0) libapt-inst2.0:amd64 < 1.6.12ubuntu0.1 @ii mK Ib >
Broken libapt-inst2.0:amd64 Dépend on libapt-pkg5.0:amd64 < 1.6.12ubuntu0.1 @ii mR > (>= 1.1~exp9)
Considering libapt-pkg5.0:amd64 -1 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.1 @ii mK Ib > FU=0
Investigating (0) python-qt4:amd64 < 4.12.1+dfsg-2 @ii mK Ib >
Broken python-qt4:amd64 Dépend on libqt4-dbus:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.8.0-1~)
Considering libqt4-dbus:amd64 3 as a solution to python-qt4:amd64 -2
Removing python-qt4:amd64 rather than change libqt4-dbus:amd64
MarkDelete python-qt4:amd64 < 4.12.1+dfsg-2 @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 206 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) 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 497 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) 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) xfce4-quicklauncher-plugin:amd64 < 1.9.4-11build1 @ii mK Ib >
Broken xfce4-quicklauncher-plugin:amd64 Dépend on xfce4-panel:amd64 < 4.12.2-1ubuntu1 -> 4.14.3-1 @ii umU > (< 4.13)
Considering xfce4-panel:amd64 14 as a solution to xfce4-quicklauncher-plugin:amd64 -2
Removing xfce4-quicklauncher-plugin:amd64 rather than change xfce4-panel:amd64
MarkDelete xfce4-quicklauncher-plugin:amd64 < 1.9.4-11build1 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-sisusb:amd64 < 1:0.9.7-1build1 @ii mK Ib >
Broken xserver-xorg-video-sisusb:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-sisusb:amd64 -2
Removing xserver-xorg-video-sisusb:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-sisusb:amd64 < 1:0.9.7-1build1 @ii mK Ib > FU=0
Investigating (0) python-samba:amd64 < 2:4.7.6+dfsg~ubuntu-0ubuntu2.20 @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.20 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-trident:amd64 < 1:1.3.8-1build1 @ii mK Ib >
Broken xserver-xorg-video-trident:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-trident:amd64 -2
Removing xserver-xorg-video-trident:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-trident:amd64 < 1:1.3.8-1build1 @ii mK 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) xserver-xorg-video-savage:amd64 < 1:2.3.9-1ubuntu1 @ii mK Ib >
Broken xserver-xorg-video-savage:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-savage:amd64 -2
Removing xserver-xorg-video-savage:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-savage:amd64 < 1:2.3.9-1ubuntu1 @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 11 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) python-astrometry:amd64 < 0.73+dfsg-1 @ii mK Ib >
Broken python-astrometry:amd64 Dépend on python-astropy:amd64 < 2.0.4-4 @ii mR >
Considering python-astropy:amd64 -2 as a solution to python-astrometry:amd64 -2
Removing python-astrometry:amd64 rather than change python-astropy:amd64
MarkDelete python-astrometry:amd64 < 0.73+dfsg-1 @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 497 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) 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 1003 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) xserver-xorg-video-tdfx:amd64 < 1:1.4.7-1build1 @ii mK Ib >
Broken xserver-xorg-video-tdfx:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-tdfx:amd64 -2
Removing xserver-xorg-video-tdfx:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-tdfx:amd64 < 1:1.4.7-1build1 @ii mK Ib > FU=0
Investigating (0) sni-qt:amd64 < 0.2.7+17.04.20170112-0ubuntu1 @ii mK Ib >
Broken sni-qt:amd64 Dépend on libqtcore4:amd64 < 4:4.8.7+dfsg-7ubuntu1 @ii mR > (>= 4:4.7.3-1ubuntu3~)
Considering libqtcore4:amd64 44 as a solution to sni-qt:amd64 -2
Removing sni-qt:amd64 rather than change libqtcore4:amd64
MarkDelete sni-qt:amd64 < 0.2.7+17.04.20170112-0ubuntu1 @ii mK Ib > FU=0
Investigating (0) libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK Ib >
Broken libgdal20:amd64 Dépend on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR >
Considering libhdf5-100:amd64 -1 as a solution to libgdal20:amd64 -2
Removing libgdal20:amd64 rather than change libhdf5-100:amd64
MarkDelete libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK Ib > FU=0
Investigating (0) libqt5organizer5:amd64 < 5.0~git20140515~29475884-0ubuntu24~7 @ii mK Ib >
Broken libqt5organizer5:amd64 Dépend on qtbase-abi-5-9-5:amd64 < none @un H >
Considering libqt5core5a:amd64 1925 as a solution to libqt5organizer5:amd64 -2
Removing libqt5organizer5:amd64 rather than change qtbase-abi-5-9-5:amd64
MarkDelete libqt5organizer5:amd64 < 5.0~git20140515~29475884-0ubuntu24~7 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-mach64:amd64 < 6.9.5-1build3 @ii mK Ib >
Broken xserver-xorg-video-mach64:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-mach64:amd64 -2
Removing xserver-xorg-video-mach64:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-mach64:amd64 < 6.9.5-1build3 @ii mK Ib > FU=0
Investigating (0) xserver-xorg-video-neomagic:amd64 < 1:1.2.9-1build3 @ii mK Ib >
Broken xserver-xorg-video-neomagic:amd64 Dépend on xorg-video-abi-23:amd64 < none @un H >
Considering xserver-xorg-core:amd64 40 as a solution to xserver-xorg-video-neomagic:amd64 -2
Removing xserver-xorg-video-neomagic:amd64 rather than change xorg-video-abi-23:amd64
MarkDelete xserver-xorg-video-neomagic:amd64 < 1:1.2.9-1build3 @ii mK Ib > FU=0
Investigating (1) libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-imgcodecs3.2:amd64 Dépend on gdal-abi-2-2-3:amd64 < none @un H >
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Broken libopencv-imgcodecs3.2:amd64 Dépend on libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > (>= 2.0.1)
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
MarkKeep libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > FU=0
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
Investigating (1) libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK Ib >
Broken libgdal20:amd64 Dépend on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR >
Considering libhdf5-100:amd64 -1 as a solution to libgdal20:amd64 -2
Removing libgdal20:amd64 rather than change libhdf5-100:amd64
MarkDelete libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK Ib > FU=0
Investigating (2) libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-imgcodecs3.2:amd64 Dépend on gdal-abi-2-2-3:amd64 < none @un H >
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Broken libopencv-imgcodecs3.2:amd64 Dépend on libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > (>= 2.0.1)
Considering libgdal20:amd64 -2 as a solution to libopencv-imgcodecs3.2:amd64 0
Added libgdal20:amd64 to the remove list
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
MarkKeep libgdal20:amd64 < 2.2.3+dfsg-2 @ii mR > FU=0
Fixing libopencv-imgcodecs3.2:amd64 via keep of libgdal20:amd64
Investigating (2) libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK Ib >
Broken libgdal20:amd64 Dépend on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR >
Considering libhdf5-100:amd64 -1 as a solution to libgdal20:amd64 0
Added libhdf5-100:amd64 to the remove list
Broken libgdal20:amd64 Dépend on libnetcdf13:amd64 < 1:4.6.0-2build1 @ii mR > (>= 4.0.1)
Considering libnetcdf13:amd64 -1 as a solution to libgdal20:amd64 0
Added libnetcdf13:amd64 to the remove list
Fixing libgdal20:amd64 via keep of libhdf5-100:amd64
MarkKeep libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mR > FU=0
Fixing libgdal20:amd64 via keep of libnetcdf13:amd64
MarkKeep libnetcdf13:amd64 < 1:4.6.0-2build1 @ii mR > FU=0
Investigating (3) gdal-data:amd64 < 2.2.3+dfsg-2 -> 3.0.4+dfsg-1build3 @ii umU Ib >
Broken gdal-data:amd64 Casse on libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK > (< 2.5.0~)
Considering libgdal20:amd64 0 as a solution to gdal-data:amd64 1
Added libgdal20:amd64 to the remove list
Fixing gdal-data:amd64 via remove of libgdal20:amd64
MarkDelete libgdal20:amd64 < 2.2.3+dfsg-2 @ii mK > FU=0
Investigating (3) libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-imgcodecs3.2:amd64 Dépend on gdal-abi-2-2-3:amd64 < none @un H >
Considering libgdal20:amd64 1 as a solution to libopencv-imgcodecs3.2:amd64 0
Removing libopencv-imgcodecs3.2:amd64 rather than change gdal-abi-2-2-3:amd64
MarkDelete libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib > FU=0
Investigating (3) libhdf5-103:amd64 < none -> 1.10.4+repack-11ubuntu1 @un uN Ib >
Broken libhdf5-103:amd64 Est en conflit avec on libhdf5-100:amd64 < 1.10.0-patch1+docs-4 @ii mK >
Considering libhdf5-100:amd64 0 as a solution to libhdf5-103:amd64 0
MarkKeep libhdf5-103:amd64 < none -> 1.10.4+repack-11ubuntu1 @un uN Ib > FU=0
Holding Back libhdf5-103:amd64 rather than change libhdf5-100:amd64
Investigating (3) libopencv-highgui3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-highgui3.2:amd64 Dépend on libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mR >
Considering libopencv-imgcodecs3.2:amd64 1 as a solution to libopencv-highgui3.2:amd64 -1
Removing libopencv-highgui3.2:amd64 rather than change libopencv-imgcodecs3.2:amd64
MarkDelete libopencv-highgui3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib > FU=0
Investigating (3) libopencv-videoio3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-videoio3.2:amd64 Dépend on libopencv-imgcodecs3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mR > (= 3.2.0+dfsg-4ubuntu0.1)
Considering libopencv-imgcodecs3.2:amd64 1 as a solution to libopencv-videoio3.2:amd64 -1
Removing libopencv-videoio3.2:amd64 rather than change libopencv-imgcodecs3.2:amd64
MarkDelete libopencv-videoio3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib > FU=0
Investigating (3) libopencv-objdetect3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib >
Broken libopencv-objdetect3.2:amd64 Dépend on libopencv-highgui3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mR > (= 3.2.0+dfsg-4ubuntu0.1)
Considering libopencv-highgui3.2:amd64 1 as a solution to libopencv-objdetect3.2:amd64 -2
Removing libopencv-objdetect3.2:amd64 rather than change libopencv-highgui3.2:amd64
MarkDelete libopencv-objdetect3.2:amd64 < 3.2.0+dfsg-4ubuntu0.1 @ii mK Ib > FU=0
Investigating (4) libavogadro2-1:amd64 < none -> 1.93.0-3 @un uN Ib >
Broken libavogadro2-1:amd64 Dépend on libhdf5-103:amd64 < none | 1.10.4+repack-11ubuntu1 @un uH >
Considering libhdf5-103:amd64 0 as a solution to libavogadro2-1:amd64 1
MarkKeep libavogadro2-1:amd64 < none -> 1.93.0-3 @un uN Ib > FU=0
Holding Back libavogadro2-1:amd64 rather than change libhdf5-103:amd64
Investigating (5) kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
Investigating (6) kalzium-data:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium-data:amd64 Casse on kalzium:amd64 < 4:17.12.3-0ubuntu1 | 4:19.12.3-0ubuntu1 @ii umH > (< 4:18.08.3~)
Considering kalzium:amd64 1 as a solution to kalzium-data:amd64 2
Upgrading kalzium:amd64 due to Breaks field in kalzium-data:amd64
Investigating (6) kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
Investigating (7) kalzium-data:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium-data:amd64 Casse on kalzium:amd64 < 4:17.12.3-0ubuntu1 | 4:19.12.3-0ubuntu1 @ii umH > (< 4:18.08.3~)
Considering kalzium:amd64 1 as a solution to kalzium-data:amd64 2
Upgrading kalzium:amd64 due to Breaks field in kalzium-data:amd64
Investigating (7) kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
Investigating (8) kalzium-data:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium-data:amd64 Casse on kalzium:amd64 < 4:17.12.3-0ubuntu1 | 4:19.12.3-0ubuntu1 @ii umH > (< 4:18.08.3~)
Considering kalzium:amd64 1 as a solution to kalzium-data:amd64 2
Upgrading kalzium:amd64 due to Breaks field in kalzium-data:amd64
Investigating (8) kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
Investigating (9) kalzium-data:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium-data:amd64 Casse on kalzium:amd64 < 4:17.12.3-0ubuntu1 | 4:19.12.3-0ubuntu1 @ii umH > (< 4:18.08.3~)
Considering kalzium:amd64 1 as a solution to kalzium-data:amd64 2
Upgrading kalzium:amd64 due to Breaks field in kalzium-data:amd64
Investigating (9) kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib >
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
Done
Log time: 2020-10-04 20:37:38.383087
je ne sais pas si y'a tout sur la 2e commande car je n'arrive pas à remonter jusqu'à la l'écriture de commande.
Hors ligne
#40 Le 04/10/2020, à 23:16
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
C'est l'équivalent de Chrome sans les trucs proprio de Google. C'est un navigateur
bonsoir,
Oui, j'avais bien compris mais est-ce que ça a un rapport avec le dépot Google Chrome que j'ai supprimé ?
Hors ligne
#41 Le 04/10/2020, à 23:17
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Il reste encore l'hypothèse que ce sont les paquets du pilote Brother qui posent problème mais ce serait vraiment très étonnant. C'est toujours possible de les supprimer mais je sais qu'ils peuvent être chiants à réinstaller. À part ça, je ne vois pas bien ce qui peut bloquer.
oui, j'avais un peu galéré... et c'est pas encore bien clair tout ça puisque je n'ai jamais su faire marcher le scan de mon imprimante.
Hors ligne
#42 Le 05/10/2020, à 08:46
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Dans le premier log, il semble y avoir une erreur en traitant un paquet Python. S'il y a des problèmes au niveau de Python, ça va pas être simple du tout à résoudre.
Hors ligne
#43 Le 05/10/2020, à 09:20
- geole
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Bonjour
Effectivement la trace râle avec pithon Mais la précédente indique une piste facile à creuser.
2020-10-04 20:37:33,640 INFO failed to remove python-minimal
2020-10-04 20:37:34,710 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.'
2020-10-04 20:37:34,711 DEBUG abort called
Je connais peu la chose, mais il me semble que ce sont des paquets qu'on a mis en HOLD.
Pour le vérifier, il doit y avoir une commande facile à faire
Mais je ne connais que
dpkg -l
Probablement le filtre
dpkg -l | grep ^ih
dpkg -l | grep -v ^ii
Dernière modification par geole (Le 05/10/2020, à 09:28)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#44 Le 05/10/2020, à 09:39
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Dans le premier log, il semble y avoir une erreur en traitant un paquet Python. S'il y a des problèmes au niveau de Python, ça va pas être simple du tout à résoudre.
oui, pendant que j'attendais vos retours, j'ai été voir un autre post où le gars a le même soucis. Discussion ici
J'ai effectué certaines commandes... mais rien !
Hors ligne
#45 Le 05/10/2020, à 09:44
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Bonjour
Effectivement la trace râle avec pithon Mais la précédente indique une piste facile à creuser.
2020-10-04 20:37:33,640 INFO failed to remove python-minimal
2020-10-04 20:37:34,710 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.'
2020-10-04 20:37:34,711 DEBUG abort calledJe connais peu la chose, mais il me semble que ce sont des paquets qu'on a mis en HOLD.
Pour le vérifier, il doit y avoir une commande facile à faire
Mais je ne connais quedpkg -l
i libwmf0.2-7-gt 0.2.8.4-12 amd64 Windows metafile conversion libra
ii libwnck-3-0:am 3.24.1-2 amd64 Window Navigator Construction Kit
ii libwnck-3-comm 3.24.1-2 all Window Navigator Construction Kit
ii libwnck-common 1:2.30.7-5.1 all Window Navigator Construction Kit
ii libwnck22:amd6 1:2.30.7-5.1 amd64 Window Navigator Construction Kit
ii libwoff1:amd64 1.0.2-1build amd64 library for converting fonts to W
ii libwpd-0.10-10 0.10.2-2 amd64 Library for handling WordPerfect
ii libwpg-0.3-3:a 0.3.1-3 amd64 WordPerfect graphics import/conve
ii libwps-0.4-4:a 0.4.8-1 amd64 Works text file format import fil
ii libwrap0:amd64 7.6.q-27 amd64 Wietse Venema's TCP wrappers libr
ii libwww-perl 6.31-1ubuntu all simple and consistent interface t
ii libwww-robotru 6.01-1 all database of robots.txt-derived pe
ii libx11-6:amd64 2:1.6.4-3ubu amd64 X11 client-side library
ii libx11-6:i386 2:1.6.4-3ubu i386 X11 client-side library
ii libx11-data 2:1.6.4-3ubu all X11 client-side library
ii libx11-protoco 0.56-7 all Perl module for the X Window Syst
ii libx11-xcb1:am 2:1.6.4-3ubu amd64 Xlib/XCB interface library
ii libx264-152:am 2:0.152.2854 amd64 x264 video coding library
ii libx265-146:am 2.6-3 amd64 H.265/HEVC video stream encoder (
ii libx86-1:amd64 1.1+ds1-10.2 amd64 x86 real-mode library
ii libxapian30:am 1.4.5-1ubunt amd64 Search engine library
ii libxatracker2: 20.0.8-0ubun amd64 X acceleration library -- runtime
ii libxau6:amd64 1:1.0.8-1ubu amd64 X11 authorisation library
ii libxau6:i386 1:1.0.8-1ubu i386 X11 authorisation library
ii libxaw7:amd64 2:1.0.13-1 amd64 X11 Athena Widget library
ii libxcb-composi 1.13-2~ubunt amd64 X C Binding, composite extension
ii libxcb-damage0 1.13-2~ubunt amd64 X C Binding, damage extension
ii libxcb-dri2-0: 1.13-2~ubunt amd64 X C Binding, dri2 extension
ii libxcb-dri3-0: 1.13-2~ubunt amd64 X C Binding, dri3 extension
ii libxcb-glx0:am 1.13-2~ubunt amd64 X C Binding, glx extension
ii libxcb-icccm4: 0.4.1-1ubunt amd64 utility libraries for X C Binding
ii libxcb-image0: 0.4.0-1build amd64 utility libraries for X C Binding
ii libxcb-keysyms 0.4.0-1 amd64 utility libraries for X C Binding
ii libxcb-present 1.13-2~ubunt amd64 X C Binding, present extension
ii libxcb-randr0: 1.13-2~ubunt amd64 X C Binding, randr extension
ii libxcb-render- 0.3.9-1 amd64 utility libraries for X C Binding
ii libxcb-render0 1.13-2~ubunt amd64 X C Binding, render extension
ii libxcb-render0 1.13-2~ubunt i386 X C Binding, render extension
ii libxcb-res0:am 1.13-2~ubunt amd64 X C Binding, res extension
ii libxcb-shape0: 1.13-2~ubunt amd64 X C Binding, shape extension
ii libxcb-shm0:am 1.13-2~ubunt amd64 X C Binding, shm extension
ii libxcb-shm0:i3 1.13-2~ubunt i386 X C Binding, shm extension
ii libxcb-sync1:a 1.13-2~ubunt amd64 X C Binding, sync extension
ii libxcb-util1:a 0.4.0-0ubunt amd64 utility libraries for X C Binding
ii libxcb-xfixes0 1.13-2~ubunt amd64 X C Binding, xfixes extension
ii libxcb-xineram 1.13-2~ubunt amd64 X C Binding, xinerama extension
ii libxcb-xkb1:am 1.13-2~ubunt amd64 X C Binding, XKEYBOARD extension
ii libxcb-xv0:amd 1.13-2~ubunt amd64 X C Binding, xv extension
ii libxcb1:amd64 1.13-2~ubunt amd64 X C Binding
ii libxcb1:i386 1.13-2~ubunt i386 X C Binding
ii libxcomposite1 1:0.4.4-2 amd64 X11 Composite extension library
ii libxcursor1:am 1:1.1.15-1 amd64 X cursor management library
ii libxdamage1:am 1:1.1.4-3 amd64 X11 damaged region extension libr
ii libxdmcp6:amd6 1:1.1.2-3 amd64 X11 Display Manager Control Proto
ii libxdmcp6:i386 1:1.1.2-3 i386 X11 Display Manager Control Proto
ii libxerces-c3.2 3.2.0+debian amd64 validating XML parser library for
ii libxext6:amd64 2:1.3.3-1 amd64 X11 miscellaneous extension libra
ii libxext6:i386 2:1.3.3-1 i386 X11 miscellaneous extension libra
ii libxfce4panel- 4.12.2-1ubun amd64 Xfce4 panel libraries (GTK3 varia
ii libxfce4ui-1-0 4.13.4-1ubun amd64 widget library for Xfce - Gtk+2 v
ii libxfce4ui-2-0 4.13.4-1ubun amd64 widget library for Xfce - Gtk+3 v
ii libxfce4ui-com 4.13.4-1ubun all common files for libxfce4ui
ii libxfce4ui-uti 4.13.4-1ubun amd64 Utility files for libxfce4ui
ii libxfce4util-b 4.12.1-3 amd64 tools for libxfce4util
ii libxfce4util-c 4.12.1-3 all common files for libxfce4util
ii libxfce4util7: 4.12.1-3 amd64 Utility functions library for Xfc
ii libxfcegui4-4 4.10.0-4 amd64 Basic GUI C functions for Xfce4
ii libxfconf-0-2 4.12.1-1 amd64 Client library for Xfce4 configur
ii libxfixes3:amd 1:5.0.3-1 amd64 X11 miscellaneous 'fixes' extensi
ii libxfont2:amd6 1:2.0.3-1 amd64 X11 font rasterisation library
ii libxft2:amd64 2.3.2-1 amd64 FreeType-based font drawing libra
ii libxi6:amd64 2:1.7.9-1 amd64 X11 Input extension library
ii libxinerama1:a 2:1.1.3-1 amd64 X11 Xinerama extension library
ii libxkbcommon-x 0.8.2-1~ubun amd64 library to create keymaps with th
ii libxkbcommon0: 0.8.2-1~ubun amd64 library interface to the XKB comp
ii libxkbfile1:am 1:1.0.9-2 amd64 X11 keyboard file manipulation li
ii libxklavier16: 5.4-3 amd64 X Keyboard Extension high-level A
ii libxml-libxml- 2.0128+dfsg- amd64 Perl interface to the libxml2 lib
ii libxml-namespa 1.12-1 all Perl module for supporting simple
ii libxml-parser- 2.44-2build3 amd64 Perl module for parsing XML files
ii libxml-sax-bas 1.09-1 all base class for SAX drivers and fi
ii libxml-sax-exp 0.40-2 all Perl module for a SAX2 driver for
ii libxml-sax-per 0.99+dfsg-2u all Perl module for using and buildin
ii libxml-simple- 2.24-1 all Perl module for reading and writi
ii libxml-twig-pe 1:3.50-1 all Perl module for processing huge X
ii libxml-xpathen 0.14-1 all re-usable XPath engine for DOM-li
ii libxml2:amd64 2.9.4+dfsg1- amd64 GNOME XML library
ii libxml2:i386 2.9.4+dfsg1- i386 GNOME XML library
ii libxml2-utils 2.9.4+dfsg1- amd64 XML utilities
ii libxmlb1:amd64 0.1.8-1~ubun amd64 Binary XML library
ii libxmlsec1:amd 1.2.25-1buil amd64 XML security library
ii libxmlsec1-nss 1.2.25-1buil amd64 Nss engine for the XML security l
ii libxmu6:amd64 2:1.1.2-2 amd64 X11 miscellaneous utility library
ii libxmuu1:amd64 2:1.1.2-2 amd64 X11 miscellaneous micro-utility l
ii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap library
ii libxrandr2:amd 2:1.5.1-1 amd64 X11 RandR extension library
ii libxrender1:am 1:0.9.10-1 amd64 X Rendering Extension client libr
ii libxrender1:i3 1:0.9.10-1 i386 X Rendering Extension client libr
ii libxres1:amd64 2:1.2.0-2 amd64 X11 Resource extension library
ii libxshmfence1: 1.3-1 amd64 X shared memory fences - shared l
ii libxslt1.1:amd 1.1.29-5ubun amd64 XSLT 1.0 processing library - run
ii libxss1:amd64 1:1.2.2-1 amd64 X11 Screen Saver extension librar
ii libxt6:amd64 1:1.1.5-1 amd64 X11 toolkit intrinsics library
ii libxtables12:a 1.6.1-2ubunt amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension l
ii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension library
ii libxvidcore4:a 2:1.3.5-1 amd64 Open source MPEG-4 video codec (l
ii libxvmc1:amd64 2:1.0.10-1 amd64 X11 Video extension library
ii libxxf86dga1:a 2:1.1.4-1 amd64 X11 Direct Graphics Access extens
ii libxxf86vm1:am 1:1.1.4-1 amd64 X11 XFree86 video mode extension
ii libyajl2:amd64 2.1.0-2build amd64 Yet Another JSON Library
ii libyaml-0-2:am 0.1.7-2ubunt amd64 Fast YAML 1.1 parser and emitter
ii libyaml-libyam 0.69+repack- amd64 Perl interface to libyaml, a YAML
ii libyaml-tiny-p 1.70-1 all Perl module for reading and writi
ii libyelp0:amd64 3.26.0-1ubun amd64 Library for the GNOME help browse
ii libzbar0:amd64 0.10+doc-10. amd64 bar code scanner and decoder (lib
ii libzeitgeist-1 0.3.18-1ubun amd64 library to access Zeitgeist - sha
ii libzeitgeist-2 1.0-0.1ubunt amd64 library to access Zeitgeist - sha
ii libzephyr4:amd 3.1.2-1build amd64 Project Athena's notification ser
ii libzip4:amd64 1.1.2-1.1 amd64 library for reading, creating, an
ii libzmq5:amd64 4.2.5-1ubunt amd64 lightweight messaging kernel (sha
ii libzstd1:amd64 1.3.3+dfsg-2 amd64 fast lossless compression algorit
ii libzvbi-common 0.2.35-13 all Vertical Blanking Interval decode
ii libzvbi0:amd64 0.2.35-13 amd64 Vertical Blanking Interval decode
ii light-locker 1.8.0-1ubunt amd64 simple screen locker for lightDM
ii light-locker-s 1.5.0-0ubunt all simple configuration tool for lig
ii light-themes 16.10+18.04. all Light Themes (Ambiance and Radian
ii lightdm 1.26.0-0ubun amd64 Display Manager
ii lightdm-gtk-gr 2.0.5-0ubunt amd64 simple display manager (GTK+ gree
ii lightdm-gtk-gr 1.2.2-1 all settings editor for the LightDM G
ii lintian 2.5.81ubuntu all Debian package checker
ii linux-base 4.5ubuntu1.2 all Linux image base package
ii linux-cloud-to 4.15.0-117.1 amd64 Linux kernel version specific clo
ii linux-cloud-to 4.15.0-117.1 amd64 Linux kernel version specific clo
ii linux-cloud-to 4.15.0-118.1 amd64 Linux kernel version specific clo
ii linux-cloud-to 4.15.0-118.1 amd64 Linux kernel version specific clo
ii linux-cloud-to 4.15.0-118.1 amd64 Linux kernel version specific clo
ii linux-cloud-to 4.15.0-118.1 all Linux kernel version specific clo
ii linux-cloud-to 4.15.0.118.1 amd64 lowlatency Linux kernel cloud too
ii linux-cloud-to 4.15.0.118.1 amd64 Virtual Linux kernel cloud tools
ii linux-firmware 1.173.19 all Firmware for Linux kernel drivers
ii linux-generic 4.15.0.118.1 amd64 Complete Generic Linux kernel and
ii linux-headers- 4.15.0-117.1 all Header files related to Linux ker
ii linux-headers- 4.15.0-117.1 amd64 Linux kernel headers for version
ii linux-headers- 4.15.0-118.1 all Header files related to Linux ker
ii linux-headers- 4.15.0-118.1 amd64 Linux kernel headers for version
ii linux-headers- 4.15.0-118.1 amd64 Linux kernel headers for version
ii linux-headers- 4.15.0.118.1 amd64 Generic Linux kernel headers
ii linux-headers- 4.15.0.118.1 amd64 lowlatency Linux kernel headers
ii linux-headers- 4.15.0.118.1 amd64 Virtual Linux kernel headers
ii linux-image-4. 4.15.0-117.1 amd64 Signed kernel image generic
ii linux-image-4. 4.15.0-118.1 amd64 Signed kernel image generic
ii linux-image-ex 4.15.0.118.1 amd64 Extra drivers for Virtual Linux k
ii linux-image-ge 4.15.0.118.1 amd64 Generic Linux kernel image
ii linux-image-vi 4.15.0.118.1 amd64 Virtual Linux kernel image
ii linux-libc-dev 4.15.0-118.1 amd64 Linux Kernel Headers for developm
ii linux-modules- 4.15.0-117.1 amd64 Linux kernel extra modules for ve
ii linux-modules- 4.15.0-118.1 amd64 Linux kernel extra modules for ve
ii linux-modules- 4.15.0-117.1 amd64 Linux kernel extra modules for ve
ii linux-modules- 4.15.0-118.1 amd64 Linux kernel extra modules for ve
ii linux-signed-g 4.15.0.118.1 amd64 Complete Signed Generic Linux ker
ii linux-signed-i 4.15.0.118.1 amd64 Signed Generic Linux kernel image
ii linux-sound-ba 1.0.25+dfsg- all base package for ALSA and OSS sou
ii linux-tools-4. 4.15.0-117.1 amd64 Linux kernel version specific too
ii linux-tools-4. 4.15.0-117.1 amd64 Linux kernel version specific too
ii linux-tools-4. 4.15.0-118.1 amd64 Linux kernel version specific too
ii linux-tools-4. 4.15.0-118.1 amd64 Linux kernel version specific too
ii linux-tools-4. 4.15.0-118.1 amd64 Linux kernel version specific too
ii linux-tools-co 4.15.0-118.1 all Linux kernel version specific too
ii linux-tools-ge 4.15.0.118.1 amd64 Generic Linux kernel tools
ii linux-tools-lo 4.15.0.118.1 amd64 lowlatency Linux kernel tools
ii linux-tools-vi 4.15.0.118.1 amd64 Virtual Linux kernel tools
ii linux-virtual 4.15.0.118.1 amd64 Minimal Generic Linux kernel and
ii lm-sensors 1:3.4.0-4 amd64 utilities to read temperature/vol
ii locales 2.27-3ubuntu all GNU C Library: National Language
ii lockfile-progs 0.1.17build1 amd64 Programs for locking and unlockin
ii login 1:4.5-1ubunt amd64 system login tools
ii logrotate 3.11.0-0.1ub amd64 Log rotation utility
ii lp-solve 5.5.0.15-4bu amd64 Solve (mixed integer) linear prog
ii lsb-base 9.20170808ub all Linux Standard Base init script f
ii lsb-release 9.20170808ub all Linux Standard Base version repor
ii lshw 02.18-0.1ubu amd64 information about hardware config
ii lsof 4.89+dfsg-0. amd64 Utility to list open files
ii ltrace 0.7.3-6ubunt amd64 Tracks runtime library calls in d
ii lvm2 2.02.176-4.1 amd64 Linux Logical Volume Manager
ii make 4.1-9.1ubunt amd64 utility for directing compilation
ii makedev 2.3.1-93ubun all creates device files in /dev
ii man-db 2.8.3-2ubunt amd64 on-line manual pager
ii manpages 4.15-1 all Manual pages about using a GNU/Li
ii manpages-dev 4.15-1 all Manual pages about using GNU/Linu
ii marble 4:17.12.3-0u amd64 globe and map widget
ii marble-data 4:17.12.3-0u all data files for Marble
ii marble-plugins 4:17.12.3-0u amd64 plugins for Marble
ii mate-calc 1.20.1-1 amd64 MATE desktop calculator
ii mate-calc-comm 1.20.1-1 all MATE desktop calculator (common f
ii mate-desktop-c 1.20.1-2ubun all Library with common API for vario
ii mate-utils 1.20.0-0ubun amd64 MATE desktop utilities
ii mate-utils-com 1.20.0-0ubun all MATE desktop utilities (common fi
ii mawk 1.3.3-17ubun amd64 a pattern scanning and text proce
ii media-player-i 23-1 all Media player identification files
ii melt 6.6.0-1build amd64 command line media player and vid
ii memtest86+ 5.01-3ubuntu amd64 thorough real-mode memory tester
ii menulibre 2.2.0-1 all advanced FreeDesktop.org complian
ii mesa-utils 8.4.0-1 amd64 Miscellaneous Mesa GL utilities
ii mesa-va-driver 20.0.8-0ubun amd64 Mesa VA-API video acceleration dr
ii mesa-vdpau-dri 20.0.8-0ubun amd64 Mesa VDPAU video acceleration dri
ii metacity 1:3.28.0-1ub amd64 lightweight GTK+ window manager
ii metacity-commo 1:3.28.0-1ub all shared files for the Metacity win
ii mime-support 3.60ubuntu1 all MIME files 'mime.types' & 'mailca
ii mlocate 0.26-2ubuntu amd64 quickly find files on the filesys
ii mobile-broadba 20170903-1 all database of mobile broadband serv
ii modemmanager 1.10.0-1~ubu amd64 D-Bus service for managing modems
ii module-init-to 24-1ubuntu3. all transitional dummy package (modul
ii mount 2.31.1-0.4ub amd64 tools for mounting and manipulati
ii mousepad 0.4.0-4ubunt amd64 simple Xfce oriented text editor
ii mousetweaks 3.12.0-4 amd64 mouse accessibility enhancements
ii mscompress 0.4-3build1 amd64 Microsoft "compress.exe/expand.ex
ii mtools 4.0.18-2ubun amd64 Tools for manipulating MSDOS file
ii mtr-tiny 0.92-1 amd64 Full screen ncurses traceroute to
ii mugshot 0.4.0-1 all lightweight user-configuration ap
ii multiarch-supp 2.27-3ubuntu amd64 Transitional package to ensure mu
ii mutter 3.28.4-0ubun amd64 lightweight GTK+ window manager
ii mutter-common 3.28.4-0ubun all shared files for the Mutter windo
ii mypaint 1.2.0-4.1 amd64 paint program for use with graphi
ii mypaint-data 1.2.0-4.1 all runtime data files for MyPaint
ii myspell-en-au 2.1-5.4 all English_australian dictionary for
ii mysql-common 5.8+1.0.4 all MySQL database common files, e.g.
ii mythes-en-us 1:6.0.3-3 all English (USA) Thesaurus for Libre
ii mythes-fr 1:6.0.3-3 all French Thesaurus for LibreOffice
ii nano 2.9.3-2 amd64 small, friendly text editor inspi
ii nautilus 1:3.26.4-0~u amd64 file manager and graphical shell
ii nautilus-data 1:3.26.4-0~u all data files for nautilus
ii nautilus-exten 3.12.1-4ubun amd64 CD/DVD burning integration for Na
ii nautilus-exten 3.28.2-1ubun amd64 GNOME terminal emulator applicati
ii nautilus-image 0.3.1~git201 amd64 nautilus extension to mass resize
ii nautilus-sendt 3.8.6-2 amd64 easily send files via email from
ii nautilus-share 0.7.3-2ubunt amd64 Nautilus extension to share folde
ii ncurses-base 6.1-1ubuntu1 all basic terminal type definitions
ii ncurses-bin 6.1-1ubuntu1 amd64 terminal-related programs and man
ii net-tools 1.60+git2016 amd64 NET-3 networking toolkit
ii netbase 5.4 all Basic TCP/IP networking system
ii netcat-openbsd 1.187-1ubunt amd64 TCP/IP swiss army knife
ii netpbm 2:10.0-15.3b amd64 Graphics conversion tools between
ii netplan.io 0.99-0ubuntu amd64 YAML network configuration abstra
ii network-manage 1.10.6-2ubun amd64 network management framework (dae
ii network-manage 1.10.6-2ubun all NetworkManager configuration to e
ii network-manage 1.8.10-2ubun amd64 network management framework (GNO
ii network-manage 1.2.6-1 amd64 network management framework (PPT
ii network-manage 1.2.6-1 amd64 network management framework (PPT
ii networkd-dispa 1.7-0ubuntu3 all Dispatcher service for systemd-ne
ii notify-osd 0.9.35+16.04 amd64 daemon that displays passive pop-
ii notify-osd-ico 0.8+15.10.20 all Notify-OSD icons
ii nplan 0.99-0ubuntu all YAML network configuration abstra
ii ntfs-3g 1:2017.3.23- amd64 read/write NTFS driver for FUSE
ii ntpdate 1:4.2.8p10+d amd64 client for setting system time fr
ii numix-gtk-them 2.6.7-3 all modern flat theme from the Numix
ii numlockx 1.2-7ubuntu1 amd64 enable NumLock in X11 sessions
ii nux-tools 4.0.8+18.04. amd64 Visual rendering toolkit for real
ii obex-data-serv 0.4.6-1 amd64 D-Bus service for OBEX client and
ii odbcinst 2.3.4-1.1ubu amd64 Helper program for accessing odbc
ii odbcinst1debia 2.3.4-1.1ubu amd64 Support library for accessing odb
ii onboard 1.4.1-2ubunt amd64 Simple On-screen Keyboard
ii onboard-common 1.4.1-2ubunt all Simple On-screen Keyboard (common
ii onboard-data 1.4.1-2ubunt all Language model files for the word
ii openjdk-11-jre 11.0.8+10-0u amd64 OpenJDK Java runtime, using Hotsp
ii openjdk-11-jre 11.0.8+10-0u amd64 OpenJDK Java runtime, using Hotsp
ii openoffice.org 0.10 all Hyphenation patterns for OpenOffi
ii openprinting-p 20180306-1 all OpenPrinting printer support - Po
ii openssh-client 1:7.6p1-4ubu amd64 secure shell (SSH) client, for se
ii openssl 1.1.1-1ubunt amd64 Secure Sockets Layer toolkit - cr
ii orage 4.12.1-4 amd64 Calendar for Xfce Desktop Environ
ii orca 3.28.0-3ubun all Scriptable screen reader
ii os-prober 1.74ubuntu1 amd64 utility to detect other OSes on a
ii overlay-scroll 0.2.17.1+16. all Scrollbar overlay - configuration
ii overlay-scroll 0.2.17.1+16. amd64 GTK 2 module for overlay scrollba
ii oxygen-icon-th 5:5.44.0-0ub all Oxygen icon theme
ii p11-kit 0.23.9-2 amd64 p11-glue utilities
ii p11-kit-module 0.23.9-2 amd64 p11-glue proxy and trust modules
ii p7zip 16.02+dfsg-6 amd64 7zr file archiver with high compr
ii p7zip-full 16.02+dfsg-6 amd64 7z and 7za file archivers with hi
ii packagekit 1.1.9-1ubunt amd64 Provides a package management ser
ii packagekit-too 1.1.9-1ubunt amd64 Provides PackageKit command-line
ii parole 1.0.1-0ubunt amd64 media player based on GStreamer f
ii parted 3.2-20ubuntu amd64 disk partition manipulator
ii passwd 1:4.5-1ubunt amd64 change and administer password an
ii pastebinit 1.5-2 all command-line pastebin client
ii patch 2.7.6-2ubunt amd64 Apply a diff file to an original
ii patchutils 0.3.4-2 amd64 Utilities to work with patches
ii pavucontrol 3.0-4 amd64 PulseAudio Volume Control
ii pciutils 1:3.5.2-1ubu amd64 Linux PCI Utilities
ii pcmciautils 018-8build1 amd64 PCMCIA utilities for Linux 2.6
ii perl 5.26.1-6ubun amd64 Larry Wall's Practical Extraction
ii perl-base 5.26.1-6ubun amd64 minimal Perl system
ii perl-modules-5 5.26.1-6ubun all Core Perl modules
ii perl-openssl-d 3build1 amd64 version compatibility baseline fo
ii phonon4qt5:amd 4:4.10.0-2 amd64 multimedia framework from KDE usi
ii phonon4qt5-bac 0.10.1-2 amd64 Phonon4Qt5 VLC backend
ii photocollage 1.4.3-2 all Graphical tool to make photo coll
ii pidgin 1:2.12.0-1ub amd64 graphical multi-protocol instant
ii pidgin-data 1:2.12.0-1ub all multi-protocol instant messaging
ii pidgin-libnoti 0.14-9ubuntu amd64 display notification bubbles in p
ii pidgin-otr 4.0.2-2 amd64 Off-the-Record Messaging plugin f
ii pinentry-curse 1.1.0-1 amd64 curses-based PIN or pass-phrase e
ii pinentry-gnome 1.1.0-1 amd64 GNOME 3 PIN or pass-phrase entry
ii pinentry-gtk2 1.1.0-1 amd64 GTK+-2-based PIN or pass-phrase e
ii pkg-config 0.29.1-0ubun amd64 manage compile and link flags for
ii plainbox-provi 0.25-2 amd64 CheckBox provider for PlainBox
ii plainbox-provi 0.23-1.1 amd64 CheckBox generic resource jobs pr
ii plainbox-secur 0.25-1 all policykit policy required to use
ii plasma-framewo 5.44.0-0ubun amd64 Plasma Runtime components
ii plymouth 0.9.3-1ubunt amd64 boot animation, logger and I/O mu
ii plymouth-label 0.9.3-1ubunt amd64 boot animation, logger and I/O mu
ii plymouth-theme 15.12.1 all Plymouth is an application that r
ii plymouth-theme 0.9.3-1ubunt amd64 boot animation, logger and I/O mu
ii plymouth-theme 0.9.3-1ubunt amd64 boot animation, logger and I/O mu
ii plymouth-theme 18.04.5 all graphical boot animation and logg
ii plymouth-theme 18.04.5 all graphical boot animation and logg
ii pm-utils 1.4.1-17 all utilities and scripts for power m
ii policykit-1 0.105-20ubun amd64 framework for managing administra
ii policykit-1-gn 0.105-6ubunt amd64 authentication agent for PolicyKi
ii policykit-desk 0.20ubuntu18 all run common desktop actions withou
ii poppler-data 0.4.8-2 all encoding data for the poppler PDF
ii poppler-utils 0.62.0-2ubun amd64 PDF utilities (based on Poppler)
ii popularity-con 1.66ubuntu1 all Vote for your favourite packages
ii powermgmt-base 1.33 all common utils for power management
ii ppa-purge 0.2.8+bzr63 all disables a PPA and reverts to off
ii ppp 2.4.7-2+2ubu amd64 Point-to-Point Protocol (PPP) - d
ii pppconfig 2.3.23 all Text menu based utility for confi
ii pppoeconf 1.21ubuntu1 all configures PPPoE/ADSL connections
ii pptp-linux 1.9.0+ds-2 amd64 Point-to-Point Tunneling Protocol
ii printer-driver 4-1 amd64 printer driver for (some) Brother
ii printer-driver 27-4 amd64 printer driver for Kodak ESP AiO
ii printer-driver 20170320dfsg amd64 printer driver for ZjStream-based
ii printer-driver 20170320dfsg all printer driver for ZjStream-based
ii printer-driver 5.2.13-2 amd64 printer drivers for CUPS
ii printer-driver 3.17.10+repa amd64 HP Linux Printing and Imaging - C
ii printer-driver 0.51-13 amd64 printer driver for Minolta magico
ii printer-driver 0.0.9-10 amd64 printer driver for KonicaMinolta
ii printer-driver 1.13+nondbs- amd64 printer driver for HP-GDI printer
ii printer-driver 3.17.10+repa all HP Printers PostScript Descriptio
ii printer-driver 1.4.2-3 amd64 printer driver Brother P-touch la
ii printer-driver 1.4+repack0- amd64 printer driver for HP Color Laser
ii printer-driver 0.1-5 all printer driver for Ricoh Aficio S
ii printer-driver 2.0.0+svn315 amd64 Driver for Samsung and Xerox SPL2
ii procps 2:3.3.12-3ub amd64 /proc file system utilities
ii proj-bin 4.9.3-2 amd64 Cartographic projection library (
ii proj-data 4.9.3-2 all Cartographic projection filter an
ii psmisc 23.1-1ubuntu amd64 utilities that use the proc file
ii publicsuffix 20180223.131 all accurate, machine-readable list o
ii pulseaudio 1:11.1-1ubun amd64 PulseAudio sound server
ii pulseaudio-mod 1:11.1-1ubun amd64 Bluetooth module for PulseAudio s
ii pulseaudio-uti 1:11.1-1ubun amd64 Command line tools for the PulseA
ii pyotherside 1.4.0-2build all transitional dummy package
ii python 2.7.15~rc1-1 amd64 interactive high-level object-ori
ii python-apt 1.6.5ubuntu0 amd64 Python interface to libapt-pkg
ii python-apt-com 1.6.5ubuntu0 all Python interface to libapt-pkg (l
ii python-aptdaem 1.1.1+bzr982 all Python 2 module for the server an
ii python-aptdaem 1.1.1+bzr982 all Python 2 GTK+ 3 widgets to run an
ii python-asn1cry 0.24.0-1 all Fast ASN.1 parser and serializer
ii python-astrome 0.73+dfsg-1 amd64 Astrometry plate solver (Python p
ii python-astropy 2.0.4-4 amd64 Core functionality for performing
ii python-attr 17.4.0-2 all Attributes without boilerplate (P
ii python-automat 0.6.0-1 all Self-service finite-state machine
ii python-blinker 1.4+dfsg1-0. all Fast, simple object-to-object and
ii python-bs4 4.6.0-1 all error-tolerant HTML parser for Py
ii python-cairo:a 1.16.2-1 amd64 Python bindings for the Cairo vec
ii python-certifi 2018.1.18-2 all root certificates for validating
ii python-cffi-ba 1.11.5-1 amd64 Foreign Function Interface for Py
ii python-chardet 3.0.4-1 all universal character encoding dete
ii python-click 6.7-3 all Simple wrapper around optparse fo
ii python-coloram 0.3.7-1 all Cross-platform colored terminal t
ii python-configo 5.0.6-2 all simple but powerful config file r
ii python-constan 15.1.0-1 all Symbolic constants in Python
ii python-crypto 2.6.1-8ubunt amd64 cryptographic algorithms and prot
ii python-cryptog 2.1.4-1ubunt amd64 Python library exposing cryptogra
ii python-cups 1.9.73-2 amd64 Python bindings for CUPS
ii python-dbus 1.2.6-1 amd64 simple interprocess messaging sys
ii python-dbus-de 1.2.6-1 all main loop integration development
ii python-debian 0.1.32 all Python modules to work with Debia
ii python-defer 1.0.6-2build all Small framework for asynchronous
ii python-defused 0.5.0-1ubunt all XML bomb protection for Python st
ii python-dirspec 13.10-1ubunt all Python User Folders Specification
ii python-dnspyth 1.15.0-1 all DNS toolkit for Python
ii python-enum34 1.1.6-2 all backport of Python 3.4's enum pac
ii python-fastene 0.12.0-3 all provides useful locks - Python 2.
ii python-funcsig 1.0.2-4 all function signatures from PEP362 -
ii python-gconf 2.28.1+dfsg- amd64 Python bindings for the GConf con
ii python-gdbm 2.7.17-1~18. amd64 GNU dbm database support for Pyth
ii python-gi 3.26.1-2ubun amd64 Python 2.x bindings for gobject-i
ii python-gi-cair 3.26.1-2ubun amd64 Python Cairo bindings for the GOb
ii python-gobject 3.26.1-2ubun all Python 2.x bindings for GObject -
ii python-gobject 2.28.6-12ubu amd64 deprecated static Python bindings
ii python-gtk2 2.24.0-5.1ub amd64 Python bindings for the GTK+ widg
ii python-html5li 0.999999999- all HTML parser/tokenizer based on th
ii python-httplib 0.9.2+dfsg-1 all comprehensive HTTP client library
ii python-hyperli 17.3.1-2 all Immutable, Pythonic, correct URLs
ii python-idna 2.6-1 all Python IDNA2008 (RFC 5891) handli
ii python-increme 16.10.1-3 all Library for versioning Python pro
ii python-ipaddre 1.0.17-1 all Backport of Python 3 ipaddress mo
ii python-jwt 1.5.3+ds1-1 all Python implementation of JSON Web
ii python-ldb:amd 2:1.2.3-1ubu amd64 Python bindings for LDB
ii python-libxml2 2.9.4+dfsg1- amd64 Python bindings for the GNOME XML
ii python-lockfil 1:0.12.2-2 all file locking library for Python —
ii python-lxml:am 4.2.1-1ubunt amd64 pythonic binding for the libxml2
ii python-lzma 0.5.3-3 amd64 Python bindings for liblzma
ii python-minimal 2.7.15~rc1-1 amd64 minimal subset of the Python lang
ii python-monoton 1.1-2 all implementation of time.monotonic(
ii python-nautilu 1.1-6 amd64 Python binding for Nautilus compo
ii python-notify 0.1.1-4 amd64 Python bindings for libnotify
ii python-ntdb 1.0-9build1 amd64 Python bindings for NTDB
ii python-numpy 1:1.13.3-2ub amd64 Numerical Python adds a fast arra
ii python-oauthli 2.0.6-1 all generic, spec-compliant implement
ii python-olefile 0.45.1-1 all Python module to read/write MS OL
ii python-openssl 17.5.0-1ubun all Python 2 wrapper around the OpenS
ii python-pam 0.4.2-13.2ub amd64 Python interface to the PAM libra
ii python-pexpect 4.2.1-1 all Python module for automating inte
ii python-pil:amd 5.1.0-1ubunt amd64 Python Imaging Library (Pillow fo
ii python-piston- 0.7.5-0ubunt all library for writing clients for D
ii python-pkg-res 39.0.1-2 all Package Discovery and Resource Ac
ii python-pluggy 0.6.0-1 all plugin and hook calling mechanism
ii python-ply 3.11-1 all Lex and Yacc implementation for P
ii python-psutil 5.4.2-1ubunt amd64 module providing convenience func
ii python-ptyproc 0.5.2-1 all Run a subprocess in a pseudo term
ii python-py 1.5.2-1 all Advanced Python development suppo
ii python-pyasn1 0.4.2-3 all ASN.1 library for Python (Python
ii python-pyasn1- 0.2.1-0.2 all Collection of protocols modules w
ii python-pycurl 7.43.0.1-0.2 amd64 Python bindings to libcurl
ii python-pytest 3.3.2-2 all Simple, powerful testing in Pytho
ii python-qt4 4.12.1+dfsg- amd64 Python bindings for Qt4
ii python-qt4-dbu 4.12.1+dfsg- amd64 D-Bus Support for PyQt4
ii python-renderp 3.4.0-3ubunt amd64 python low level render interface
ii python-reportl 3.4.0-3ubunt all ReportLab library to create PDF d
ii python-reportl 3.4.0-3ubunt amd64 C coded extension accelerator for
ii python-request 2.18.4-2ubun all elegant and simple HTTP library f
ii python-samba 2:4.7.6+dfsg amd64 Python bindings for Samba
ii python-serial 3.4-2 all pyserial - module encapsulating a
ii python-service 16.0.0-2 all Service identity verification for
ii python-sip 4.19.7+dfsg- amd64 Python/C++ bindings generator run
ii python-six 1.11.0-2 all Python 2 and 3 compatibility libr
ii python-smbc 1.0.15.6-1bu amd64 Python 2 bindings for the Samba c
ii python-soappy 0.12.22-1 all SOAP Support for Python
ii python-talloc 2.1.10-2ubun amd64 hierarchical pool based memory al
ii python-tdb 1.3.15-2 amd64 Python bindings for TDB
ii python-twisted 17.9.0-2ubun amd64 Event-based framework for interne
ii python-twisted 17.9.0-2ubun all Event-based framework for interne
ii python-twisted 17.9.0-2ubun all twisted dummy package for HTTP pr
ii python-urllib3 1.22-1ubuntu all HTTP library with thread-safe con
ii python-webenco 0.5-2 all Python implementation of the WHAT
ii python-wstools 0.4.3-3 all WSDL parsing tools Python module
ii python-xapian 1.4.5-1ubunt amd64 Xapian search engine interface fo
ii python-xdg 0.25-4ubuntu all Python 2 library to access freede
ii python-zeitgei 1.0-0.1ubunt all event logging framework - Python
ii python-zope.in 4.3.2-1build amd64 Interfaces for Python
ii python2.7 2.7.17-1~18. amd64 Interactive high-level object-ori
ii python2.7-mini 2.7.17-1~18. amd64 Minimal subset of the Python lang
ii python3 3.6.7-1~18.0 amd64 interactive high-level object-ori
ii python3-apport 2.20.9-0ubun all Python 3 library for Apport crash
ii python3-apt 1.6.5ubuntu0 amd64 Python 3 interface to libapt-pkg
ii python3-aptdae 1.1.1+bzr982 all Python 3 module for the server an
ii python3-aptdae 1.1.1+bzr982 all Python 3 GTK+ 3 widgets to run an
ii python3-asn1cr 0.24.0-1 all Fast ASN.1 parser and serializer
ii python3-blinke 1.4+dfsg1-0. all fast, simple object-to-object and
ii python3-brlapi 5.5-4ubuntu2 amd64 Braille display access via BRLTTY
ii python3-bs4 4.6.0-1 all error-tolerant HTML parser for Py
ii python3-bsddb3 6.1.0-1build amd64 Python interface for Berkeley DB
ii python3-cairo: 1.16.2-1 amd64 Python3 bindings for the Cairo ve
ii python3-certif 2018.1.18-2 all root certificates for validating
ii python3-cffi-b 1.11.5-1 amd64 Foreign Function Interface for Py
ii python3-charde 3.0.4-1 all universal character encoding dete
ii python3-checkb 0.23-2 all PlainBox based test runner (Pytho
ii python3-checkb 0.22-1 all collection of Python modules used
ii python3-comman 18.04.5 all Python 3 bindings for command-not
ii python3-crypto 2.6.1-8ubunt amd64 cryptographic algorithms and prot
ii python3-crypto 2.1.4-1ubunt amd64 Python library exposing cryptogra
ii python3-cups 1.9.73-2 amd64 Python3 bindings for CUPS
ii python3-cupshe 1.5.11-1ubun all Python utility modules around the
ii python3-dateut 2.6.1-1 all powerful extensions to the standa
ii python3-dbus 1.2.6-1 amd64 simple interprocess messaging sys
ii python3-debcon 1.5.66ubuntu all interact with debconf from Python
ii python3-debian 0.1.32 all Python 3 modules to work with Deb
ii python3-debian 2.7.2 all Python interface to Debian's Bug
ii python3-defer 1.0.6-2build all Small framework for asynchronous
ii python3-distro 0.18ubuntu0. all information about distributions'
ii python3-distup 1:18.04.38 all manage release upgrades
ii python3-distut 3.6.9-1~18.0 all distutils package for Python 3.x
ii python3-feedpa 5.2.1-1 all Universal Feed Parser for Python
ii python3-gdbm:a 3.6.9-1~18.0 amd64 GNU dbm database support for Pyth
ii python3-gi 3.26.1-2ubun amd64 Python 3 bindings for gobject-int
ii python3-gi-cai 3.26.1-2ubun amd64 Python 3 Cairo bindings for the G
ii python3-guacam 0.9.2-2 all framework for creating command li
ii python3-html5l 0.999999999- all HTML parser/tokenizer based on th
ii python3-httpli 0.9.2+dfsg-1 all comprehensive HTTP client library
ii python3-icu 1.9.8-0ubunt amd64 Python 3 extension wrapping the I
ii python3-idna 2.6-1 all Python IDNA2008 (RFC 5891) handli
ii python3-jinja2 2.10-1ubuntu all small but fast and easy to use st
ii python3-jwt 1.5.3+ds1-1 all Python 3 implementation of JSON W
ii python3-keyrin 10.6.0-1 all store and access your passwords s
ii python3-keyrin 3.0-1 all alternate backend implementations
ii python3-launch 1.10.6-1 all Launchpad web services client lib
ii python3-lazr.r 0.13.5-1 all client for lazr.restful-based web
ii python3-lazr.u 1.0.3-2build all library for parsing, manipulating
ii python3-lib2to 3.6.9-1~18.0 all Interactive high-level object-ori
ii python3-louis 3.5.0-1ubunt all Python bindings for liblouis
ii python3-lxml:a 4.2.1-1ubunt amd64 pythonic binding for the libxml2
ii python3-macaro 1.1.3-1 all Higher-level macaroon operations
ii python3-magic 2:0.4.15-1 all python3 interface to the libmagic
ii python3-mako 1.0.7+ds1-1 all fast and lightweight templating f
ii python3-markup 1.0-1build1 amd64 HTML/XHTML/XML string library for
ii python3-minima 3.6.7-1~18.0 amd64 minimal subset of the Python lang
ii python3-nacl 1.1.2-1build amd64 Python bindings to libsodium (Pyt
ii python3-netifa 0.10.4-0.1bu amd64 portable network interface inform
ii python3-oauth 1.0.1-5 all Python 3 library implementing of
ii python3-oauthl 2.0.6-1 all generic, spec-compliant implement
ii python3-olefil 0.45.1-1 all Python module to read/write MS OL
ii python3-padme 1.1.1-2 all mostly transparent proxy class fo
ii python3-pexpec 4.2.1-1 all Python 3 module for automating in
ii python3-pil:am 5.1.0-1ubunt amd64 Python Imaging Library (Python3)
ii python3-piston 0.7.5-0ubunt all library for writing clients for D
ii python3-pkg-re 39.0.1-2 all Package Discovery and Resource Ac
ii python3-plainb 0.25-1 all toolkit for software and hardware
ii python3-proble 2.20.9-0ubun all Python 3 library to handle proble
ii python3-protob 3.0.0-9.1ubu amd64 Python 3 bindings for protocol bu
ii python3-psutil 5.4.2-1ubunt amd64 module providing convenience func
ii python3-ptypro 0.5.2-1 all Run a subprocess in a pseudo term
ii python3-pyatsp 2.26.0+dfsg- all Assistive Technology Service Prov
ii python3-pycurl 7.43.0.1-0.2 amd64 Python bindings to libcurl (Pytho
ii python3-pymaca 0.13.0-1 all Macaroon library for Python 3
ii python3-pypars 2.2.0+dfsg1- all alternative to creating and execu
ii python3-pysimp 1.16-2 all simple and lightweight SOAP Libra
ii python3-render 3.4.0-3ubunt amd64 python low level render interface
ii python3-report 3.4.0-3ubunt all ReportLab library to create PDF d
ii python3-report 3.4.0-3ubunt amd64 C coded extension accelerator for
ii python3-reques 2.18.4-2ubun all elegant and simple HTTP library f
ii python3-reques 0.1.5-3 all Use requests to talk HTTP via a U
ii python3-rfc333 1.0-4 all parser and generator of RFC 3339-
ii python3-secret 2.3.1-2 all Python module for storing secrets
ii python3-simple 3.13.2-1 amd64 simple, fast, extensible JSON enc
ii python3-six 1.11.0-2 all Python 2 and 3 compatibility libr
ii python3-softwa 0.96.24.32.1 all manage the repositories that you
ii python3-speech 0.8.8-1ubunt all Python interface to Speech Dispat
ii python3-system 234-1build1 amd64 Python 3 bindings for systemd
ii python3-tz 2018.3-2 all Python3 version of the Olson time
ii python3-uno 1:6.0.7-0ubu amd64 Python-UNO bridge
ii python3-update 1:18.04.11.1 all python 3.x module for update-mana
ii python3-urllib 1.22-1ubuntu all HTTP library with thread-safe con
ii python3-wadlli 1.3.2-3ubunt all Python 3 library for navigating W
ii python3-webenc 0.5-2 all Python implementation of the WHAT
ii python3-xapian 1.4.5-1ubunt amd64 Xapian search engine interface fo
ii python3-xdg 0.25-4ubuntu all Python 3 library to access freede
ii python3-xkit 0.5.0ubuntu2 all library for the manipulation of x
ii python3-xlsxwr 0.9.6-0.1 all Python 3 module for creating Exce
ii python3-yaml 3.12-1build2 amd64 YAML parser and emitter for Pytho
ii python3-zope.i 4.3.2-1build amd64 Interfaces for Python3
ii python3.6 3.6.9-1~18.0 amd64 Interactive high-level object-ori
ii python3.6-mini 3.6.9-1~18.0 amd64 Minimal subset of the Python lang
ii qdbus 4:4.8.7+dfsg amd64 Qt 4 D-Bus tool
ii qml-module-io- 1.4.0-2build amd64 asynchronous Python 3 Bindings fo
ii qml-module-org 4:17.12.3-0u amd64 library to work with mathematical
ii qml-module-org 5.44.0-0ubun amd64 provides integration of QML and K
ii qml-module-org 5.44.0-0ubun amd64 provides integration of QML and K
ii qml-module-org 5.44.0-0ubun amd64 set of QtQuick components targete
ii qml-module-org 5.44.0-0ubun amd64 provides integration of QML and K
ii qml-module-org 5.44.0-0ubun amd64 provides integration of QML and K
ii qml-module-org 5.44.0-0ubun amd64 Support for downloading applicati
ii qml-module-org 5.44.0-0ubun amd64 Used to write plugins loaded at r
ii qml-module-qtg 5.9.5-0ubunt amd64 Qt 5 Graphical Effects module
ii qml-module-qtm 5.9.5-0ubunt amd64 Qt 5 Multimedia QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Models2 QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Quick Controls QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Qt Quick Controls 2 QML modu
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Dialogs QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Quick Layouts QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 localstorage QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Private Widgets QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Qt Quick Templates 2 QML mod
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 window 2 QML module
ii qml-module-qtq 5.9.5-0ubunt amd64 Qt 5 Qt Quick 2 QML module
ii qml-module-qtt 5.9.5-0ubunt amd64 Qt 5 test QML module
ii qml-module-qtw 5.212.0~alph amd64 Qt WebKit QML module
ii qml-module-ubu 0.6+17.04.20 amd64 Expose the Online Accounts API to
ii qmlscene 5.9.5-0ubunt amd64 Qt 5 QML scene viewer
ii qpdf 8.0.2-3 amd64 tools for transforming and inspec
ii qt-at-spi:amd6 0.4.0-8 amd64 at-spi accessibility plugin for Q
ii qt5-gtk-platfo 5.9.5+dfsg-0 amd64 Qt 5 GTK+ 3 platform theme
ii qtchooser 64-ga1b6736- amd64 Wrapper to select between Qt deve
ii qtcore4-l10n 4:4.8.7+dfsg all Qt 4 core module translations
ii qtdeclarative4 4:17.12.3-0u amd64 QtQuick plugin to render interact
ii qtdeclarative5 0.6+17.04.20 amd64 transitional dummy package for On
ii qtdeclarative5 5.9.5-0ubunt amd64 Qt 5 declarative development prog
ii qtdeclarative5 5.9.5-0ubunt amd64 transitional dummy package for Qt
ii qtdeclarative5 5.9.5-0ubunt amd64 transitional dummy package Qt 5 Q
ii qtdeclarative5 5.9.5-0ubunt amd64 transitional dummy package for Qt
ii qtdeclarative5 1.1.0+17.04. amd64 Unity Action QML Components
ii qtdeclarative5 5.9.5-0ubunt amd64 transitional dummy package for Qt
ii qttranslations 5.9.5-0ubunt all translations for Qt 5
ii qtwayland5:amd 5.9.5-0ubunt amd64 QtWayland platform plugin
ii rake 12.3.1-1ubun all ruby make-like utility
ii rarian-compat 0.8.1-6build amd64 Documentation meta-data library (
ii readline-commo 7.0-3 all GNU readline and history librarie
ii recordmydeskto 0.3.8.1+svn6 amd64 Captures audio-video data of a Li
ii remmina 1.2.0-rcgit. amd64 GTK+ Remote Desktop Client
ii remmina-common 1.2.0-rcgit. all Common files for Remmina
ii remmina-plugin 1.2.0-rcgit. amd64 RDP plugin for Remmina
ii remmina-plugin 1.2.0-rcgit. amd64 Secret plugin for Remmina
ii remmina-plugin 1.2.0-rcgit. amd64 VNC plugin for Remmina
ii resolvconf 1.79ubuntu10 all name server information handler
ii rfkill 2.31.1-0.4ub amd64 tool for enabling and disabling w
ii rhythmbox 3.4.2-4ubunt amd64 music player and organizer for GN
ii rhythmbox-data 3.4.2-4ubunt all data files for rhythmbox
ii rhythmbox-plug 0.18.0-1 all Enhanced play controls and interf
ii rhythmbox-plug 3.4.2-4ubunt amd64 burning plugin for rhythmbox musi
ii rhythmbox-plug 3.4.2-4ubunt all Magnatune plugin for rhythmbox (t
ii rhythmbox-plug 3.4.2-4ubunt all zeitgeist plugin for rhythmbox mu
ii rhythmbox-plug 3.4.2-4ubunt amd64 plugins for rhythmbox music playe
ii ri-li 2.0.1+ds-7 amd64 toy train simulation game
ii ri-li-data 2.0.1+ds-7 all toy train simulation game - data
ii ristretto 0.8.2-1ubunt amd64 lightweight picture-viewer for th
ii rpm 4.14.1+dfsg1 amd64 package manager for RPM
ii rpm-common 4.14.1+dfsg1 amd64 common files for RPM
ii rpm2cpio 4.14.1+dfsg1 amd64 tool to convert RPM package to CP
ii rsync 3.1.2-2.1ubu amd64 fast, versatile, remote (and loca
ii rsyslog 8.32.0-1ubun amd64 reliable system and kernel loggin
ii rtkit 0.11-6 amd64 Realtime Policy and Watchdog Daem
ii ruby 1:2.5.1 amd64 Interpreter of object-oriented sc
ii ruby-did-you-m 1.2.0-2 all smart error messages for Ruby > 2
ii ruby-minitest 5.10.3-1 all Ruby test tools supporting TDD, B
ii ruby-net-telne 0.1.1-2 all telnet client library
ii ruby-power-ass 0.3.0-1 all library showing values of variabl
ii ruby-test-unit 3.2.5-1 all unit testing framework for Ruby
ii ruby2.5 2.5.1-1ubunt amd64 Interpreter of object-oriented sc
ii rubygems-integ 1.11 all integration of Debian Ruby packag
ii samba 2:4.7.6+dfsg amd64 SMB/CIFS file, print, and login s
ii samba-common 2:4.7.6+dfsg all common files used by both the Sam
ii samba-common-b 2:4.7.6+dfsg amd64 Samba common files used by both t
ii samba-dsdb-mod 2:4.7.6+dfsg amd64 Samba Directory Services Database
ii samba-libs:amd 2:4.7.6+dfsg amd64 Samba core libraries
ii samba-vfs-modu 2:4.7.6+dfsg amd64 Samba Virtual FileSystem plugins
ii sane-utils 1.0.27-1~exp amd64 API library for scanners -- utili
ii sbsigntool 0.6-3.2ubunt amd64 Tools to manipulate signatures on
ii sdl-ball 1.02-2 amd64 brick-breaking game like DX-Ball/
ii sdl-ball-data 1.02-2 all brick-breaking game like DX-Ball/
ii seahorse 3.20.0-5 amd64 GNOME front end for GnuPG
ii secureboot-db 1.4~ubuntu0. amd64 Secure Boot updates for DB and DB
ii sed 4.4-2 amd64 GNU stream editor for filtering/t
ii sensible-utils 0.0.12 all Utilities for sensible alternativ
ii session-migrat 0.3.3 amd64 Tool to migrate in user session s
ii session-shortc 1.3 all Allows you to shutdown, logout, a
ii sextractor 2.19.5+dfsg- amd64 Source extractor for astronomical
ii sgml-base 1.29 all SGML infrastructure and SGML cata
ii sgml-data 2.0.10 all common SGML and XML data
ii shared-mime-in 1.9-2 amd64 FreeDesktop.org shared MIME datab
ii shimmer-themes 2.1.3 all Gtk+ themes from Shimmer Project
ii shotwell 0.28.4-0ubun amd64 digital photo organizer
ii shotwell-commo 0.28.4-0ubun all digital photo organizer - common
ii signon-keyring 0.6+14.10.20 amd64 GNOME keyring extension for signo
ii signon-plugin- 0.24+16.10.2 amd64 Single Signon oauth2 plugin
ii signon-plugin- 8.59+17.10.2 amd64 Plain Password plugin for Single
ii signon-ui-serv 0.17+18.04.2 all D-Bus service file for signon-ui
ii signon-ui-x11 0.17+18.04.2 amd64 Single Sign-on UI
ii signond 8.59+17.10.2 amd64 Single Sign On framework
ii simple-scan 3.28.0-0ubun amd64 Simple Scanning Utility
ii smbclient 2:4.7.6+dfsg amd64 command-line SMB/CIFS clients for
ii snapd 2.46.1+18.04 amd64 Daemon and tooling that enable sn
ii sni-qt:amd64 0.2.7+17.04. amd64 indicator support for Qt
ii software-cente 0.1.6build1 all The aptdaemon plugins for softwar
ii software-prope 0.96.24.32.1 all manage the repositories that you
ii software-prope 0.96.24.32.1 all manage the repositories that you
ii sonnet-plugins 5.44.0-0ubun amd64 spell checking library for Qt, pl
ii sound-icons 0.1-6 all Sounds for speech enabled applica
ii sound-theme-fr 0.8-2ubuntu1 all freedesktop.org sound theme
ii speech-dispatc 0.8.8-1ubunt amd64 Common interface to speech synthe
ii speech-dispatc 0.8.8-1ubunt amd64 Speech Dispatcher: Audio output p
ii speech-dispatc 0.8.8-1ubunt amd64 Speech Dispatcher: Espeak-ng outp
ii sphinx-voxforg 0.1.1~daily2 all English sphinx acoustic model bui
ii sphinx-voxforg 0.1.1~daily2 all English sphinx language model bui
ii spice-vdagent 0.17.0-1ubun amd64 Spice agent for Linux
ii squashfs-tools 1:4.3-6ubunt amd64 Tool to create and append to squa
ii ssh-askpass-gn 1:7.6p1-4ubu amd64 interactive X program to prompt u
ii ssl-cert 1.0.39 all simple debconf wrapper for OpenSS
ii step 4:17.12.3-0u amd64 interactive physical simulator fo
ii strace 4.21-1ubuntu amd64 System call tracer
ii sudo 1.8.21p2-3ub amd64 Provide limited super user privil
ii swh-plugins 0.4.17-2 amd64 Steve Harris's LADSPA plugins
ii synaptic 0.84.3ubuntu amd64 Graphical package manager
ii syslinux 3:6.03+dfsg1 amd64 collection of bootloaders (DOS FA
ii syslinux-commo 3:6.03+dfsg1 all collection of bootloaders (common
ii syslinux-legac 2:3.63+dfsg- amd64 Bootloader for Linux/i386 using M
ii system-config- 1.5.11-1ubun all graphical interface to configure
ii system-config- 1.5.11-1ubun all backend and the translation files
ii system-config- 1.5.11-1ubun all graphical interface to configure
ii system-config- 1.5.11-1ubun amd64 Utilities to detect and configure
ii system-tools-b 2.10.2-3 amd64 System Tools to manage computer c
ii systemd 237-3ubuntu1 amd64 system and service manager
ii systemd-sysv 237-3ubuntu1 amd64 system and service manager - SysV
ii sysvinit-utils 2.88dsf-59.1 amd64 System-V-like utilities
ii t1utils 1.41-2 amd64 Collection of simple Type 1 font
ii tar 1.29b-2ubunt amd64 GNU version of the tar archiving
ii tcl 8.6.0+9 amd64 Tool Command Language (default ve
ii tcl8.6 8.6.8+dfsg-3 amd64 Tcl (the Tool Command Language) v
ii tcpd 7.6.q-27 amd64 Wietse Venema's TCP wrapper utili
ii tcpdump 4.9.3-0ubunt amd64 command-line network traffic anal
ii tdb-tools 1.3.15-2 amd64 Trivial Database - bundled binari
ii telepathy-gabb 0.18.4-1 amd64 Jabber/XMPP connection manager
ii telepathy-haze 0.8.0-2.1 amd64 Telepathy connection manager that
ii telepathy-idle 0.2.0-2build amd64 IRC connection manager for Telepa
ii telepathy-indi 0.3.1+14.10. amd64 Desktop service to integrate Tele
ii telepathy-logg 0.8.2-3 amd64 Telepathy logger service - Daemon
ii telepathy-miss 1:5.16.4-2ub amd64 management daemon for Telepathy r
ii telepathy-salu 0.8.1-5.1 amd64 Link-local XMPP connection manage
ii telnet 0.17-41 amd64 basic telnet client
ii thermald 1.7.0-5ubunt amd64 Thermal monitoring and controllin
ii thunar 1.6.15-0ubun amd64 File Manager for Xfce
ii thunar-archive 0.3.1-4 amd64 Archive plugin for Thunar file ma
ii thunar-data 1.6.15-0ubun all Provides thunar documentation, ic
ii thunar-media-t 0.2.1-1 amd64 Media tags plugin for Thunar file
ii thunar-volman 0.8.1-2 amd64 Thunar extension for volumes mana
ii thunderbird 1:68.10.0+bu amd64 Email, RSS and newsgroup client w
ii thunderbird-gn 1:68.10.0+bu amd64 Email, RSS and newsgroup client -
ii thunderbird-lo 1:68.10.0+bu amd64 English language pack for Thunder
ii thunderbird-lo 1:68.10.0+bu all Transitional English language pac
ii thunderbird-lo 1:68.10.0+bu amd64 French language pack for Thunderb
ii time 1.7-25.1buil amd64 GNU time program for measuring CP
ii tk 8.6.0+9 amd64 Toolkit for Tcl and X11 (default
ii tk8.6 8.6.8-4 amd64 Tk toolkit for Tcl and X11 v8.6 -
ii totem 3.26.0-0ubun amd64 Simple media player for the GNOME
ii totem-common 3.26.0-0ubun all Data files for the Totem media pl
ii totem-plugins 3.26.0-0ubun amd64 Plugins for the Totem media playe
ii transfig 1:3.2.6a-6ub all transitional dummy package for fi
ii transmission-c 2.92-3ubuntu all lightweight BitTorrent client (co
ii transmission-g 2.92-3ubuntu amd64 lightweight BitTorrent client (GT
ii ttf-ancient-fo 2.60-1 all symbolic font providing emoji cha
ii ttf-mscorefont 3.6ubuntu2 all Installer for Microsoft TrueType
ii ttf-ubuntu-fon 1:0.83-2 all sans-serif font set from Ubuntu (
ii tumbler 0.2.1-0ubunt amd64 D-Bus thumbnailing service
ii tumbler-common 0.2.1-0ubunt all D-Bus thumbnailing service (commo
ii tuxmath 2.0.3-2 amd64 math game for kids with Tux
ii tuxmath-data 2.0.3-2 all math game for kids with Tux -- da
ii tuxpaint 1:0.9.22-12 amd64 Paint program for young children
ii tuxpaint-confi 0.0.13-8 amd64 Configuration tool for Tux Paint
ii tuxpaint-data 1:0.9.22-12 all Data files for Tux Paint, a paint
ii tuxpaint-plugi 1:0.9.22-12 amd64 Magic tool plugins for Tux Paint
ii tuxpaint-stamp 2014.08.23-3 all Stamp files for Tux Paint, a pain
ii tuxtype 1.8.3-2 amd64 Educational Typing Tutor Game Sta
ii tuxtype-data 1.8.3-2 all Data files for the Educational Ty
ii tzdata 2020a-0ubunt all time zone and daylight-saving tim
ii ubuntu-advanta 17 all management tools for Ubuntu Advan
ii ubuntu-artwork 1:16.10+18.0 all Ubuntu themes and artwork
ii ubuntu-desktop 1.417.5 amd64 The Ubuntu desktop system
ii ubuntu-docs 18.04.4 all Ubuntu Desktop Guide
ii ubuntu-drivers 1:0.5.2.5 amd64 Detect and install additional Ubu
ii ubuntu-edu-pre 15.12.9 amd64 Preschool Educational Application
ii ubuntu-edu-pri 15.12.9 amd64 Primary Educational Application B
ii ubuntu-keyring 2018.09.18.1 all GnuPG keys of the Ubuntu archive
ii ubuntu-minimal 1.417.5 amd64 Minimal core of Ubuntu
ii ubuntu-mono 16.10+18.04. all Ubuntu Mono Icon theme
ii ubuntu-release 1:18.04.38 all manage release upgrades
ii ubuntu-release 1:18.04.38 all manage release upgrades
ii ubuntu-report 1.3.2 amd64 Report hardware and other collect
ii ubuntu-restric 26 amd64 Commonly used restricted packages
ii ubuntu-restric 66 amd64 Commonly used media codecs and fo
ii ubuntu-session 3.28.1-0ubun amd64 Ubuntu session with GNOME Shell
ii ubuntu-setting 18.04.7 all default settings for the Ubuntu d
ii ubuntu-softwar 3.28.1-0ubun all Utility for browsing, installing,
ii ubuntu-sounds 0.13 all Ubuntu's GNOME audio theme
ii ubuntu-standar 1.417.5 amd64 The Ubuntu standard system
ii ubuntu-system- 0.3.1 all Dbus service to set various syste
ii ubuntu-touch-s 15.08 all sounds for the Ubuntu Touch image
ii ubuntu-wallpap 18.04.1-0ubu all Ubuntu Wallpapers
ii ubuntu-wallpap 18.04.1-0ubu all Ubuntu 18.04 Wallpapers
ii ubuntu-wallpap 18.04.1-0ubu all Ubuntu 14.04 Wallpapers
ii ubuntu-wallpap 18.04.1-0ubu all Ubuntu 16.04 Wallpapers
ii ucf 3.0038 all Update Configuration File(s): pre
ii udev 237-3ubuntu1 amd64 /dev/ and hotplug management daem
ii udisks2 2.7.6-3ubunt amd64 D-Bus service to access and manip
ii ufw 0.36-0ubuntu all program for managing a Netfilter
ii unattended-upg 1.1ubuntu1.1 all automatic installation of securit
ii unity 7.5.0+18.04. amd64 Interface designed for efficiency
ii unity-accessib 0.1.11-0ubun all Accessibility Profile Manager - U
ii unity-asset-po 0.8.24+17.10 all Unity Assets Pool
ii unity-control- 15.04.0+18.0 amd64 utilities to configure the GNOME
ii unity-greeter 18.04.0+18.0 amd64 Unity Greeter
ii unity-gtk-modu 0.0.0+18.04. all Common files for GtkMenuShell D-B
ii unity-gtk2-mod 0.0.0+18.04. amd64 GtkMenuShell D-Bus exporter
ii unity-gtk3-mod 0.0.0+18.04. amd64 GtkMenuShell D-Bus exporter
ii unity-lens-app 7.1.0+16.10. amd64 Application lens for unity
ii unity-lens-fil 7.1.0+17.10. amd64 File lens for unity
ii unity-lens-mus 6.9.1+16.04- amd64 Music lens for unity
ii unity-lens-pho 1.0+17.10.20 all Photos lens for Unity
ii unity-lens-vid 0.3.15+16.04 amd64 Unity Video lens
ii unity-schemas 7.5.0+18.04. all Interface designed for efficiency
ii unity-scope-ca 0.1+14.04.20 all Calculator scope for Unity
ii unity-scope-ch 0.1+13.10.20 all Chromium bookmarks scope for Unit
ii unity-scope-co 0.1+13.10.20 all COLOURlovers scope for Unity
ii unity-scope-de 0.1+14.04.20 all devhelp scope for Unity
ii unity-scope-fi 0.1+13.10.20 all Firefox bookmarks scope for Unity
ii unity-scope-ho 6.8.2+16.04. amd64 Home scope that aggregates result
ii unity-scope-ma 3.0+14.04.20 all Manual pages scope for Unity
ii unity-scope-op 0.1+13.10.20 all OpenClipArt scope for Unity
ii unity-scope-te 0.1+14.04.20 all Texdoc scope for Unity
ii unity-scope-to 0.1+13.10.20 all Tomboy scope for Unity
ii unity-scope-vi 0.3.15+16.04 amd64 Remote videos engine
ii unity-scope-vi 0.1+13.10.20 all VirtualBox scope for Unity
ii unity-scope-ye 0.1+13.10.20 all Help scope for Unity
ii unity-scope-zo 0.1+13.10.20 all Zotero scope for Unity
ii unity-scopes-m 6.8.2+16.04. all Home scope that aggregates result
ii unity-scopes-r 7.1.4+18.04. all desktop runner for misceallenous
ii unity-services 7.5.0+18.04. amd64 Services for the Unity interface
ii unity-session 3.28.1-0ubun all Unity session, previous ubuntu de
ii unity-settings 15.04.1+18.0 amd64 daemon handling the Unity session
ii uno-libs3 6.0.7-0ubunt amd64 LibreOffice UNO runtime environme
ii unrar 1:5.5.8-1 amd64 Unarchiver for .rar files (non-fr
ii unzip 6.0-21ubuntu amd64 De-archiver for .zip files
ii update-inetd 4.44 all inetd configuration file updater
ii update-manager 1:18.04.11.1 all GNOME application that manages ap
ii update-manager 1:18.04.11.1 all manage release upgrades
ii update-motd 3.6-0ubuntu1 all compliments pam_motd in libpam-mo
ii update-notifie 3.192.1.7 amd64 Daemon which notifies about packa
ii update-notifie 3.192.1.7 all Files shared between update-notif
ii upower 0.99.7-2ubun amd64 abstraction for power management
ii ure 6.0.7-0ubunt amd64 LibreOffice UNO runtime environme
ii ureadahead 0.100.0-21 amd64 Read required files in advance
ii usb-creator-co 0.3.5ubuntu1 amd64 create a startup disk using a CD
ii usb-creator-gt 0.3.5ubuntu1 amd64 create a startup disk using a CD
ii usb-modeswitch 2.5.2+repack amd64 mode switching tool for controlli
ii usb-modeswitch 20170806-2 all mode switching data for usb-modes
ii usbmuxd 1.1.0-2ubunt amd64 USB multiplexor daemon for iPhone
ii usbutils 1:007-4build amd64 Linux USB utilities
ii util-linux 2.31.1-0.4ub amd64 miscellaneous system utilities
ii uuid-runtime 2.31.1-0.4ub amd64 runtime components for the Univer
ii va-driver-all: 2.1.0-3 amd64 Video Acceleration (VA) API -- dr
ii vbetool 1.1-4 amd64 run real-mode video BIOS code to
ii vdpau-driver-a 1.1.1-3ubunt amd64 Video Decode and Presentation API
ii vdpau-va-drive 0.7.4-6ubunt amd64 VDPAU-based backend for VA API
ii verbiste 0.1.44-1 amd64 French and Italian conjugator
ii verbiste-gnome 0.1.44-1 amd64 French and Italian conjugator - G
ii vim-common 2:8.0.1453-1 all Vi IMproved - Common files
ii vim-tiny 2:8.0.1453-1 amd64 Vi IMproved - enhanced vi editor
ii vino 3.22.0-3ubun amd64 VNC server for GNOME
ii vlc 3.0.8-0ubunt amd64 multimedia player and streamer
ii vlc-bin 3.0.8-0ubunt amd64 binaries from VLC
ii vlc-data 3.0.8-0ubunt all common data for VLC
ii vlc-l10n 3.0.8-0ubunt all translations for VLC
ii vlc-plugin-bas 3.0.8-0ubunt amd64 multimedia player and streamer (b
ii vlc-plugin-not 3.0.8-0ubunt amd64 LibNotify plugin for VLC
ii vlc-plugin-qt: 3.0.8-0ubunt amd64 multimedia player and streamer (Q
ii vlc-plugin-sam 3.0.8-0ubunt amd64 Samba plugin for VLC
ii vlc-plugin-ski 3.0.8-0ubunt amd64 multimedia player and streamer (S
ii vlc-plugin-vid 3.0.8-0ubunt amd64 multimedia player and streamer (v
ii vlc-plugin-vid 3.0.8-0ubunt amd64 multimedia player and streamer (v
ii vlc-plugin-vis 3.0.8-0ubunt amd64 multimedia player and streamer (v
ii wamerican 2017.08.24-1 all American English dictionary words
ii watershed 9 amd64 reduce superfluous executions of
ii wbritish 2017.08.24-1 all British English dictionary words
ii wfrench 1.2.3-11buil all French dictionary words for /usr/
ii wget 1.19.4-1ubun amd64 retrieves files from the web
ii whiptail 0.52.20-1ubu amd64 Displays user-friendly dialog box
ii whoopsie 0.2.62ubuntu amd64 Ubuntu error tracker submission
ii whoopsie-prefe 0.19 amd64 System preferences for error repo
ii wireless-regdb 2018.05.09-0 all wireless regulatory database
ii wireless-tools 30~pre9-12ub amd64 Tools for manipulating Linux Wire
ii wodim 9:1.1.11-3ub amd64 command line CD/DVD writing tool
ii wpasupplicant 2:2.6-15ubun amd64 client support for WPA and WPA2 (
ii x11-apps 7.7+6ubuntu1 amd64 X applications
ii x11-common 1:7.7+19ubun all X Window System (X.Org) infrastru
ii x11-session-ut 7.7+2build1 amd64 X session utilities
ii x11-utils 7.7+3build1 amd64 X11 utilities
ii x11-xfs-utils 7.7+2build1 amd64 X font server utilities
ii x11-xkb-utils 7.7+3ubuntu0 amd64 X11 XKB utilities
ii x11-xserver-ut 7.7+7build1 amd64 X server utilities
ii xauth 1:1.0.10-1 amd64 X authentication utility
ii xaw3dg:amd64 1.5+E-18.3 amd64 Xaw3d widget set
ii xbitmaps 1.1.1-2 all Base X bitmaps
ii xbrlapi 5.5-4ubuntu2 amd64 Access software for a blind perso
ii xcursor-themes 1.0.4-1 all Base X cursor themes
ii xdg-desktop-po 1.0.3-0ubunt amd64 desktop integration portal for Fl
ii xdg-desktop-po 1.0.2-0ubunt amd64 GTK+/GNOME portal backend for xdg
ii xdg-user-dirs 0.17-1ubuntu amd64 tool to manage well known user di
ii xdg-user-dirs- 0.10-2 amd64 tool to manage well known user di
ii xdg-utils 1.1.2-1ubunt all desktop integration utilities fro
ii xdiagnose 3.8.8 all X.org diagnosis tool
ii xfburn 0.5.5-1 amd64 CD-burner application for Xfce De
ii xfce4-appfinde 4.12.0-2ubun amd64 Application finder for the Xfce4
ii xfce4-cpugraph 1.0.5-1build amd64 CPU load graph plugin for the Xfc
ii xfce4-dict 0.8.0-1 amd64 Dictionary plugin for Xfce4 panel
ii xfce4-indicato 2.3.4-0ubunt amd64 plugin to display information fro
ii xfce4-mailwatc 1.2.0-2ubunt amd64 mail watcher plugin for the Xfce4
ii xfce4-netload- 1.3.1-1 amd64 network load monitor plugin for t
ii xfce4-notes 1.8.1-1 amd64 Notes application for the Xfce4 d
ii xfce4-notes-pl 1.8.1-1 amd64 Notes plugin for the Xfce4 deskto
ii xfce4-notifyd 0.4.2-0ubunt amd64 simple, visually-appealing notifi
ii xfce4-panel 4.12.2-1ubun amd64 panel for Xfce4 desktop environme
ii xfce4-places-p 1.7.0-3 amd64 quick access to folders, document
ii xfce4-power-ma 1.6.1-0ubunt amd64 power manager for Xfce desktop
ii xfce4-power-ma 1.6.1-0ubunt all power manager for Xfce desktop, a
ii xfce4-power-ma 1.6.1-0ubunt amd64 power manager plugins for Xfce pa
ii xfce4-pulseaud 0.4.1-0ubunt amd64 Xfce4 panel plugin to control pul
ii xfce4-quicklau 1.9.4-11buil amd64 rapid launcher plugin for the Xfc
ii xfce4-screensh 1.8.2-2 amd64 screenshots utility for Xfce
ii xfce4-session 4.12.1-3ubun amd64 Xfce4 Session Manager
ii xfce4-settings 4.12.4-0ubun amd64 graphical application for managin
ii xfce4-statusno 0.2.1-0ubunt amd64 plugin to display status notifier
ii xfce4-systemlo 1:1.2.1-0ubu amd64 system load monitor plugin for th
ii xfce4-taskmana 1.2.0-0ubunt amd64 process manager for the Xfce4 Des
ii xfce4-terminal 0.8.7.4-0ubu amd64 Xfce terminal emulator
ii xfce4-verve-pl 1.1.0-1 amd64 Verve (command line) plugin for X
ii xfce4-weather- 0.8.11-0ubun amd64 weather information plugin for th
ii xfce4-whiskerm 2.1.5-0ubunt amd64 Alternate menu plugin for the Xfc
ii xfce4-xkb-plug 1:0.8.1-1 amd64 xkb layout switch plugin for the
ii xfconf 4.12.1-1 amd64 utilities for managing settings i
ii xfdesktop4 4.12.3-4ubun amd64 xfce desktop background, icons an
ii xfdesktop4-dat 4.12.3-4ubun all xfce desktop background, icons an
ii xfonts-base 1:1.0.4+nmu1 all standard fonts for X
ii xfonts-encodin 1:1.0.4-2 all Encodings for X.Org fonts
ii xfonts-scalabl 1:1.0.3-1.1 all scalable fonts for X
ii xfonts-utils 1:7.7+6 amd64 X Window System font utility prog
ii xfpanel-switch 1.0.7-0ubunt all layout manager for the Xfce panel
ii xfwm4 4.12.5-1ubun amd64 window manager of the Xfce projec
ii xinit 1.3.4-3ubunt amd64 X server initialisation tool
ii xinput 1.6.2-1build amd64 Runtime configuration and test of
ii xkb-data 2.23.1-1ubun all X Keyboard Extension (XKB) config
ii xml-core 0.18 all XML infrastructure and XML catalo
ii xorg 1:7.7+19ubun amd64 X.Org X Window System
ii xorg-docs-core 1:1.7.1-1.1 all Core documentation for the X.org
ii xpad 5.0.0-1 amd64 sticky note application for X
ii xplanet 1.3.0-5 amd64 planetary body renderer
ii xplanet-images 1.3.0-5 all imagery for xplanet
ii xscreensaver 5.36-1ubuntu amd64 Screensaver daemon and frontend f
ii xscreensaver-d 5.36-1ubuntu amd64 Screen saver modules for screensa
ii xserver-common 2:1.19.6-1ub all common files used by various X se
ii xserver-xephyr 2:1.19.6-1ub amd64 nested X server
ii xserver-xorg 1:7.7+19ubun amd64 X.Org X server
ii xserver-xorg-c 2:1.19.6-1ub amd64 Xorg X server - core server
ii xserver-xorg-i 1:7.7+19ubun amd64 X.Org X server -- input driver me
ii xserver-xorg-i 1:2.10.5-1ub amd64 X.Org X server -- evdev input dri
ii xserver-xorg-i 0.27.1-1 amd64 X.Org X server -- libinput input
ii xserver-xorg-i 1.9.0-1ubunt amd64 Synaptics TouchPad driver for X.O
ii xserver-xorg-i 1:0.36.1-0ub amd64 X.Org X server -- Wacom input dri
ii xserver-xorg-l 2:1.19.6-1ub amd64 setuid root Xorg server wrapper
ii xserver-xorg-v 1:7.7+19ubun amd64 X.Org X server -- output driver m
ii xserver-xorg-v 18.0.1-1 amd64 X.Org X server -- AMDGPU display
ii xserver-xorg-v 1:18.0.1-1 amd64 X.Org X server -- AMD/ATI display
ii xserver-xorg-v 1:0.4.4-1bui amd64 X.Org X server -- fbdev display d
ii xserver-xorg-v 2:2.99.917+g amd64 X.Org X server -- Intel i8xx, i9x
ii xserver-xorg-v 6.9.5-1build amd64 X.Org X server -- ATI Mach64 disp
ii xserver-xorg-v 1:1.2.9-1bui amd64 X.Org X server -- Neomagic displa
ii xserver-xorg-v 1:1.0.15-2 amd64 X.Org X server -- Nouveau display
ii xserver-xorg-v 1:0.6.0-3 amd64 X.Org X server -- OpenChrome disp
ii xserver-xorg-v 0.1.5-2build amd64 X.Org X server -- QXL display dri
ii xserver-xorg-v 6.10.2-1buil amd64 X.Org X server -- ATI r128 displa
ii xserver-xorg-v 1:18.0.1-1 amd64 X.Org X server -- AMD/ATI Radeon
ii xserver-xorg-v 1:2.3.9-1ubu amd64 X.Org X server -- Savage display
ii xserver-xorg-v 1:1.7.9-2ubu amd64 X.Org X server -- SiliconMotion d
ii xserver-xorg-v 1:0.9.7-1bui amd64 X.Org X server -- SiS USB display
ii xserver-xorg-v 1:1.4.7-1bui amd64 X.Org X server -- tdfx display dr
ii xserver-xorg-v 1:1.3.8-1bui amd64 X.Org X server -- Trident display
ii xserver-xorg-v 1:2.3.4-1bui amd64 X.Org X server -- VESA display dr
ii xserver-xorg-v 1:13.2.1-1bu amd64 X.Org X server -- VMware display
ii xterm 330-1ubuntu2 amd64 X terminal emulator
ii xubuntu-artwor 18.04.5 all Xubuntu themes and artwork
ii xubuntu-commun 18.04.0 all Xubuntu community wallpapers
ii xubuntu-commun 18.04.0 all Xubuntu community wallpapers (Bio
ii xubuntu-core 2.225 amd64 Xubuntu core system
ii xubuntu-defaul 18.04.6 all default settings for the Xubuntu
ii xubuntu-deskto 2.225 amd64 Xubuntu desktop system
ii xubuntu-docs 18.04.1 all Xubuntu documentation
ii xubuntu-icon-t 18.04.5 all Xubuntu icon theme
ii xubuntu-wallpa 18.04.5 all Xubuntu wallpapers
ii xul-ext-ubufox 3.4-0ubuntu1 all Ubuntu modifications for Firefox
ii xwayland 2:1.19.6-1ub amd64 Xwayland X server
ii xxd 2:8.0.1453-1 amd64 tool to make (or reverse) a hex d
ii xz-utils 5.2.2-1.3 amd64 XZ-format compression utilities
ii yelp 3.26.0-1ubun amd64 Help browser for GNOME
ii yelp-xsl 3.20.1-4 all XSL stylesheets for the yelp help
ii zeitgeist 1.0-0.1ubunt all event logging framework
ii zeitgeist-core 1.0-0.1ubunt amd64 event logging framework - engine
ii zeitgeist-data 1.0-0.1ubunt amd64 event logging framework - passive
ii zenity 3.28.1-1 amd64 Display graphical dialog boxes fr
ii zenity-common 3.28.1-1 all Display graphical dialog boxes fr
ii zip 3.0-11build1 amd64 Archiver for .zip files
ii zlib1g:amd64 1:1.2.11.dfs amd64 compression library - runtime
ii zlib1g:i386 1:1.2.11.dfs i386 compression library - runtime
Probablement le filtre
dpkg -l | grep ^ih
dpkg -l | grep -v ^ii
Les autres commandes n'ont rien donné.
utilisateur@utilisateur-All-Series:~$ dpkg -l | grep ^ih
utilisateur@utilisateur-All-Series:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-===================================================-============-===============================================================================
Hors ligne
#46 Le 05/10/2020, à 09:54
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
La commande dpkg -l seule va juste lister tous les paquets installés, ça ne mènera à rien. D'ailleurs, ton retour est incomplet parce qu'il est beaucoup trop long et le terminal ne te montre que la fin.
Pour lister les paquets "on hold", j'ai trouvé deux commandes :
dpkg -l | grep "^hi"
apt-mark showhold
Hors ligne
#47 Le 05/10/2020, à 10:16
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
La commande dpkg -l seule va juste lister tous les paquets installés, ça ne mènera à rien. D'ailleurs, ton retour est incomplet parce qu'il est beaucoup trop long et le terminal ne te montre que la fin.
Pour lister les paquets "on hold", j'ai trouvé deux commandes :
dpkg -l | grep "^hi" apt-mark showhold
ça ne donne rien.
utilisateur@utilisateur-All-Series:~$ dpkg -l | grep "^hi"
utilisateur@utilisateur-All-Series:~$ apt-mark showhold
utilisateur@utilisateur-All-Series:~$
Hors ligne
#48 Le 05/10/2020, à 10:24
- abelthorne
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Alors c'est pas ça. On peut toujours regarder du côté des paquets Python mais je ne sais pas si on va pouvoir déterminer lesquels posent problème :
dpkg -l | grep python
Hors ligne
#49 Le 05/10/2020, à 11:29
- geole
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Il me semble qu'il boucle avec cette séquence
Broken kalzium:amd64 Dépend on libavogadro2-1:amd64 < none | 1.93.0-3 @un uH > (>= 1.93.0)
Considering libavogadro2-1:amd64 1 as a solution to kalzium:amd64 1
MarkKeep kalzium:amd64 < 4:17.12.3-0ubuntu1 -> 4:19.12.3-0ubuntu1 @ii umU Ib > FU=0
Holding Back kalzium:amd64 rather than change libavogadro2-1:amd64
C'est peut-être une application qu'on peut enlever manuellement vu ce qui est décrit
https://launchpad.net/ubuntu/feisty/amd … 5-1ubuntu1
https://doc.ubuntu-fr.org/kalzium
sudo apt remove --purge kalzium
et retenter
Dernière modification par geole (Le 05/10/2020, à 11:40)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#50 Le 05/10/2020, à 13:00
- didi34michele
Re : [résolu] Mise à niveau vers 20.04... même problème que les autres.
Alors c'est pas ça. On peut toujours regarder du côté des paquets Python mais je ne sais pas si on va pouvoir déterminer lesquels posent problème :
dpkg -l | grep python
utilisateur@utilisateur-All-Series:~$ dpkg -l | grep python
ii dh-python 3.20180325ubuntu2 all Debian helper tools for packaging Python libraries and applications
ii libboost-python1.65.1 1.65.1+dfsg-0ubuntu5 amd64 Boost.Python Library
ii libpython-stdlib:amd64 2.7.15~rc1-1 amd64 interactive high-level object-oriented language (default python version)
ii libpython2.7:amd64 2.7.17-1~18.04ubuntu1.1 amd64 Shared Python runtime library (version 2.7)
ii libpython2.7-minimal:amd64 2.7.17-1~18.04ubuntu1.1 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.17-1~18.04ubuntu1.1 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.6.7-1~18.04 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.6:amd64 3.6.9-1~18.04ubuntu1.1 amd64 Shared Python runtime library (version 3.6)
ii libpython3.6-minimal:amd64 3.6.9-1~18.04ubuntu1.1 amd64 Minimal subset of the Python language (version 3.6)
ii libpython3.6-stdlib:amd64 3.6.9-1~18.04ubuntu1.1 amd64 Interactive high-level object-oriented language (standard library, version 3.6)
ii python 2.7.15~rc1-1 amd64 interactive high-level object-oriented language (default version)
ii python-apt 1.6.5ubuntu0.3 amd64 Python interface to libapt-pkg
ii python-apt-common 1.6.5ubuntu0.3 all Python interface to libapt-pkg (locales)
ii python-aptdaemon 1.1.1+bzr982-0ubuntu19.4 all Python 2 module for the server and client of aptdaemon
ii python-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu19.4 all Python 2 GTK+ 3 widgets to run an aptdaemon client
ii python-asn1crypto 0.24.0-1 all Fast ASN.1 parser and serializer (Python 2)
ii python-astrometry 0.73+dfsg-1 amd64 Astrometry plate solver (Python package)
ii python-astropy 2.0.4-4 amd64 Core functionality for performing astrophysics (Python 2 legacy)
ii python-attr 17.4.0-2 all Attributes without boilerplate (Python 2)
ii python-automat 0.6.0-1 all Self-service finite-state machines for the programmer on the go
ii python-blinker 1.4+dfsg1-0.1 all Fast, simple object-to-object and broadcast signaling library
ii python-bs4 4.6.0-1 all error-tolerant HTML parser for Python
ii python-cairo:amd64 1.16.2-1 amd64 Python bindings for the Cairo vector graphics library
ii python-certifi 2018.1.18-2 all root certificates for validating SSL certs and verifying TLS hosts
ii python-cffi-backend 1.11.5-1 amd64 Foreign Function Interface for Python calling C code - backend
ii python-chardet 3.0.4-1 all universal character encoding detector for Python2
ii python-click 6.7-3 all Simple wrapper around optparse for powerful command line utilities - Python 2.7
ii python-colorama 0.3.7-1 all Cross-platform colored terminal text in Python - Python 2.x
ii python-configobj 5.0.6-2 all simple but powerful config file reader and writer for Python 2
ii python-constantly 15.1.0-1 all Symbolic constants in Python
ii python-crypto 2.6.1-8ubuntu2 amd64 cryptographic algorithms and protocols for Python
ii python-cryptography 2.1.4-1ubuntu1.3 amd64 Python library exposing cryptographic recipes and primitives (Python 2)
ii python-cups 1.9.73-2 amd64 Python bindings for CUPS
ii python-dbus 1.2.6-1 amd64 simple interprocess messaging system (Python interface)
ii python-dbus-dev 1.2.6-1 all main loop integration development files for python-dbus
ii python-debian 0.1.32 all Python modules to work with Debian-related data formats
ii python-defer 1.0.6-2build1 all Small framework for asynchronous programming (Python 2)
ii python-defusedxml 0.5.0-1ubuntu1 all XML bomb protection for Python stdlib modules (for Python 2)
ii python-dirspec 13.10-1ubuntu1 all Python User Folders Specification Library
ii python-dnspython 1.15.0-1 all DNS toolkit for Python
ii python-enum34 1.1.6-2 all backport of Python 3.4's enum package
ii python-fasteners 0.12.0-3 all provides useful locks - Python 2.7
ii python-funcsigs 1.0.2-4 all function signatures from PEP362 - Python 2.7
ii python-gconf 2.28.1+dfsg-1.2 amd64 Python bindings for the GConf configuration database system
ii python-gdbm 2.7.17-1~18.04 amd64 GNU dbm database support for Python2
ii python-gi 3.26.1-2ubuntu1 amd64 Python 2.x bindings for gobject-introspection libraries
ii python-gi-cairo 3.26.1-2ubuntu1 amd64 Python Cairo bindings for the GObject library
ii python-gobject 3.26.1-2ubuntu1 all Python 2.x bindings for GObject - transitional package
ii python-gobject-2 2.28.6-12ubuntu3 amd64 deprecated static Python bindings for the GObject library
ii python-gtk2 2.24.0-5.1ubuntu2 amd64 Python bindings for the GTK+ widget set
ii python-html5lib 0.999999999-1 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python-httplib2 0.9.2+dfsg-1ubuntu0.2 all comprehensive HTTP client library written for Python
ii python-hyperlink 17.3.1-2 all Immutable, Pythonic, correct URLs.
ii python-idna 2.6-1 all Python IDNA2008 (RFC 5891) handling (Python 2)
ii python-incremental 16.10.1-3 all Library for versioning Python projects.
ii python-ipaddress 1.0.17-1 all Backport of Python 3 ipaddress module (Python 2)
ii python-jwt 1.5.3+ds1-1 all Python implementation of JSON Web Token
ii python-ldb:amd64 2:1.2.3-1ubuntu0.1 amd64 Python bindings for LDB
ii python-libxml2 2.9.4+dfsg1-6.1ubuntu1.3 amd64 Python bindings for the GNOME XML library
ii python-lockfile 1:0.12.2-2 all file locking library for Python — Python 2 library
ii python-lxml:amd64 4.2.1-1ubuntu0.1 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python-lzma 0.5.3-3 amd64 Python bindings for liblzma
ii python-minimal 2.7.15~rc1-1 amd64 minimal subset of the Python language (default version)
ii python-monotonic 1.1-2 all implementation of time.monotonic() - Python 2.x
ii python-nautilus 1.1-6 amd64 Python binding for Nautilus components
ii python-notify 0.1.1-4 amd64 Python bindings for libnotify
ii python-ntdb 1.0-9build1 amd64 Python bindings for NTDB
ii python-numpy 1:1.13.3-2ubuntu1 amd64 Numerical Python adds a fast array facility to the Python language
ii python-oauthlib 2.0.6-1 all generic, spec-compliant implementation of OAuth for Python
ii python-olefile 0.45.1-1 all Python module to read/write MS OLE2 files
ii python-openssl 17.5.0-1ubuntu1 all Python 2 wrapper around the OpenSSL library
ii python-pam 0.4.2-13.2ubuntu4 amd64 Python interface to the PAM library
ii python-pexpect 4.2.1-1 all Python module for automating interactive applications
ii python-pil:amd64 5.1.0-1ubuntu0.3 amd64 Python Imaging Library (Pillow fork)
ii python-piston-mini-client 0.7.5-0ubuntu3 all library for writing clients for Django's Piston REST APIs
ii python-pkg-resources 39.0.1-2 all Package Discovery and Resource Access using pkg_resources
ii python-pluggy 0.6.0-1 all plugin and hook calling mechanisms for Python - 2.7
ii python-ply 3.11-1 all Lex and Yacc implementation for Python2
ii python-psutil 5.4.2-1ubuntu0.1 amd64 module providing convenience functions for managing processes
ii python-ptyprocess 0.5.2-1 all Run a subprocess in a pseudo terminal from Python 2
ii python-py 1.5.2-1 all Advanced Python development support library (Python 2)
ii python-pyasn1 0.4.2-3 all ASN.1 library for Python (Python 2 module)
ii python-pyasn1-modules 0.2.1-0.2 all Collection of protocols modules written in ASN.1 language
ii python-pycurl 7.43.0.1-0.2 amd64 Python bindings to libcurl
ii python-pytest 3.3.2-2 all Simple, powerful testing in Python
ii python-qt4 4.12.1+dfsg-2 amd64 Python bindings for Qt4
ii python-qt4-dbus 4.12.1+dfsg-2 amd64 D-Bus Support for PyQt4
ii python-renderpm:amd64 3.4.0-3ubuntu0.1 amd64 python low level render interface
ii python-reportlab 3.4.0-3ubuntu0.1 all ReportLab library to create PDF documents using Python
ii python-reportlab-accel:amd64 3.4.0-3ubuntu0.1 amd64 C coded extension accelerator for the ReportLab Toolkit
ii python-requests 2.18.4-2ubuntu0.1 all elegant and simple HTTP library for Python2, built for human beings
ii python-samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.20 amd64 Python bindings for Samba
ii python-serial 3.4-2 all pyserial - module encapsulating access for the serial port
ii python-service-identity 16.0.0-2 all Service identity verification for pyOpenSSL (Python 2 module)
ii python-sip 4.19.7+dfsg-1ubuntu0.1 amd64 Python/C++ bindings generator runtime library
ii python-six 1.11.0-2 all Python 2 and 3 compatibility library (Python 2 interface)
ii python-smbc 1.0.15.6-1build2 amd64 Python 2 bindings for the Samba client library
ii python-soappy 0.12.22-1 all SOAP Support for Python
ii python-talloc 2.1.10-2ubuntu1 amd64 hierarchical pool based memory allocator - Python bindings
ii python-tdb 1.3.15-2 amd64 Python bindings for TDB
ii python-twisted-bin:amd64 17.9.0-2ubuntu0.1 amd64 Event-based framework for internet applications
ii python-twisted-core 17.9.0-2ubuntu0.1 all Event-based framework for internet applications
ii python-twisted-web 17.9.0-2ubuntu0.1 all twisted dummy package for HTTP protocol implementation
ii python-urllib3 1.22-1ubuntu0.18.04.1 all HTTP library with thread-safe connection pooling for Python
ii python-webencodings 0.5-2 all Python implementation of the WHATWG Encoding standard
ii python-wstools 0.4.3-3 all WSDL parsing tools Python module
ii python-xapian 1.4.5-1ubuntu3 amd64 Xapian search engine interface for Python
ii python-xdg 0.25-4ubuntu1 all Python 2 library to access freedesktop.org standards
ii python-zeitgeist 1.0-0.1ubuntu1 all event logging framework - Python bindings
ii python-zope.interface 4.3.2-1build2 amd64 Interfaces for Python
ii python2.7 2.7.17-1~18.04ubuntu1.1 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.17-1~18.04ubuntu1.1 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.6.7-1~18.04 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-apport 2.20.9-0ubuntu7.17 all Python 3 library for Apport crash report handling
ii python3-apt 1.6.5ubuntu0.3 amd64 Python 3 interface to libapt-pkg
ii python3-aptdaemon 1.1.1+bzr982-0ubuntu19.4 all Python 3 module for the server and client of aptdaemon
ii python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu19.4 all Python 3 GTK+ 3 widgets to run an aptdaemon client
ii python3-asn1crypto 0.24.0-1 all Fast ASN.1 parser and serializer (Python 3)
ii python3-blinker 1.4+dfsg1-0.1 all fast, simple object-to-object and broadcast signaling library
ii python3-brlapi 5.5-4ubuntu2.0.1 amd64 Braille display access via BRLTTY - Python3 bindings
ii python3-bs4 4.6.0-1 all error-tolerant HTML parser for Python 3
ii python3-bsddb3 6.1.0-1build4 amd64 Python interface for Berkeley DB (Python 3.x)
ii python3-cairo:amd64 1.16.2-1 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-certifi 2018.1.18-2 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi-backend 1.11.5-1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-1 all universal character encoding detector for Python3
ii python3-checkbox-ng 0.23-2 all PlainBox based test runner (Python 3 library)
ii python3-checkbox-support 0.22-1 all collection of Python modules used by PlainBox providers
ii python3-commandnotfound 18.04.5 all Python 3 bindings for command-not-found.
ii python3-crypto 2.6.1-8ubuntu2 amd64 cryptographic algorithms and protocols for Python 3
ii python3-cryptography 2.1.4-1ubuntu1.3 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-cups 1.9.73-2 amd64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.11-1ubuntu2 all Python utility modules around the CUPS printing system
ii python3-dateutil 2.6.1-1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.6-1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-debconf 1.5.66ubuntu1 all interact with debconf from Python 3
ii python3-debian 0.1.32 all Python 3 modules to work with Debian-related data formats
ii python3-debianbts 2.7.2 all Python interface to Debian's Bug Tracking System
ii python3-defer 1.0.6-2build1 all Small framework for asynchronous programming (Python 3)
ii python3-distro-info 0.18ubuntu0.18.04.1 all information about distributions' releases (Python 3 module)
ii python3-distupgrade 1:18.04.38 all manage release upgrades
ii python3-distutils 3.6.9-1~18.04 all distutils package for Python 3.x
ii python3-feedparser 5.2.1-1 all Universal Feed Parser for Python 3
ii python3-gdbm:amd64 3.6.9-1~18.04 amd64 GNU dbm database support for Python 3.x
ii python3-gi 3.26.1-2ubuntu1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gi-cairo 3.26.1-2ubuntu1 amd64 Python 3 Cairo bindings for the GObject library
ii python3-guacamole 0.9.2-2 all framework for creating command line applications (Python 3)
ii python3-html5lib 0.999999999-1 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-httplib2 0.9.2+dfsg-1ubuntu0.2 all comprehensive HTTP client library written for Python3
ii python3-icu 1.9.8-0ubuntu1 amd64 Python 3 extension wrapping the ICU C++ API
ii python3-idna 2.6-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-jinja2 2.10-1ubuntu0.18.04.1 all small but fast and easy to use stand-alone template engine
ii python3-jwt 1.5.3+ds1-1 all Python 3 implementation of JSON Web Token
ii python3-keyring 10.6.0-1 all store and access your passwords safely - Python 3 version of the package
ii python3-keyrings.alt 3.0-1 all alternate backend implementations for python3-keyring
ii python3-launchpadlib 1.10.6-1 all Launchpad web services client library (Python 3)
ii python3-lazr.restfulclient 0.13.5-1 all client for lazr.restful-based web services (Python 3)
ii python3-lazr.uri 1.0.3-2build1 all library for parsing, manipulating, and generating URIs
ii python3-lib2to3 3.6.9-1~18.04 all Interactive high-level object-oriented language (2to3, version 3.6)
ii python3-louis 3.5.0-1ubuntu0.3 all Python bindings for liblouis
ii python3-lxml:amd64 4.2.1-1ubuntu0.1 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-macaroonbakery 1.1.3-1 all Higher-level macaroon operations for Python 3
ii python3-magic 2:0.4.15-1 all python3 interface to the libmagic file type identification library
ii python3-mako 1.0.7+ds1-1 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.0-1build1 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.6.7-1~18.04 amd64 minimal subset of the Python language (default python3 version)
ii python3-nacl 1.1.2-1build1 amd64 Python bindings to libsodium (Python 3)
ii python3-netifaces 0.10.4-0.1build4 amd64 portable network interface information - Python 3.x
ii python3-oauth 1.0.1-5 all Python 3 library implementing of the OAuth protocol
ii python3-oauthlib 2.0.6-1 all generic, spec-compliant implementation of OAuth for Python3
ii python3-olefile 0.45.1-1 all Python module to read/write MS OLE2 files
ii python3-padme 1.1.1-2 all mostly transparent proxy class for Python 3
ii python3-pexpect 4.2.1-1 all Python 3 module for automating interactive applications
ii python3-pil:amd64 5.1.0-1ubuntu0.3 amd64 Python Imaging Library (Python3)
ii python3-piston-mini-client 0.7.5-0ubuntu3 all library for writing clients for Django's Piston REST APIs
ii python3-pkg-resources 39.0.1-2 all Package Discovery and Resource Access using pkg_resources
ii python3-plainbox 0.25-1 all toolkit for software and hardware testing (python3 module)
ii python3-problem-report 2.20.9-0ubuntu7.17 all Python 3 library to handle problem reports
ii python3-protobuf 3.0.0-9.1ubuntu1 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.4.2-1ubuntu0.1 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.5.2-1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyatspi 2.26.0+dfsg-1 all Assistive Technology Service Provider Interface - Python3 bindings
ii python3-pycurl 7.43.0.1-0.2 amd64 Python bindings to libcurl (Python 3)
ii python3-pymacaroons 0.13.0-1 all Macaroon library for Python 3
ii python3-pyparsing 2.2.0+dfsg1-2 all alternative to creating and executing simple grammars - Python 3.x
ii python3-pysimplesoap 1.16-2 all simple and lightweight SOAP Library (Python 3)
ii python3-renderpm:amd64 3.4.0-3ubuntu0.1 amd64 python low level render interface
ii python3-reportlab 3.4.0-3ubuntu0.1 all ReportLab library to create PDF documents using Python3
ii python3-reportlab-accel:amd64 3.4.0-3ubuntu0.1 amd64 C coded extension accelerator for the ReportLab Toolkit
ii python3-requests 2.18.4-2ubuntu0.1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-requests-unixsocket 0.1.5-3 all Use requests to talk HTTP via a UNIX domain socket - Python 3.x
ii python3-rfc3339 1.0-4 all parser and generator of RFC 3339-compliant timestamps (Python 3)
ii python3-secretstorage 2.3.1-2 all Python module for storing secrets - Python 3.x version
ii python3-simplejson 3.13.2-1 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-six 1.11.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-software-properties 0.96.24.32.14 all manage the repositories that you install software from
ii python3-speechd 0.8.8-1ubuntu1 all Python interface to Speech Dispatcher
ii python3-systemd 234-1build1 amd64 Python 3 bindings for systemd
ii python3-tz 2018.3-2 all Python3 version of the Olson timezone database
ii python3-uno 1:6.0.7-0ubuntu0.18.04.10 amd64 Python-UNO bridge
ii python3-update-manager 1:18.04.11.13 all python 3.x module for update-manager
ii python3-urllib3 1.22-1ubuntu0.18.04.1 all HTTP library with thread-safe connection pooling for Python3
ii python3-wadllib 1.3.2-3ubuntu0.18.04.1 all Python 3 library for navigating WADL files
ii python3-webencodings 0.5-2 all Python implementation of the WHATWG Encoding standard
ii python3-xapian 1.4.5-1ubuntu3 amd64 Xapian search engine interface for Python3
ii python3-xdg 0.25-4ubuntu1 all Python 3 library to access freedesktop.org standards
ii python3-xkit 0.5.0ubuntu2 all library for the manipulation of xorg.conf files (Python 3)
ii python3-xlsxwriter 0.9.6-0.1 all Python 3 module for creating Excel XLSX files
ii python3-yaml 3.12-1build2 amd64 YAML parser and emitter for Python3
ii python3-zope.interface 4.3.2-1build2 amd64 Interfaces for Python3
ii python3.6 3.6.9-1~18.04ubuntu1.1 amd64 Interactive high-level object-oriented language (version 3.6)
ii python3.6-minimal 3.6.9-1~18.04ubuntu1.1 amd64 Minimal subset of the Python language (version 3.6)
Hors ligne