Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 23/02/2023, à 15:44

dàmwsy

passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,

J'étais sous Kubuntu 18.04 LTS.
Pour passer à la dernière LTS, 22.04, j'ai fait une première mise à jour vers 20.04 qui semble fonctionner correctement.
Le passage vers 22.04 ne se lance pas au motif qu'il reste des mises à jour à faire :

dco@dco-asus:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.

le problème semble être lié à gdb :

dco@dco-asus:~$ apt list --upgradable -a
Listing... Done
gdb/focal-updates 9.2-0ubuntu1~20.04.1 amd64 [upgradable from: 8.1.1-0ubuntu1]
gdb/focal 9.1-0ubuntu1 amd64
gdb/now 8.1.1-0ubuntu1 amd64 [installed,upgradable to: 9.2-0ubuntu1~20.04.1]

j'ai essayé diverses suggestions récoltées dans le forum :

dco@dco-asus:~$ sudo apt-get clean
dco@dco-asus:~$ sudo apt-get autoclean
Reading package lists... Done
Building dependency tree       
Reading state information... Done

dco@dco-asus:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

la commande aptitude indiquerait une version trop élevée de libpython3.8 pour gdb, mais étant assez novice en linux, je ne peux pas le confirmer, ni expliquer pourquoi j'ai ce problème, et encore moins me lancer dans les suggestions proposées par la commande :

dco@dco-asus:~$ sudo aptitude install gdb
The following NEW packages will be installed:
  libpython3.8{ab} 
The following packages will be upgraded:
  gdb 
1 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 4847 kB of archives. After unpacking 6585 kB will be used.
The following packages have unmet dependencies:
 libpython3.8 : Depends: libpython3.8-stdlib (= 3.8.10-0ubuntu1~20.04.6) but 3.8.16-1+bionic1 is installed
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     gdb [8.1.1-0ubuntu1 (now)]                         
2)     libpython3.8 [Not Installed]                       



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

      Remove the following packages:                                    
1)      gdb [8.1.1-0ubuntu1 (now)]                                      
2)      kinfocenter [4:5.18.5-0ubuntu0.1 (focal-updates, now)]          
3)      plasma-desktop [4:5.18.8-0ubuntu0.1 (focal-updates, now)]       
4)      plasma-widgets-addons [4:5.18.7-0ubuntu0.1 (focal-updates, now)]
5)      plasma-workspace [4:5.18.8-0ubuntu0.1 (focal-updates, now)]     
6)      sddm-theme-breeze [4:5.18.8-0ubuntu0.1 (focal-updates, now)]    

      Install the following packages:                                   
7)      notification-daemon [3.20.0-4 (focal)]                          
8)      sddm-theme-maya [0.18.1-1ubuntu2 (focal)]                       

      Keep the following packages at their current version:             
9)      libpython3.8 [Not Installed]                                    

      Leave the following dependencies unresolved:                      
10)     codeblocks recommends gdb                                       
11)     kdevelop recommends gdb (>= 7.0)                                
12)     apport-gtk recommends gdb | gdb-minimal                         
13)     kwin-common recommends plasma-desktop (>= 4:5.18.0)             
14)     plasma-desktop recommends kinfocenter (>= 4:5.18.0)             
15)     plasma-desktop-data recommends plasma-workspace (>= 4:5.18.0)   



Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

Avez-vous une idée du problème et de sa résolution ?

Merci

Hors ligne

#2 Le 23/02/2023, à 16:51

iznobe

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour , que dis :

sudo apt install -s --reinstall gdb

montre aussi :

apt policy gdb

Dernière modification par iznobe (Le 23/02/2023, à 16:51)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#3 Le 24/02/2023, à 18:52

dàmwsy

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,

voici sudo apt install -s --reinstall gdb :

dco@dco-asus:~$ sudo apt install -s --reinstall gdb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gdb : Depends: libpython3.8 (>= 3.8.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dco@dco-asus:~$ 

et apt policy gdb :

dco@dco-asus:~$ sudo apt policy gdb
gdb:
  Installed: 8.1.1-0ubuntu1
  Candidate: 9.2-0ubuntu1~20.04.1
  Version table:
     9.2-0ubuntu1~20.04.1 500
        500 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
     9.1-0ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
 *** 8.1.1-0ubuntu1 100
        100 /var/lib/dpkg/status
dco@dco-asus:~$ 

Merci

Hors ligne

#4 Le 24/02/2023, à 18:57

ylag

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonsoir,

Faire aussi voir :

apt policy libpython3.8

A+

Hors ligne

#5 Le 25/02/2023, à 06:02

dàmwsy

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

bonjour,

Voici le résultat de apt policy libpython3.8 :

dco@dco-asus:~$ sudo apt policy libpython3.8
[sudo] password for dco: 
libpython3.8:
  Installed: (none)
  Candidate: 3.8.10-0ubuntu1~20.04.6
  Version table:
     3.8.10-0ubuntu1~20.04.6 500
        500 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     3.8.2-1ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
dco@dco-asus:~$ 

Merci

Hors ligne

#6 Le 25/02/2023, à 08:38

iznobe

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour , probablement des conflits avec des depots non officiels .
montre :

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

retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#7 Le 25/02/2023, à 12:26

ylag

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,

Sous réserve de ce qu'en pense @iznobe, tu pourrais tenter ceci en mode simulation, histoire de voir si ça permettrait à apt de gérer le conflit de version à la volée :

sudo apt -s install libpython3.8 gdb=9.2-0ubuntu1~20.04.1

... si ça passe correctement, lancer l'installation réelle sans simulation :

sudo apt install libpython3.8 gdb=9.2-0ubuntu1~20.04.1

?

Hors ligne

#8 Le 25/02/2023, à 12:48

geole

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour
Pourquoi ne pas supprimer GDB?  Tu devrais pouvoir t'en passer quelques heures.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#9 Le 25/02/2023, à 20:04

dàmwsy

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Merci pour toutes vos suggestions ;

Pour iznobe, voici le retour de la commande :

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

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

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

/etc/apt/sources.list.d/deadsnakes-ubuntu-ppa-bionic.list

     1  # deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu/ focal main # disabled on upgrade to focal
     2  # deb-src http://ppa.launchpad.net/deadsnakes/ppa/ubuntu/ bionic main
     3

/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-bionic.list

     1  # deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu/ focal main # disabled on upgrade to focal
     2  # deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu/ bionic main
     3

/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-bionic.list

     1  # deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/ focal main # disabled on upgrade to focal
     2  # deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/ bionic main
     3
     4

/etc/apt/sources.list.d/surfshark.list

     1  # deb https://ocean.surfshark.com/debian/ stretch main
     2

/etc/apt/sources.list.d/nordvpn.list

     1
     2  # NordVPN releases, stable
     3
     4  # deb https://repo.nordvpn.com/deb/nordvpn/debian/ stable main
     5

/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-bionic.list

     1  # deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ focal main # disabled on upgrade to focal
     2  # deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ bionic main
     3
     4

/etc/apt/sources.list

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

Pour ylag, je pense que la simulation montre que l'installation ne réussirait pas :

dco@dco-asus:~$ sudo apt -s install libpython3.8 gdb=9.2-0ubuntu1~20.04.1
[sudo] password for dco: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libpython3.8 : Depends: libpython3.8-stdlib (= 3.8.10-0ubuntu1~20.04.6) but 3.8.16-1+bionic1 is to be installed
E: Unable to correct problems, you have held broken packages.
dco@dco-asus:~$ 

Pour geole : je me passerais bien de GDB que je n'ai jamais utilisé, mais étant peu expérimenté en Ubuntu, j'ignore comment il est arrivé là et quelle seraient les conséquences éventuelles de sa suppression.

Cordialement.

Hors ligne

#10 Le 25/02/2023, à 21:48

geole

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

sudo apt purge --simulate gdb

Dernière modification par geole (Le 25/02/2023, à 21:48)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#11 Le 25/02/2023, à 22:00

ylag

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonsoir,

Faire aussi voir le résultat de :

apt list ?obsolete

Tu ne risquerais rien à tenter cette version de la simulation précédente :

sudo apt -s install libpython3.8 libpython3.8-stdlib=3.8.10-0ubuntu1~20.04.6 gdb=9.2-0ubuntu1~20.04.1

... on ne sait jamais ? smile

Sinon, la suggestion de @geole au #10 me semble très pertinente ...

A+

Dernière modification par ylag (Le 25/02/2023, à 22:08)

Hors ligne

#12 Le 26/02/2023, à 06:09

dàmwsy

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,

Voici le résultat de la simulation de la purge suggérée par geole :

dco@dco-asus:~$ sudo apt purge --simulate gdb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  appmenu-gtk-module-common appmenu-gtk3-module libappmenu-gtk3-parser0 libnotificationmanager1 libqalculate20 libqalculate20-data plasma-browser-integration plasma-thunderbolt
  qml-module-org-kde-quickcharts
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  evolution-data-server evolution-data-server-common fprintd gdm3 gir1.2-accountsservice-1.0 gir1.2-atspi-2.0 gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdesktopenums-3.0 gir1.2-gdm-1.0
  gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-json-1.0 gir1.2-mutter-6 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.0
  gir1.2-upowerglib-1.0 gjs gkbd-capplet gnome-menus gnome-settings-daemon gnome-settings-daemon-common gnome-shell gnome-shell-common gnome-user-docs libcamel-1.2-62 libebackend-1.2-10
  libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedata-cal-2.0-1 libedataserver-1.2-24 libedataserverui-1.2-2 libfprint-2-2 libgdata-common libgdata22 libgdm1
  libgeocode-glib0 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnomekbd-common libgnomekbd8 libgweather-3-16 libgweather-common libmozjs-68-0 libmutter-6-0 libpam-fprintd
  libxklavier16 mutter mutter-common switcheroo-control ubuntu-docs ubuntu-session ubuntu-wallpapers ubuntu-wallpapers-focal xserver-xephyr xwayland yaru-theme-gnome-shell
Suggested packages:
  evolution gnome-orca usbguard chrome-gnome-shell gir1.2-telepathyglib-0.12 gnome-themes-standard-data gnome-backgrounds gir1.2-telepathylogger-0.2 gnome-control-center
  ubuntu-wallpapers-karmic ubuntu-wallpapers-lucid ubuntu-wallpapers-maverick ubuntu-wallpapers-natty ubuntu-wallpapers-oneiric ubuntu-wallpapers-precise ubuntu-wallpapers-quantal
  ubuntu-wallpapers-raring ubuntu-wallpapers-saucy ubuntu-wallpapers-trusty ubuntu-wallpapers-utopic ubuntu-wallpapers-vivid ubuntu-wallpapers-wily ubuntu-wallpapers-xenial
  ubuntu-wallpapers-yakkety ubuntu-wallpapers-zesty ubuntu-wallpapers-artful ubuntu-wallpapers-bionic ubuntu-wallpapers-cosmic ubuntu-wallpapers-disco ubuntu-wallpapers-eoan
Recommended packages:
  gnome-control-center
The following packages will be REMOVED:
  gdb* kinfocenter* plasma-desktop* plasma-widgets-addons* plasma-workspace* sddm-theme-breeze*
The following NEW packages will be installed:
  evolution-data-server evolution-data-server-common fprintd gdm3 gir1.2-accountsservice-1.0 gir1.2-atspi-2.0 gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdesktopenums-3.0 gir1.2-gdm-1.0
  gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-json-1.0 gir1.2-mutter-6 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.0
  gir1.2-upowerglib-1.0 gjs gkbd-capplet gnome-menus gnome-settings-daemon gnome-settings-daemon-common gnome-shell gnome-shell-common gnome-user-docs libcamel-1.2-62 libebackend-1.2-10
  libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedata-cal-2.0-1 libedataserver-1.2-24 libedataserverui-1.2-2 libfprint-2-2 libgdata-common libgdata22 libgdm1
  libgeocode-glib0 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnomekbd-common libgnomekbd8 libgweather-3-16 libgweather-common libmozjs-68-0 libmutter-6-0 libpam-fprintd
  libxklavier16 mutter mutter-common switcheroo-control ubuntu-docs ubuntu-session ubuntu-wallpapers ubuntu-wallpapers-focal xserver-xephyr xwayland yaru-theme-gnome-shell
0 upgraded, 64 newly installed, 6 to remove and 0 not upgraded.
Purg sddm-theme-breeze [4:5.18.8-0ubuntu0.1]
Inst libcamel-1.2-62 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libgdata-common (0.17.12-1 Ubuntu:20.04/focal [all])
Inst libgdata22 (0.17.12-1 Ubuntu:20.04/focal [amd64])
Inst evolution-data-server-common (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [all])
Inst libedataserver-1.2-24 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libebackend-1.2-10 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libebook-contacts-1.2-3 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libedata-book-1.2-26 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libebook-1.2-20 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libecal-2.0-1 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libedata-cal-2.0-1 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libedataserverui-1.2-2 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst libgeocode-glib0 (3.26.2-2 Ubuntu:20.04/focal [amd64])
Inst libgweather-common (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [all])
Inst libgweather-3-16 (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Inst evolution-data-server (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-accountsservice-1.0 (0.6.55-0ubuntu12~20.04.5 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst gir1.2-atspi-2.0 (2.36.0-2 Ubuntu:20.04/focal [amd64])
Inst gir1.2-gck-1 (3.36.0-2build1 Ubuntu:20.04/focal [amd64])
Inst gir1.2-gcr-3 (3.36.0-2build1 Ubuntu:20.04/focal [amd64])
Inst gir1.2-gdesktopenums-3.0 (3.36.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Inst libgdm1 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-gdm-1.0 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-geoclue-2.0 (2.5.6-0ubuntu1 Ubuntu:20.04/focal [amd64])
Inst libgnome-bluetooth13 (3.34.3-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-gnomebluetooth-1.0 (3.34.3-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-gnomedesktop-3.0 (3.36.8-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-gweather-3.0 (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Inst mutter-common (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [all])
Inst libmutter-6-0 (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-graphene-1.0 (1.10.0-1build2 Ubuntu:20.04/focal [amd64])
Inst gir1.2-json-1.0 (1.4.4-2ubuntu2 Ubuntu:20.04/focal [amd64])
Inst gir1.2-mutter-6 (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-nm-1.0 (1.22.10-1ubuntu2.3 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-nma-1.0 (1.8.24-1ubuntu3 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-rsvg-2.0 (2.48.9-1ubuntu0.20.04.1 Ubuntu:20.04/focal-updates [amd64])
Inst gir1.2-upowerglib-1.0 (0.99.11-1build2 Ubuntu:20.04/focal [amd64])
Inst libmozjs-68-0 (68.6.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Inst libgjs0g (1.64.5-0ubuntu0.20.04.01 Ubuntu:20.04/focal-updates [amd64])
Inst gjs (1.64.5-0ubuntu0.20.04.01 Ubuntu:20.04/focal-updates [amd64])
Inst gnome-settings-daemon-common (3.36.1-0ubuntu1.1 Ubuntu:20.04/focal-updates [all])
Inst gnome-settings-daemon (3.36.1-0ubuntu1.1 Ubuntu:20.04/focal-updates [amd64])
Inst gnome-shell-common (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [all])
Inst ubuntu-wallpapers-focal (20.04.2-0ubuntu1 Ubuntu:20.04/focal [all])
Inst ubuntu-wallpapers (20.04.2-0ubuntu1 Ubuntu:20.04/focal [all])
Inst mutter (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Inst libgnome-autoar-0-0 (0.2.3-2ubuntu0.4 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst gnome-shell (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Purg plasma-widgets-addons [4:5.18.7-0ubuntu0.1]
Purg plasma-workspace [4:5.18.8-0ubuntu0.1] [plasma-desktop:amd64 kinfocenter:amd64 ]
Purg gdb [8.1.1-0ubuntu1] [plasma-desktop:amd64 kinfocenter:amd64 ]
Purg kinfocenter [4:5.18.5-0ubuntu0.1] [plasma-desktop:amd64 ]
Purg plasma-desktop [4:5.18.8-0ubuntu0.1]
Inst xwayland (2:1.20.13-1ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst yaru-theme-gnome-shell (20.04.11.1 Ubuntu:20.04/focal-updates [all])
Inst ubuntu-session (3.36.0-2ubuntu1 Ubuntu:20.04/focal [all])
Inst gdm3 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Inst libgnomekbd-common (3.26.1-1 Ubuntu:20.04/focal [all])
Inst libxklavier16 (5.4-4 Ubuntu:20.04/focal [amd64])
Inst libgnomekbd8 (3.26.1-1 Ubuntu:20.04/focal [amd64])
Inst gkbd-capplet (3.26.1-1 Ubuntu:20.04/focal [amd64])
Inst gnome-menus (3.36.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Inst ubuntu-docs (20.04.3 Ubuntu:20.04/focal-updates [all])
Inst gnome-user-docs (3.36.2+git20200704-0ubuntu0.1 Ubuntu:20.04/focal-updates [all])
Inst libfprint-2-2 (1:1.90.2+tod1-0ubuntu1~20.04.10 Ubuntu:20.04/focal-updates [amd64])
Inst switcheroo-control (2.1-1 Ubuntu:20.04/focal [amd64])
Inst xserver-xephyr (2:1.20.13-1ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst fprintd (1.90.9-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Inst libpam-fprintd (1.90.9-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf libcamel-1.2-62 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libgdata-common (0.17.12-1 Ubuntu:20.04/focal [all])
Conf libgdata22 (0.17.12-1 Ubuntu:20.04/focal [amd64])
Conf evolution-data-server-common (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [all])
Conf libedataserver-1.2-24 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libebackend-1.2-10 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libebook-contacts-1.2-3 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libedata-book-1.2-26 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libebook-1.2-20 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libecal-2.0-1 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libedata-cal-2.0-1 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libedataserverui-1.2-2 (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf libgeocode-glib0 (3.26.2-2 Ubuntu:20.04/focal [amd64])
Conf libgweather-common (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [all])
Conf libgweather-3-16 (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf evolution-data-server (3.36.5-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-accountsservice-1.0 (0.6.55-0ubuntu12~20.04.5 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf gir1.2-atspi-2.0 (2.36.0-2 Ubuntu:20.04/focal [amd64])
Conf gir1.2-gck-1 (3.36.0-2build1 Ubuntu:20.04/focal [amd64])
Conf gir1.2-gcr-3 (3.36.0-2build1 Ubuntu:20.04/focal [amd64])
Conf gir1.2-gdesktopenums-3.0 (3.36.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Conf libgdm1 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-gdm-1.0 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-geoclue-2.0 (2.5.6-0ubuntu1 Ubuntu:20.04/focal [amd64])
Conf libgnome-bluetooth13 (3.34.3-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-gnomebluetooth-1.0 (3.34.3-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-gnomedesktop-3.0 (3.36.8-0ubuntu1 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-gweather-3.0 (3.36.1-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf mutter-common (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [all])
Conf libmutter-6-0 (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-graphene-1.0 (1.10.0-1build2 Ubuntu:20.04/focal [amd64])
Conf gir1.2-json-1.0 (1.4.4-2ubuntu2 Ubuntu:20.04/focal [amd64])
Conf gir1.2-mutter-6 (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-nm-1.0 (1.22.10-1ubuntu2.3 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-nma-1.0 (1.8.24-1ubuntu3 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-rsvg-2.0 (2.48.9-1ubuntu0.20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf gir1.2-upowerglib-1.0 (0.99.11-1build2 Ubuntu:20.04/focal [amd64])
Conf libmozjs-68-0 (68.6.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Conf libgjs0g (1.64.5-0ubuntu0.20.04.01 Ubuntu:20.04/focal-updates [amd64])
Conf gjs (1.64.5-0ubuntu0.20.04.01 Ubuntu:20.04/focal-updates [amd64])
Conf gnome-settings-daemon-common (3.36.1-0ubuntu1.1 Ubuntu:20.04/focal-updates [all])
Conf gnome-settings-daemon (3.36.1-0ubuntu1.1 Ubuntu:20.04/focal-updates [amd64])
Conf gnome-shell-common (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [all])
Conf ubuntu-wallpapers-focal (20.04.2-0ubuntu1 Ubuntu:20.04/focal [all])
Conf ubuntu-wallpapers (20.04.2-0ubuntu1 Ubuntu:20.04/focal [all])
Conf mutter (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Conf libgnome-autoar-0-0 (0.2.3-2ubuntu0.4 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf gnome-shell (3.36.9-0ubuntu0.20.04.2 Ubuntu:20.04/focal-updates [amd64])
Conf xwayland (2:1.20.13-1ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf yaru-theme-gnome-shell (20.04.11.1 Ubuntu:20.04/focal-updates [all])
Conf ubuntu-session (3.36.0-2ubuntu1 Ubuntu:20.04/focal [all])
Conf gdm3 (3.36.3-0ubuntu0.20.04.4 Ubuntu:20.04/focal-updates [amd64])
Conf libgnomekbd-common (3.26.1-1 Ubuntu:20.04/focal [all])
Conf libxklavier16 (5.4-4 Ubuntu:20.04/focal [amd64])
Conf libgnomekbd8 (3.26.1-1 Ubuntu:20.04/focal [amd64])
Conf gkbd-capplet (3.26.1-1 Ubuntu:20.04/focal [amd64])
Conf gnome-menus (3.36.0-1ubuntu1 Ubuntu:20.04/focal [amd64])
Conf ubuntu-docs (20.04.3 Ubuntu:20.04/focal-updates [all])
Conf gnome-user-docs (3.36.2+git20200704-0ubuntu0.1 Ubuntu:20.04/focal-updates [all])
Conf libfprint-2-2 (1:1.90.2+tod1-0ubuntu1~20.04.10 Ubuntu:20.04/focal-updates [amd64])
Conf switcheroo-control (2.1-1 Ubuntu:20.04/focal [amd64])
Conf xserver-xephyr (2:1.20.13-1ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf fprintd (1.90.9-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf libpam-fprintd (1.90.9-1~ubuntu20.04.1 Ubuntu:20.04/focal-updates [amd64])
dco@dco-asus:~$ 

Je suis sous Kubuntu : la suppression de kinfocenter*, plasma-desktop*, plasma-widgets-addons*,  plasma-workspace* ne va-t-elle pas me perturber le système ?

Voici le retour des commandes proposées par ylag :

dco@dco-asus:~$ apt list ?obsolete
Listing... Done
boot-info/now 4ppa203 all [installed,local]
boot-repair/now 4ppa203 all [installed,local]
boot-sav-extra/now 4ppa203 all [installed,local]
boot-sav/now 4ppa203 all [installed,local]
brscan-skey/now 0.2.4-1 amd64 [installed,local]
brscan4/now 0.4.4-3 amd64 [installed,local]
command-not-found-data/now 18.04.6 amd64 [installed,local]
dcpj4120dwcupswrapper/now 3.0.1-1 i386 [installed,local]
dcpj4120dwlpr/now 3.0.1-1 i386 [installed,local]
glade2script-python3/now 3.2.4~ppa23 all [installed,local]
glade2script/now 3.2.4~ppa23 all [installed,local]
kde-l10n-engb/now 4:17.08.3-0ubuntu4 all [installed,local]
kde-runtime-data/now 4:17.08.3-0ubuntu1 all [installed,local]
kdelibs-bin/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
kdelibs5-data/now 4:4.14.38-0ubuntu3.1 all [installed,local]
kdelibs5-plugins/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
kdoctools/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libattica0.4/now 0.4.2-2 amd64 [installed,local]
libavcodec57/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libavfilter6/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libavformat57/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libavresample3/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libavutil55/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libbind9-160/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libboost-date-time1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libboost-filesystem1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libboost-iostreams1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libboost-locale1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libboost-system1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libboost-thread1.65.1/now 1.65.1+dfsg-0ubuntu5 amd64 [installed,local]
libcdio17/now 1.0.0-2ubuntu2 amd64 [installed,local]
libcfitsio5/now 3.430-2 amd64 [installed,local]
libdbusmenu-qt2/now 0.9.3+16.04.20160218-1ubuntu1 amd64 [installed,local]
libdns-export1100/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libdns1100/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libdouble-conversion1/now 2.0.1-4ubuntu1 amd64 [installed,local]
libdvdread4/now 6.0.0-1 amd64 [installed,local]
libevent-2.1-6/now 2.1.8-stable-4build1 amd64 [installed,local]
libexiv2-14/now 0.25-3.1ubuntu0.18.04.11 amd64 [installed,local]
libffi6/now 3.2.1-8 amd64 [installed,local]
libfluidsynth1/now 1.1.9-1 amd64 [installed,local]
libfreerdp-cache1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-client1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-codec1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-common1.1.0/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-core1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-crypto1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-gdi1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-locale1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-plugins-standard/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-primitives1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-rail1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libfreerdp-utils1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libgconf2.0-cil/now 2.24.2-4 all [installed,local]
libgdbm5/now 1.14.1-6 amd64 [installed,local]
libgit2-26/now 0.26.0+dfsg.1-1.1ubuntu0.2 amd64 [installed,local]
libgpgme++2v5/now 4:4.14.10-1ubuntu7 amd64 [installed,local]
libgps23/now 3.17-5 amd64 [installed,local]
libgutenprint2/now 5.2.13-2 amd64 [installed,local]
libhogweed4/now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,local]
libhttp-parser2.7.1/now 2.7.1-2ubuntu0.1 amd64 [installed,local]
libhunspell-1.6-0/now 1.6.2-1 amd64 [installed,local]
libical2/now 2.0.0-4 amd64 [installed,local]
libicu60/now 60.2-3ubuntu3.2 amd64 [installed,local]
libilmbase12/now 2.2.0-11ubuntu2 amd64 [installed,local]
libip4tc0/now 1.6.1-2ubuntu2 amd64 [installed,local]
libip6tc0/now 1.6.1-2ubuntu2 amd64 [installed,local]
libirs160/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libisc-export169/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libisc169/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libisccc160/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libisccfg160/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libisl19/now 0.19-1 amd64 [installed,local]
libiso9660-10/now 1.0.0-2ubuntu2 amd64 [installed,local]
libjson-c3/now 0.12.1-1.3ubuntu0.3 amd64 [installed,local]
libkactivities6/now 4:4.13.3-0ubuntu7 amd64 [installed,local]
libkcmutils4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkde3support4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdeclarative5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdecorations2private5v5/now 4:5.12.4-0ubuntu1 amd64 [installed,local]
libkdecore5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdesu5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdeui5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdewebkit5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkdnssd4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkemoticons4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkf5akonadicore5abi1/now 4:17.12.3-0ubuntu3 amd64 [installed,local]
libkf5akonadiprivate5/now 4:17.12.3-0ubuntu3 amd64 [installed,local]
libkf5akonadiwidgets5/now 4:17.12.3-0ubuntu3 amd64 [installed,local]
libkf5calendarcore5abi1/now 4:17.12.3-0ubuntu1 amd64 [installed,local]
libkf5eventviews5/now 4:17.12.3-0ubuntu1 amd64 [installed,local]
libkf5syndication5/now 17.12.3-0ubuntu1 amd64 [installed,local]
libkfile4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkhtml5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkio5/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkjsapi4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkjsembed4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkmediaplayer4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libknewstuff3-4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libknotifyconfig4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkntlm4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkonq5-templates/now 4:16.04.3-0ubuntu1 all [installed,local]
libkparts4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkpty4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkrosscore4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libktexteditor4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libkxmlrpcclient4/now 4:4.14.10-1ubuntu7 amd64 [installed,local]
liblivemedia62/now 2018.02.18-1 amd64 [installed,local]
liblouis14/now 3.5.0-1ubuntu0.4 amd64 [installed,local]
liblouisutdml8/now 2.7.0-1 amd64 [installed,local]
liblwres160/now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,local]
libmagickcore-6.q16-3-extra/now 8:6.9.7.4+dfsg-16ubuntu6.15 amd64 [installed,local]
libmagickcore-6.q16-3/now 8:6.9.7.4+dfsg-16ubuntu6.15 amd64 [installed,local]
libmagickwand-6.q16-3/now 8:6.9.7.4+dfsg-16ubuntu6.15 amd64 [installed,local]
libmicrodns0/now 0.0.8-1 amd64 [installed,local]
libmysofa0/now 0.6~dfsg0-3+deb10u1build1 amd64 [installed,local]
libmysqlclient20/now 5.7.41-0ubuntu0.18.04.1 amd64 [installed,local]
libnettle6/now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,local]
libnfs11/now 2.0.0-1~exp1 amd64 [installed,local]
libnih1/now 1.0.3-6ubuntu2 amd64 [installed,local]
libntfs-3g88/now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,local]
libntrack-qt4-1/now 016-1.3 amd64 [installed,local]
libntrack0/now 016-1.3 amd64 [installed,local]
libokular5core8/now 4:17.12.3-0ubuntu1 amd64 [installed,local]
libopenexr22/now 2.2.0-11.1ubuntu1.9 amd64 [installed,local]
liborcus-0.13-0/now 0.13.4-2 amd64 [installed,local]
libperl5.26/now 5.26.1-6ubuntu0.6 amd64 [installed,local]
libphonon4/now 4:4.10.0-2 amd64 [installed,local]
libplacebo4/now 0.4.0-2 amd64 [installed,local]
libplasma3/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libplymouth4/now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,local]
libpolkit-qt-1-1/now 0.112.0-5 amd64 [installed,local]
libpoppler73/now 0.62.0-2ubuntu2.14 amd64 [installed,local]
libpostproc54/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libprocps6/now 2:3.3.12-3ubuntu1.2 amd64 [installed,local]
libprotobuf-lite10/now 3.0.0-9.1ubuntu1 amd64 [installed,local]
libpython3.6-minimal/now 3.6.15-1+focal3 amd64 [installed,local]
libpython3.6-stdlib/now 3.6.15-1+focal3 amd64 [installed,local]
libpython3.6/now 3.6.15-1+focal3 amd64 [installed,local]
libqca2-plugins/now 2.1.3-2ubuntu2 amd64 [installed,local]
libqca2/now 2.1.3-2ubuntu2 amd64 [installed,local]
libqgsttools-p1/now 5.9.5-0ubuntu1 amd64 [installed,local]
libqpdf21/now 8.0.2-3ubuntu0.1 amd64 [installed,local]
libqrencode3/now 3.4.4-1build1 amd64 [installed,local]
libqt4-dbus/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-declarative/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-designer/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-network/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-opengl/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-qt3support/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-script/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-sql-mysql/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-sql/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-svg/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-xml/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt4-xmlpatterns/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqt5multimediaquick-p5/now 5.9.5-0ubuntu1 amd64 [installed,local]
libqtcore4/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqtdbus4/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqtgui4/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
libqtwebkit4/now 2.3.2-0ubuntu13 amd64 [installed,local]
libraw16/now 0.18.8-1ubuntu0.4 amd64 [installed,local]
libre2-4/now 20180201+dfsg-2 amd64 [installed,local]
libreadline7/now 7.0-3 amd64 [installed,local]
libruby2.5/now 2.5.1-1ubuntu1.13 amd64 [installed,local]
libsndio6.1/now 1.1.0-3 amd64 [installed,local]
libsolid4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libssl1.0.0/now 1.0.2n-1ubuntu5.11 amd64 [installed,local]
libstreamanalyzer0v5/now 0.7.8-2.2 amd64 [installed,local]
libstreams0v5/now 0.7.8-2.2 amd64 [installed,local]
libswresample2/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libswscale4/now 7:3.4.11-0ubuntu0.1 amd64 [installed,local]
libthreadweaver4/now 4:4.14.38-0ubuntu3.1 amd64 [installed,local]
libupnp6/now 1:1.6.24-4 amd64 [installed,local]
libusbmuxd4/now 1.1.0~git20171206.c724e70f-0.1 amd64 [installed,local]
libvpx5/now 1.7.0-3ubuntu0.18.04.1 amd64 [installed,local]
libwinpr-crt0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-dsparse0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-environment0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-file0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-handle0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-heap0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-input0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-interlocked0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-library0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-path0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-pool0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-registry0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-rpc0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-sspi0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-synch0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-sysinfo0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-thread0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libwinpr-utils0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libx264-152/now 2:0.152.2854+gite9a5903-2 amd64 [installed,local]
libx265-146/now 2.6-3 amd64 [installed,local]
libxfreerdp-client1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installed,local]
libzip4/now 1.1.2-1.1 amd64 [installed,local]
linux-headers-4.15.0-204-generic/now 4.15.0-204.215 amd64 [installed,local]
linux-headers-4.15.0-204/now 4.15.0-204.215 all [installed,local]
linux-image-4.15.0-204-generic/now 4.15.0-204.215 amd64 [installed,local]
linux-modules-4.15.0-204-generic/now 4.15.0-204.215 amd64 [installed,local]
linux-modules-extra-4.15.0-204-generic/now 4.15.0-204.215 amd64 [installed,local]
linux-signed-generic/now 4.15.0.204.187 amd64 [installed,local]
multiarch-support/now 2.27-3ubuntu1.6 amd64 [installed,local]
mysql-client-core-5.7/now 5.7.41-0ubuntu0.18.04.1 amd64 [installed,local]
mysql-server-core-5.7/now 5.7.41-0ubuntu0.18.04.1 amd64 [installed,local]
nordvpn-release/now 1.0.0 all [installed,local]
nordvpn/now 3.10.0-1 amd64 [installed,local]
nplan/now 0.99-0ubuntu3~18.04.5 all [installed,local]
ntrack-module-libnl-0/now 016-1.3 amd64 [installed,local]
oxygen5-icon-theme/now 5:5.44.0-0ubuntu1 all [installed,local]
perl-modules-5.26/now 5.26.1-6ubuntu0.6 all [installed,local]
plasma-scriptengine-javascript/now 4:17.08.3-0ubuntu1 amd64 [installed,local]
python-talloc/now 2.1.10-2ubuntu1 amd64 [installed,local]
python3.6-minimal/now 3.6.15-1+focal3 amd64 [installed,local]
python3.6/now 3.6.15-1+focal3 amd64 [installed,local]
qdbus/now 4:4.8.7+dfsg-20ubuntu2~focal1 amd64 [installed,local]
qml-module-org-kde-extensionplugin/now 5.44.0-0ubuntu1 all [installed,local]
qml-module-qtquick-controls-styles-breeze/now 4:5.12.8-0ubuntu0.1 amd64 [installed,local]
qt-at-spi/now 0.4.0-8 amd64 [installed,local]
qtcore4-l10n/now 4:4.8.7+dfsg-20ubuntu2~focal1 all [installed,local]
qtdeclarative5-qtquick2-plugin/now 5.9.5-0ubuntu1.1 amd64 [installed,local]
ruby2.5/now 2.5.1-1ubuntu1.13 amd64 [installed,local]
sni-qt/now 0.2.7+17.04.20170112-0ubuntu1 amd64 [installed,local]
surfshark-release/now 1.0.0-2 amd64 [installed,local]
surfshark-vpn/now 1.1.0 amd64 [installed,local]
tomboy/now 1.15.9-0ubuntu1 amd64 [installed,local]
unetbootin-translations/now 700-1~focal1 all [installed,local]
unetbootin/now 700-1~focal1 amd64 [installed,local]
ureadahead/now 0.100.0-21 amd64 [installed,local]
zoom/now 5.8.3.145 amd64 [installed,local]
dco@dco-asus:~$ 

et la nouvelle simulation qui ne me semble pas non plus aboutir :

dco@dco-asus:~$ sudo apt -s install libpython3.8 libpython3.8-stdlib=3.8.10-0ubuntu1~20.04.6 gdb=9.2-0ubuntu1~20.04.1
[sudo] password for dco: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libpython3.8-stdlib : Depends: libpython3.8-minimal (= 3.8.10-0ubuntu1~20.04.6) but 3.8.16-1+bionic1 is to be installed
E: Unable to correct problems, you have held broken packages.
dco@dco-asus:~$

Bonne journée

Hors ligne

#13 Le 26/02/2023, à 10:25

geole

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour.
Plasma est ton gestionnaire d'écran. Le virer est embêtant.
Il serait remplacé par gdm3. Je pense que tu n'en veux pas.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#14 Le 26/02/2023, à 12:36

ylag

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,

Pas de bon augure en voyant la longue liste de paquets «orphelins» de la commande apt list ?obsolete au #12.  sad
Je pense que les mises à niveau successives ne se sont pas bien passées, probasblement qu'un bon nettoyage du système aurait été nécessaire avant de tenter la dernière mise à niveau vers la 22.04 ?

Tu pourrais encore retenter une simulation d'installation en rajoutant la dernière dépendance qui semble manquer, libpython3.8-minimal :

sudo apt -s install libpython3.8 libpython3.8-stdlib=3.8.10-0ubuntu1~20.04.6 gdb=9.2-0ubuntu1~20.04.1 libpython3.8-minimal=3.8.10-0ubuntu1~20.04.6

... en espérant que ce soit la dernière manquante, sinon il faudrait rajouter les autres à la file ; ça peut vite devenir ingérable.

Il se pourrait bien que tu doives songer à une réinstallation propre, désolé de n'avoir rien de mieux à te proposer ...

À voir si @geole aurait de meilleures suggestions à te faire ?

Peut-être donner les résultats de :

sudo apt update
sudo apt full-upgrade

A+

Dernière modification par ylag (Le 26/02/2023, à 12:38)

Hors ligne

#15 Le 26/02/2023, à 19:30

dàmwsy

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Merci pour tous ces efforts.

J'ai effectivement besoin de KDE pour faire tourner un logiciel, donc désinstaller Plasma serait rédhibitoire.

La simulation d'installation donne :

dco@dco-asus:~$ sudo apt -s install libpython3.8 libpython3.8-stdlib=3.8.10-0ubuntu1~20.04.6 gdb=9.2-0ubuntu1~20.04.1 libpython3.8-minimal=3.8.10-0ubuntu1~20.04.6
[sudo] password for dco: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  aptdaemon-data blt dconf-cli distro-info extra-cmake-modules fonts-lyx gir1.2-appindicator3-0.1 gir1.2-ayatanaappindicator3-0.1 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
  gir1.2-osmgpsmap-1.0 gir1.2-snapd-1 gir1.2-soup-2.4 gir1.2-vte-2.91 gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gnome-desktop3-data gnome-keyring gnome-keyring-pkcs11 gnome-session-bin
  gnome-session-common gnome-startup-applications haveged ibus-data ibus-gtk ibus-gtk3 libappindicator0.1-cil libappindicator1 libayatana-appindicator3-1 libayatana-indicator3-7
  libdbus-glib2.0-cil libdbus2.0-cil libdbusmenu-gtk4 libegl-dev libgconf2.0-cil libgl-dev libgl1-mesa-dev libgles-dev libgles1 libglu1-mesa-dev libglvnd-dev libglx-dev libgmime-2.6-0
  libgmime2.6-cil libgnome-desktop-3-19 libgoa-1.0-0b libgoa-1.0-common libgtkspell0 libhavege1 libimagequant0 libjs-jquery-ui libkf5config-dev libkf5config-dev-bin libkf5config-doc
  libkf5coreaddons-dev libkf5coreaddons-dev-bin libkf5coreaddons-doc libkf5dbusaddons-dev libkf5dbusaddons-doc libkf5i18n-doc libkf5package-dev libkf5package-doc libkf5plasma-doc
  libkf5service-doc libkf5windowsystem-dev libkf5windowsystem-doc libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-sharpzip4.84-cil libnautilus-extension1a libnetplan0 libopengl-dev
  libosmgpsmap-1.0-1 libpam-gnome-keyring libpfm4 libpthread-stubs0-dev libqt5opengl5-dev libqt5scripttools5 librsync2 libsnapd-qt1 libtcl8.6 libtk8.6 libvte-2.91-0 libvte-2.91-common
  libvulkan-dev libwnck-3-0 libwnck-3-common libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxext-dev libxres1 libyelp0 libz3-4 libz3-dev llvm-9 llvm-9-runtime p11-kit
  p11-kit-modules plasma-browser-integration plasma-thunderbolt python-matplotlib-data python-pip-whl qt5-default qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools qtscript5-dev
  tk8.6-blt2.5 x11proto-core-dev x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev yelp-xsl
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  gdb-doc
The following packages will be REMOVED:
  apparmor apport apport-gtk apt-xapian-index aptdaemon apturl apturl-common boot-info boot-repair boot-sav boot-sav-extra chromium-browser chromium-browser-l10n command-not-found deja-dup
  duplicity firefox foomatic-db-compressed-ppds gconf2 glade2script glade2script-python3 gpodder gpxviewer hplip-data ibus konversation konversation-data kubuntu-notification-helper
  language-selector-common libkf5i18n-dev libkf5plasma-dev libkf5service-dev llvm-9-dev llvm-9-tools lsb-release netplan.io networkd-dispatcher nplan openprinting-ppds pastebinit
  plasma-desktop plasma-desktop-data plasma-discover-backend-snap plymouth-theme-kubuntu-text plymouth-theme-ubuntu-text printer-driver-foo2zjs printer-driver-foo2zjs-common
  printer-driver-m2300w printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi python3 python3-apport python3-apt python3-aptdaemon
  python3-aptdaemon.gtk3widgets python3-bcrypt python3-blinker python3-bs4 python3-cairo python3-certifi python3-cffi-backend python3-chardet python3-click python3-colorama
  python3-commandnotfound python3-crypto python3-cryptography python3-cups python3-cupshelpers python3-cycler python3-dateutil python3-dbus python3-dbus.mainloop.pyqt5 python3-debconf
  python3-debian python3-defer python3-distro python3-distro-info python3-distupgrade python3-distutils python3-entrypoints python3-eyed3 python3-fasteners python3-feedparser python3-future
  python3-gdbm python3-gi python3-gi-cairo python3-html5lib python3-httplib2 python3-ibus-1.0 python3-idna python3-jwt python3-keyring python3-keyrings.alt python3-kiwisolver
  python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-lib2to3 python3-lockfile python3-lxml python3-magic python3-matplotlib python3-minimal python3-monotonic
  python3-mygpoclient python3-nacl python3-netifaces python3-nose python3-numpy python3-oauthlib python3-olefile python3-paramiko python3-pexpect python3-pil python3-pip
  python3-pkg-resources python3-podcastparser python3-problem-report python3-ptyprocess python3-pygments python3-pyparsing python3-renderpm python3-reportlab python3-reportlab-accel
  python3-requests python3-requests-unixsocket python3-secretstorage python3-setuptools python3-simplejson python3-sip python3-six python3-socks python3-software-properties
  python3-soupsieve python3-systemd python3-tk python3-update-manager python3-urllib3 python3-wadllib python3-webencodings python3-wheel python3-xapian python3-xdg python3-xkit python3-yaml
  python3.8 python3.8-minimal sddm snapd software-properties-common software-properties-gtk system-config-printer system-config-printer-common system-config-printer-udev tomboy
  ubuntu-advantage-desktop-daemon ubuntu-advantage-tools ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk ubuntu-standard ufw
  unattended-upgrades update-manager update-manager-core update-notifier update-notifier-common xorg xserver-xorg yelp zoom
The following NEW packages will be installed:
  libpython3.8
The following packages will be upgraded:
  gdb
The following packages will be DOWNGRADED:
  libpython3.8-minimal libpython3.8-stdlib
1 upgraded, 1 newly installed, 2 downgraded, 176 to remove and 0 not upgraded.
Remv plasma-discover-backend-snap [5.18.7-0ubuntu0.1]
Remv chromium-browser-l10n [1:85.0.4183.83-0ubuntu0.20.04.3]
Remv chromium-browser [1:85.0.4183.83-0ubuntu0.20.04.3]
Remv snapd [2.58+20.04]
Remv apparmor [2.13.3-7ubuntu5.1]
Remv apport-gtk [2.20.11-0ubuntu27.25]
Remv apport [2.20.11-0ubuntu27.25]
Remv apt-xapian-index [0.51ubuntu1]
Remv ubuntu-release-upgrader-gtk [1:20.04.40] [update-manager:amd64 update-notifier:amd64 ]
Remv update-manager [1:20.04.10.11] [update-notifier:amd64 ]
Remv update-notifier [3.192.30.16]
Remv apturl [0.5.2ubuntu19]
Remv python3-aptdaemon.gtk3widgets [1.1.1+bzr982-0ubuntu32.3]
Remv aptdaemon [1.1.1+bzr982-0ubuntu32.3] [python3-aptdaemon:amd64 ]
Remv python3-aptdaemon [1.1.1+bzr982-0ubuntu32.3]
Remv apturl-common [0.5.2ubuntu19]
Remv boot-info [4ppa203]
Remv boot-repair [4ppa203]
Remv boot-sav-extra [4ppa203]
Remv boot-sav [4ppa203]
Remv command-not-found [20.04.6]
Remv deja-dup [40.7-0ubuntu2]
Remv duplicity [0.8.11.1612-1]
Remv firefox [110.0+build3-0ubuntu0.20.04.1]
Remv foomatic-db-compressed-ppds [20200401-1]
Remv tomboy [1.15.9-0ubuntu1]
Remv gconf2 [3.2.6-6ubuntu1]
Remv glade2script [3.2.4~ppa23]
Remv glade2script-python3 [3.2.4~ppa23]
Remv gpodder [3.10.15-1]
Remv gpxviewer [1.0.1-1]
Remv hplip-data [3.20.3+dfsg0-2]
Remv zoom [5.8.3.145]
Remv ibus [1.5.22-2ubuntu2.1]
Remv konversation [1.7.5-3ubuntu2.20.04.1]
Remv konversation-data [1.7.5-3ubuntu2.20.04.1]
Remv kubuntu-notification-helper [19.10ubuntu2]
Remv ubuntu-standard [1.450.2]
Remv language-selector-common [0.204.2]
Remv libkf5plasma-dev [5.68.0-0ubuntu1]
Remv libkf5service-dev [5.68.0-0ubuntu1]
Remv libkf5i18n-dev [5.68.0-0ubuntu1]
Remv llvm-9-dev [1:9.0.1-12]
Remv llvm-9-tools [1:9.0.1-12]
Remv software-properties-gtk [0.99.9.10]
Remv software-properties-common [0.99.9.10]
Remv python3-software-properties [0.99.9.10]
Remv sddm [0.18.1-1ubuntu2]
Remv xserver-xorg [1:7.7+19ubuntu14] [xorg:amd64 ]
Remv python3-apport [2.20.11-0ubuntu27.25] [xorg:amd64 ]
Remv lsb-release [11.1.0ubuntu2] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 ubuntu-minimal:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv nplan [0.99-0ubuntu3~18.04.5] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 ubuntu-minimal:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv ubuntu-minimal [1.450.2] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv netplan.io [0.104-0ubuntu2~20.04.2] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv networkd-dispatcher [2.1-2~ubuntu20.04.3] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv openprinting-ppds [20200401-1] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv pastebinit [1.5.1-1] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv plasma-desktop [4:5.18.8-0ubuntu0.1] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv plasma-desktop-data [4:5.18.8-0ubuntu0.1] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv plymouth-theme-kubuntu-text [1:20.04.9] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 plymouth-theme-ubuntu-text:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv plymouth-theme-ubuntu-text [0.9.4git20200323-0ubuntu6.2] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-foo2zjs [20171202dfsg0-4] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-foo2zjs-common [20171202dfsg0-4] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-m2300w [0.51-14] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-postscript-hp [3.20.3+dfsg0-2] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-ptouch [1.4.2-3] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-pxljr [1.4+repack0-5] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv printer-driver-sag-gdi [0.1-7] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-commandnotfound:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-commandnotfound [20.04.6] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-gdbm [3.8.10-0ubuntu1~20.04] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-pip [20.0.2-5ubuntu1.7] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-setuptools [45.2.0-1ubuntu0.1] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-distutils [3.8.10-0ubuntu1~20.04] [update-manager-core:amd64 update-notifier-common:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv update-notifier-common [3.192.30.16] [update-manager-core:amd64 python3-distro:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-apt [2.0.1] [update-manager-core:amd64 python3-distro:amd64 ubuntu-advantage-tools:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3-problem-report [2.20.11-0ubuntu27.25] [update-manager-core:amd64 python3-distro:amd64 ubuntu-advantage-tools:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-update-manager:amd64 xorg:amd64 unattended-upgrades:amd64 ]
Remv python3 [3.8.2-0ubuntu2] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-lazr.restfulclient:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-paramiko:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-oauthlib:amd64 python3-launchpadlib:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-bcrypt:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-paramiko [2.6.0-2ubuntu0.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-lazr.restfulclient:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-oauthlib:amd64 python3-launchpadlib:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-bcrypt:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-bcrypt [3.1.7-2ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-lazr.restfulclient:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-oauthlib:amd64 python3-launchpadlib:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-launchpadlib [1.10.13-1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-lazr.restfulclient:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-oauthlib:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-lazr.restfulclient [0.14.2-2build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-oauthlib:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-oauthlib [3.1.0-1ubuntu2] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-blinker:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-blinker [1.4+dfsg1-0.3ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-bs4:amd64 python3-feedparser:amd64 ]
Remv python3-bs4 [4.8.2-1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 system-config-printer:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv system-config-printer [1.5.12-0ubuntu1.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 system-config-printer-common:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv system-config-printer-common [1.5.12-0ubuntu1.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-gi-cairo:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-gi-cairo [3.36.0-1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-cairo:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-cairo [1.16.2-2ubuntu2] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 system-config-printer-udev:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv system-config-printer-udev [1.5.12-0ubuntu1.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-cupshelpers:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-cupshelpers [1.5.12-0ubuntu1.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-requests-unixsocket:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-requests-unixsocket [0.2.0-2] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-requests:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-requests [2.22.0-2ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-certifi:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-certifi [2019.11.28-1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-keyring:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-keyring [18.0.1-2ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-secretstorage:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-secretstorage [2.3.1-2ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-cryptography:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-cryptography [2.8-3ubuntu0.1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-nacl:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-nacl [1.3.0-5] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-cffi-backend:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-cffi-backend [1.14.0-1build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-debian:amd64 python3-lxml:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-debian [0.1.36ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-chardet:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-chardet [3.0.4-4build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 ubuntu-drivers-common:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv ubuntu-drivers-common [1:0.9.0~0.20.04.7] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 python3-click:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-click [7.0-3] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-colorama:amd64 python3-feedparser:amd64 ]
Remv python3-colorama [0.4.3-1build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-keyrings.alt:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-keyrings.alt [3.4.0-1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-crypto:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-crypto [2.6.1-13ubuntu2] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-cups:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-cups [1.9.73-3build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-matplotlib:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-matplotlib [3.1.2-1ubuntu4] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-cycler:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-cycler [0.10.0-3] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-dateutil:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-dateutil [2.7.3-3ubuntu1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 unattended-upgrades:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv unattended-upgrades [2.3ubuntu0.3] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 python3-dbus.mainloop.pyqt5:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-dbus.mainloop.pyqt5 [5.14.1+dfsg-3build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-dbus:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-dbus [1.2.16-1build1] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-debconf:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-debconf [1.5.73] [python3-pexpect:amd64 python3-defer:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-defer [1.0.6-2.1] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv yelp [3.36.2-0ubuntu1] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-distro:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-distro [1.4.0-1] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 update-manager-core:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv update-manager-core [1:20.04.10.11] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ubuntu-release-upgrader-core:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv ubuntu-release-upgrader-core [1:20.04.40] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 python3-update-manager:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-update-manager [1:20.04.10.11] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-distupgrade:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-distupgrade [1:20.04.40] [python3-pexpect:amd64 python3-distro-info:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-distro-info [0.23ubuntu1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-entrypoints:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-entrypoints [0.3-2ubuntu1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 python3-eyed3:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-eyed3 [0.8.10-1.1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-fasteners:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-fasteners [0.14.1-2] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 python3-feedparser:amd64 ]
Remv python3-feedparser [5.2.1-2] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-future:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-future [0.18.2-2ubuntu0.1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-ibus-1.0:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-ibus-1.0 [1.5.22-2ubuntu2.1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-gi:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-gi [3.36.0-1] [python3-pexpect:amd64 python3-html5lib:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-html5lib [1.0.1-2] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-httplib2:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-httplib2 [0.14.0-1ubuntu1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-idna:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-idna [2.8-1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-jwt:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-jwt [1.7.1-2ubuntu2.1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-kiwisolver:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-kiwisolver [1.0.1-3build1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-wadllib:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-wadllib [1.3.3-3build1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-lazr.uri:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-lazr.uri [1.0.3-4build1] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-lib2to3:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-lib2to3 [3.8.10-0ubuntu1~20.04] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-lockfile:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-lockfile [1:0.12.2-2ubuntu2] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 python3-lxml:amd64 ]
Remv python3-lxml [4.5.0-1ubuntu0.5] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 python3-magic:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-magic [2:0.4.15-3] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-minimal [3.8.2-0ubuntu2] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-monotonic:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-monotonic [1.5-0ubuntu2] [python3-pexpect:amd64 python3-mygpoclient:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-mygpoclient [1.8-3] [python3-pexpect:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-netifaces:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-netifaces [0.10.4-1ubuntu4] [python3-pexpect:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-nose:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-nose [1.3.7-5] [python3-pexpect:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-numpy:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-numpy [1:1.17.4-5ubuntu3.1] [python3-pexpect:amd64 python3-webencodings:amd64 python3-olefile:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-olefile [0.46-2] [python3-pexpect:amd64 python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-pexpect [4.6.0-1build1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 python3-reportlab:amd64 ]
Remv python3-reportlab [3.5.34-1ubuntu1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-pil:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv python3-pil [7.0.0-4ubuntu0.7] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv ubuntu-advantage-desktop-daemon [1.10~20.04.1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 ubuntu-advantage-tools:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv ubuntu-advantage-tools [27.13.5~20.04.1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 python3-pkg-resources:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv python3-pkg-resources [45.2.0-1ubuntu0.1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-podcastparser:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv python3-podcastparser [0.6.4-1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-ptyprocess:amd64 python3-pygments:amd64 ]
Remv python3-ptyprocess [0.6.0-1ubuntu1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 python3-pygments:amd64 ]
Remv python3-pygments [2.3.1+dfsg-1ubuntu2.2] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-pyparsing:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-pyparsing [2.4.6-1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-renderpm:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-renderpm [3.5.34-1ubuntu1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-reportlab-accel:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-reportlab-accel [3.5.34-1ubuntu1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-xdg:amd64 python3-simplejson:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-simplejson [3.16.0-2ubuntu2] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-wheel:amd64 python3-socks:amd64 python3-sip:amd64 python3-six:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-sip [4.19.21+dfsg-1build1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-urllib3:amd64 python3-wheel:amd64 python3-socks:amd64 python3-six:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-urllib3 [1.25.8-2ubuntu0.2] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-wheel:amd64 python3-socks:amd64 python3-six:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-six [1.14.0-2] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-wheel:amd64 python3-socks:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-socks [1.6.8+dfsg-1ubuntu1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-wheel:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 python3-soupsieve:amd64 ]
Remv python3-soupsieve [1.9.5+dfsg-1] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-systemd:amd64 python3-wheel:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 ]
Remv python3-systemd [234-3build2] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-wheel:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 python3-tk:amd64 ]
Remv python3-tk [3.8.10-0ubuntu1~20.04] [python3-webencodings:amd64 python3-xkit:amd64 python3-xapian:amd64 python3-wheel:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-webencodings [0.5.1-1ubuntu1] [python3-xkit:amd64 python3-xapian:amd64 python3-wheel:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-wheel [0.34.2-1ubuntu0.1] [python3-xkit:amd64 python3-xapian:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-xapian [1.4.14-1ubuntu2] [python3-xkit:amd64 python3-xdg:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-xdg [0.26-1ubuntu1] [python3-xkit:amd64 ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-xkit [0.5.0ubuntu4] [ufw:amd64 python3-yaml:amd64 xorg:amd64 ]
Remv python3-yaml [5.3.1-1ubuntu0.1] [ufw:amd64 xorg:amd64 ]
Remv python3.8 [3.8.16-1+bionic1] [ufw:amd64 xorg:amd64 ]
Remv python3.8-minimal [3.8.16-1+bionic1] [ufw:amd64 xorg:amd64 ]
Remv ufw [0.36-6ubuntu1] [xorg:amd64 ]
Remv xorg [1:7.7+19ubuntu14]
Inst libpython3.8-stdlib [3.8.16-1+bionic1] (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64]) []
Inst libpython3.8-minimal [3.8.16-1+bionic1] (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst libpython3.8 (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Inst gdb [8.1.1-0ubuntu1] (9.2-0ubuntu1~20.04.1 Ubuntu:20.04/focal-updates [amd64])
Conf libpython3.8-stdlib (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf libpython3.8-minimal (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf libpython3.8 (3.8.10-0ubuntu1~20.04.6 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64])
Conf gdb (9.2-0ubuntu1~20.04.1 Ubuntu:20.04/focal-updates [amd64])
dco@dco-asus:~$ 

Je crois comprendre que Plasma serait aussi désinstallé, et plein d'autres choses...

Les résultats d'apt update :

dco@dco-asus:~$ sudo apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done                        
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.

dco@dco-asus:~$ apt list --upgradable
Listing... Done
gdb/focal-updates 9.2-0ubuntu1~20.04.1 amd64 [upgradable from: 8.1.1-0ubuntu1]
N: There are 2 additional versions. Please use the '-a' switch to see them.
dco@dco-asus:~$ apt list --upgradable -a
Listing... Done
gdb/focal-updates 9.2-0ubuntu1~20.04.1 amd64 [upgradable from: 8.1.1-0ubuntu1]
gdb/focal 9.1-0ubuntu1 amd64
gdb/now 8.1.1-0ubuntu1 amd64 [installed,upgradable to: 9.2-0ubuntu1~20.04.1]

et de full-upgrade :

dco@dco-asus:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  libzip4 libeditorconfig0 libjs-jquery-ui libmysofa0 libokular5core8
  liblivemedia62
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following packages have been kept back:
  gdb
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
dco@dco-asus:~$ 

Bonne soirée


dco@dco-asus:~$

Hors ligne

#16 Le 28/02/2023, à 11:20

Nizo

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Bonjour,
Je suis grandement intéressé par ce sujet, parce que je suis exactement dans la même situation. Parti de la même release, ayant fait le même upgrade et bloquant exactement sur la même erreur.
J'ai beau chercher tout ce que je peux trouver sur ce sujet sur le forum, rien n'y fait.
J'ai regardé ici : https://forum.ubuntu-fr.org/viewtopic.p … 073743&p=2
et fait également une réinstall forcée de ubuntu-advantage-tools : échec. Je reste sur la même erreur de ce paquet qui ne veut pas se mettre à jour.

Hors ligne

#17 Le 28/02/2023, à 11:45

Nizo

Re : passage de ubuntu 20.04 à 22.04 bloqué par version de gdb

Apparemment, j'aurais débloqué ma situation en poursuivant ma lecture.
Je n'y suis pas allé par 4 chemins : comme gdb cause problème à cause si je me souviens bien d'une tentative un peu osée de forcer une version python sur mon ubuntu 18, j'ai donc forcé l'installation complète du gdb attendu :
1- le télécharger ici https://www.ubuntuupdates.org/package/c … pdates/gdb (à charger dans Téléchargements chez moi)

Ensuite installation forcée par dpkg :
cd /Téléchargements
sudo dpkg -i --force-all gdb*22.04*.deb

Maintenant le sudo do-release-upgrade peut poursuivre.
Je le laisserai aller plus tard : là je n'ai pas assez de temps devant moi pour le laisser faire sachant que ça peut prendre beaucoup de temps.

Hors ligne