Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04 - The following packages have unmet dependencies #4964

Closed
writeaditya opened this issue Sep 4, 2019 · 25 comments
Closed

Ubuntu 16.04 - The following packages have unmet dependencies #4964

writeaditya opened this issue Sep 4, 2019 · 25 comments
Milestone

Comments

@writeaditya
Copy link

writeaditya commented Sep 4, 2019

I'am following Scylla documentation to install but it is giving error -

Installation Steps -

sudo apt-get install apt-transport-https
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B2BFD3660EF3F5B
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17723034C56D4B19
sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/e8a11c41-cf5c-43c3-9f27-ec11fc0b6718/ubuntu/scylladb-3.0-xenial.list
sudo apt-get update
sudo apt-get install scylla

I got the following error -

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:
 scylla : Depends: scylla-server but it is not going to be installed
          Depends: scylla-jmx but it is not going to be installed
          Depends: scylla-tools but it is not going to be installed
          Depends: scylla-tools-core but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I tried resolving it with these steps -

apt install -y software-properties-common
add-apt-repository -y ppa:scylladb/ppa
apt update

But still the same error.

@slivne
Copy link
Contributor

slivne commented Sep 5, 2019

we have done an installation on a clean ubuntu16 and it works

can you please try to run the following

sudo apt-get  -o Debug::pkgProblemResolver=yes install scylla

it may provide additional information and help us explain why you can't install

@writeaditya
Copy link
Author

writeaditya commented Sep 5, 2019

I got this log on executing your script -

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 3
Starting 2 pkgProblemResolver with broken count: 3
Investigating (0) scylla [ amd64 ] < none -> 3.1.0.rc3-0.20190725.bebfd7b26-1 > ( metapackages )
Broken scylla:amd64 Depends on scylla-server [ amd64 ] < none -> 3.1.0.rc3-0.20190725.bebfd7b26-1 > ( database )
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
    Reinst Failed early because of hwloc-nox:amd64
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
Broken scylla:amd64 Depends on scylla-tools-core [ amd64 ] < none -> 3.1.0~rc3-20190725.6e2ebea350-1 > ( misc )
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
    Reinst Failed early because of python-yaml:amd64
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
Investigating (0) scylla-jmx [ amd64 ] < none -> 3.1.0~rc3-20190725.f4e5fef-1 > ( database )
Broken scylla-jmx:amd64 Depends on scylla-server [ amd64 ] < none -> 3.1.0.rc3-0.20190725.bebfd7b26-1 > ( database )
  Considering scylla-server:amd64 2 as a solution to scylla-jmx:amd64 0
  Holding Back scylla-jmx:amd64 rather than change scylla-server:amd64
Investigating (0) scylla-tools [ amd64 ] < none -> 3.1.0~rc3-20190725.6e2ebea350-1 > ( misc )
Broken scylla-tools:amd64 Depends on scylla-tools-core [ amd64 ] < none -> 3.1.0~rc3-20190725.6e2ebea350-1 > ( misc ) (>= 2.0~rc0)
  Considering scylla-tools-core:amd64 1 as a solution to scylla-tools:amd64 -1
  Holding Back scylla-tools:amd64 rather than change scylla-tools-core:amd64
Investigating (1) scylla [ amd64 ] < none -> 3.1.0.rc3-0.20190725.bebfd7b26-1 > ( metapackages )
Broken scylla:amd64 Depends on scylla-server [ amd64 ] < none -> 3.1.0.rc3-0.20190725.bebfd7b26-1 > ( database )
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 2 as a solution to scylla:amd64 9999
Broken scylla:amd64 Depends on scylla-jmx [ amd64 ] < none -> 3.1.0~rc3-20190725.f4e5fef-1 > ( database )
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
    Reinst Failed because of scylla-server:amd64
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
Broken scylla:amd64 Depends on scylla-tools [ amd64 ] < none -> 3.1.0~rc3-20190725.6e2ebea350-1 > ( misc )
  Considering scylla-tools:amd64 -1 as a solution to scylla:amd64 9999
    Reinst Failed because of scylla-tools-core:amd64
  Considering scylla-tools:amd64 -1 as a solution to scylla:amd64 9999
  Considering scylla-tools:amd64 -1 as a solution to scylla:amd64 9999
Broken scylla:amd64 Depends on scylla-tools-core [ amd64 ] < none -> 3.1.0~rc3-20190725.6e2ebea350-1 > ( misc )
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-tools-core:amd64 1 as a solution to scylla:amd64 9999
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:
 scylla : Depends: scylla-server but it is not going to be installed
          Depends: scylla-jmx but it is not going to be installed
          Depends: scylla-tools but it is not going to be installed
          Depends: scylla-tools-core but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@writeaditya
Copy link
Author

Again I tried everything and starting to install from scratch - got this error -

sudo apt-get  -o Debug::pkgProblemResolver=yes install scylla
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) scylla-server [ amd64 ] < none -> 3.0.10-0.20190815.b3bfd8c08-0ubuntu1~xenial | 3.1.0.rc5-0.20190902.623ea5e3d-1 > ( database )
Broken scylla-server:amd64 Depends on libgnutlsxx28 [ amd64 ] < none -> 3.4.10-4ubuntu1 > ( libs ) (>= 3.3.8-0)
  Considering libgnutlsxx28:amd64 0 as a solution to scylla-server:amd64 1
  Holding Back scylla-server:amd64 rather than change libgnutlsxx28:amd64
Investigating (0) scylla-jmx [ amd64 ] < none -> 3.0.10-20190815.739198d-0ubuntu1~xenial | 3.1.0~rc5-20190902.3d7226b-1 > ( database )
Broken scylla-jmx:amd64 Depends on scylla-server [ amd64 ] < none -> 3.0.10-0.20190815.b3bfd8c08-0ubuntu1~xenial | 3.1.0.rc5-0.20190902.623ea5e3d-1 > ( database )
  Considering scylla-server:amd64 1 as a solution to scylla-jmx:amd64 0
  Holding Back scylla-jmx:amd64 rather than change scylla-server:amd64
Investigating (1) scylla [ amd64 ] < none -> 3.0.10-0.20190815.b3bfd8c08-0ubuntu1~xenial > ( metapackages )
Broken scylla:amd64 Depends on scylla-server [ amd64 ] < none -> 3.0.10-0.20190815.b3bfd8c08-0ubuntu1~xenial | 3.1.0.rc5-0.20190902.623ea5e3d-1 > ( database )
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
    Reinst Failed early because of libgnutls30:amd64
    Reinst Failed because of libgnutlsxx28:amd64
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
  Considering scylla-server:amd64 1 as a solution to scylla:amd64 9999
Broken scylla:amd64 Depends on scylla-jmx [ amd64 ] < none -> 3.0.10-20190815.739198d-0ubuntu1~xenial | 3.1.0~rc5-20190902.3d7226b-1 > ( database )
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
    Reinst Failed because of scylla-server:amd64
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
  Considering scylla-jmx:amd64 0 as a solution to scylla:amd64 9999
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:
 scylla : Depends: scylla-server but it is not going to be installed
          Depends: scylla-jmx but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@writeaditya
Copy link
Author

If you want to check , I can share my system. I'am really excited to use scylla. It worked in Docker but wanted to test in actual environment. Please do help if possible.

@avikivity
Copy link
Member

What happens if you try to install python-yaml? It looks like it is the blocker.

Also try: apt update; apt install -f

@slivne slivne added the ubuntu label Sep 8, 2019
@slivne slivne added this to the 3.1 milestone Sep 8, 2019
@slivne
Copy link
Contributor

slivne commented Sep 8, 2019

@avikivity on the second try he got

    Reinst Failed early because of libgnutls30:amd64
    Reinst Failed because of libgnutlsxx28:amd64

aren't we providing gnutls as part of the relocatable packaging ?

@writeaditya
Copy link
Author

@avikivity - I tried as you said. I worked smoothly without any error

apt update; apt install -f 
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:2 http://download.opensuse.org/repositories/home:/scylladb:/scylla-3rdparty-jessie/Debian_8.0  InRelease
Hit:3 http://ppa.launchpad.net/scylladb/ppa/ubuntu xenial InRelease                                                                   
Hit:4 http://dl.google.com/linux/chrome/deb stable Release                                                                            
Hit:5 http://download.opensuse.org/repositories/home:/scylladb:/scylla-3rdparty-jessie/Debian_8.0  Release                            
Hit:6 http://archive.ubuntu.com/ubuntu xenial InRelease                                                                               
Hit:7 http://packages.microsoft.com/repos/vscode stable InRelease                                                                     
Hit:8 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease                                                               
Hit:11 http://s3.amazonaws.com/downloads.scylladb.com/downloads/scylla/deb/ubuntu/scylladb-3.0 xenial InRelease
Hit:12 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu xenial InRelease                  
Ign:13 https://dl.bintray.com/sbt/debian  InRelease
Get:14 https://dl.bintray.com/sbt/debian  Release [815 B]
Hit:14 https://dl.bintray.com/sbt/debian  Release
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

@slivne
Copy link
Contributor

slivne commented Sep 9, 2019

@writeaditya so you were able to install

@writeaditya
Copy link
Author

no as @avikivity said i was just able to update but this scylla is still giving the same error

sudo apt-get install scylla
[sudo] password for aditya: 
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:
 scylla : Depends: scylla-server but it is not going to be installed
          Depends: scylla-jmx but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@writeaditya
Copy link
Author

I'am not sure how to replicate the issue but I was just trying to follow the installation instruction as per this document -

https://www.scylladb.com/download/open-source/scylla-ubuntu-16-04/

@avikivity
Copy link
Member

@writeaditya I think you need to uninstall libgnutlsxx28 first.

@avikivity
Copy link
Member

Or maybe libgnutlsxx30, I'm not sure.

@writeaditya
Copy link
Author

writeaditya commented Sep 9, 2019

I tried and got the following message -

 aditya@aditya-ThinkPad-E490  -  sudo apt-get --purge remove libgnutlsxx28
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'libgnutlsxx28' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


 aditya@aditya-ThinkPad-E490  -  sudo apt-get --purge remove libgnutlsxx30
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libgnutlsxx30

@avikivity
Copy link
Member

Wait, I see both scylla 3.0 and 3.1 repositories here.

Which one are you trying to install?

Please make sure you have sources.list for just one.

@avikivity
Copy link
Member

Also, please provide the output of dpkg -l.

@writeaditya
Copy link
Author

I'am trying to install just 3.0 only. I tried earlier with 3.1 also. but as per document 3.0 is stable So i want to start with this version only.

@writeaditya
Copy link
Author

dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                          Version             Architecture        Description
+++-=============================-===================-===================-================================================================
ii  a11y-profile-manager-indicato 0.1.10-0ubuntu3     amd64               Accessibility Profile Manager - Unity desktop indicator
ii  account-plugin-facebook       0.12+16.04.20160126 all                 GNOME Control Center account plugin for single signon - facebook
ii  account-plugin-flickr         0.12+16.04.20160126 all                 GNOME Control Center account plugin for single signon - flickr
ii  account-plugin-google         0.12+16.04.20160126 all                 GNOME Control Center account plugin for single signon
ii  accountsservice               0.6.40-2ubuntu11.3  amd64               query and manipulate user account information
ii  acl                           2.2.52-3            amd64               Access control list utilities
ii  acpi-support                  0.142               amd64               scripts for handling many ACPI events
ii  acpid                         1:2.0.26-1ubuntu2   amd64               Advanced Configuration and Power Interface event daemon
ii  activity-log-manager          0.9.7-0ubuntu23.16. amd64               blacklist configuration user interface for Zeitgeist
ii  adduser                       3.113+nmu3ubuntu4   all                 add and remove users and groups
ii  adium-theme-ubuntu            0.3.4-0ubuntu1.1    all                 Adium message style for Ubuntu
ii  adwaita-icon-theme            3.18.0-2ubuntu3.1   all                 default icon theme of GNOME (small subset)
ii  aisleriot                     1:3.18.2-1ubuntu1   amd64               GNOME solitaire card game collection
ii  alsa-base                     1.0.25+dfsg-0ubuntu all                 ALSA driver configuration files
ii  alsa-utils                    1.1.0-0ubuntu5      amd64               Utilities for configuring and using ALSA
ii  amd64-microcode               3.20180524.1~ubuntu amd64               Processor microcode firmware for AMD CPUs
ii  anacron                       2.3-23              amd64               cron-like program that doesn't go by time
ii  apg                           2.2.3.dfsg.1-2ubunt amd64               Automated Password Generator - Standalone version
ii  app-install-data              15.10               all                 Ubuntu applications (data files)
ii  app-install-data-partner      16.04               all                 Application Installer (data files for partner applications/repos
ii  apparmor                      2.10.95-0ubuntu2.11 amd64               user-space parser utility for AppArmor
ii  appmenu-qt:amd64              0.2.7+14.04.2014030 amd64               application menu for Qt
ii  appmenu-qt5                   0.3.0+16.04.2017021 amd64               application menu for Qt5
ii  apport                        2.20.1-0ubuntu2.19  all                 automatically generate crash reports for debugging
ii  apport-gtk                    2.20.1-0ubuntu2.19  all                 GTK+ frontend for the apport crash report system
ii  apport-symptoms               0.20                all                 symptom scripts for apport
ii  appstream                     0.9.4-1ubuntu4      amd64               Software component index
ii  apt                           1.2.32              amd64               commandline package manager
ii  apt-transport-https           1.2.32              amd64               https download transport for APT
ii  apt-utils                     1.2.32              amd64               package management related utility programs
ii  aptdaemon                     1.1.1+bzr982-0ubunt all                 transaction based package management service
ii  aptdaemon-data                1.1.1+bzr982-0ubunt all                 data files for clients
ii  apturl                        0.5.2ubuntu11.2     amd64               install packages using the apt protocol - GTK+ frontend
ii  apturl-common                 0.5.2ubuntu11.2     amd64               install packages using the apt protocol - common data
ii  aspell                        0.60.7~20110707-3bu amd64               GNU Aspell spell-checker
ii  aspell-en                     7.1-0-1.1           all                 English dictionary for GNU Aspell
ii  at-spi2-core                  2.18.3-4ubuntu1     amd64               Assistive Technology Service Provider Interface (dbus core)
ii  avahi-autoipd                 0.6.32~rc+dfsg-1ubu amd64               Avahi IPv4LL network address configuration daemon
ii  avahi-daemon                  0.6.32~rc+dfsg-1ubu amd64               Avahi mDNS/DNS-SD daemon
ii  avahi-utils                   0.6.32~rc+dfsg-1ubu amd64               Avahi browsing, publishing and discovery utilities
ii  bamfdaemon                    0.5.3~bzr0+16.04.20 amd64               Window matching library - daemon
ii  baobab                        3.18.1-1ubuntu1     amd64               GNOME disk usage analyzer
ii  base-files                    9.4ubuntu4.8        amd64               Debian base system miscellaneous files
ii  base-passwd                   3.5.39              amd64               Debian base system master password and group files
ii  bash                          4.3-14ubuntu1.4     amd64               GNU Bourne Again SHell
ii  bash-completion               1:2.1-4.2ubuntu1.1  all                 programmable completion for the bash shell
ii  bc                            1.06.95-9build1     amd64               GNU bc arbitrary precision calculator language
ii  bind9-host                    1:9.10.3.dfsg.P4-8u amd64               Version of 'host' bundled with BIND 9.X
ii  binutils                      2.26.1-1ubuntu1~16. amd64               GNU assembler, linker and binary utilities
ii  bluez                         5.37-0ubuntu5.1     amd64               Bluetooth tools and daemons
ii  bluez-cups                    5.37-0ubuntu5.1     amd64               Bluetooth printer driver for CUPS
ii  bluez-obexd                   5.37-0ubuntu5.1     amd64               bluez obex daemon
ii  branding-ubuntu               0.8                 all                 Replacement artwork with Ubuntu branding
ii  bridge-utils                  1.5-9ubuntu1        amd64               Utilities for configuring the Linux Ethernet bridge
ii  brltty                        5.3.1-2ubuntu2.1    amd64               Access software for a blind person using a braille display
ii  bsdmainutils                  9.0.6ubuntu3        amd64               collection of more utilities from FreeBSD
ii  bsdutils                      1:2.27.1-6ubuntu3.7 amd64               basic utilities from 4.4BSD-Lite
ii  build-essential               12.1ubuntu2         amd64               Informational list of build-essential packages
ii  busybox-initramfs             1:1.22.0-15ubuntu1. amd64               Standalone shell setup for initramfs
ii  busybox-static                1:1.22.0-15ubuntu1. amd64               Standalone rescue shell with tons of builtin utilities
ii  bzip2                         1.0.6-8ubuntu0.2    amd64               high-quality block-sorting file compressor - utilities
ii  ca-certificates               20170717~16.04.2    all                 Common CA certificates
ii  ca-certificates-java          20160321ubuntu1     all                 Common CA certificates (JKS keystore)
ii  cabextract                    1.6-1               amd64               Microsoft Cabinet file unpacker
ii  cgroupfs-mount                1.2                 all                 Light-weight package to set up cgroupfs mounts
ii  checkbox-converged            1.2.4-0ubuntu1      all                 testing tool for all Ubuntu devices
ii  checkbox-gui                  1.2.4-0ubuntu1      all                 QML based interface for checkbox (transitional package)
ii  cheese                        3.18.1-2ubuntu3     amd64               tool to take pictures and videos from your webcam
ii  cheese-common                 3.18.1-2ubuntu3     all                 Common files for the Cheese tool to take pictures and videos
ii  chromium-codecs-ffmpeg-extra  49.0.2623.108-0ubun amd64               Extra ffmpeg codecs for the Chromium Browser
ii  code                          1.38.0-1567547996   amd64               Code editing. Redefined.
ii  colord                        1.2.12-1ubuntu1     amd64               system service to manage device colour profiles -- system daemon
ii  colord-data                   1.2.12-1ubuntu1     all                 system service to manage device colour profiles -- data files
ii  command-not-found             0.3ubuntu16.04.2    all                 Suggest installation of packages in interactive bash sessions
ii  command-not-found-data        0.3ubuntu16.04.2    amd64               Set of data files for command-not-found.
ii  compiz                        1:0.9.12.3+16.04.20 all                 OpenGL window and compositing manager
ii  compiz-core                   1:0.9.12.3+16.04.20 amd64               OpenGL window and compositing manager
ii  compiz-gnome                  1:0.9.12.3+16.04.20 amd64               OpenGL window and compositing manager - GNOME window decorator
ii  compiz-plugins-default:amd64  1:0.9.12.3+16.04.20 amd64               OpenGL window and compositing manager - default plugins
ii  console-setup                 1.108ubuntu15.5     all                 console font and keymap setup program
ii  console-setup-linux           1.108ubuntu15.5     all                 Linux specific part of console-setup
ii  containerd                    1.2.6-0ubuntu1~16.0 amd64               daemon to control runC
ii  coreutils                     8.25-2ubuntu3~16.04 amd64               GNU core utilities
ii  cpio                          2.11+dfsg-5ubuntu1  amd64               GNU cpio -- a program to manage archives of files
ii  cpp                           4:5.3.1-1ubuntu1    amd64               GNU C preprocessor (cpp)
ii  cpp-5                         5.4.0-6ubuntu1~16.0 amd64               GNU C preprocessor
ii  cracklib-runtime              2.9.2-1ubuntu1      amd64               runtime support for password checker library cracklib2
ii  crda                          3.13-1              amd64               wireless Central Regulatory Domain Agent
ii  cron                          3.0pl1-128ubuntu2   amd64               process scheduling daemon
ii  cups                          2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - PPD/driver support, web interf
ii  cups-browsed                  1.8.3-2ubuntu3.5    amd64               OpenPrinting CUPS Filters - cups-browsed
ii  cups-bsd                      2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - BSD commands
ii  cups-client                   2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common                   2.1.3-4ubuntu0.9    all                 Common UNIX Printing System(tm) - common files
ii  cups-core-drivers             2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - PPD-less printing
ii  cups-daemon                   2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - daemon
ii  cups-filters                  1.8.3-2ubuntu3.5    amd64               OpenPrinting CUPS Filters - Main Package
ii  cups-filters-core-drivers     1.8.3-2ubuntu3.5    amd64               OpenPrinting CUPS Filters - PPD-less printing
ii  cups-pk-helper                0.2.5-2ubuntu2      amd64               PolicyKit helper to configure cups with fine-grained privileges
ii  cups-ppdc                     2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - PPD manipulation utilities
ii  cups-server-common            2.1.3-4ubuntu0.9    all                 Common UNIX Printing System(tm) - server common files
ii  curl                          7.47.0-1ubuntu2.13  amd64               command line tool for transferring data with URL syntax
ii  dash                          0.5.8-2.1ubuntu2    amd64               POSIX-compliant shell
ii  dbeaver-ce                    6.1.4               amd64               DBeaver Community
ii  dbus                          1.10.6-1ubuntu3.4   amd64               simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                      1.10.6-1ubuntu3.4   amd64               simple interprocess messaging system (X11 deps)
ii  dc                            1.06.95-9build1     amd64               GNU dc arbitrary precision reverse-polish calculator
ii  dconf-cli                     0.24.0-2            amd64               simple configuration storage system - utilities
ii  dconf-gsettings-backend:amd64 0.24.0-2            amd64               simple configuration storage system - GSettings back-end
ii  dconf-service                 0.24.0-2            amd64               simple configuration storage system - D-Bus service
ii  debconf                       1.5.58ubuntu2       all                 Debian configuration management system
ii  debconf-i18n                  1.5.58ubuntu2       all                 full internationalization support for debconf
ii  debianutils                   4.7                 amd64               Miscellaneous utilities specific to Debian
ii  deja-dup                      34.2-0ubuntu1.1     amd64               Back up your files
ii  desktop-file-utils            0.22-1ubuntu5.2     amd64               Utilities for .desktop files
ii  dh-python                     2.20151103ubuntu1.1 all                 Debian helper tools for packaging Python libraries and applicati
ii  dictionaries-common           1.26.3              all                 spelling dictionaries - common utilities
ii  diffstat                      1.61-1              amd64               produces graph of changes introduced by a diff file
ii  diffutils                     1:3.3-3             amd64               File comparison utilities
ii  dirmngr                       2.1.11-6ubuntu2.1   amd64               server for managing certificate revocation lists
ii  distro-info-data              0.28ubuntu0.12      all                 information about the distributions' releases (data files)
ii  dmidecode                     3.0-2ubuntu0.1      amd64               SMBIOS/DMI table decoder
ii  dmz-cursor-theme              0.4.4ubuntu1        all                 Style neutral, scalable cursor theme
ii  dns-root-data                 2018013001~16.04.1  all                 DNS root data including root zone and DNSSEC key
ii  dnsmasq-base                  2.75-1ubuntu0.16.04 amd64               Small caching DNS proxy and DHCP/TFTP server
ii  dnsutils                      1:9.10.3.dfsg.P4-8u amd64               Clients provided with BIND
ii  doc-base                      0.10.7              all                 utilities to manage online documentation
ii  docbook-xml                   4.5-7.3             all                 standard XML documentation system for software and systems
ii  docker.io                     18.09.7-0ubuntu1~16 amd64               Linux container runtime
ii  dosfstools                    3.0.28-2ubuntu0.1   amd64               utilities for making and checking MS-DOS FAT filesystems
ii  dpkg                          1.18.4ubuntu1.5     amd64               Debian package management system
ii  dpkg-dev                      1.18.4ubuntu1.5     all                 Debian package development tools
ii  e2fslibs:amd64                1.42.13-1ubuntu1    amd64               ext2/ext3/ext4 file system libraries
ii  e2fsprogs                     1.42.13-1ubuntu1    amd64               ext2/ext3/ext4 file system utilities
ii  ed                            1.10-2              amd64               classic UNIX line editor
ii  efibootmgr                    0.12-4              amd64               Interact with the EFI Boot Manager
ii  eject                         2.1.5+deb1+cvs20081 amd64               ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                2.0.8               all                 Common facilities for all emacsen
ii  enchant                       1.6.0-10.1build2    amd64               Wrapper for various spell checker engines (binary programs)
ii  eog                           3.18.2-1ubuntu2.1   amd64               Eye of GNOME graphics viewer program
ii  espeak-data:amd64             1.48.04+dfsg-2      amd64               Multi-lingual software speech synthesizer: speech data files
ii  ethtool                       1:4.5-1             amd64               display or change Ethernet device settings
ii  evince                        3.18.2-1ubuntu4.6   amd64               Document (PostScript, PDF) viewer
ii  evince-common                 3.18.2-1ubuntu4.6   all                 Document (PostScript, PDF) viewer - common files
ii  evolution-data-server         3.18.5-1ubuntu1.2   amd64               evolution database backend server
ii  evolution-data-server-common  3.18.5-1ubuntu1.2   all                 architecture independent files for Evolution Data Server
ii  evolution-data-server-online- 3.18.5-1ubuntu1.2   amd64               evolution data server integration with Ubuntu Online Accounts
ii  example-content               49                  all                 Ubuntu example content
ii  fakeroot                      1.20.2-1ubuntu1     amd64               tool for simulating superuser privileges
ii  file                          1:5.25-2ubuntu1.2   amd64               Determines file type using "magic" numbers
ii  file-roller                   3.16.5-0ubuntu1.2   amd64               archive manager for GNOME
ii  findutils                     4.6.0+git+20160126- amd64               utilities for finding files--find, xargs
ii  firefox                       68.0.1+build1-0ubun amd64               Safe and easy web browser from Mozilla
ii  firefox-locale-ar             68.0.1+build1-0ubun amd64               Arabic language pack for Firefox
ii  firefox-locale-en             68.0.1+build1-0ubun amd64               English language pack for Firefox
ii  flashplugin-installer         11.2.202.616ubuntu1 amd64               Adobe Flash Player plugin installer
ii  fontconfig                    2.11.94-0ubuntu1.1  amd64               generic font configuration library - support binaries
ii  fontconfig-config             2.11.94-0ubuntu1.1  all                 generic font configuration library - configuration
ii  fonts-arabeyes                2.1-3               all                 Arabeyes GPL TrueType Arabic fonts
ii  fonts-dejavu-core             2.35-1              all                 Vera font family derivate with additional characters
ii  fonts-freefont-ttf            20120503-4          all                 Freefont Serif, Sans and Mono Truetype fonts
ii  fonts-guru                    2:1.2               all                 Meta package to install all Punjabi fonts
ii  fonts-guru-extra              2.0-3               all                 Free fonts for Punjabi language
ii  fonts-kacst                   2.01+mry-12         all                 KACST free TrueType Arabic fonts
ii  fonts-kacst-one               5.0+svn11846-7      all                 TrueType font designed for Arabic language
ii  fonts-khmeros-core            5.0-7ubuntu1        all                 KhmerOS Unicode fonts for the Khmer language of Cambodia
ii  fonts-lao                     0.0.20060226-9      all                 TrueType font for Lao language
ii  fonts-liberation              1.07.4-1            all                 Fonts with the same metrics as Times, Arial and Courier
ii  fonts-lklug-sinhala           0.6-3               all                 Unicode Sinhala font by Lanka Linux User Group
ii  fonts-lohit-guru              2.5.3-2             all                 Lohit TrueType font for Punjabi Language
ii  fonts-nanum                   20140930-1          all                 Nanum Korean fonts
ii  fonts-noto-cjk                1:1.004+repack2-1~u all                 "No Tofu" font families with large Unicode coverage (CJK)
ii  fonts-opensymbol              2:102.7+LibO5.1.6~r all                 OpenSymbol TrueType font
ii  fonts-powerline               2.3-1               all                 powerline symbols font
ii  fonts-sil-abyssinica          1.500-1             all                 smart Unicode font for Ethiopian and Erythrean scripts (Amharic 
ii  fonts-sil-padauk              2.80-2              all                 smart Unicode font for languages in Myanmar
ii  fonts-stix                    1.1.1-4             all                 Scientific and Technical Information eXchange fonts
ii  fonts-symbola                 2.59-1              all                 symbolic font providing emoji characters from Unicode 7.0
ii  fonts-takao-pgothic           003.02.01-9ubuntu3  all                 Japanese TrueType font set, Takao P Gothic Fonts
ii  fonts-thai-tlwg               1:0.6.2-2.1         all                 Thai fonts maintained by TLWG (metapackage)
ii  fonts-tibetan-machine         1.901b-5            all                 font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode)
ii  fonts-tlwg-garuda             1:0.6.2-2.1         all                 Thai Garuda font (dependency package)
ii  fonts-tlwg-garuda-ttf         1:0.6.2-2.1         all                 Thai Garuda TrueType font
ii  fonts-tlwg-kinnari            1:0.6.2-2.1         all                 Thai Kinnari font (dependency package)
ii  fonts-tlwg-kinnari-ttf        1:0.6.2-2.1         all                 Thai Kinnari TrueType font
ii  fonts-tlwg-laksaman           1:0.6.2-2.1         all                 Thai Laksaman font (dependency package)
ii  fonts-tlwg-laksaman-ttf       1:0.6.2-2.1         all                 Thai Laksaman TrueType font
ii  fonts-tlwg-loma               1:0.6.2-2.1         all                 Thai Loma font (dependency package)
ii  fonts-tlwg-loma-ttf           1:0.6.2-2.1         all                 Thai Loma TrueType font
ii  fonts-tlwg-mono               1:0.6.2-2.1         all                 Thai TlwgMono font (dependency package)
ii  fonts-tlwg-mono-ttf           1:0.6.2-2.1         all                 Thai TlwgMono TrueType font
ii  fonts-tlwg-norasi             1:0.6.2-2.1         all                 Thai Norasi font (dependency package)
ii  fonts-tlwg-norasi-ttf         1:0.6.2-2.1         all                 Thai Norasi TrueType font
ii  fonts-tlwg-purisa             1:0.6.2-2.1         all                 Thai Purisa font (dependency package)
ii  fonts-tlwg-purisa-ttf         1:0.6.2-2.1         all                 Thai Purisa TrueType font
ii  fonts-tlwg-sawasdee           1:0.6.2-2.1         all                 Thai Sawasdee font (dependency package)
ii  fonts-tlwg-sawasdee-ttf       1:0.6.2-2.1         all                 Thai Sawasdee TrueType font
ii  fonts-tlwg-typewriter         1:0.6.2-2.1         all                 Thai TlwgTypewriter font (dependency package)
ii  fonts-tlwg-typewriter-ttf     1:0.6.2-2.1         all                 Thai TlwgTypewriter TrueType font
ii  fonts-tlwg-typist             1:0.6.2-2.1         all                 Thai TlwgTypist font (dependency package)
ii  fonts-tlwg-typist-ttf         1:0.6.2-2.1         all                 Thai TlwgTypist TrueType font
ii  fonts-tlwg-typo               1:0.6.2-2.1         all                 Thai TlwgTypo font (dependency package)
ii  fonts-tlwg-typo-ttf           1:0.6.2-2.1         all                 Thai TlwgTypo TrueType font
ii  fonts-tlwg-umpush             1:0.6.2-2.1         all                 Thai Umpush font (dependency package)
ii  fonts-tlwg-umpush-ttf         1:0.6.2-2.1         all                 Thai Umpush TrueType font
ii  fonts-tlwg-waree              1:0.6.2-2.1         all                 Thai Waree font (dependency package)
ii  fonts-tlwg-waree-ttf          1:0.6.2-2.1         all                 Thai Waree TrueType font
ii  foomatic-db-compressed-ppds   20160212-0ubuntu1   all                 OpenPrinting printer support - Compressed PPDs derived from the 
ii  freepats                      20060219-1          all                 Free patch set for MIDI audio synthesis
ii  friendly-recovery             0.2.31ubuntu2.1     all                 Make recovery more user-friendly
ii  ftp                           0.17-33             amd64               classical file transfer client
ii  fuse                          2.9.4-1ubuntu3.1    amd64               Filesystem in Userspace
ii  fwupd                         0.8.3-0ubuntu5      amd64               Firmware update daemon
ii  fwupdate                      0.5-2ubuntu7        amd64               Tools to manage UEFI firmware updates
ii  fwupdate-signed               1.11.3+0.5-2ubuntu7 amd64               Linux Firmware Updater EFI signed binary
ii  g++                           4:5.3.1-1ubuntu1    amd64               GNU C++ compiler
ii  g++-5                         5.4.0-6ubuntu1~16.0 amd64               GNU C++ compiler
ii  gcc                           4:5.3.1-1ubuntu1    amd64               GNU C compiler
ii  gcc-5                         5.4.0-6ubuntu1~16.0 amd64               GNU C compiler
ii  gcc-5-base:amd64              5.4.0-6ubuntu1~16.0 amd64               GCC, the GNU Compiler Collection (base package)
ii  gcc-6-base:amd64              6.0.1-0ubuntu1      amd64               GCC, the GNU Compiler Collection (base package)
ii  gconf-service                 3.2.6-3ubuntu6      amd64               GNOME configuration database system (D-Bus service)
ii  gconf-service-backend         3.2.6-3ubuntu6      amd64               GNOME configuration database system (D-Bus service)
ii  gconf2                        3.2.6-3ubuntu6      amd64               GNOME configuration database system (support tools)
ii  gconf2-common                 3.2.6-3ubuntu6      all                 GNOME configuration database system (common files)
ii  gcr                           3.18.0-1ubuntu1     amd64               GNOME crypto services (daemon and tools)
ii  gdb                           7.11.1-0ubuntu1~16. amd64               GNU Debugger
ii  gdbserver                     7.11.1-0ubuntu1~16. amd64               GNU Debugger (remote server)
ii  gdisk                         1.0.1-1build1       amd64               GPT fdisk text-mode partitioning tool
ii  gedit                         3.18.3-0ubuntu4     amd64               official text editor of the GNOME desktop environment
ii  gedit-common                  3.18.3-0ubuntu4     all                 official text editor of the GNOME desktop environment (support f
ii  genisoimage                   9:1.1.11-3ubuntu1   amd64               Creates ISO-9660 CD-ROM filesystem images
ii  geoclue                       0.12.99-4ubuntu1    amd64               Geographic information framework
ii  geoclue-ubuntu-geoip          1.0.2+14.04.2013112 amd64               Provide positioning for GeoClue via Ubuntu GeoIP services
ii  geoip-database                20160408-1          all                 IP lookup command line tools that use the GeoIP library (country
ii  gettext                       0.19.7-2ubuntu3.1   amd64               GNU Internationalization utilities
ii  gettext-base                  0.19.7-2ubuntu3.1   amd64               GNU Internationalization utilities for the base system
ii  ghostscript                   9.26~dfsg+0-0ubuntu amd64               interpreter for the PostScript language and for PDF
ii  ghostscript-x                 9.26~dfsg+0-0ubuntu amd64               interpreter for the PostScript language and for PDF - X11 suppor
ii  gir1.2-accounts-1.0:amd64     1.21+16.04.20160222 amd64               typelib file for libaccounts-glib0
ii  gir1.2-appindicator3-0.1      12.10.1+16.04.20170 amd64               Typelib files for libappindicator3-1.
ii  gir1.2-atk-1.0                2.18.0-1            amd64               ATK accessibility toolkit (GObject introspection)
ii  gir1.2-atspi-2.0              2.18.3-4ubuntu1     amd64               Assistive Technology Service Provider (GObject introspection)
ii  gir1.2-dbusmenu-glib-0.4:amd6 16.04.1+16.04.20160 amd64               typelib file for libdbusmenu-glib4
ii  gir1.2-dee-1.0                1.2.7+15.04.2015030 amd64               GObject introspection data for the Dee library
ii  gir1.2-freedesktop:amd64      1.46.0-3ubuntu1     amd64               Introspection data for some FreeDesktop components
ii  gir1.2-gdata-0.0:amd64        0.17.4-1            amd64               GObject introspection data for the GData webservices library
ii  gir1.2-gdkpixbuf-2.0:amd64    2.32.2-1ubuntu1.6   amd64               GDK Pixbuf library - GObject-Introspection
ii  gir1.2-glib-2.0:amd64         1.46.0-3ubuntu1     amd64               Introspection data for GLib, GObject, Gio and GModule
ii  gir1.2-gnomekeyring-1.0       3.12.0-1build1      amd64               GNOME keyring services library - introspection data
ii  gir1.2-goa-1.0:amd64          3.18.3-1ubuntu2     amd64               Introspection data for GNOME Online Accounts
ii  gir1.2-gst-plugins-base-1.0   1.8.3-1ubuntu0.3    amd64               GObject introspection data for the GStreamer Plugins Base librar
ii  gir1.2-gstreamer-1.0          1.8.3-1~ubuntu0.1   amd64               GObject introspection data for the GStreamer library
ii  gir1.2-gtk-3.0:amd64          3.18.9-1ubuntu3.3   amd64               GTK+ graphical user interface library -- gir bindings
ii  gir1.2-gtksource-3.0:amd64    3.18.2-1            amd64               gir files for the GTK+ syntax highlighting widget
ii  gir1.2-gudev-1.0:amd64        1:230-2             amd64               libgudev-1.0 introspection data
ii  gir1.2-ibus-1.0:amd64         1.5.11-1ubuntu2.1   amd64               Intelligent Input Bus - introspection data
ii  gir1.2-javascriptcoregtk-4.0: 2.20.5-0ubuntu0.16. amd64               JavaScript engine library from WebKitGTK+ - GObject introspectio
ii  gir1.2-json-1.0:amd64         1.1.2-0ubuntu1      amd64               GLib JSON manipulation library (introspection data)
ii  gir1.2-notify-0.7             0.7.6-2svn1         amd64               sends desktop notifications to a notification daemon (Introspect
ii  gir1.2-packagekitglib-1.0     0.8.17-4ubuntu6~gcc amd64               GObject introspection data for the PackageKit GLib library
ii  gir1.2-pango-1.0:amd64        1.38.1-1            amd64               Layout and rendering of internationalized text - gir bindings
ii  gir1.2-peas-1.0:amd64         1.16.0-1ubuntu2     amd64               Application plugin library (introspection files)
ii  gir1.2-rb-3.0:amd64           3.3-1ubuntu7        amd64               GObject introspection data for the rhythmbox music player
ii  gir1.2-secret-1:amd64         0.18.4-1ubuntu2     amd64               Secret store (GObject-Introspection)
ii  gir1.2-signon-1.0             1.13+16.04.20151209 amd64               GObject introspection data for the Signon library
ii  gir1.2-soup-2.4               2.52.2-1ubuntu0.3   amd64               GObject introspection data for the libsoup HTTP library
ii  gir1.2-totem-1.0:amd64        3.18.1-1ubuntu4     amd64               GObject introspection data for Totem media player
ii  gir1.2-totem-plparser-1.0:amd 3.10.6-1ubuntu1     amd64               GObject introspection data for the Totem Playlist Parser library
ii  gir1.2-udisks-2.0:amd64       2.1.7-1ubuntu1      amd64               GObject based library to access udisks2 - introspection data
ii  gir1.2-unity-5.0:amd64        7.1.4+16.04.2018020 amd64               GObject introspection data for the Unity library
ii  gir1.2-vte-2.91:amd64         0.42.5-1ubuntu1     amd64               GObject introspection data for the VTE library
ii  gir1.2-webkit2-4.0:amd64      2.20.5-0ubuntu0.16. amd64               Web content engine library for GTK+ - GObject introspection data
ii  gir1.2-wnck-3.0:amd64         3.14.1-2            amd64               GObject introspection data for the WNCK library
ii  git                           1:2.7.4-0ubuntu1.6  amd64               fast, scalable, distributed revision control system
ii  git-man                       1:2.7.4-0ubuntu1.6  all                 fast, scalable, distributed revision control system (manual page
ii  gkbd-capplet                  3.6.0-1ubuntu2      amd64               GNOME control center tools for libgnomekbd
ii  gksu                          2.0.2-9ubuntu1      amd64               graphical front-end to su and sudo
ii  glib-networking:amd64         2.48.2-1~ubuntu16.0 amd64               network-related giomodules for GLib
ii  glib-networking-common        2.48.2-1~ubuntu16.0 all                 network-related giomodules for GLib - data files
ii  glib-networking-services      2.48.2-1~ubuntu16.0 amd64               network-related giomodules for GLib - D-Bus services
ii  gnome-accessibility-themes    3.18.0-2ubuntu2     all                 Accessibility themes for the GNOME desktop
ii  gnome-bluetooth               3.18.2-1ubuntu2     amd64               GNOME Bluetooth tools
ii  gnome-calculator              1:3.18.3-0ubuntu1.1 amd64               GNOME desktop calculator
ii  gnome-calendar                3.20.4-0ubuntu0.1   amd64               Calendar application for GNOME
ii  gnome-desktop3-data           3.18.2-1ubuntu1     all                 Common files for GNOME desktop apps
ii  gnome-disk-utility            3.18.3.1-1ubuntu1.1 amd64               manage and configure disk drives and media
ii  gnome-font-viewer             3.16.2-1ubuntu1     amd64               font viewer for GNOME
ii  gnome-keyring                 3.18.3-0ubuntu2.1   amd64               GNOME keyring services (daemon and tools)
ii  gnome-mahjongg                1:3.18.0-1          amd64               classic Eastern tile game for GNOME
ii  gnome-menus                   3.13.3-6ubuntu3.1   amd64               GNOME implementation of the freedesktop menu specification
ii  gnome-mines                   1:3.18.2-2          amd64               popular minesweeper puzzle game for GNOME
ii  gnome-orca                    3.18.2-1ubuntu3     all                 Scriptable screen reader
ii  gnome-power-manager           3.18.0-1ubuntu1     amd64               power management tool for the GNOME desktop
ii  gnome-screensaver             3.6.1-7ubuntu4      amd64               GNOME screen saver and locker
ii  gnome-screenshot              3.18.0-1ubuntu2     amd64               screenshot application for GNOME
ii  gnome-session-bin             3.18.1.2-1ubuntu1.1 amd64               GNOME Session Manager - Minimal runtime
ii  gnome-session-canberra        0.30-2.1ubuntu1     amd64               GNOME session log in and log out sound events
ii  gnome-session-common          3.18.1.2-1ubuntu1.1 all                 GNOME Session Manager - common files
ii  gnome-settings-daemon-schemas 3.18.2-0ubuntu3.1   all                 gnome-settings-daemon schemas
ii  gnome-software                3.20.5-0ubuntu0.16. amd64               Software Center for GNOME
ii  gnome-software-common         3.20.5-0ubuntu0.16. all                 Software Center for GNOME (common files)
ii  gnome-sudoku                  1:3.18.4-0ubuntu2   amd64               Sudoku puzzle game for GNOME
ii  gnome-system-log              3.9.90-4            amd64               system log viewer for GNOME
ii  gnome-system-monitor          3.18.2-1ubuntu1     amd64               Process viewer and system resource monitor for GNOME
ii  gnome-terminal                3.18.3-1ubuntu1     amd64               GNOME terminal emulator application
ii  gnome-terminal-data           3.18.3-1ubuntu1     all                 Data files for the GNOME terminal emulator
ii  gnome-user-guide              3.18.1-1            all                 GNOME user's guide
ii  gnome-user-share              3.14.2-2ubuntu4     amd64               User level public file sharing via WebDAV or ObexFTP
ii  gnome-video-effects           0.4.1-3ubuntu1      all                 Collection of GStreamer effects
ii  gnupg                         1.4.20-1ubuntu3.3   amd64               GNU privacy guard - a free PGP replacement
ii  gnupg-agent                   2.1.11-6ubuntu2.1   amd64               GNU privacy guard - cryptographic agent
ii  gnupg-curl                    1.4.20-1ubuntu3     amd64               GNU privacy guard - a free PGP replacement (cURL)
ii  gnupg2                        2.1.11-6ubuntu2.1   amd64               GNU privacy guard - a free PGP replacement (new v2.x)
ii  google-chrome-stable          76.0.3809.132-1     amd64               The web browser from Google
ii  gpgv                          1.4.20-1ubuntu3.3   amd64               GNU privacy guard - signature verification tool
ii  grep                          2.25-1~16.04.1      amd64               GNU grep, egrep and fgrep
ii  grilo-plugins-0.2-base:amd64  0.2.17-0ubuntu2     amd64               Framework for discovering and browsing media - Base Plugins
ii  groff-base                    1.22.3-7            amd64               GNU troff text-formatting system (base system components)
ii  grub-common                   2.02~beta2-36ubuntu amd64               GRand Unified Bootloader (common files)
ii  grub-efi-amd64                2.02~beta2-36ubuntu amd64               GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii  grub-efi-amd64-bin            2.02~beta2-36ubuntu amd64               GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
ii  grub-efi-amd64-signed         1.66.22+2.02~beta2- amd64               GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii  grub2-common                  2.02~beta2-36ubuntu amd64               GRand Unified Bootloader (common files for version 2)
ii  gsettings-desktop-schemas     3.18.1-1ubuntu1     all                 GSettings desktop-wide schemas
ii  gsettings-ubuntu-schemas      0.0.5+16.04.2016030 all                 GSettings deskop-wide schemas for Ubuntu
ii  gsfonts                       1:8.11+urwcyr1.0.7~ all                 Fonts for the Ghostscript interpreter(s)
ii  gstreamer1.0-alsa:amd64       1.8.3-1ubuntu0.3    amd64               GStreamer plugin for ALSA
ii  gstreamer1.0-clutter-3.0      3.0.18-1            amd64               Clutter PLugin for GStreamer 1.0
ii  gstreamer1.0-fluendo-mp3:amd6 0.10.32.debian-1    amd64               Fluendo mp3 decoder GStreamer 1.0 plugin
ii  gstreamer1.0-libav:amd64      1.8.0-1             amd64               libav plugin for GStreamer
ii  gstreamer1.0-plugins-bad:amd6 1.8.0-1ubuntu1      amd64               GStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-bad-faad 1.8.0-1ubuntu1      amd64               GStreamer faad plugin from the "bad" set
ii  gstreamer1.0-plugins-bad-vide 1.8.0-1ubuntu1      amd64               GStreamer videoparsers plugin from the "bad" set
ii  gstreamer1.0-plugins-base:amd 1.8.3-1ubuntu0.3    amd64               GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-base-app 1.8.3-1ubuntu0.3    amd64               GStreamer helper programs from the "base" set
ii  gstreamer1.0-plugins-good:amd 1.8.3-1ubuntu0.4    amd64               GStreamer plugins from the "good" set
ii  gstreamer1.0-plugins-ugly:amd 1.8.0-1ubuntu1      amd64               GStreamer plugins from the "ugly" set
ii  gstreamer1.0-plugins-ugly-amr 1.8.0-1ubuntu1      amd64               GStreamer plugins from the "ugly" set
ii  gstreamer1.0-pulseaudio:amd64 1.8.3-1ubuntu0.4    amd64               GStreamer plugin for PulseAudio
ii  gstreamer1.0-tools            1.8.3-1~ubuntu0.1   amd64               Tools for use with GStreamer
ii  gstreamer1.0-x:amd64          1.8.3-1ubuntu0.3    amd64               GStreamer plugins for X11 and Pango
ii  gtk2-engines-murrine:amd64    0.98.2-0ubuntu2.2   amd64               cairo-based gtk+-2.0 theme engine
ii  gucharmap                     1:3.18.2-1ubuntu1   amd64               Unicode character picker and font browser
ii  guile-2.0-libs:amd64          2.0.11+1-10ubuntu0. amd64               Core Guile libraries
ii  gvfs:amd64                    1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - GIO module
ii  gvfs-backends                 1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - backends
ii  gvfs-bin                      1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - binaries
ii  gvfs-common                   1.28.2-1ubuntu1~16. all                 userspace virtual filesystem - common data files
ii  gvfs-daemons                  1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - servers
ii  gvfs-fuse                     1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - fuse server
ii  gvfs-libs:amd64               1.28.2-1ubuntu1~16. amd64               userspace virtual filesystem - private libraries
ii  gzip                          1.6-4ubuntu1        amd64               GNU compression utilities
ii  hardening-includes            2.7ubuntu2          all                 Makefile for enabling compiler flags for security hardening
ii  hdparm                        9.48+ds-1ubuntu0.1  amd64               tune hard disk parameters for high performance
ii  hicolor-icon-theme            0.15-0ubuntu1.1     all                 default fallback theme for FreeDesktop.org icon themes
ii  hostname                      3.16ubuntu2         amd64               utility to set/show the host name or domain name
ii  hplip                         3.16.3+repack0-1    amd64               HP Linux Printing and Imaging System (HPLIP)
ii  hplip-data                    3.16.3+repack0-1    all                 HP Linux Printing and Imaging - data files
ii  hud                           14.10+16.04.2016041 amd64               Backend for the Unity HUD
ii  humanity-icon-theme           0.6.10.1            all                 Humanity Icon theme
ii  hunspell-ar                   3.2-1               all                 Arabic dictionary for hunspell
ii  hunspell-en-au                1:5.1.0-1ubuntu2.2  all                 English (Australia) dictionary for hunspell
ii  hunspell-en-ca                1:5.1.0-1ubuntu2.2  all                 English (Canada) dictionary for hunspell
ii  hunspell-en-gb                1:5.1.0-1ubuntu2.2  all                 English (GB) dictionary for hunspell
ii  hunspell-en-us                20070829-6ubuntu3   all                 English_american dictionary for hunspell
ii  hunspell-en-za                1:5.1.0-1ubuntu2.2  all                 English (South Africa) dictionary for hunspell
ii  hwdata                        0.267-1ubuntu2      all                 hardware identification / configuration data
ii  hyphen-en-gb                  1:5.1.0-1ubuntu2.2  all                 English (GB) hyphenation patterns
ii  hyphen-en-us                  2.8.8-2ubuntu1      all                 US English hyphenation patterns for LibreOffice/OpenOffice.org
ii  i965-va-driver:amd64          1.7.0-1             amd64               VAAPI driver for Intel G45 & HD Graphics family
ii  ibus                          1.5.11-1ubuntu2.1   amd64               Intelligent Input Bus - core
ii  ibus-gtk:amd64                1.5.11-1ubuntu2.1   amd64               Intelligent Input Bus - GTK+2 support
ii  ibus-gtk3:amd64               1.5.11-1ubuntu2.1   amd64               Intelligent Input Bus - GTK+3 support
ii  ibus-table                    1.9.1-3ubuntu2      all                 table engine for IBus
ii  ifupdown                      0.8.10ubuntu1.4     amd64               high level tools to configure network interfaces
ii  im-config                     0.29-1ubuntu12.4    all                 Input method configuration framework
ii  imagemagick                   8:6.8.9.9-7ubuntu5. amd64               image manipulation programs -- binaries
ii  imagemagick-6.q16             8:6.8.9.9-7ubuntu5. amd64               image manipulation programs -- quantum depth Q16
ii  imagemagick-common            8:6.8.9.9-7ubuntu5. all                 image manipulation programs -- infrastructure
ii  indicator-application         12.10.1+16.04.20170 amd64               Application Indicators
ii  indicator-appmenu             15.02.0+16.04.20151 amd64               Indicator for application menus.
ii  indicator-bluetooth           0.0.6+16.04.2016052 amd64               System bluetooth indicator.
ii  indicator-datetime            15.10+16.04.2016040 amd64               Simple clock
ii  indicator-keyboard            0.0.0+16.04.2015112 amd64               Keyboard indicator
ii  indicator-messages            13.10.1+15.10.20150 amd64               indicator that collects messages that need a response
ii  indicator-power               12.10.6+16.04.20160 amd64               Indicator showing power state.
ii  indicator-printers            0.1.7+15.04.2015022 amd64               indicator showing active print jobs
ii  indicator-session             12.10.5+16.04.20160 amd64               indicator showing session management, status and user switching
ii  indicator-sound               12.10.2+16.04.20160 amd64               System sound indicator.
ii  info                          6.1.0.dfsg.1-5      amd64               Standalone GNU Info documentation browser
ii  init                          1.29ubuntu4         amd64               System-V-like init utilities - metapackage
ii  init-system-helpers           1.29ubuntu4         all                 helper tools for all init systems
ii  initramfs-tools               0.122ubuntu8.14     all                 generic modular initramfs generator (automation)
ii  initramfs-tools-bin           0.122ubuntu8.14     amd64               binaries used by initramfs-tools
ii  initramfs-tools-core          0.122ubuntu8.14     all                 generic modular initramfs generator (core tools)
ii  initscripts                   2.88dsf-59.3ubuntu2 amd64               scripts for initializing and shutting down the system
ii  inputattach                   1:1.4.9-1           amd64               utility to connect serial-attached peripherals to the input subs
ii  insserv                       1.14.0-5ubuntu3     amd64               boot sequence organizer using LSB init.d script dependency infor
ii  install-info                  6.1.0.dfsg.1-5      amd64               Manage installed documentation in info format
ii  intel-gpu-tools               1.14-1              amd64               tools for debugging the Intel graphics driver
ii  intel-microcode               3.20190618.0ubuntu0 amd64               Processor microcode firmware for Intel CPUs
ii  intltool-debian               0.35.0+20060710.4   all                 Help i18n of RFC822 compliant config files
ii  ippusbxd                      1.23-1              amd64               Daemon for IPP USB printer support
ii  iproute2                      4.3.0-1ubuntu3.16.0 amd64               networking and traffic control tools
ii  iptables                      1.6.0-2ubuntu3      amd64               administration tools for packet filtering and NAT
ii  iputils-arping                3:20121221-5ubuntu2 amd64               Tool to send ICMP echo requests to an ARP address
ii  iputils-ping                  3:20121221-5ubuntu2 amd64               Tools to test the reachability of network hosts
ii  iputils-tracepath             3:20121221-5ubuntu2 amd64               Tools to trace the network path to a remote host
ii  irqbalance                    1.1.0-2ubuntu1      amd64               Daemon to balance interrupts for SMP systems
ii  isc-dhcp-client               4.3.3-5ubuntu12.10  amd64               DHCP client for automatically obtaining an IP address
ii  isc-dhcp-common               4.3.3-5ubuntu12.10  amd64               common files used by all of the isc-dhcp packages
ii  iso-codes                     3.65-1              all                 ISO language, territory, currency, script codes and their transl
ii  iucode-tool                   1.5.1-1ubuntu0.1    amd64               Intel processor microcode tool
ii  iw                            3.17-1              amd64               tool for configuring Linux wireless devices
ii  java-common                   0.56ubuntu2         all                 Base package for Java runtimes
ii  jayatana                      2.7-0ubuntu5        amd64               Java Native Library for ayatana project
ii  kbd                           1.15.5-1ubuntu5     amd64               Linux console font and keytable utilities
ii  kerneloops-daemon             0.12+git20140509-2u amd64               kernel oops tracker
ii  keyboard-configuration        1.108ubuntu15.5     all                 system-wide keyboard preferences
ii  klibc-utils                   2.0.4-8ubuntu1.16.0 amd64               small utilities built with klibc for early boot
ii  kmod                          22-1ubuntu5.2       amd64               tools for managing Linux kernel modules
ii  krb5-locales                  1.13.2+dfsg-5ubuntu all                 Internationalization support for MIT Kerberos
ii  language-pack-ar              1:16.04+20160627    all                 translation updates for language Arabic
ii  language-pack-ar-base         1:16.04+20160627    all                 translations for language Arabic
ii  language-pack-en              1:16.04+20161009    all                 translation updates for language English
ii  language-pack-en-base         1:16.04+20160627    all                 translations for language English
ii  language-pack-gnome-ar        1:16.04+20160627    all                 GNOME translation updates for language Arabic
ii  language-pack-gnome-ar-base   1:16.04+20160627    all                 GNOME translations for language Arabic
ii  language-pack-gnome-en        1:16.04+20161009    all                 GNOME translation updates for language English
ii  language-pack-gnome-en-base   1:16.04+20160627    all                 GNOME translations for language English
ii  language-selector-common      0.165.4             all                 Language selector for Ubuntu
ii  language-selector-gnome       0.165.4             all                 Language selector for Ubuntu
ii  laptop-detect                 0.13.7ubuntu2       amd64               attempt to detect a laptop
ii  launchpad-getkeys             0.3.3-1~webupd8~2   all                 Import missing GPG keys automatically
ii  less                          481-2.1ubuntu0.2    amd64               pager program similar to more
ii  liba11y-profile-manager-0.1-0 0.1.10-0ubuntu3     amd64               Accessibility profile manager - Shared library
ii  liba11y-profile-manager-data  0.1.10-0ubuntu3     all                 Accessibility Profile Manager - GSettings data
ii  liba52-0.7.4:amd64            0.7.4-18            amd64               library for decoding ATSC A/52 streams
ii  libaa1:amd64                  1.4p5-44build1      amd64               ASCII art library
ii  libaacs0:amd64                0.8.1-1             amd64               free-and-libre implementation of AACS
ii  libabw-0.1-1v5:amd64          0.1.1-2ubuntu2      amd64               library for reading and writing AbiWord(tm) documents
ii  libaccount-plugin-1.0-0:amd64 0.1.8+16.04.2016020 amd64               libaccount-plugin for Unity Control Center
ii  libaccount-plugin-generic-oau 0.12+16.04.20160126 amd64               GNOME Control Center account plugin for single signon - generic 
ii  libaccount-plugin-google      0.12+16.04.20160126 amd64               GNOME Control Center account plugin for single signon - Google A
ii  libaccounts-glib0:amd64       1.21+16.04.20160222 amd64               library for single signon
ii  libaccounts-qt5-1:amd64       1.14+16.04.20151106 amd64               QT library for single sign on
ii  libaccountsservice0:amd64     0.6.40-2ubuntu11.3  amd64               query and manipulate user account information - shared libraries
ii  libacl1:amd64                 2.2.52-3            amd64               Access control list shared library
ii  libalgorithm-diff-perl        1.19.03-1           all                 module to find differences between files
ii  libalgorithm-diff-xs-perl     0.04-4build1        amd64               module to find differences between files (XS accelerated)
ii  libalgorithm-merge-perl       0.08-3              all                 Perl module for three-way merge of textual data
ii  libandroid-properties1        0.1.0+git20151016+6 amd64               Library to provide access to get, set and list Android propertie
ii  libao-common                  1.1.0-3ubuntu1      all                 Cross Platform Audio Output Library (Common files)
ii  libao4:amd64                  1.1.0-3ubuntu1      amd64               Cross Platform Audio Output Library
ii  libapparmor-perl              2.10.95-0ubuntu2.11 amd64               AppArmor library Perl bindings
ii  libapparmor1:amd64            2.10.95-0ubuntu2.11 amd64               changehat AppArmor library
ii  libappindicator1              12.10.1+15.04.20141 amd64               Application Indicators
ii  libappindicator3-1            12.10.1+16.04.20170 amd64               Application Indicators
ii  libappstream-glib8:amd64      0.5.13-1ubuntu6     amd64               GNOME library to access AppStream services
ii  libappstream3:amd64           0.9.4-1ubuntu4      amd64               Library to access AppStream services
ii  libapt-inst2.0:amd64          1.2.32              amd64               deb package format runtime library
ii  libapt-pkg-perl               0.1.29build7        amd64               Perl interface to libapt-pkg
ii  libapt-pkg5.0:amd64           1.2.32              amd64               package management runtime library
ii  libarchive-zip-perl           1.56-2ubuntu0.1     all                 Perl module for manipulation of ZIP archives
ii  libarchive13:amd64            3.1.2-11ubuntu0.16. amd64               Multi-format archive and compression library (shared library)
ii  libart-2.0-2:amd64            2.3.21-2            amd64               Library of functions for 2D graphics - runtime files
ii  libasan2:amd64                5.4.0-6ubuntu1~16.0 amd64               AddressSanitizer -- a fast memory error detector
ii  libasn1-8-heimdal:amd64       1.7~git20150920+dfs amd64               Heimdal Kerberos - ASN.1 library
ii  libasound2:amd64              1.1.0-0ubuntu1      amd64               shared library for ALSA applications
ii  libasound2-data               1.1.0-0ubuntu1      all                 Configuration files and profiles for ALSA drivers
ii  libasound2-plugins:amd64      1.1.0-0ubuntu1      amd64               ALSA library additional plugins
ii  libaspell15:amd64             0.60.7~20110707-3bu amd64               GNU Aspell spell-checker runtime library
ii  libasprintf-dev:amd64         0.19.7-2ubuntu3.1   amd64               GNU Internationalization library development files
ii  libasprintf0v5:amd64          0.19.7-2ubuntu3.1   amd64               GNU library to use fprintf and friends in C++
ii  libass5:amd64                 0.13.1-1            amd64               library for SSA/ASS subtitles rendering
ii  libassuan0:amd64              2.4.2-2             amd64               IPC library for the GnuPG components
ii  libasyncns0:amd64             0.8-5build1         amd64               Asynchronous name service query library
ii  libatasmart4:amd64            0.19-3              amd64               ATA S.M.A.R.T. reading and parsing library
ii  libatk-adaptor:amd64          2.18.1-2ubuntu1     amd64               AT-SPI 2 toolkit bridge
ii  libatk-bridge2.0-0:amd64      2.18.1-2ubuntu1     amd64               AT-SPI 2 toolkit bridge - shared library
ii  libatk1.0-0:amd64             2.18.0-1            amd64               ATK accessibility toolkit
ii  libatk1.0-data                2.18.0-1            all                 Common files for the ATK accessibility toolkit
ii  libatkmm-1.6-1v5:amd64        2.24.2-1            amd64               C++ wrappers for ATK accessibility toolkit (shared libraries)
ii  libatm1:amd64                 1:2.5.1-1.5         amd64               shared library for ATM (Asynchronous Transfer Mode)
ii  libatomic1:amd64              5.4.0-6ubuntu1~16.0 amd64               support library providing __atomic built-in functions
ii  libatspi2.0-0:amd64           2.18.3-4ubuntu1     amd64               Assistive Technology Service Provider Interface - shared library
ii  libattr1:amd64                1:2.4.47-2          amd64               Extended attribute shared library
ii  libaudio2:amd64               1.9.4-4             amd64               Network Audio System - shared libraries
ii  libaudit-common               1:2.4.5-1ubuntu2.1  all                 Dynamic library for security auditing - common files
ii  libaudit1:amd64               1:2.4.5-1ubuntu2.1  amd64               Dynamic library for security auditing
ii  libauthen-sasl-perl           2.1600-1            all                 Authen::SASL - SASL Authentication framework
ii  libavahi-client3:amd64        0.6.32~rc+dfsg-1ubu amd64               Avahi client library
ii  libavahi-common-data:amd64    0.6.32~rc+dfsg-1ubu amd64               Avahi common data files
ii  libavahi-common3:amd64        0.6.32~rc+dfsg-1ubu amd64               Avahi common library
ii  libavahi-core7:amd64          0.6.32~rc+dfsg-1ubu amd64               Avahi's embeddable mDNS/DNS-SD library
ii  libavahi-glib1:amd64          0.6.32~rc+dfsg-1ubu amd64               Avahi GLib integration library
ii  libavahi-ui-gtk3-0:amd64      0.6.32~rc+dfsg-1ubu amd64               Avahi GTK+ User interface library for GTK3
ii  libavc1394-0:amd64            0.5.4-4             amd64               control IEEE 1394 audio/video devices
ii  libavcodec-extra              7:2.8.6-1ubuntu2    all                 FFmpeg library with extra codecs (metapackage)
ii  libavcodec-ffmpeg-extra56:amd 7:2.8.6-1ubuntu2    amd64               FFmpeg library with additional de/encoders for audio/video codec
ii  libavfilter-ffmpeg5:amd64     7:2.8.6-1ubuntu2    amd64               FFmpeg library containing media filters - runtime files
ii  libavformat-ffmpeg56:amd64    7:2.8.6-1ubuntu2    amd64               FFmpeg library with (de)muxers for multimedia containers - runti
ii  libavresample-ffmpeg2:amd64   7:2.8.6-1ubuntu2    amd64               FFmpeg compatibility library for resampling - runtime files
ii  libavutil-ffmpeg54:amd64      7:2.8.6-1ubuntu2    amd64               FFmpeg library with functions for simplifying programming - runt
ii  libbabeltrace-ctf1:amd64      1.3.2-1             amd64               Common Trace Format (CTF) library
ii  libbabeltrace1:amd64          1.3.2-1             amd64               Babeltrace conversion libraries
ii  libbamf3-2:amd64              0.5.3~bzr0+16.04.20 amd64               Window matching library - shared library
ii  libbdplus0:amd64              0.1.2-1             amd64               implementation of BD+ for reading Blu-ray Discs
ii  libbind9-140:amd64            1:9.10.3.dfsg.P4-8u amd64               BIND9 Shared Library used by BIND
ii  libblas-common                3.6.0-2ubuntu2      amd64               Dependency package for all BLAS implementations
ii  libblas3                      3.6.0-2ubuntu2      amd64               Basic Linear Algebra Reference implementations, shared library
ii  libblkid1:amd64               2.27.1-6ubuntu3.7   amd64               block device ID library
ii  libbluetooth3:amd64           5.37-0ubuntu5.1     amd64               Library to use the BlueZ Linux Bluetooth stack
ii  libbluray1:amd64              1:0.9.2-2           amd64               Blu-ray disc playback support library (shared library)
ii  libboost-date-time1.58.0:amd6 1.58.0+dfsg-5ubuntu amd64               set of date-time libraries based on generic programming concepts
ii  libboost-filesystem1.58.0:amd 1.58.0+dfsg-5ubuntu amd64               filesystem operations (portable paths, iteration over directorie
ii  libboost-iostreams1.58.0:amd6 1.58.0+dfsg-5ubuntu amd64               Boost.Iostreams Library
ii  libboost-system1.58.0:amd64   1.58.0+dfsg-5ubuntu amd64               Operating system (e.g. diagnostics support) library
ii  libbrlapi0.6:amd64            5.3.1-2ubuntu2.1    amd64               braille display access via BRLTTY - shared library
ii  libbs2b0:amd64                3.1.0+dfsg-2.2      amd64               Bauer stereophonic-to-binaural DSP library
ii  libbsd0:amd64                 0.8.2-1             amd64               utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64              1.0.6-8ubuntu0.2    amd64               high-quality block-sorting file compressor library - runtime
ii  libc-bin                      2.23-0ubuntu11      amd64               GNU C Library: Binaries
ii  libc-dev-bin                  2.23-0ubuntu11      amd64               GNU C Library: Development binaries
ii  libc6:amd64                   2.23-0ubuntu11      amd64               GNU C Library: Shared libraries
ii  libc6-dbg:amd64               2.23-0ubuntu11      amd64               GNU C Library: detached debugging symbols
ii  libc6-dev:amd64               2.23-0ubuntu11      amd64               GNU C Library: Development Libraries and Header Files
ii  libcaca0:amd64                0.99.beta19-2ubuntu amd64               colour ASCII art library
ii  libcairo-gobject2:amd64       1.14.6-1            amd64               Cairo 2D vector graphics library (GObject library)
ii  libcairo-perl                 1.106-1build1       amd64               Perl interface to the Cairo graphics library
ii  libcairo2:amd64               1.14.6-1            amd64               Cairo 2D vector graphics library
ii  libcairomm-1.0-1v5:amd64      1.12.0-1            amd64               C++ wrappers for Cairo (shared libraries)
ii  libcamel-1.2-54:amd64         3.18.5-1ubuntu1.2   amd64               Evolution MIME message handling library
ii  libcanberra-gtk-module:amd64  0.30-2.1ubuntu1     amd64               translates GTK+ widgets signals to event sounds
ii  libcanberra-gtk0:amd64        0.30-2.1ubuntu1     amd64               GTK+ helper for playing widget event sounds with libcanberra
ii  libcanberra-gtk3-0:amd64      0.30-2.1ubuntu1     amd64               GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii  libcanberra-gtk3-module:amd64 0.30-2.1ubuntu1     amd64               translates GTK3 widgets signals to event sounds
ii  libcanberra-pulse:amd64       0.30-2.1ubuntu1     amd64               PulseAudio backend for libcanberra
ii  libcanberra0:amd64            0.30-2.1ubuntu1     amd64               simple abstract interface for playing event sounds
ii  libcap-ng0:amd64              0.7.7-1             amd64               An alternate POSIX capabilities library
ii  libcap2:amd64                 1:2.24-12           amd64               POSIX 1003.1e capabilities (library)
ii  libcap2-bin                   1:2.24-12           amd64               POSIX 1003.1e capabilities (utilities)
ii  libcapnp-0.5.3:amd64          0.5.3-2ubuntu1.1    amd64               Cap'n Proto C++ library
ii  libcc1-0:amd64                5.4.0-6ubuntu1~16.0 amd64               GCC cc1 plugin for GDB
ii  libcdio-cdda1:amd64           0.83-4.2ubuntu1     amd64               library to read and control digital audio CDs
ii  libcdio-paranoia1:amd64       0.83-4.2ubuntu1     amd64               library to read digital audio CDs with error correction
ii  libcdio13:amd64               0.83-4.2ubuntu1     amd64               library to read and control CD-ROM
ii  libcdparanoia0:amd64          3.10.2+debian-11    amd64               audio extraction tool for sampling CDs (library)
ii  libcdr-0.1-1:amd64            0.1.2-2ubuntu2      amd64               library for reading and converting Corel DRAW files
ii  libcgi-fast-perl              1:2.10-1            all                 CGI subclass for work with FCGI
ii  libcgi-pm-perl                4.26-1              all                 module for Common Gateway Interface applications
ii  libcgmanager0:amd64           0.39-2ubuntu5       amd64               Central cgroup manager daemon (client library)
ii  libcheese-gtk25:amd64         3.18.1-2ubuntu3     amd64               tool to take pictures and videos from your webcam - widgets
ii  libcheese8:amd64              3.18.1-2ubuntu3     amd64               tool to take pictures and videos from your webcam - base library
ii  libchromaprint0:amd64         1.3-1               amd64               audio fingerprint library
ii  libcilkrts5:amd64             5.4.0-6ubuntu1~16.0 amd64               Intel Cilk Plus language extensions (runtime)
ii  libclass-accessor-perl        0.34-1              all                 Perl module that automatically generates accessors
ii  libclone-perl                 0.38-1build1        amd64               module for recursively copying Perl datatypes
ii  libclucene-contribs1v5:amd64  2.3.3.4-4.1         amd64               language specific text analyzers (runtime)
ii  libclucene-core1v5:amd64      2.3.3.4-4.1         amd64               core library for full-featured text search engine (runtime)
ii  libclutter-1.0-0:amd64        1.24.2-1            amd64               Open GL based interactive canvas library
ii  libclutter-1.0-common         1.24.2-1            all                 Open GL based interactive canvas library (common files)
ii  libclutter-gst-3.0-0:amd64    3.0.18-1            amd64               Open GL based interactive canvas library GStreamer elements
ii  libclutter-gtk-1.0-0:amd64    1.6.6-1             amd64               Open GL based interactive canvas library GTK+ widget
ii  libcmis-0.5-5v5:amd64         0.5.1-2ubuntu2      amd64               CMIS protocol client library
ii  libcogl-common                1.22.0-2            all                 Object oriented GL/GLES Abstraction/Utility Layer (common files)
ii  libcogl-pango20:amd64         1.22.0-2            amd64               Object oriented GL/GLES Abstraction/Utility Layer
ii  libcogl-path20:amd64          1.22.0-2            amd64               Object oriented GL/GLES Abstraction/Utility Layer
ii  libcogl20:amd64               1.22.0-2            amd64               Object oriented GL/GLES Abstraction/Utility Layer
ii  libcolamd2.9.1:amd64          1:4.4.6-1           amd64               column approximate minimum degree ordering library for sparse ma
ii  libcolord2:amd64              1.2.12-1ubuntu1     amd64               system service to manage device colour profiles -- runtime
ii  libcolorhug2:amd64            1.2.12-1ubuntu1     amd64               library to access the ColorHug colourimeter -- runtime
ii  libcolumbus1-common           1.1.0+15.10.2015080 all                 error tolerant matching engine - common files
ii  libcolumbus1v5:amd64          1.1.0+15.10.2015080 amd64               error tolerant matching engine - shared library
ii  libcomerr2:amd64              1.42.13-1ubuntu1    amd64               common error description library
ii  libcompizconfig0:amd64        1:0.9.12.3+16.04.20 amd64               Settings library for plugins - OpenCompositing Project
ii  libcrack2:amd64               2.9.2-1ubuntu1      amd64               pro-active password checker library
ii  libcroco3:amd64               0.6.11-1            amd64               Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii  libcryptsetup4:amd64          2:1.6.6-5ubuntu2.1  amd64               disk encryption support - shared library
ii  libcrystalhd3:amd64           1:0.0~git20110715.f amd64               Crystal HD Video Decoder (shared library)
ii  libcups2:amd64                2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - Core library
ii  libcupscgi1:amd64             2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - CGI library
ii  libcupsfilters1:amd64         1.8.3-2ubuntu3.5    amd64               OpenPrinting CUPS Filters - Shared library
ii  libcupsimage2:amd64           2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - Raster image library
ii  libcupsmime1:amd64            2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - MIME library
ii  libcupsppdc1:amd64            2.1.3-4ubuntu0.9    amd64               Common UNIX Printing System(tm) - PPD manipulation library
ii  libcurl3:amd64                7.47.0-1ubuntu2.13  amd64               easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64         7.47.0-1ubuntu2.13  amd64               easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libdaemon0:amd64              0.14-6              amd64               lightweight C library for daemons - runtime library
ii  libdata-alias-perl            1.20-1build1        amd64               module to create aliases instead of copies
ii  libdatrie1:amd64              0.2.10-2            amd64               Double-array trie library
ii  libdb5.3:amd64                5.3.28-11ubuntu0.2  amd64               Berkeley v5.3 Database Libraries [runtime]
ii  libdbus-1-3:amd64             1.10.6-1ubuntu3.4   amd64               simple interprocess messaging system (library)
ii  libdbus-glib-1-2:amd64        0.106-1             amd64               simple interprocess messaging system (GLib-based shared library)
ii  libdbusmenu-glib4:amd64       16.04.1+16.04.20160 amd64               library for passing menus over DBus
ii  libdbusmenu-gtk3-4:amd64      16.04.1+16.04.20160 amd64               library for passing menus over DBus - GTK+ version
ii  libdbusmenu-gtk4:amd64        16.04.1+16.04.20160 amd64               library for passing menus over DBus - GTK+ version
ii  libdbusmenu-qt2:amd64         0.9.3+16.04.2016021 amd64               Qt implementation of the DBusMenu protocol
ii  libdbusmenu-qt5:amd64         0.9.3+16.04.2016021 amd64               Qt5 implementation of the DBusMenu protocol
ii  libdc1394-22:amd64            2.2.4-1             amd64               high level programming interface for IEEE 1394 digital cameras
ii  libdca0:amd64                 0.0.5-7build1       amd64               decoding library for DTS Coherent Acoustics streams
ii  libdconf1:amd64               0.24.0-2            amd64               simple configuration storage system - runtime library
ii  libde265-0:amd64              1.0.2-2             amd64               Open H.265 video codec implementation
ii  libdebconfclient0:amd64       0.198ubuntu1        amd64               Debian Configuration Management System (C-implementation library
ii  libdecoration0:amd64          1:0.9.12.3+16.04.20 amd64               Compiz window decoration library
ii  libdee-1.0-4:amd64            1.2.7+15.04.2015030 amd64               model to synchronize multiple instances over DBus - shared lib
ii  libdevmapper1.02.1:amd64      2:1.02.110-1ubuntu1 amd64               Linux Kernel Device Mapper userspace library
ii  libdfu1:amd64                 0.8.3-0ubuntu5      amd64               Firmware update daemon library for DFU support
ii  libdigest-hmac-perl           1.03+dfsg-1         all                 module for creating standard message integrity checks
ii  libdjvulibre-text             3.5.27.1-5          all                 Linguistic support files for libdjvulibre
ii  libdjvulibre21:amd64          3.5.27.1-5          amd64               Runtime support for the DjVu image format
ii  libdmapsharing-3.0-2:amd64    2.9.34-1            amd64               DMAP client and server library - runtime
ii  libdns-export162              1:9.10.3.dfsg.P4-8u amd64               Exported DNS Shared Library
ii  libdns162:amd64               1:9.10.3.dfsg.P4-8u amd64               DNS Shared Library used by BIND
ii  libdotconf0:amd64             1.3-0.2             amd64               Configuration file parser library - runtime files
ii  libdouble-conversion1v5:amd64 2.0.1-3ubuntu2      amd64               routines to convert IEEE floats to and from strings
ii  libdpkg-perl                  1.18.4ubuntu1.5     all                 Dpkg perl modules
ii  libdrm-amdgpu1:amd64          2.4.91-2~16.04.1    amd64               Userspace interface to amdgpu-specific kernel DRM services -- ru
ii  libdrm-common                 2.4.91-2~16.04.1    all                 Userspace interface to kernel DRM services -- common files
ii  libdrm-intel1:amd64           2.4.91-2~16.04.1    amd64               Userspace interface to intel-specific kernel DRM services -- run
ii  libdrm-nouveau2:amd64         2.4.91-2~16.04.1    amd64               Userspace interface to nouveau-specific kernel DRM services -- r
ii  libdrm-radeon1:amd64          2.4.91-2~16.04.1    amd64               Userspace interface to radeon-specific kernel DRM services -- ru
ii  libdrm2:amd64                 2.4.91-2~16.04.1    amd64               Userspace interface to kernel DRM services -- runtime
ii  libdv4:amd64                  1.0.0-7             amd64               software library for DV format digital video (runtime lib)
ii  libdvdnav4:amd64              5.0.3-1             amd64               DVD navigation library
ii  libdvdread4:amd64             5.0.3-1             amd64               library for reading DVDs
ii  libe-book-0.1-1:amd64         0.1.2-2ubuntu1      amd64               library for reading and converting various  e-book formats
ii  libebackend-1.2-10:amd64      3.18.5-1ubuntu1.2   amd64               Utility library for evolution data servers
ii  libebook-1.2-16:amd64         3.18.5-1ubuntu1.2   amd64               Client library for evolution address books
ii  libebook-contacts-1.2-2:amd64 3.18.5-1ubuntu1.2   amd64               Client library for evolution contacts books
ii  libecal-1.2-19:amd64          3.18.5-1ubuntu1.2   amd64               Client library for evolution calendars
ii  libedata-book-1.2-25:amd64    3.18.5-1ubuntu1.2   amd64               Backend library for evolution address books
ii  libedata-cal-1.2-28:amd64     3.18.5-1ubuntu1.2   amd64               Backend library for evolution calendars
ii  libedataserver-1.2-21:amd64   3.18.5-1ubuntu1.2   amd64               Utility library for evolution data servers
ii  libedataserverui-1.2-1:amd64  3.18.5-1ubuntu1.2   amd64               Utility library for evolution data servers
ii  libedit2:amd64                3.1-20150325-1ubunt amd64               BSD editline and history libraries
ii  libefivar0:amd64              0.23-2              amd64               Library to manage UEFI variables
ii  libegl1-mesa:amd64            18.0.5-0ubuntu0~16. amd64               free implementation of the EGL API -- runtime
ii  libelf1:amd64                 0.165-3ubuntu1.2    amd64               library to read and write ELF files
ii  libemail-valid-perl           1.198-1             all                 Perl module for checking the validity of Internet email addresse
ii  libenchant1c2a:amd64          1.6.0-10.1build2    amd64               Wrapper library for various spell checker engines (runtime libs)
ii  libencode-locale-perl         1.05-1              all                 utility to determine the locale encoding
ii  libeot0:amd64                 0.01-3ubuntu1       amd64               Library for parsing/converting Embedded OpenType files
ii  libepoxy0:amd64               1.3.1-1ubuntu0.16.0 amd64               OpenGL function pointer management library
ii  libept1.5.0:amd64             1.1+nmu3            amd64               High-level library for managing Debian package information
ii  liberror-perl                 0.17-1.2            all                 Perl module for error/exception handling in an OO-ish way
ii  libespeak1:amd64              1.48.04+dfsg-2      amd64               Multi-lingual software speech synthesizer: shared library
ii  libestr0                      0.1.10-1            amd64               Helper functions for handling strings (lib)
ii  libetonyek-0.1-1:amd64        0.1.6-1ubuntu1      amd64               library for reading and converting Apple Keynote presentations
ii  libevdev2:amd64               1.4.6+dfsg-1        amd64               wrapper library for evdev devices
ii  libevdocument3-4:amd64        3.18.2-1ubuntu4.6   amd64               Document (PostScript, PDF) rendering library
ii  libevent-2.0-5:amd64          2.0.21-stable-2ubun amd64               Asynchronous event notification library
ii  libevview3-3:amd64            3.18.2-1ubuntu4.6   amd64               Document (PostScript, PDF) rendering library - Gtk+ widgets
ii  libexempi3:amd64              2.2.2-2ubuntu0.1    amd64               library to parse XMP metadata (Library)
ii  libexif12:amd64               0.6.21-2            amd64               library to parse EXIF files
ii  libexiv2-14:amd64             0.25-2.1ubuntu16.04 amd64               EXIF/IPTC/XMP metadata manipulation library
ii  libexpat1:amd64               2.1.0-7ubuntu0.16.0 amd64               XML parsing C library - runtime library
ii  libexporter-tiny-perl         0.042-1             all                 tiny exporter similar to Sub::Exporter
ii  libexttextcat-2.0-0:amd64     3.4.4-1ubuntu3      amd64               Language detection library
ii  libexttextcat-data            3.4.4-1ubuntu3      all                 Language detection library - data files
ii  libfaad2:amd64                2.8.0~cvs20150510-1 amd64               freeware Advanced Audio Decoder - runtime files
ii  libfakeroot:amd64             1.20.2-1ubuntu1     amd64               tool for simulating superuser privileges - shared libraries
ii  libfcgi-perl                  0.77-1build1        amd64               helper module for FastCGI
ii  libfcitx-config4:amd64        1:4.2.9.1-1ubuntu1. amd64               Flexible Input Method Framework - configuration support library
ii  libfcitx-gclient0:amd64       1:4.2.9.1-1ubuntu1. amd64               Flexible Input Method Framework - D-Bus client library for Glib
ii  libfcitx-utils0:amd64         1:4.2.9.1-1ubuntu1. amd64               Flexible Input Method Framework - utility support library
ii  libfdisk1:amd64               2.27.1-6ubuntu3.7   amd64               fdisk partitioning library
ii  libffi6:amd64                 3.2.1-4             amd64               Foreign Function Interface library runtime
ii  libfftw3-double3:amd64        3.3.4-2ubuntu1      amd64               Library for computing Fast Fourier Transforms - Double precision
ii  libfftw3-single3:amd64        3.3.4-2ubuntu1      amd64               Library for computing Fast Fourier Transforms - Single precision
ii  libfile-basedir-perl          0.07-1              all                 Perl module to use the freedesktop basedir specification
ii  libfile-copy-recursive-perl   0.38-1              all                 Perl extension for recursively copying files and directories
ii  libfile-desktopentry-perl     0.22-1              all                 Perl module to handle freedesktop .desktop files
ii  libfile-fcntllock-perl        0.22-3              amd64               Perl module for file locking with fcntl(2)
ii  libfile-listing-perl          6.04-1              all                 module to parse directory listings
ii  libfile-mimeinfo-perl         0.27-1              all                 Perl module to determine file types
ii  libflac8:amd64                1.3.1-4             amd64               Free Lossless Audio Codec - runtime C library
ii  libflite1:amd64               2.0.0-release-1     amd64               Small run-time speech synthesis engine - shared libraries
ii  libfluidsynth1:amd64          1.1.6-3             amd64               Real-time MIDI software synthesizer (runtime library)
ii  libfont-afm-perl              1.20-1              all                 Font::AFM - Interface to Adobe Font Metrics files
ii  libfontconfig1:amd64          2.11.94-0ubuntu1.1  amd64               generic font configuration library - runtime
ii  libfontembed1:amd64           1.8.3-2ubuntu3.5    amd64               OpenPrinting CUPS Filters - Font Embed Shared library
ii  libfontenc1:amd64             1:1.1.3-1           amd64               X11 font encoding library
ii  libframe6:amd64               2.5.0daily13.06.05+ amd64               Touch Frame Library
ii  libfreehand-0.1-1:amd64       0.1.1-1ubuntu1      amd64               Library for parsing the FreeHand file format structure
ii  libfreerdp-cache1.1:amd64     1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (cache library)
ii  libfreerdp-client1.1:amd64    1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (client library)
ii  libfreerdp-codec1.1:amd64     1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (codec library)
ii  libfreerdp-common1.1.0:amd64  1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (common library)
ii  libfreerdp-core1.1:amd64      1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (core library)
ii  libfreerdp-crypto1.1:amd64    1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (freerdp-crypto library)
ii  libfreerdp-gdi1.1:amd64       1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (GDI library)
ii  libfreerdp-locale1.1:amd64    1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (locale library)
ii  libfreerdp-plugins-standard:a 1.1.0~git20140921.1 amd64               RDP client for Windows Terminal Services (plugins)
ii  libfreerdp-primitives1.1:amd6 1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (primitives library)
ii  libfreerdp-utils1.1:amd64     1.1.0~git20140921.1 amd64               Free Remote Desktop Protocol library (freerdp-utils library)
ii  libfreetype6:amd64            2.6.1-0.1ubuntu2.3  amd64               FreeType 2 font engine, shared library files
ii  libfribidi0:amd64             0.19.7-1            amd64               Free Implementation of the Unicode BiDi algorithm
ii  libfuse2:amd64                2.9.4-1ubuntu3.1    amd64               Filesystem in Userspace (library)
ii  libfwup0:amd64                0.5-2ubuntu7        amd64               Library to manage UEFI firmware updates
ii  libfwupd1:amd64               0.8.3-0ubuntu5      amd64               Firmware update daemon library
ii  libgail-3-0:amd64             3.18.9-1ubuntu3.3   amd64               GNOME Accessibility Implementation Library -- shared libraries
ii  libgail-common:amd64          2.24.30-1ubuntu1.16 amd64               GNOME Accessibility Implementation Library -- common modules
ii  libgail18:amd64               2.24.30-1ubuntu1.16 amd64               GNOME Accessibility Implementation Library -- shared libraries
ii  libgbm1:amd64                 18.0.5-0ubuntu0~16. amd64               generic buffer management API -- runtime
ii  libgc1c2:amd64                1:7.4.2-7.3ubuntu0. amd64               conservative garbage collector for C and C++
ii  libgcab-1.0-0:amd64           0.7-1ubuntu0.1      amd64               Microsoft Cabinet file manipulation library
ii  libgcc-5-dev:amd64            5.4.0-6ubuntu1~16.0 amd64               GCC support library (development files)
ii  libgcc1:amd64                 1:6.0.1-0ubuntu1    amd64               GCC support library
ii  libgck-1-0:amd64              3.18.0-1ubuntu1     amd64               Glib wrapper library for PKCS#11 - runtime
ii  libgconf-2-4:amd64            3.2.6-3ubuntu6      amd64               GNOME configuration database system (shared libraries)
ii  libgcr-3-common               3.18.0-1ubuntu1     all                 Library for Crypto UI related tasks - common files
ii  libgcr-base-3-1:amd64         3.18.0-1ubuntu1     amd64               Library for Crypto related tasks
ii  libgcr-ui-3-1:amd64           3.18.0-1ubuntu1     amd64               Library for Crypto UI related tasks
ii  libgcrypt20:amd64             1.6.5-2ubuntu0.5    amd64               LGPL Crypto library - runtime library
ii  libgd3:amd64                  2.1.1-4ubuntu0.16.0 amd64               GD Graphics Library
ii  libgdata-common               0.17.4-1            all                 Library for accessing GData webservices - common data files
ii  libgdata22:amd64              0.17.4-1            amd64               Library for accessing GData webservices - shared libraries
ii  libgdbm3:amd64                1.8.3-13.1          amd64               GNU dbm database routines (runtime version)
ii  libgdk-pixbuf2.0-0:amd64      2.32.2-1ubuntu1.6   amd64               GDK Pixbuf library
ii  libgdk-pixbuf2.0-common       2.32.2-1ubuntu1.6   all                 GDK Pixbuf library - data files
ii  libgee-0.8-2:amd64            0.18.0-1            amd64               GObject based collection and utility library
ii  libgeis1:amd64                2.2.17+16.04.201601 amd64               Gesture engine interface support
ii  libgeoclue0:amd64             0.12.99-4ubuntu1    amd64               C API for GeoClue
ii  libgeocode-glib0:amd64        3.18.2-1            amd64               geocoding and reverse geocoding GLib library using Nominatim
ii  libgeoip1:amd64               1.6.9-1             amd64               non-DNS IP-to-country resolver library
ii  libgeonames0:amd64            0.2+16.04.20160321- amd64               Parse and query the geonames database dump
ii  libgettextpo-dev:amd64        0.19.7-2ubuntu3.1   amd64               GNU Internationalization library development files
ii  libgettextpo0:amd64           0.19.7-2ubuntu3.1   amd64               GNU Internationalization library
ii  libgexiv2-2:amd64             0.10.3-2            amd64               GObject-based wrapper around the Exiv2 library
ii  libgirepository-1.0-1:amd64   1.46.0-3ubuntu1     amd64               Library for handling GObject introspection data (runtime library
ii  libgksu2-0                    2.0.13~pre1-6ubuntu amd64               library providing su and sudo functionality
ii  libgl1-mesa-dri:amd64         18.0.5-0ubuntu0~16. amd64               free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64         18.0.5-0ubuntu0~16. amd64               free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa:amd64           18.0.5-0ubuntu0~16. amd64               free implementation of the GL API -- shared library
ii  libglew1.13:amd64             1.13.0-2            amd64               OpenGL Extension Wrangler - runtime environment
ii  libglewmx1.13:amd64           1.13.0-2            amd64               OpenGL Extension Wrangler (Multiple Rendering Contexts)
ii  libglib-perl                  3:1.320-2           amd64               interface to the GLib and GObject libraries
ii  libglib2.0-0:amd64            2.48.2-0ubuntu4.3   amd64               GLib library of C routines
ii  libglib2.0-bin                2.48.2-0ubuntu4.3   amd64               Programs for the GLib library
ii  libglib2.0-data               2.48.2-0ubuntu4.3   all                 Common files for GLib library
ii  libglibmm-2.4-1v5:amd64       2.46.3-1            amd64               C++ wrapper for the GLib toolkit (shared libraries)
ii  libglu1-mesa:amd64            9.0.0-2.1           amd64               Mesa OpenGL utility library (GLU)
ii  libgme0:amd64                 0.6.0-3             amd64               Playback library for video game music files - shared library
ii  libgmime-2.6-0:amd64          2.6.20-1            amd64               MIME message parser and creator library - runtime
ii  libgmp10:amd64                2:6.1.0+dfsg-2      amd64               Multiprecision arithmetic library
ii  libgnome-bluetooth13:amd64    3.18.2-1ubuntu2     amd64               GNOME Bluetooth tools - support library
ii  libgnome-desktop-3-12:amd64   3.18.2-1ubuntu1     amd64               Utility library for loading .desktop files - runtime files
ii  libgnome-keyring-common       3.12.0-1build1      all                 GNOME keyring services library - data files
ii  libgnome-keyring0:amd64       3.12.0-1build1      amd64               GNOME keyring services library
ii  libgnome-menu-3-0:amd64       3.13.3-6ubuntu3.1   amd64               GNOME implementation of the freedesktop menu specification
ii  libgnomekbd-common            3.6.0-1ubuntu2      all                 GNOME library to manage keyboard configuration - common files
ii  libgnomekbd8:amd64            3.6.0-1ubuntu2      amd64               GNOME library to manage keyboard configuration - shared library
ii  libgnutls-openssl27:amd64     3.4.10-4ubuntu1.5   amd64               GNU TLS library - OpenSSL wrapper
ii  libgnutls30:amd64             3.4.10-4ubuntu1.5   amd64               GNU TLS library - main runtime library
ii  libgoa-1.0-0b:amd64           3.18.3-1ubuntu2     amd64               library for GNOME Online Accounts
ii  libgoa-1.0-common             3.18.3-1ubuntu2     all                 library for GNOME Online Accounts - common files
ii  libgom-1.0-0:amd64            0.3.1-1             amd64               Object mapper from GObjects to SQLite
ii  libgom-1.0-common             0.3.1-1             all                 libgom architecture-independent files
ii  libgomp1:amd64                5.4.0-6ubuntu1~16.0 amd64               GCC OpenMP (GOMP) support library
ii  libgpg-error0:amd64           1.21-2ubuntu1       amd64               library for common error values and messages in GnuPG components
ii  libgpgme11:amd64              1.6.0-1             amd64               GPGME - GnuPG Made Easy (library)
ii  libgphoto2-6:amd64            2.5.9-3             amd64               gphoto2 digital camera library
ii  libgphoto2-l10n               2.5.9-3             all                 gphoto2 digital camera library - localized messages
ii  libgphoto2-port12:amd64       2.5.9-3             amd64               gphoto2 digital camera port library
ii  libgpm2:amd64                 1.20.4-6.1          amd64               General Purpose Mouse - shared library
ii  libgpod-common                0.8.3-6ubuntu2      amd64               common files for libgpod
ii  libgpod4:amd64                0.8.3-6ubuntu2      amd64               library to read and write songs and artwork to an iPod
ii  libgrail6                     3.1.0+16.04.2016012 amd64               Gesture Recognition And Instantiation Library
ii  libgraphite2-3:amd64          1.3.10-0ubuntu0.16. amd64               Font rendering engine for Complex Scripts -- library
ii  libgrilo-0.2-1:amd64          0.2.15-1            amd64               Framework for discovering and browsing media - Shared libraries
ii  libgs9:amd64                  9.26~dfsg+0-0ubuntu amd64               interpreter for the PostScript language and for PDF - Library
ii  libgs9-common                 9.26~dfsg+0-0ubuntu all                 interpreter for the PostScript language and for PDF - common fil
ii  libgsettings-qt1:amd64        0.1+16.04.20160329- amd64               Library to access GSettings from Qt
ii  libgsm1:amd64                 1.0.13-4            amd64               Shared libraries for GSM speech compressor
ii  libgssapi-krb5-2:amd64        1.13.2+dfsg-5ubuntu amd64               MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgssapi3-heimdal:amd64      1.7~git20150920+dfs amd64               Heimdal Kerberos - GSSAPI support library
ii  libgstreamer-plugins-bad1.0-0 1.8.0-1ubuntu1      amd64               GStreamer development files for libraries from the "bad" set
ii  libgstreamer-plugins-base1.0- 1.8.3-1ubuntu0.3    amd64               GStreamer libraries from the "base" set
ii  libgstreamer-plugins-good1.0- 1.8.3-1ubuntu0.4    amd64               GStreamer development files for libraries from the "good" set
ii  libgstreamer1.0-0:amd64       1.8.3-1~ubuntu0.1   amd64               Core GStreamer libraries and elements
ii  libgtk-3-0:amd64              3.18.9-1ubuntu3.3   amd64               GTK+ graphical user interface library
ii  libgtk-3-bin                  3.18.9-1ubuntu3.3   amd64               programs for the GTK+ graphical user interface library
ii  libgtk-3-common               3.18.9-1ubuntu3.3   all                 common files for the GTK+ graphical user interface library
ii  libgtk2-perl                  2:1.2498-1          amd64               Perl interface to the 2.x series of the Gimp Toolkit library
ii  libgtk2.0-0:amd64             2.24.30-1ubuntu1.16 amd64               GTK+ graphical user interface library
ii  libgtk2.0-bin                 2.24.30-1ubuntu1.16 amd64               programs for the GTK+ graphical user interface library
ii  libgtk2.0-common              2.24.30-1ubuntu1.16 all                 common files for the GTK+ graphical user interface library
ii  libgtkglext1:amd64            1.2.0-3.2fakesync1u amd64               OpenGL Extension to GTK+ (shared libraries)
ii  libgtkmm-3.0-1v5:amd64        3.18.0-1            amd64               C++ wrappers for GTK+ (shared libraries)
ii  libgtksourceview-3.0-1:amd64  3.18.2-1            amd64               shared libraries for the GTK+ syntax highlighting widget
ii  libgtksourceview-3.0-common   3.18.2-1            all                 common files for the GTK+ syntax highlighting widget
ii  libgtkspell3-3-0:amd64        3.0.7-2             amd64               spell-checking addon for GTK+'s TextView widget
ii  libgtop-2.0-10:amd64          2.32.0-1            amd64               gtop system monitoring library (shared)
ii  libgtop2-common               2.32.0-1            all                 gtop system monitoring library (common)
ii  libgucharmap-2-90-7:amd64     1:3.18.2-1ubuntu1   amd64               Unicode browser widget library (shared library)
ii  libgudev-1.0-0:amd64          1:230-2             amd64               GObject-based wrapper library for libudev
ii  libgusb2:amd64                0.2.9-0ubuntu1      amd64               GLib wrapper around libusb1
ii  libgutenprint2                5.2.11-1            amd64               runtime for the Gutenprint printer driver library
ii  libgweather-3-6:amd64         3.18.2-0ubuntu0.2   amd64               GWeather shared library
ii  libgweather-common            3.18.2-0ubuntu0.2   all                 GWeather common files
ii  libgxps2:amd64                0.2.3.2-1           amd64               handling and rendering XPS documents (library)
ii  libhardware2                  0.1.0+git20151016+6 amd64               Library to provide access to the Android libhardware HAL
ii  libharfbuzz-icu0:amd64        1.0.1-1ubuntu0.1    amd64               OpenType text shaping engine ICU backend
ii  libharfbuzz0b:amd64           1.0.1-1ubuntu0.1    amd64               OpenType text shaping engine (shared library)
ii  libhcrypto4-heimdal:amd64     1.7~git20150920+dfs amd64               Heimdal Kerberos - crypto library
ii  libheimbase1-heimdal:amd64    1.7~git20150920+dfs amd64               Heimdal Kerberos - Base library
ii  libheimntlm0-heimdal:amd64    1.7~git20150920+dfs amd64               Heimdal Kerberos - NTLM support library
ii  libhogweed4:amd64             3.2-1ubuntu0.16.04. amd64               low level cryptographic library (public-key cryptos)
ii  libhpmud0:amd64               3.16.3+repack0-1    amd64               HP Multi-Point Transport Driver (hpmud) run-time libraries
ii  libhtml-form-perl             6.03-1              all                 module that represents an HTML form element
ii  libhtml-format-perl           2.11-2              all                 module for transforming HTML into various formats
ii  libhtml-parser-perl           3.72-1              amd64               collection of modules that parse HTML text documents
ii  libhtml-tagset-perl           3.20-2              all                 Data tables pertaining to HTML
ii  libhtml-tree-perl             5.03-2              all                 Perl module to represent and create HTML syntax trees
ii  libhttp-cookies-perl          6.01-1              all                 HTTP cookie jars
ii  libhttp-daemon-perl           6.01-1              all                 simple http server class
ii  libhttp-date-perl             6.02-1              all                 module of date conversion routines
ii  libhttp-message-perl          6.11-1              all                 perl interface to HTTP style messages
ii  libhttp-negotiate-perl        6.00-2              all                 implementation of content negotiation
ii  libhud2:amd64                 14.10+16.04.2016041 amd64               library for exporting items to the Unity HUD
ii  libhunspell-1.3-0:amd64       1.3.3-4ubuntu1      amd64               spell checker and morphological analyzer (shared library)
ii  libhx509-5-heimdal:amd64      1.7~git20150920+dfs amd64               Heimdal Kerberos - X509 support library
ii  libhybris                     0.1.0+git20151016+6 amd64               Allows to run bionic-based HW adaptations in glibc systems - lib
ii  libhybris-common1             0.1.0+git20151016+6 amd64               Common library that contains the Android linker and custom hooks
ii  libhyphen0:amd64              2.8.8-2ubuntu1      amd64               ALTLinux hyphenation library - shared library
ii  libibus-1.0-5:amd64           1.5.11-1ubuntu2.1   amd64               Intelligent Input Bus - shared library
ii  libical1a:amd64               1.0.1-0ubuntu2      amd64               iCalendar library implementation in C (runtime)
ii  libice6:amd64                 2:1.0.9-1           amd64               X11 Inter-Client Exchange library
ii  libicu55:amd64                55.1-7ubuntu0.4     amd64               International Components for Unicode
ii  libidn11:amd64                1.32-3ubuntu1.2     amd64               GNU Libidn library, implementation of IETF IDN specifications
ii  libido3-0.1-0:amd64           13.10.0+16.04.20161 amd64               Shared library providing extra gtk menu items for display in
ii  libiec61883-0:amd64           1.2.0-0.2           amd64               an partial implementation of IEC 61883
ii  libieee1284-3:amd64           0.2.11-12           amd64               cross-platform library for parallel port access
ii  libijs-0.35:amd64             0.35-12             amd64               IJS raster image transport protocol: shared library
ii  libilmbase12:amd64            2.2.0-11ubuntu2     amd64               several utility libraries from ILM used by OpenEXR
ii  libimobiledevice6:amd64       1.2.0+dfsg-3~ubuntu amd64               Library for communicating with the iPhone and iPod Touch
ii  libindicator3-7               12.10.2+16.04.20151 amd64               panel indicator applet - shared library
ii  libindicator7                 12.10.2+16.04.20151 amd64               panel indicator applet - shared library
ii  libinput-bin                  1.6.3-1ubuntu1~16.0 amd64               input device management and event handling library - udev quirks
ii  libinput10:amd64              1.6.3-1ubuntu1~16.0 amd64               input device management and event handling library - shared libr
ii  libio-html-perl               1.001-1             all                 open an HTML file with automatic charset detection
ii  libio-pty-perl                1:1.08-1.1build1    amd64               Perl module for pseudo tty IO
ii  libio-socket-inet6-perl       2.72-2              all                 object interface for AF_INET6 domain sockets
ii  libio-socket-ssl-perl         2.024-1             all                 Perl module implementing object oriented interface to SSL socket
ii  libio-string-perl             1.08-3              all                 Emulate IO::File interface for in-core strings
ii  libipc-run-perl               0.94-1              all                 Perl module for running processes
ii  libipc-system-simple-perl     1.25-3              all                 Perl module to run commands simply, with detailed diagnostics
ii  libisc-export160              1:9.10.3.dfsg.P4-8u amd64               Exported ISC Shared Library
ii  libisc160:amd64               1:9.10.3.dfsg.P4-8u amd64               ISC Shared Library used by BIND
ii  libisccc140:amd64             1:9.10.3.dfsg.P4-8u amd64               Command Channel Library used by BIND
ii  libisccfg140:amd64            1:9.10.3.dfsg.P4-8u amd64               Config File Handling Library used by BIND
ii  libisl15:amd64                0.16.1-1            amd64               manipulating sets and relations of integer points bounded by lin
ii  libitm1:amd64                 5.4.0-6ubuntu1~16.0 amd64               GNU Transactional Memory Library
ii  libiw30:amd64                 30~pre9-8ubuntu1    amd64               Wireless tools - library
ii  libjack-jackd2-0:amd64        1.9.10+20150825git1 amd64               JACK Audio Connection Kit (libraries)
ii  libjasper1:amd64              1.900.1-debian1-2.4 amd64               JasPer JPEG-2000 runtime library
ii  libjavascriptcoregtk-3.0-0:am 2.4.10-0ubuntu1     amd64               JavaScript engine library from WebKitGTK+
ii  libjavascriptcoregtk-4.0-18:a 2.20.5-0ubuntu0.16. amd64               JavaScript engine library from WebKitGTK+
ii  libjbig0:amd64                2.1-3.1             amd64               JBIGkit libraries
ii  libjbig2dec0                  0.12+20150918-1ubun amd64               JBIG2 decoder library - shared libraries
ii  libjpeg-turbo8:amd64          1.4.2-0ubuntu3.1    amd64               IJG JPEG compliant runtime library.
ii  libjpeg8:amd64                8c-2ubuntu8         amd64               Independent JPEG Group's JPEG runtime library (dependency packag
ii  libjson-c2:amd64              0.11-4ubuntu2       amd64               JSON manipulation library - shared library
ii  libjson-glib-1.0-0:amd64      1.1.2-0ubuntu1      amd64               GLib JSON manipulation library
ii  libjson-glib-1.0-common       1.1.2-0ubuntu1      all                 GLib JSON manipulation library (common files)
ii  libk5crypto3:amd64            1.13.2+dfsg-5ubuntu amd64               MIT Kerberos runtime libraries - Crypto Library
ii  libkate1:amd64                0.4.1-7             amd64               Codec for karaoke and text encapsulation
ii  libkeyutils1:amd64            1.5.9-8ubuntu1      amd64               Linux Key Management Utilities (library)
ii  libklibc                      2.0.4-8ubuntu1.16.0 amd64               minimal libc subset for use with initramfs
ii  libkmod2:amd64                22-1ubuntu5.2       amd64               libkmod shared library
ii  libkpathsea6:amd64            2015.20160222.37495 amd64               TeX Live: path search library for TeX (runtime part)
ii  libkrb5-26-heimdal:amd64      1.7~git20150920+dfs amd64               Heimdal Kerberos - libraries
ii  libkrb5-3:amd64               1.13.2+dfsg-5ubuntu amd64               MIT Kerberos runtime libraries
ii  libkrb5support0:amd64         1.13.2+dfsg-5ubuntu amd64               MIT Kerberos runtime libraries - Support library
ii  libksba8:amd64                1.3.3-1ubuntu0.16.0 amd64               X.509 and CMS support library
ii  liblangtag-common             0.5.7-2ubuntu1      all                 library to access tags for identifying languages -- data
ii  liblangtag1:amd64             0.5.7-2ubuntu1      amd64               library to access tags for identifying languages
ii  liblcms2-2:amd64              2.6-3ubuntu2.1      amd64               Little CMS 2 color management library
ii  liblcms2-utils                2.6-3ubuntu2.1      amd64               Little CMS 2 color management library (utilities)
ii  libldap-2.4-2:amd64           2.4.42+dfsg-2ubuntu amd64               OpenLDAP libraries
ii  libldb1:amd64                 2:1.1.24-1ubuntu3.1 amd64               LDAP-like embedded database - shared library
ii  liblightdm-gobject-1-0:amd64  1.18.3-0ubuntu1.1   amd64               LightDM GObject client library
ii  liblinear3:amd64              2.1.0+dfsg-1        amd64               Library for Large Linear Classification
ii  liblircclient0:amd64          0.9.0-0ubuntu6      amd64               infra-red remote control support - client library
ii  liblist-moreutils-perl        0.413-1build1       amd64               Perl module with additional list functions not found in List::Ut
ii  libllvm3.8:amd64              1:3.8-2ubuntu4      amd64               Modular compiler and toolchain technologies, runtime library
ii  libllvm6.0:amd64              1:6.0-1ubuntu2~16.0 amd64               Modular compiler and toolchain technologies, runtime library
ii  liblocale-gettext-perl        1.07-1build1        amd64               module using libc functions for internationalization in Perl
ii  liblouis-data                 2.6.4-2ubuntu0.4    all                 Braille translation library - data
ii  liblouis9:amd64               2.6.4-2ubuntu0.4    amd64               Braille translation library - shared libs
ii  liblouisutdml-bin             2.5.0-3             amd64               Braille UTDML translation utilities
ii  liblouisutdml-data            2.5.0-3             all                 Braille UTDML translation library - data
ii  liblouisutdml6:amd64          2.5.0-3             amd64               Braille UTDML translation library - shared libs
ii  liblqr-1-0:amd64              0.4.2-2             amd64               converts plain array images into multi-size representation
ii  liblsan0:amd64                5.4.0-6ubuntu1~16.0 amd64               LeakSanitizer -- a memory leak detector (runtime)
ii  libltdl7:amd64                2.4.6-0.1           amd64               System independent dlopen wrapper for GNU libtool
ii  liblua5.2-0:amd64             5.2.4-1ubuntu1      amd64               Shared library for the Lua interpreter version 5.2
ii  liblwp-mediatypes-perl        6.02-1              all                 module to guess media type for a file or a URL
ii  liblwp-protocol-https-perl    6.06-2              all                 HTTPS driver for LWP::UserAgent
ii  liblwres141:amd64             1:9.10.3.dfsg.P4-8u amd64               Lightweight Resolver Library used by BIND
ii  liblz4-1:amd64                0.0~r131-2ubuntu2   amd64               Fast LZ compression algorithm library - runtime
ii  liblzma5:amd64                5.1.1alpha+20120614 amd64               XZ-format compression library
ii  liblzo2-2:amd64               2.08-1.2            amd64               data compression library
ii  libmad0:amd64                 0.15.1b-8ubuntu1    amd64               MPEG audio decoder library
ii  libmagic1:amd64               1:5.25-2ubuntu1.2   amd64               File type determination library using "magic" numbers
ii  libmagickcore-6.q16-2:amd64   8:6.8.9.9-7ubuntu5. amd64               low-level image manipulation library -- quantum depth Q16
ii  libmagickcore-6.q16-2-extra:a 8:6.8.9.9-7ubuntu5. amd64               low-level image manipulation library - extra codecs (Q16)
ii  libmagickwand-6.q16-2:amd64   8:6.8.9.9-7ubuntu5. amd64               image manipulation library
ii  libmailtools-perl             2.13-1              all                 Manipulate email in perl programs
ii  libmbim-glib4:amd64           1.14.0-1ubuntu0.16. amd64               Support library to use the MBIM protocol
ii  libmbim-proxy                 1.14.0-1ubuntu0.16. amd64               Proxy to communicate with MBIM ports
ii  libmedia1                     0.1.0+git20151016+6 amd64               Library to provide access to the Android Media HAL
ii  libmediaart-2.0-0:amd64       1.9.0-2             amd64               media art extraction and cache management library
ii  libmessaging-menu0:amd64      13.10.1+15.10.20150 amd64               Messaging Menu - shared library
ii  libmetacity-private3a:amd64   1:3.18.7-0ubuntu0.3 amd64               library for the Metacity window manager
ii  libmhash2:amd64               0.9.9.9-7           amd64               Library for cryptographic hashing and message authentication
ii  libmimic0:amd64               1.0.4-2.3           amd64               A video codec for Mimic V2.x content
ii  libminiupnpc10:amd64          1.9.20140610-2ubunt amd64               UPnP IGD client lightweight library
ii  libmirclient9:amd64           0.26.3+16.04.201706 amd64               Display server for Ubuntu - client library
ii  libmircommon5:amd64           0.21.0+16.04.201603 amd64               Display server for Ubuntu - shared library
ii  libmircommon7:amd64           0.26.3+16.04.201706 amd64               Display server for Ubuntu - shared library
ii  libmircore1:amd64             0.26.3+16.04.201706 amd64               Display server for Ubuntu - shared library
ii  libmirprotobuf3:amd64         0.26.3+16.04.201706 amd64               Display server for Ubuntu - RPC definitions
ii  libmjpegutils-2.1-0           1:2.1.0+debian-4    amd64               MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmm-glib0:amd64             1.6.4-1ubuntu0.16.0 amd64               D-Bus service for managing modems - shared libraries
ii  libmms0:amd64                 0.6.4-1             amd64               MMS stream protocol library - shared library
ii  libmng2:amd64                 2.0.2-0ubuntu3      amd64               Multiple-image Network Graphics library
ii  libmnl0:amd64                 1.0.3-5             amd64               minimalistic Netlink communication library
ii  libmodplug1:amd64             1:0.8.8.5-2         amd64               shared libraries for mod music based on ModPlug
ii  libmount1:amd64               2.27.1-6ubuntu3.7   amd64               device mounting library
ii  libmp3lame0:amd64             3.99.5+repack1-9bui amd64               MP3 encoding library
ii  libmpc3:amd64                 1.0.3-1             amd64               multiple precision complex floating-point library
ii  libmpdec2:amd64               2.4.2-1             amd64               library for decimal floating point arithmetic (runtime library)
ii  libmpeg2-4:amd64              0.5.1-7             amd64               MPEG1 and MPEG2 video decoder library
ii  libmpeg2encpp-2.1-0           1:2.1.0+debian-4    amd64               MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmpfr4:amd64                3.1.4-1             amd64               multiple precision floating-point computation
ii  libmpg123-0:amd64             1.22.4-1            amd64               MPEG layer 1/2/3 audio decoder (shared library)
ii  libmplex2-2.1-0               1:2.1.0+debian-4    amd64               MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmpx0:amd64                 5.4.0-6ubuntu1~16.0 amd64               Intel memory protection extensions (runtime)
ii  libmspack0:amd64              0.5-1               amd64               library for Microsoft compression formats (shared library)
ii  libmspub-0.1-1:amd64          0.1.2-2ubuntu1      amd64               library for parsing the mspub file structure
ii  libmtdev1:amd64               1.1.5-1ubuntu2      amd64               Multitouch Protocol Translation Library - shared library
ii  libmtp-common                 1.1.10-2ubuntu1     all                 Media Transfer Protocol (MTP) common files
ii  libmtp-runtime                1.1.10-2ubuntu1     amd64               Media Transfer Protocol (MTP) runtime tools
ii  libmtp9:amd64                 1.1.10-2ubuntu1     amd64               Media Transfer Protocol (MTP) library
ii  libmwaw-0.3-3:amd64           0.3.7-1ubuntu2.1    amd64               import library for some old Mac text documents
ii  libmythes-1.2-0:amd64         2:1.2.4-1ubuntu3    amd64               simple thesaurus library
ii  libnatpmp1:amd64              20110808-4          amd64               portable and fully compliant implementation of NAT-PMP
ii  libnautilus-extension1a:amd64 1:3.18.4.is.3.14.3- amd64               libraries for nautilus components - runtime version
ii  libncurses5:amd64             6.0+20160213-1ubunt amd64               shared libraries for terminal handling
ii  libncursesw5:amd64            6.0+20160213-1ubunt amd64               shared libraries for terminal handling (wide character support)
ii  libndp0:amd64                 1.4-2ubuntu0.16.04. amd64               Library for Neighbor Discovery Protocol
ii  libneon27-gnutls:amd64        0.30.1-3build1      amd64               HTTP and WebDAV client library (GnuTLS enabled)
ii  libnet-dbus-perl              1.1.0-3build1       amd64               Perl extension for the DBus bindings
ii  libnet-dns-perl               0.81-2build1        amd64               Perform DNS queries from a Perl script
ii  libnet-domain-tld-perl        1.73-1              all                 list of currently available Top-level Domains (TLDs)
ii  libnet-http-perl              6.09-1              all                 module providing low-level HTTP connection client
ii  libnet-ip-perl                1.26-1              all                 Perl extension for manipulating IPv4/IPv6 addresses
ii  libnet-libidn-perl            0.12.ds-2build2     amd64               Perl bindings for GNU Libidn
ii  libnet-smtp-ssl-perl          1.03-1              all                 Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl            1.72-1build1        amd64               Perl module for Secure Sockets Layer (SSL)
ii  libnetfilter-conntrack3:amd64 1.0.5-1             amd64               Netfilter netlink-conntrack library
ii  libnetpbm10                   2:10.0-15.3         amd64               Graphics conversion tools shared libraries
ii  libnettle6:amd64              3.2-1ubuntu0.16.04. amd64               low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt0.52:amd64             0.52.18-1ubuntu2    amd64               Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0:amd64           1.0.1-3             amd64               Netfilter netlink library
ii  libnih-dbus1:amd64            1.0.3-4.3ubuntu1    amd64               NIH D-Bus Bindings Library
ii  libnih1:amd64                 1.0.3-4.3ubuntu1    amd64               NIH Utility Library
ii  libnl-3-200:amd64             3.2.27-1ubuntu0.16. amd64               library for dealing with netlink sockets
ii  libnl-genl-3-200:amd64        3.2.27-1ubuntu0.16. amd64               library for dealing with netlink sockets - generic netlink
ii  libnm-glib-vpn1:amd64         1.2.6-0ubuntu0.16.0 amd64               network management framework (GLib VPN shared library)
ii  libnm-glib4:amd64             1.2.6-0ubuntu0.16.0 amd64               network management framework (GLib shared library)
ii  libnm-gtk-common              1.2.6-0ubuntu0.16.0 all                 library for wireless and mobile dialogs - common files
ii  libnm-gtk0:amd64              1.2.6-0ubuntu0.16.0 amd64               library for wireless and mobile dialogs (libnm-glib version)
ii  libnm-util2:amd64             1.2.6-0ubuntu0.16.0 amd64               network management framework (shared library)
ii  libnm0:amd64                  1.2.6-0ubuntu0.16.0 amd64               GObject-based client library for NetworkManager
ii  libnma-common                 1.2.6-0ubuntu0.16.0 all                 library for wireless and mobile dialogs - common files
ii  libnma0:amd64                 1.2.6-0ubuntu0.16.0 amd64               library for wireless and mobile dialogs (libnm version)
ii  libnotify-bin                 0.7.6-2svn1         amd64               sends desktop notifications to a notification daemon (Utilities)
ii  libnotify4:amd64              0.7.6-2svn1         amd64               sends desktop notifications to a notification daemon
ii  libnpth0:amd64                1.2-3               amd64               replacement for GNU Pth using system threads
ii  libnspr4:amd64                2:4.13.1-0ubuntu0.1 amd64               NetScape Portable Runtime Library
ii  libnss-mdns:amd64             0.10-7              amd64               NSS module for Multicast DNS name resolution
ii  libnss3:amd64                 2:3.28.4-0ubuntu0.1 amd64               Network Security Service libraries
ii  libnss3-nssdb                 2:3.28.4-0ubuntu0.1 all                 Network Security Security libraries - shared databases
ii  libnuma1:amd64                2.0.11-1ubuntu1.1   amd64               Libraries for controlling NUMA policy
ii  libnux-4.0-0                  4.0.8+16.04.2018062 amd64               Visual rendering toolkit for real-time applications - shared lib
ii  libnux-4.0-common             4.0.8+16.04.2018062 all                 Visual rendering toolkit for real-time applications - common fil
ii  liboauth0:amd64               1.0.3-0ubuntu2      amd64               C library for implementing OAuth 1.0
ii  libodfgen-0.1-1               0.1.6-1ubuntu2      amd64               library to generate ODF documents
ii  libofa0:amd64                 0.9.3-10ubuntu1     amd64               library for acoustic fingerprinting
ii  libogg0:amd64                 1.3.2-1             amd64               Ogg bitstream library
ii  libopenal-data                1:1.16.0-3          all                 Software implementation of the OpenAL audio API (data files)
ii  libopenal1:amd64              1:1.16.0-3          amd64               Software implementation of the OpenAL audio API (shared library)
ii  libopencore-amrnb0:amd64      0.1.3-2.1           amd64               Adaptive Multi Rate speech codec - shared library
ii  libopencore-amrwb0:amd64      0.1.3-2.1           amd64               Adaptive Multi-Rate - Wideband speech codec - shared library
ii  libopencv-calib3d2.4v5:amd64  2.4.9.1+dfsg-1.5ubu amd64               computer vision Camera Calibration library
ii  libopencv-contrib2.4v5:amd64  2.4.9.1+dfsg-1.5ubu amd64               computer vision contrib library
ii  libopencv-core2.4v5:amd64     2.4.9.1+dfsg-1.5ubu amd64               computer vision core library
ii  libopencv-features2d2.4v5:amd 2.4.9.1+dfsg-1.5ubu amd64               computer vision Feature Detection and Descriptor Extraction libr
ii  libopencv-flann2.4v5:amd64    2.4.9.1+dfsg-1.5ubu amd64               computer vision Clustering and Search in Multi-Dimensional space
ii  libopencv-highgui2.4v5:amd64  2.4.9.1+dfsg-1.5ubu amd64               computer vision High-level GUI and Media I/O library
ii  libopencv-imgproc2.4v5:amd64  2.4.9.1+dfsg-1.5ubu amd64               computer vision Image Processing library
ii  libopencv-legacy2.4v5:amd64   2.4.9.1+dfsg-1.5ubu amd64               computer vision legacy library
ii  libopencv-ml2.4v5:amd64       2.4.9.1+dfsg-1.5ubu amd64               computer vision Machine Learning library
ii  libopencv-objdetect2.4v5:amd6 2.4.9.1+dfsg-1.5ubu amd64               computer vision Object Detection library
ii  libopencv-video2.4v5:amd64    2.4.9.1+dfsg-1.5ubu amd64               computer vision Video analysis library
ii  libopenexr22:amd64            2.2.0-10ubuntu2     amd64               runtime files for the OpenEXR image library
ii  libopenjpeg5:amd64            1:1.5.2-3.1         amd64               JPEG 2000 image compression/decompression library - runtime
ii  libopts25:amd64               1:5.18.7-3          amd64               automated option processing library based on autogen
ii  libopus0:amd64                1.1.2-1ubuntu1      amd64               Opus codec runtime library
ii  liborc-0.4-0:amd64            1:0.4.25-1          amd64               Library of Optimized Inner Loops Runtime Compiler
ii  liborcus-0.10-0v5:amd64       0.9.2-4ubuntu2      amd64               library for processing spreadsheet documents
ii  liboxideqt-qmlplugin:amd64    1.21.5-0ubuntu0.16. amd64               Web browser engine for Qt (QML plugin)
ii  liboxideqtcore0:amd64         1.21.5-0ubuntu0.16. amd64               Web browser engine for Qt (core library and components)
ii  liboxideqtquick0:amd64        1.21.5-0ubuntu0.16. amd64               Web browser engine for Qt (QtQuick library)
ii  libp11-kit-gnome-keyring:amd6 3.18.3-0ubuntu2.1   amd64               GNOME keyring module for the PKCS#11 module loading library
ii  libp11-kit0:amd64             0.23.2-5~ubuntu16.0 amd64               library for loading and coordinating access to PKCS#11 modules -
ii  libpackagekit-glib2-16:amd64  0.8.17-4ubuntu6~gcc amd64               Library for accessing PackageKit using GLib
ii  libpagemaker-0.0-0:amd64      0.0.3-1ubuntu1      amd64               Library for importing and converting PageMaker Documents
ii  libpam-gnome-keyring:amd64    3.18.3-0ubuntu2.1   amd64               PAM module to unlock the GNOME keyring upon login
ii  libpam-modules:amd64          1.1.8-3.2ubuntu2.1  amd64               Pluggable Authentication Modules for PAM
ii  libpam-modules-bin            1.1.8-3.2ubuntu2.1  amd64               Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                1.1.8-3.2ubuntu2.1  all                 Runtime support for the PAM library
ii  libpam-systemd:amd64          229-4ubuntu21.22    amd64               system and service manager - PAM module
ii  libpam0g:amd64                1.1.8-3.2ubuntu2.1  amd64               Pluggable Authentication Modules library
ii  libpango-1.0-0:amd64          1.38.1-1            amd64               Layout and rendering of internationalized text
ii  libpango-perl                 1.227-1             amd64               Perl module to layout and render international text
ii  libpango1.0-0:amd64           1.38.1-1            amd64               Layout and rendering of internationalized text (transitional pac
ii  libpangocairo-1.0-0:amd64     1.38.1-1            amd64               Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:amd64       1.38.1-1            amd64               Layout and rendering of internationalized text
ii  libpangomm-1.4-1v5:amd64      2.38.1-1            amd64               C++ Wrapper for pango (shared libraries)
ii  libpangox-1.0-0:amd64         0.0.2-5             amd64               pango library X backend
ii  libpangoxft-1.0-0:amd64       1.38.1-1            amd64               Layout and rendering of internationalized text
ii  libpaper-utils                1.1.24+nmu4ubuntu1  amd64               library for handling paper characteristics (utilities)
ii  libpaper1:amd64               1.1.24+nmu4ubuntu1  amd64               library for handling paper characteristics
ii  libparse-debianchangelog-perl 1.2.0-8             all                 parse Debian changelogs and output them in other formats
ii  libparted2:amd64              3.2-15ubuntu0.1     amd64               disk partition manipulator - shared library
ii  libpcap0.8:amd64              1.7.4-2             amd64               system interface for user-level packet capture
ii  libpci3:amd64                 1:3.3.1-1.1ubuntu1. amd64               Linux PCI Utilities (shared library)
ii  libpciaccess0:amd64           0.13.4-1            amd64               Generic PCI access library for X
ii  libpcre16-3:amd64             2:8.38-3.1          amd64               Perl 5 Compatible Regular Expression Library - 16 bit runtime fi
ii  libpcre3:amd64                2:8.38-3.1          amd64               Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcsclite1:amd64            1.8.14-1ubuntu1.16. amd64               Middleware to access a smart card using PC/SC (library)
ii  libpeas-1.0-0:amd64           1.16.0-1ubuntu2     amd64               Application plugin library
ii  libpeas-1.0-0-python3loader   1.16.0-1ubuntu2     amd64               Application plugin library
ii  libpeas-common                1.16.0-1ubuntu2     all                 Application plugin library (common files)
ii  libperl5.22:amd64             5.22.1-9ubuntu0.6   amd64               shared Perl library
ii  libperlio-gzip-perl           0.19-1build1        amd64               module providing a PerlIO layer to gzip/gunzip
ii  libpipeline1:amd64            1.4.1-2             amd64               pipeline manipulation library
ii  libpixman-1-0:amd64           0.33.6-1            amd64               pixel-manipulation library for X and cairo
ii  libplist3:amd64               1.12-3.1ubuntu0.16. amd64               Library for handling Apple binary and XML property lists
ii  libplymouth4:amd64            0.9.2-3ubuntu13.5   amd64               graphical boot animation and logger - shared libraries
ii  libpng12-0:amd64              1.2.54-1ubuntu1.1   amd64               PNG library - runtime
ii  libpolkit-agent-1-0:amd64     0.105-14.1ubuntu0.5 amd64               PolicyKit Authentication Agent API
ii  libpolkit-backend-1-0:amd64   0.105-14.1ubuntu0.5 amd64               PolicyKit backend API
ii  libpolkit-gobject-1-0:amd64   0.105-14.1ubuntu0.5 amd64               PolicyKit Authorization API
ii  libpoppler-glib8:amd64        0.41.0-0ubuntu1.14  amd64               PDF rendering library (GLib-based shared library)
ii  libpoppler58:amd64            0.41.0-0ubuntu1.14  amd64               PDF rendering library
ii  libpopt0:amd64                1.16-10             amd64               lib for parsing cmdline parameters
ii  libportaudio2:amd64           19+svn20140130-1bui amd64               Portable audio I/O - shared library
ii  libpostproc-ffmpeg53:amd64    7:2.8.6-1ubuntu2    amd64               FFmpeg library for post processing - runtime files
ii  libprocps4:amd64              2:3.3.10-4ubuntu2.4 amd64               library for accessing process information from /proc
ii  libprotobuf-lite9v5:amd64     2.6.1-1.3           amd64               protocol buffers C++ library (lite version)
ii  libprotobuf9v5:amd64          2.6.1-1.3           amd64               protocol buffers C++ library
ii  libproxy1-plugin-gsettings:am 0.4.11-5ubuntu1     amd64               automatic proxy configuration management library (GSettings plug
ii  libproxy1-plugin-networkmanag 0.4.11-5ubuntu1     amd64               automatic proxy configuration management library (Network Manage
ii  libproxy1v5:amd64             0.4.11-5ubuntu1     amd64               automatic proxy configuration management library (shared)
ii  libpulse-mainloop-glib0:amd64 1:8.0-0ubuntu3.10   amd64               PulseAudio client libraries (glib support)
ii  libpulse0:amd64               1:8.0-0ubuntu3.10   amd64               PulseAudio client libraries
ii  libpulsedsp:amd64             1:8.0-0ubuntu3.10   amd64               PulseAudio OSS pre-load library
ii  libpwquality-common           1.3.0-0ubuntu1      all                 library for password quality checking and generation (data files
ii  libpwquality1:amd64           1.3.0-0ubuntu1      amd64               library for password quality checking and generation
ii  libpython-stdlib:amd64        2.7.12-1~16.04      amd64               interactive high-level object-oriented language (default python 
ii  libpython2.7:amd64            2.7.12-1ubuntu0~16. amd64               Shared Python runtime library (version 2.7)
ii  libpython2.7-minimal:amd64    2.7.12-1ubuntu0~16. amd64               Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:amd64     2.7.12-1ubuntu0~16. amd64               Interactive high-level object-oriented language (standard librar
ii  libpython3-stdlib:amd64       3.5.1-3             amd64               interactive high-level object-oriented language (default python3
ii  libpython3.5:amd64            3.5.2-2ubuntu0~16.0 amd64               Shared Python runtime library (version 3.5)
ii  libpython3.5-minimal:amd64    3.5.2-2ubuntu0~16.0 amd64               Minimal subset of the Python language (version 3.5)
ii  libpython3.5-stdlib:amd64     3.5.2-2ubuntu0~16.0 amd64               Interactive high-level object-oriented language (standard librar
ii  libqmi-glib1:amd64            1.12.6-1            amd64               Support library to use the Qualcomm MSM Interface (QMI) protocol
ii  libqmi-glib5:amd64            1.16.2-1ubuntu0.16. amd64               Support library to use the Qualcomm MSM Interface (QMI) protocol
ii  libqmi-proxy                  1.16.2-1ubuntu0.16. amd64               Proxy to communicate with QMI ports
ii  libqpdf17:amd64               6.0.0-2             amd64               runtime library for PDF transformation/inspection software
ii  libqpdf21:amd64               8.0.2-3~16.04.1     amd64               runtime library for PDF transformation/inspection software
ii  libqqwing2v5:amd64            1.3.4-1             amd64               tool for generating and solving Sudoku puzzles (library)
ii  libqt4-dbus:amd64             4:4.8.7+dfsg-5ubunt amd64               Qt 4 D-Bus module
ii  libqt4-declarative:amd64      4:4.8.7+dfsg-5ubunt amd64               Qt 4 Declarative module
ii  libqt4-network:amd64          4:4.8.7+dfsg-5ubunt amd64               Qt 4 network module
ii  libqt4-script:amd64           4:4.8.7+dfsg-5ubunt amd64               Qt 4 script module
ii  libqt4-sql:amd64              4:4.8.7+dfsg-5ubunt amd64               Qt 4 SQL module
ii  libqt4-sql-sqlite:amd64       4:4.8.7+dfsg-5ubunt amd64               Qt 4 SQLite 3 database driver
ii  libqt4-xml:amd64              4:4.8.7+dfsg-5ubunt amd64               Qt 4 XML module
ii  libqt4-xmlpatterns:amd64      4:4.8.7+dfsg-5ubunt amd64               Qt 4 XML patterns module
ii  libqt5core5a:amd64            5.5.1+dfsg-16ubuntu amd64               Qt 5 core module
ii  libqt5dbus5:amd64             5.5.1+dfsg-16ubuntu amd64               Qt 5 D-Bus module
ii  libqt5feedback5:amd64         5.0~git20130529-0ub amd64               Qt Feedback module
ii  libqt5gui5:amd64              5.5.1+dfsg-16ubuntu amd64               Qt 5 GUI module
ii  libqt5multimedia5:amd64       5.5.1-4ubuntu2      amd64               Qt 5 Multimedia module
ii  libqt5network5:amd64          5.5.1+dfsg-16ubuntu amd64               Qt 5 network module
ii  libqt5opengl5:amd64           5.5.1+dfsg-16ubuntu amd64               Qt 5 OpenGL module
ii  libqt5organizer5:amd64        5.0~git20140515~294 amd64               Qt PIM module, Organizer library
ii  libqt5positioning5:amd64      5.5.1-3ubuntu1      amd64               Qt Positioning module
ii  libqt5printsupport5:amd64     5.5.1+dfsg-16ubuntu amd64               Qt 5 print support module
ii  libqt5qml5:amd64              5.5.1-2ubuntu6      amd64               Qt 5 QML module
ii  libqt5quick5:amd64            5.5.1-2ubuntu6      amd64               Qt 5 Quick library
ii  libqt5quicktest5:amd64        5.5.1-2ubuntu6      amd64               Qt 5 Quick Test library
ii  libqt5sql5:amd64              5.5.1+dfsg-16ubuntu amd64               Qt 5 SQL module
ii  libqt5sql5-sqlite:amd64       5.5.1+dfsg-16ubuntu amd64               Qt 5 SQLite 3 database driver
ii  libqt5svg5:amd64              5.5.1-2build1       amd64               Qt 5 SVG module
ii  libqt5test5:amd64             5.5.1+dfsg-16ubuntu amd64               Qt 5 test module
ii  libqt5webkit5:amd64           5.5.1+dfsg-2ubuntu1 amd64               Web content engine library for Qt
ii  libqt5widgets5:amd64          5.5.1+dfsg-16ubuntu amd64               Qt 5 widgets module
ii  libqt5xml5:amd64              5.5.1+dfsg-16ubuntu amd64               Qt 5 XML module
ii  libqtcore4:amd64              4:4.8.7+dfsg-5ubunt amd64               Qt 4 core module
ii  libqtdbus4:amd64              4:4.8.7+dfsg-5ubunt amd64               Qt 4 D-Bus module library
ii  libqtgui4:amd64               4:4.8.7+dfsg-5ubunt amd64               Qt 4 GUI module
ii  libquadmath0:amd64            5.4.0-6ubuntu1~16.0 amd64               GCC Quad-Precision Math Library
ii  libquvi-scripts               0.4.21-2            all                 library for parsing video download links (Lua scripts)
ii  libquvi7:amd64                0.4.1-3             amd64               library for parsing video download links (runtime libraries)
ii  libraptor2-0:amd64            2.0.14-1            amd64               Raptor 2 RDF syntax library
ii  librarian0                    0.8.1-6             amd64               Documentation meta-data library (library package)
ii  librasqal3:amd64              0.9.32-1            amd64               Rasqal RDF query library
ii  libraw1394-11:amd64           2.1.1-2             amd64               library for direct access to IEEE 1394 bus (aka FireWire)
ii  libraw15:amd64                0.17.1-1ubuntu0.5   amd64               raw image decoder library
ii  librdf0:amd64                 1.0.17-1build1      amd64               Redland Resource Description Framework (RDF) library
ii  libreadline5:amd64            5.2+dfsg-3build1    amd64               GNU readline and history libraries, run-time libraries
ii  libreadline6:amd64            6.3-8ubuntu2        amd64               GNU readline and history libraries, run-time libraries
ii  libreoffice-avmedia-backend-g 1:5.1.6~rc2-0ubuntu amd64               GStreamer backend for LibreOffice
ii  libreoffice-base-core         1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- shared library
ii  libreoffice-calc              1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- spreadsheet
ii  libreoffice-common            1:5.1.6~rc2-0ubuntu all                 office productivity suite -- arch-independent files
ii  libreoffice-core              1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- arch-dependent files
ii  libreoffice-draw              1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- drawing
ii  libreoffice-gnome             1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- GNOME integration
ii  libreoffice-gtk               1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- GTK+ integration
ii  libreoffice-help-en-gb        1:5.1.4-0ubuntu1    all                 office productivity suite -- English_british help
ii  libreoffice-help-en-us        1:5.1.4-0ubuntu1    all                 office productivity suite -- English_american help
ii  libreoffice-impress           1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- presentation
ii  libreoffice-l10n-ar           1:5.1.4-0ubuntu1    all                 office productivity suite -- Arabic language package
ii  libreoffice-l10n-en-gb        1:5.1.4-0ubuntu1    all                 office productivity suite -- English_british language package
ii  libreoffice-l10n-en-za        1:5.1.4-0ubuntu1    all                 office productivity suite -- English_southafrican language packa
ii  libreoffice-math              1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- equation editor
ii  libreoffice-ogltrans          1:5.1.6~rc2-0ubuntu amd64               LibreOffice Impress extension for slide transitions using OpenGL
ii  libreoffice-pdfimport         1:5.1.6~rc2-0ubuntu amd64               PDF Import component for LibreOffice
ii  libreoffice-style-breeze      1:5.1.6~rc2-0ubuntu all                 office productivity suite -- Breeze symbol style
ii  libreoffice-style-galaxy      1:5.1.6~rc2-0ubuntu all                 office productivity suite -- Galaxy (Default) symbol style
ii  libreoffice-writer            1:5.1.6~rc2-0ubuntu amd64               office productivity suite -- word processor
ii  librest-0.7-0:amd64           0.7.93-1            amd64               REST service access library
ii  librevenge-0.0-0:amd64        0.0.4-4ubuntu1      amd64               Base Library for writing document interface filters
ii  librhythmbox-core9:amd64      3.3-1ubuntu7        amd64               support library for the rhythmbox music player
ii  libroken18-heimdal:amd64      1.7~git20150920+dfs amd64               Heimdal Kerberos - roken support library
ii  librsvg2-2:amd64              2.40.13-3           amd64               SAX-based renderer library for SVG files (runtime)
ii  librsvg2-common:amd64         2.40.13-3           amd64               SAX-based renderer library for SVG files (extra runtime)
ii  librtmp1:amd64                2.4+20151223.gitfa8 amd64               toolkit for RTMP streams (shared library)
ii  libsamplerate0:amd64          0.1.8-8             amd64               Audio sample rate conversion library
ii  libsane:amd64                 1.0.25+git20150528- amd64               API library for scanners
ii  libsane-common                1.0.25+git20150528- all                 API library for scanners -- documentation and support files
ii  libsane-hpaio:amd64           3.16.3+repack0-1    amd64               HP SANE backend for multi-function peripherals
ii  libsasl2-2:amd64              2.1.26.dfsg1-14ubun amd64               Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:amd64        2.1.26.dfsg1-14ubun amd64               Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:amd64     2.1.26.dfsg1-14ubun amd64               Cyrus SASL - pluggable authentication modules (DB)
ii  libsbc1:amd64                 1.3-1               amd64               Sub Band CODEC library - runtime
ii  libschroedinger-1.0-0:amd64   1.0.11-2.1build1    amd64               library for encoding/decoding of Dirac video streams
ii  libseccomp2:amd64             2.4.1-0ubuntu0.16.0 amd64               high level interface to Linux seccomp filter
ii  libsecret-1-0:amd64           0.18.4-1ubuntu2     amd64               Secret store
ii  libsecret-common              0.18.4-1ubuntu2     all                 Secret store (common files)
ii  libselinux1:amd64             2.4-3build2         amd64               SELinux runtime shared libraries
ii  libsemanage-common            2.3-1build3         all                 Common files for SELinux policy management libraries
ii  libsemanage1:amd64            2.3-1build3         amd64               SELinux policy management library
ii  libsensors4:amd64             1:3.4.0-2           amd64               library to read temperature/voltage/fan sensors
ii  libsepol1:amd64               2.4-2               amd64               SELinux library for manipulating binary security policies
ii  libsgutils2-2                 1.40-0ubuntu1       amd64               utilities for devices using the SCSI command set (shared librari
ii  libshine3:amd64               3.1.0-4             amd64               Fixed-point MP3 encoding library - runtime files
ii  libshout3:amd64               2.3.1-3             amd64               MP3/Ogg Vorbis broadcast streaming library
ii  libsidplay1v5                 1.36.59-8           amd64               SID (MOS 6581) emulation library
ii  libsigc++-2.0-0v5:amd64       2.6.2-1             amd64               type-safe Signal Framework for C++ - runtime
ii  libsignon-extension1:amd64    8.58+16.04.20151106 amd64               Single Sign On framework
ii  libsignon-glib1:amd64         1.13+16.04.20151209 amd64               library for signond
ii  libsignon-plugins-common1:amd 8.58+16.04.20151106 amd64               Single Sign On framework
ii  libsignon-qt5-1:amd64         8.58+16.04.20151106 amd64               Single Sign On framework
ii  libslang2:amd64               2.3.0-2ubuntu1.1    amd64               S-Lang programming library - runtime version
ii  libsm6:amd64                  2:1.2.2-1           amd64               X11 Session Management library
ii  libsmartcols1:amd64           2.27.1-6ubuntu3.7   amd64               smart column output alignment library
ii  libsmbclient:amd64            2:4.3.11+dfsg-0ubun amd64               shared library for communication with SMB/CIFS servers
ii  libsnapd-glib1:amd64          1.47-0ubuntu0.16.04 amd64               GLib snapd library
ii  libsnappy1v5:amd64            1.1.3-2             amd64               fast compression/decompression library
ii  libsndfile1:amd64             1.0.25-10ubuntu0.16 amd64               Library for reading/writing audio files
ii  libsnmp-base                  5.7.3+dfsg-1ubuntu4 all                 SNMP configuration script, MIBs and documentation
ii  libsnmp30:amd64               5.7.3+dfsg-1ubuntu4 amd64               SNMP (Simple Network Management Protocol) library
ii  libsocket6-perl               0.25-1build2        amd64               Perl extensions for IPv6
ii  libsodium18:amd64             1.0.8-5             amd64               Network communication, cryptography and signaturing library
ii  libsonic0:amd64               0.2.0-3             amd64               Simple library to speed up or slow down speech
ii  libsoundtouch1:amd64          1.9.2-2             amd64               Sound stretching library
ii  libsoup-gnome2.4-1:amd64      2.52.2-1ubuntu0.3   amd64               HTTP library implementation in C -- GNOME support library
ii  libsoup2.4-1:amd64            2.52.2-1ubuntu0.3   amd64               HTTP library implementation in C -- Shared library
ii  libsoxr0:amd64                0.1.2-1             amd64               High quality 1D sample-rate conversion library
ii  libspandsp2:amd64             0.0.6-2.1           amd64               Telephony signal processing library
ii  libspectre1:amd64             0.2.7-3ubuntu2      amd64               Library for rendering PostScript documents
ii  libspeechd2:amd64             0.8.3-1ubuntu3      amd64               Speech Dispatcher: Shared libraries
ii  libspeex1:amd64               1.2~rc1.2-1ubuntu1  amd64               The Speex codec runtime library
ii  libspeexdsp1:amd64            1.2~rc1.2-1ubuntu1  amd64               The Speex extended runtime library
ii  libsqlite3-0:amd64            3.11.0-1ubuntu1.2   amd64               SQLite 3 shared library
ii  libsrtp0                      1.4.5~20130609~dfsg amd64               Secure RTP (SRTP) and UST Reference Implementations - shared lib
ii  libss2:amd64                  1.42.13-1ubuntu1    amd64               command-line interface parsing library
ii  libssh-4:amd64                0.6.3-4.3ubuntu0.2  amd64               tiny C SSH library (OpenSSL flavor)
ii  libssh-gcrypt-4:amd64         0.6.3-4.3           amd64               tiny C SSH library (gcrypt flavor)
ii  libssl1.0.0:amd64             1.0.2g-1ubuntu4.15  amd64               Secure Sockets Layer toolkit - shared libraries
ii  libstartup-notification0:amd6 0.12-4build1        amd64               library for program launch feedback (shared library)
ii  libstdc++-5-dev:amd64         5.4.0-6ubuntu1~16.0 amd64               GNU Standard C++ Library v3 (development files)
ii  libstdc++6:amd64              5.4.0-6ubuntu1~16.0 amd64               GNU Standard C++ Library v3
ii  libsub-name-perl              0.14-1build1        amd64               module for assigning a new name to referenced sub
ii  libsuitesparseconfig4.4.6:amd 1:4.4.6-1           amd64               configuration routines for all SuiteSparse modules
ii  libswresample-ffmpeg1:amd64   7:2.8.6-1ubuntu2    amd64               FFmpeg library for audio resampling, rematrixing etc. - runtime 
ii  libswscale-ffmpeg3:amd64      7:2.8.6-1ubuntu2    amd64               FFmpeg library for image scaling and various conversions - runti
ii  libsystemd0:amd64             229-4ubuntu21.22    amd64               systemd utility library
ii  libtag1v5:amd64               1.9.1-2.4ubuntu1    amd64               audio meta-data library
ii  libtag1v5-vanilla:amd64       1.9.1-2.4ubuntu1    amd64               audio meta-data library - vanilla flavour
ii  libtalloc2:amd64              2.1.5-2             amd64               hierarchical pool based memory allocator
ii  libtasn1-6:amd64              4.7-3ubuntu0.16.04. amd64               Manage ASN.1 structures (runtime)
ii  libtbb2:amd64                 4.4~20151115-0ubunt amd64               parallelism library for C++ - runtime files
ii  libtcl8.6:amd64               8.6.5+dfsg-2        amd64               Tcl (the Tool Command Language) v8.6 - run-time library files
ii  libtdb1:amd64                 1.3.8-2             amd64               Trivial Database - shared library
ii  libtelepathy-glib0:amd64      0.24.1-1.1          amd64               Telepathy framework - GLib library
ii  libtevent0:amd64              0.9.28-0ubuntu0.16. amd64               talloc-based event loop library - shared library
ii  libtext-charwidth-perl        0.04-7build5        amd64               get display widths of characters on the terminal
ii  libtext-iconv-perl            1.7-5build4         amd64               converts between character sets in Perl
ii  libtext-levenshtein-perl      0.13-1              all                 implementation of the Levenshtein edit distance
ii  libtext-wrapi18n-perl         0.06-7.1            all                 internationalized substitute of Text::Wrap
ii  libthai-data                  0.1.24-2            all                 Data files for Thai language support library
ii  libthai0:amd64                0.1.24-2            amd64               Thai language support library
ii  libtheora0:amd64              1.1.1+dfsg.1-8      amd64               Theora Video Compression Codec
ii  libtie-ixhash-perl            1.23-2              all                 Perl module to order associative arrays
ii  libtiff5:amd64                4.0.6-1ubuntu0.6    amd64               Tag Image File Format (TIFF) library
ii  libtimedate-perl              2.3000-2            all                 collection of modules to manipulate date/time information
ii  libtimezonemap-data           0.4.5               all                 GTK+3 timezone map widget - data files
ii  libtimezonemap1:amd64         0.4.5               amd64               GTK+3 timezone map widget
ii  libtinfo5:amd64               6.0+20160213-1ubunt amd64               shared low-level terminfo library for terminal handling
ii  libtk8.6:amd64                8.6.5-1             amd64               Tk toolkit for Tcl and X11 v8.6 - run-time files
ii  libtotem-plparser-common      3.10.6-1ubuntu1     all                 Totem Playlist Parser library - common files
ii  libtotem-plparser18:amd64     3.10.6-1ubuntu1     amd64               Totem Playlist Parser library - runtime files
ii  libtotem0:amd64               3.18.1-1ubuntu4     amd64               Main library for the Totem media player
ii  libtracker-sparql-1.0-0:amd64 1.6.2-0ubuntu1.1    amd64               metadata database, indexer and search tool - library
ii  libtsan0:amd64                5.4.0-6ubuntu1~16.0 amd64               ThreadSanitizer -- a Valgrind-based detector of data races (runt
ii  libtwolame0:amd64             0.3.13-1.2          amd64               MPEG Audio Layer 2 encoding library
ii  libtxc-dxtn-s2tc0:amd64       0~git20131104-1.1   amd64               Texture compression library for Mesa
ii  libubsan0:amd64               5.4.0-6ubuntu1~16.0 amd64               UBSan -- undefined behaviour sanitizer (runtime)
ii  libubuntugestures5:amd64      1.3.1918+16.04.2016 amd64               Ubuntu gestures library for Ubuntu UI Toolkit
ii  libubuntutoolkit5:amd64       1.3.1918+16.04.2016 amd64               Ubuntu toolkit common library for Ubuntu UI Toolkit
ii  libudev1:amd64                229-4ubuntu21.22    amd64               libudev shared library
ii  libudisks2-0:amd64            2.1.7-1ubuntu1      amd64               GObject based library to access udisks2
ii  libunistring0:amd64           0.9.3-5.2ubuntu1    amd64               Unicode string library for C
ii  libunity-action-qt1:amd64     1.1.0+14.04.2014030 amd64               Unity Action Qt API
ii  libunity-control-center1      15.04.0+16.04.20171 amd64               utilities to configure the GNOME desktop
ii  libunity-core-6.0-9:amd64     7.4.5+16.04.2019031 amd64               core library for the Unity interface
ii  libunity-gtk2-parser0:amd64   0.0.0+15.04.2015011 amd64               GtkMenuShell to GMenuModel parser
ii  libunity-gtk3-parser0:amd64   0.0.0+15.04.2015011 amd64               GtkMenuShell to GMenuModel parser
ii  libunity-misc4                4.0.5+14.04.2014011 amd64               Miscellaneous functions for Unity - shared library
ii  libunity-protocol-private0:am 7.1.4+16.04.2018020 amd64               binding to get places into the launcher - private library
ii  libunity-scopes-json-def-desk 7.1.4+16.04.2018020 all                 binding to get places into the launcher - desktop def file
ii  libunity-settings-daemon1:amd 15.04.1+16.04.20160 amd64               Helper library for accessing settings
ii  libunity-webapps0:amd64       2.5.0~+16.04.201602 amd64               Web Apps integration with the Unity desktop
ii  libunity9:amd64               7.1.4+16.04.2018020 amd64               binding to get places into the launcher - shared library
ii  libunwind8                    1.1-4.1             amd64               library to determine the call-chain of a program - runtime
ii  libupower-glib3:amd64         0.99.4-2ubuntu0.3   amd64               abstraction for power management - shared library
ii  liburi-perl                   1.71-1              all                 module to manipulate and access URI strings
ii  liburl-dispatcher1:amd64      0.1+16.04.20151110- amd64               library for sending requests to the url dispatcher
ii  libusb-0.1-4:amd64            2:0.1.12-28         amd64               userspace USB programming library
ii  libusb-1.0-0:amd64            2:1.0.20-1          amd64               userspace USB programming library
ii  libusbmuxd4:amd64             1.0.10-2ubuntu0.1   amd64               USB multiplexor daemon for iPhone and iPod Touch devices - libra
ii  libustr-1.0-1:amd64           1.0.4-5             amd64               Micro string library: shared library
ii  libutempter0:amd64            1.1.6-3             amd64               privileged helper for utmp/wtmp updates (runtime)
ii  libuuid-perl                  0.24-1build1        amd64               Perl extension for using UUID interfaces as defined in e2fsprogs
ii  libuuid1:amd64                2.27.1-6ubuntu3.7   amd64               Universally Unique ID library
ii  libv4l-0:amd64                1.10.0-1            amd64               Collection of video4linux support libraries
ii  libv4lconvert0:amd64          1.10.0-1            amd64               Video4linux frame format conversion library
ii  libva1:amd64                  1.7.0-1             amd64               Video Acceleration (VA) API for Linux -- runtime
ii  libvdpau1:amd64               1.1.1-3ubuntu1      amd64               Video Decode and Presentation API for Unix (libraries)
ii  libvisio-0.1-1:amd64          0.1.5-1ubuntu1      amd64               library for parsing the visio file structure
ii  libvisual-0.4-0:amd64         0.4.0-8             amd64               audio visualization framework
ii  libvncclient1:amd64           0.9.10+dfsg-3ubuntu amd64               API to write one's own VNC server - client library
ii  libvo-aacenc0:amd64           0.1.3-1             amd64               VisualOn AAC encoder library
ii  libvo-amrwbenc0:amd64         0.1.3-1             amd64               VisualOn AMR-WB encoder library
ii  libvorbis0a:amd64             1.3.5-3ubuntu0.2    amd64               decoder library for Vorbis General Audio Compression Codec
ii  libvorbisenc2:amd64           1.3.5-3ubuntu0.2    amd64               encoder library for Vorbis General Audio Compression Codec
ii  libvorbisfile3:amd64          1.3.5-3ubuntu0.2    amd64               high-level API for Vorbis General Audio Compression Codec
ii  libvpx3:amd64                 1.5.0-2ubuntu1      amd64               VP8 and VP9 video codec (shared library)
ii  libvte-2.91-0:amd64           0.42.5-1ubuntu1     amd64               Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.91-common            0.42.5-1ubuntu1     all                 Terminal emulator widget for GTK+ 3.0 - common files
ii  libwacom-bin                  0.22-1~ubuntu16.04. amd64               Wacom model feature query library -- binaries
ii  libwacom-common               0.22-1~ubuntu16.04. all                 Wacom model feature query library (common files)
ii  libwacom2:amd64               0.22-1~ubuntu16.04. amd64               Wacom model feature query library
ii  libwavpack1:amd64             4.75.2-2ubuntu0.2   amd64               audio codec (lossy and lossless) - library
ii  libwayland-client0:amd64      1.12.0-1~ubuntu16.0 amd64               wayland compositor infrastructure - client library
ii  libwayland-cursor0:amd64      1.12.0-1~ubuntu16.0 amd64               wayland compositor infrastructure - cursor library
ii  libwayland-egl1-mesa:amd64    18.0.5-0ubuntu0~16. amd64               implementation of the Wayland EGL platform -- runtime
ii  libwayland-server0:amd64      1.12.0-1~ubuntu16.0 amd64               wayland compositor infrastructure - server library
ii  libwbclient0:amd64            2:4.3.11+dfsg-0ubun amd64               Samba winbind client library
ii  libwebkit2gtk-4.0-37:amd64    2.20.5-0ubuntu0.16. amd64               Web content engine library for GTK+
ii  libwebkit2gtk-4.0-37-gtk2:amd 2.20.5-0ubuntu0.16. amd64               Web content engine library for GTK+ - GTK+2 plugin process
ii  libwebkitgtk-3.0-0:amd64      2.4.10-0ubuntu1     amd64               Web content engine library for GTK+
ii  libwebkitgtk-3.0-common       2.4.10-0ubuntu1     all                 Web content engine library for GTK+ - data files
ii  libwebp5:amd64                0.4.4-1             amd64               Lossy compression of digital photographic images.
ii  libwebpdemux1:amd64           0.4.4-1             amd64               Lossy compression of digital photographic images.
ii  libwebpmux1:amd64             0.4.4-1             amd64               Lossy compression of digital photographic images.
ii  libwebrtc-audio-processing-0: 0.1-3ubuntu1~gcc5.1 amd64               AudioProcessing module from the WebRTC project.
ii  libwhoopsie-preferences0      0.18                amd64               Ubuntu error tracker submission settings - shared library
ii  libwhoopsie0:amd64            0.2.52.5ubuntu0.1   amd64               Ubuntu error tracker submission - shared library
ii  libwildmidi-config            0.3.8-2             all                 software MIDI player configuration
ii  libwildmidi1:amd64            0.3.8-2             amd64               software MIDI player library
ii  libwind0-heimdal:amd64        1.7~git20150920+dfs amd64               Heimdal Kerberos - stringprep implementation
ii  libwinpr-crt0.1:amd64         1.1.0~git20140921.1 amd64               Windows Portable Runtime library (crt library)
ii  libwinpr-dsparse0.1:amd64     1.1.0~git20140921.1 amd64               Windows Portable Runtime library (dsparse library)
ii  libwinpr-environment0.1:amd64 1.1.0~git20140921.1 amd64               Windows Portable Runtime library (environment library)
ii  libwinpr-file0.1:amd64        1.1.0~git20140921.1 amd64               Windows Portable Runtime library (file library)
ii  libwinpr-handle0.1:amd64      1.1.0~git20140921.1 amd64               Windows Portable Runtime library (handle library)
ii  libwinpr-heap0.1:amd64        1.1.0~git20140921.1 amd64               Windows Portable Runtime library (heap library)
ii  libwinpr-input0.1:amd64       1.1.0~git20140921.1 amd64               Windows Portable Runtime library (input library)
ii  libwinpr-interlocked0.1:amd64 1.1.0~git20140921.1 amd64               Windows Portable Runtime library (interlocked library)
ii  libwinpr-library0.1:amd64     1.1.0~git20140921.1 amd64               Windows Portable Runtime library (library)
ii  libwinpr-path0.1:amd64        1.1.0~git20140921.1 amd64               Windows Portable Runtime library (path library)
ii  libwinpr-pool0.1:amd64        1.1.0~git20140921.1 amd64               Windows Portable Runtime library (pool library)
ii  libwinpr-registry0.1:amd64    1.1.0~git20140921.1 amd64               Windows Portable Runtime library (registry library)
ii  libwinpr-rpc0.1:amd64         1.1.0~git20140921.1 amd64               Windows Portable Runtime library (RPC library)
ii  libwinpr-sspi0.1:amd64        1.1.0~git20140921.1 amd64               Windows Portable Runtime library (sspi library)
ii  libwinpr-synch0.1:amd64       1.1.0~git20140921.1 amd64               Windows Portable Runtime library (synch library)
ii  libwinpr-sysinfo0.1:amd64     1.1.0~git20140921.1 amd64               Windows Portable Runtime library (sysinfo library)
ii  libwinpr-thread0.1:amd64      1.1.0~git20140921.1 amd64               Windows Portable Runtime library (thread library)
ii  libwinpr-utils0.1:amd64       1.1.0~git20140921.1 amd64               Windows Portable Runtime library (utils library)
ii  libwmf0.2-7:amd64             0.2.8.4-10.5ubuntu1 amd64               Windows metafile conversion library
ii  libwmf0.2-7-gtk               0.2.8.4-10.5ubuntu1 amd64               Windows metafile conversion library
ii  libwnck-3-0:amd64             3.14.1-2            amd64               Window Navigator Construction Kit - runtime files
ii  libwnck-3-common              3.14.1-2            all                 Window Navigator Construction Kit - common files
ii  libwpd-0.10-10:amd64          0.10.1-1ubuntu1     amd64               Library for handling WordPerfect documents (shared library)
ii  libwpg-0.3-3:amd64            0.3.1-1ubuntu1      amd64               WordPerfect graphics import/convert library (shared library)
ii  libwps-0.4-4:amd64            0.4.3-1ubuntu1      amd64               Works text file format import filter library (shared library)
ii  libwrap0:amd64                7.6.q-25            amd64               Wietse Venema's TCP wrappers library
ii  libwww-perl                   6.15-1              all                 simple and consistent interface to the world-wide web
ii  libwww-robotrules-perl        6.01-1              all                 database of robots.txt-derived permissions
ii  libx11-6:amd64                2:1.6.3-1ubuntu2.1  amd64               X11 client-side library
ii  libx11-data                   2:1.6.3-1ubuntu2.1  all                 X11 client-side library
ii  libx11-protocol-perl          0.56-7              all                 Perl module for the X Window System Protocol, version 11
ii  libx11-xcb1:amd64             2:1.6.3-1ubuntu2.1  amd64               Xlib/XCB interface library
ii  libx264-148:amd64             2:0.148.2643+git5c6 amd64               x264 video coding library
ii  libx265-79:amd64              1.9-3               amd64               H.265/HEVC video stream encoder (shared library)
ii  libx86-1:amd64                1.1+ds1-10          amd64               x86 real-mode library
ii  libxapian22v5:amd64           1.2.22-2            amd64               Search engine library
ii  libxatracker2:amd64           18.0.5-0ubuntu0~16. amd64               X acceleration library -- runtime
ii  libxau6:amd64                 1:1.0.8-1           amd64               X11 authorisation library
ii  libxaw7:amd64                 2:1.0.13-1          amd64               X11 Athena Widget library
ii  libxcb-dri2-0:amd64           1.11.1-1ubuntu1     amd64               X C Binding, dri2 extension
ii  libxcb-dri3-0:amd64           1.11.1-1ubuntu1     amd64               X C Binding, dri3 extension
ii  libxcb-glx0:amd64             1.11.1-1ubuntu1     amd64               X C Binding, glx extension
ii  libxcb-icccm4:amd64           0.4.1-1ubuntu1      amd64               utility libraries for X C Binding -- icccm
ii  libxcb-image0:amd64           0.4.0-1build1       amd64               utility libraries for X C Binding -- image
ii  libxcb-keysyms1:amd64         0.4.0-1             amd64               utility libraries for X C Binding -- keysyms
ii  libxcb-present0:amd64         1.11.1-1ubuntu1     amd64               X C Binding, present extension
ii  libxcb-randr0:amd64           1.11.1-1ubuntu1     amd64               X C Binding, randr extension
ii  libxcb-render-util0:amd64     0.3.9-1             amd64               utility libraries for X C Binding -- render-util
ii  libxcb-render0:amd64          1.11.1-1ubuntu1     amd64               X C Binding, render extension
ii  libxcb-shape0:amd64           1.11.1-1ubuntu1     amd64               X C Binding, shape extension
ii  libxcb-shm0:amd64             1.11.1-1ubuntu1     amd64               X C Binding, shm extension
ii  libxcb-sync1:amd64            1.11.1-1ubuntu1     amd64               X C Binding, sync extension
ii  libxcb-util1:amd64            0.4.0-0ubuntu3      amd64               utility libraries for X C Binding -- atom, aux and event
ii  libxcb-xfixes0:amd64          1.11.1-1ubuntu1     amd64               X C Binding, xfixes extension
ii  libxcb-xkb1:amd64             1.11.1-1ubuntu1     amd64               X C Binding, XKEYBOARD extension
ii  libxcb1:amd64                 1.11.1-1ubuntu1     amd64               X C Binding
ii  libxcomposite1:amd64          1:0.4.4-1           amd64               X11 Composite extension library
ii  libxcursor1:amd64             1:1.1.14-1ubuntu0.1 amd64               X cursor management library
ii  libxdamage1:amd64             1:1.1.4-2           amd64               X11 damaged region extension library
ii  libxdmcp6:amd64               1:1.1.2-1.1         amd64               X11 Display Manager Control Protocol library
ii  libxext6:amd64                2:1.3.3-1           amd64               X11 miscellaneous extension library
ii  libxfixes3:amd64              1:5.0.1-2           amd64               X11 miscellaneous 'fixes' extension library
ii  libxfont1:amd64               1:1.5.1-1ubuntu0.16 amd64               X11 font rasterisation library
ii  libxfont2:amd64               1:2.0.1-3~ubuntu16. amd64               X11 font rasterisation library
ii  libxft2:amd64                 2.3.2-1             amd64               FreeType-based font drawing library for X
ii  libxi6:amd64                  2:1.7.6-1           amd64               X11 Input extension library
ii  libxinerama1:amd64            2:1.1.3-1           amd64               X11 Xinerama extension library
ii  libxkbcommon-x11-0:amd64      0.5.0-1ubuntu2.1    amd64               library to create keymaps with the XKB X11 protocol
ii  libxkbcommon0:amd64           0.5.0-1ubuntu2.1    amd64               library interface to the XKB compiler - shared library
ii  libxkbfile1:amd64             1:1.0.9-0ubuntu1    amd64               X11 keyboard file manipulation library
ii  libxklavier16:amd64           5.4-0ubuntu2        amd64               X Keyboard Extension high-level API
ii  libxml-parser-perl            2.44-1build1        amd64               Perl module for parsing XML files
ii  libxml-twig-perl              1:3.48-1            all                 Perl module for processing huge XML documents in tree mode
ii  libxml-xpathengine-perl       0.13-1              all                 re-usable XPath engine for DOM-like trees
ii  libxml2:amd64                 2.9.3+dfsg1-1ubuntu amd64               GNOME XML library
ii  libxmu6:amd64                 2:1.1.2-2           amd64               X11 miscellaneous utility library
ii  libxmuu1:amd64                2:1.1.2-2           amd64               X11 miscellaneous micro-utility library
ii  libxpm4:amd64                 1:3.5.11-1ubuntu0.1 amd64               X11 pixmap library
ii  libxrandr2:amd64              2:1.5.0-1           amd64               X11 RandR extension library
ii  libxrender1:amd64             1:0.9.9-0ubuntu1    amd64               X Rendering Extension client library
ii  libxres1:amd64                2:1.0.7-1           amd64               X11 Resource extension library
ii  libxshmfence1:amd64           1.2-1               amd64               X shared memory fences - shared library
ii  libxslt1.1:amd64              1.1.28-2.1ubuntu0.2 amd64               XSLT 1.0 processing library - runtime library
ii  libxss1:amd64                 1:1.2.2-1           amd64               X11 Screen Saver extension library
ii  libxt6:amd64                  1:1.1.5-0ubuntu1    amd64               X11 toolkit intrinsics library
ii  libxtables11:amd64            1.6.0-2ubuntu3      amd64               netfilter xtables library
ii  libxtst6:amd64                2:1.2.2-1           amd64               X11 Testing -- Record extension library
ii  libxv1:amd64                  2:1.0.10-1          amd64               X11 Video extension library
ii  libxvidcore4:amd64            2:1.3.4-1           amd64               Open source MPEG-4 video codec (library)
ii  libxvmc1:amd64                2:1.0.9-1ubuntu1    amd64               X11 Video extension library
ii  libxxf86dga1:amd64            2:1.1.4-1           amd64               X11 Direct Graphics Access extension library
ii  libxxf86vm1:amd64             1:1.1.4-1           amd64               X11 XFree86 video mode extension library
ii  libyajl2:amd64                2.1.0-2             amd64               Yet Another JSON Library
ii  libyaml-0-2:amd64             0.1.6-3             amd64               Fast YAML 1.1 parser and emitter library
ii  libyaml-libyaml-perl          0.41-6build1        amd64               Perl interface to libyaml, a YAML implementation
ii  libyaml-tiny-perl             1.69-1              all                 Perl module for reading and writing YAML files
ii  libyelp0:amd64                3.18.1-1ubuntu4     amd64               Library for the GNOME help browser
ii  libzbar0:amd64                0.10+doc-10ubuntu1  amd64               bar code scanner and decoder (library)
ii  libzeitgeist-1.0-1:amd64      0.3.18-1ubuntu3     amd64               library to access Zeitgeist - shared library
ii  libzeitgeist-2.0-0:amd64      0.9.16-0ubuntu4     amd64               library to access Zeitgeist - shared library
ii  libzmq5:amd64                 4.1.4-7             amd64               lightweight messaging kernel (shared library)
ii  libzvbi-common                0.2.35-10           all                 Vertical Blanking Interval decoder (VBI) - common files
ii  libzvbi0:amd64                0.2.35-10           amd64               Vertical Blanking Interval decoder (VBI) - runtime files
ii  light-themes                  14.04+16.04.2018032 all                 Light Themes (Ambiance and Radiance)
ii  lightdm                       1.18.3-0ubuntu1.1   amd64               Display Manager
ii  lintian                       2.5.43ubuntu0.1     all                 Debian package checker
ii  linux-base                    4.5ubuntu1~16.04.1  all                 Linux image base package
ii  linux-firmware                1.157.22            all                 Firmware for Linux kernel drivers
ii  linux-generic-hwe-16.04       4.15.0.55.76        amd64               Complete Generic Linux kernel and headers
ii  linux-headers-4.15.0-54       4.15.0-54.58~16.04. all                 Header files related to Linux kernel version 4.15.0
ii  linux-headers-4.15.0-54-gener 4.15.0-54.58~16.04. amd64               Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
ii  linux-headers-4.15.0-55       4.15.0-55.60~16.04. all                 Header files related to Linux kernel version 4.15.0
ii  linux-headers-4.15.0-55-gener 4.15.0-55.60~16.04. amd64               Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
ii  linux-headers-generic-hwe-16. 4.15.0.55.76        amd64               Generic Linux kernel headers
rc  linux-image-4.15.0-45-generic 4.15.0-45.48~16.04. amd64               Signed kernel image generic
rc  linux-image-4.15.0-54-generic 4.15.0-54.58~16.04. amd64               Signed kernel image generic
ii  linux-image-4.15.0-55-generic 4.15.0-55.60~16.04. amd64               Signed kernel image generic
ii  linux-image-generic-hwe-16.04 4.15.0.55.76        amd64               Generic Linux kernel image
ii  linux-libc-dev:amd64          4.4.0-157.185       amd64               Linux Kernel Headers for development
rc  linux-modules-4.15.0-45-gener 4.15.0-45.48~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii  linux-modules-4.15.0-54-gener 4.15.0-54.58~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii  linux-modules-4.15.0-55-gener 4.15.0-55.60~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-45 4.15.0-45.48~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-54 4.15.0-54.58~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii  linux-modules-extra-4.15.0-55 4.15.0-55.60~16.04. amd64               Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii  linux-signed-generic-hwe-16.0 4.15.0.55.76        amd64               Complete Signed Generic Linux kernel and headers (dummy transiti
ii  linux-sound-base              1.0.25+dfsg-0ubuntu all                 base package for ALSA and OSS sound systems
ii  locales                       2.23-0ubuntu11      all                 GNU C Library: National Language (locale) data [support]
ii  login                         1:4.2-3.1ubuntu5.4  amd64               system login tools
ii  logrotate                     3.8.7-2ubuntu2.16.0 amd64               Log rotation utility
ii  lp-solve                      5.5.0.13-7build2    amd64               Solve (mixed integer) linear programming problems
ii  lsb-base                      9.20160110ubuntu0.2 all                 Linux Standard Base init script functionality
ii  lsb-release                   9.20160110ubuntu0.2 all                 Linux Standard Base version reporting utility
ii  lshw                          02.17-1.1ubuntu3.6  amd64               information about hardware configuration
ii  lsof                          4.89+dfsg-0.1       amd64               Utility to list open files
ii  ltrace                        0.7.3-5.1ubuntu4    amd64               Tracks runtime library calls in dynamically linked programs
ii  lua-lpeg:amd64                0.12.2-1            amd64               LPeg library for the Lua language
ii  make                          4.1-6               amd64               utility for directing compilation
ii  makedev                       2.3.1-93ubuntu2~ubu all                 creates device files in /dev
ii  man-db                        2.7.5-1             amd64               on-line manual pager
ii  manpages                      4.04-2              all                 Manual pages about using a GNU/Linux system
ii  manpages-dev                  4.04-2              all                 Manual pages about using GNU/Linux for development
ii  mawk                          1.3.3-17ubuntu2     amd64               a pattern scanning and text processing language
ii  media-player-info             22-2                all                 Media player identification files
ii  memtest86+                    5.01-3ubuntu2       amd64               thorough real-mode memory tester
ii  mesa-vdpau-drivers:amd64      11.2.0-1ubuntu2     amd64               Mesa VDPAU video acceleration drivers
ii  metacity-common               1:3.18.7-0ubuntu0.3 all                 shared files for the Metacity window manager
ii  mime-support                  3.59ubuntu1         all                 MIME files 'mime.types' & 'mailcap', and support programs
ii  mlocate                       0.26-1ubuntu2       amd64               quickly find files on the filesystem based on their name
ii  mobile-broadband-provider-inf 20140317-1          all                 database of mobile broadband service providers
ii  modemmanager                  1.6.4-1ubuntu0.16.0 amd64               D-Bus service for managing modems
ii  mokutil                       0.3.0+1538710437.fb amd64               tools for manipulating machine owner keys
ii  mount                         2.27.1-6ubuntu3.7   amd64               tools for mounting and manipulating filesystems
ii  mountall                      2.54ubuntu1         amd64               filesystem mounting tool
ii  mousetweaks                   3.12.0-1ubuntu2     amd64               mouse accessibility enhancements for the GNOME desktop
ii  mscompress                    0.4-3               amd64               Microsoft "compress.exe/expand.exe" compatible (de)compressor
ii  mtools                        4.0.18-2ubuntu0.16. amd64               Tools for manipulating MSDOS files
ii  mtr-tiny                      0.86-1ubuntu0.1     amd64               Full screen ncurses traceroute tool
ii  multiarch-support             2.23-0ubuntu11      amd64               Transitional package to ensure multiarch compatibility
ii  mythes-ar                     1:5.1.0-1ubuntu2.2  all                 Arabic Thesaurus for LibreOffice
ii  mythes-en-au                  2.1-5.4             all                 Australian English Thesaurus for OpenOffice.org
ii  mythes-en-us                  1:5.1.0-1ubuntu2.2  all                 English (USA) Thesaurus for LibreOffice
ii  nano                          2.5.3-2ubuntu2      amd64               small, friendly text editor inspired by Pico
ii  nautilus                      1:3.18.4.is.3.14.3- amd64               file manager and graphical shell for GNOME
ii  nautilus-data                 1:3.18.4.is.3.14.3- all                 data files for nautilus
ii  nautilus-sendto               3.8.2-1ubuntu1      amd64               integrates Evolution and Pidgin into the Nautilus file manager
ii  nautilus-share                0.7.3-2ubuntu1      amd64               Nautilus extension to share folder using Samba
ii  ncurses-base                  6.0+20160213-1ubunt all                 basic terminal type definitions
ii  ncurses-bin                   6.0+20160213-1ubunt amd64               terminal-related programs and man pages
ii  ndiff                         7.01-2ubuntu2       all                 The Network Mapper - result compare utility
ii  net-tools                     1.60-26ubuntu1      amd64               NET-3 networking toolkit
ii  netbase                       5.3                 all                 Basic TCP/IP networking system
ii  netcat-openbsd                1.105-7ubuntu1      amd64               TCP/IP swiss army knife
ii  netpbm                        2:10.0-15.3         amd64               Graphics conversion tools between image formats
ii  network-manager               1.2.6-0ubuntu0.16.0 amd64               network management framework (daemon and userspace tools)
ii  network-manager-gnome         1.2.6-0ubuntu0.16.0 amd64               network management framework (GNOME frontend)
ii  network-manager-pptp          1.1.93-1ubuntu1     amd64               network management framework (PPTP plugin core)
ii  network-manager-pptp-gnome    1.1.93-1ubuntu1     amd64               network management framework (PPTP plugin GNOME GUI)
ii  nmap                          7.01-2ubuntu2       amd64               The Network Mapper
ii  notify-osd                    0.9.35+16.04.201604 amd64               daemon that displays passive pop-up notifications
ii  notify-osd-icons              0.8+15.10.20151016. all                 Notify-OSD icons
ii  ntfs-3g                       1:2015.3.14AR.1-1ub amd64               read/write NTFS driver for FUSE
ii  ntp                           1:4.2.8p4+dfsg-3ubu amd64               Network Time Protocol daemon and utility programs
ii  ntpdate                       1:4.2.8p4+dfsg-3ubu amd64               client for setting system time from NTP servers
ii  nux-tools                     4.0.8+16.04.2018062 amd64               Visual rendering toolkit for real-time applications - tools
ii  ocl-icd-libopencl1:amd64      2.2.8-1             amd64               Generic OpenCL ICD Loader
ii  onboard                       1.2.0-0ubuntu5      amd64               Simple On-screen Keyboard
ii  onboard-data                  1.2.0-0ubuntu5      all                 Language model files for the word suggestion feature of Onboard
ii  openjdk-8-jre-headless:amd64  8u77-b03-3ubuntu3   amd64               OpenJDK Java runtime, using Hotspot JIT (headless)
ii  openjdk-9-jre-headless:amd64  9~b114-0ubuntu1     amd64               OpenJDK Java runtime, using Hotspot JIT (headless)
ii  openoffice.org-hyphenation    0.9                 all                 Hyphenation patterns for OpenOffice.org
ii  openprinting-ppds             20160212-0ubuntu1   all                 OpenPrinting printer support - PostScript PPD files
ii  openssh-client                1:7.2p2-4ubuntu2.8  amd64               secure shell (SSH) client, for secure access to remote machines
ii  openssl                       1.0.2g-1ubuntu4.15  amd64               Secure Sockets Layer toolkit - cryptographic utility
ii  os-prober                     1.70ubuntu3.3       amd64               utility to detect other OSes on a set of drives
ii  overlay-scrollbar             0.2.17.1+16.04.2015 all                 Scrollbar overlay - configuration
ii  overlay-scrollbar-gtk2:amd64  0.2.17.1+16.04.2015 amd64               GTK 2 module for overlay scrollbars
ii  oxideqt-codecs:amd64          1.21.5-0ubuntu0.16. amd64               Web browser engine for Qt (codecs)
ii  p11-kit                       0.23.2-5~ubuntu16.0 amd64               p11-glue utilities
ii  p11-kit-modules:amd64         0.23.2-5~ubuntu16.0 amd64               p11-glue proxy and trust modules
ii  parted                        3.2-15ubuntu0.1     amd64               disk partition manipulator
ii  passwd                        1:4.2-3.1ubuntu5.4  amd64               change and administer password and group data
ii  patch                         2.7.5-1ubuntu0.16.0 amd64               Apply a diff file to an original
ii  patchutils                    0.3.4-1             amd64               Utilities to work with patches
ii  pciutils                      1:3.3.1-1.1ubuntu1. amd64               Linux PCI Utilities
ii  pcmciautils                   018-8               amd64               PCMCIA utilities for Linux 2.6
ii  perl                          5.22.1-9ubuntu0.6   amd64               Larry Wall's Practical Extraction and Report Language
ii  perl-base                     5.22.1-9ubuntu0.6   amd64               minimal Perl system
ii  perl-modules-5.22             5.22.1-9ubuntu0.6   all                 Core Perl modules
ii  pigz                          2.3.1-2             amd64               Parallel Implementation of GZip
ii  pinentry-curses               0.9.7-3             amd64               curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pinentry-gnome3               0.9.7-3             amd64               GNOME 3 PIN or pass-phrase entry dialog for GnuPG
ii  pkg-config                    0.29.1-0ubuntu1     amd64               manage compile and link flags for libraries
ii  plainbox-provider-checkbox    0.25-1              amd64               CheckBox provider for PlainBox
ii  plainbox-provider-resource-ge 0.23-1              amd64               CheckBox generic resource jobs provider
ii  plainbox-secure-policy        0.25-1              all                 policykit policy required to use plainbox (secure version)
ii  plymouth                      0.9.2-3ubuntu13.5   amd64               boot animation, logger and I/O multiplexer
ii  plymouth-label                0.9.2-3ubuntu13.5   amd64               boot animation, logger and I/O multiplexer - label control
ii  plymouth-theme-ubuntu-logo    0.9.2-3ubuntu13.5   amd64               boot animation, logger and I/O multiplexer - ubuntu theme
ii  plymouth-theme-ubuntu-text    0.9.2-3ubuntu13.5   amd64               boot animation, logger and I/O multiplexer - ubuntu text theme
ii  pm-utils                      1.4.1-16            all                 utilities and scripts for power management
ii  policykit-1                   0.105-14.1ubuntu0.5 amd64               framework for managing administrative policies and privileges
ii  policykit-1-gnome             0.105-2ubuntu2      amd64               GNOME authentication agent for PolicyKit-1
ii  policykit-desktop-privileges  0.20ubuntu16.04.1   all                 run common desktop actions without password
ii  poppler-data                  0.4.7-7             all                 encoding data for the poppler PDF rendering library
ii  poppler-utils                 0.41.0-0ubuntu1.14  amd64               PDF utilities (based on Poppler)
ii  popularity-contest            1.64ubuntu2         all                 Vote for your favourite packages automatically
ii  powerline                     2.3-1               amd64               prompt and statusline utility
ii  powermgmt-base                1.31+nmu1           all                 Common utils and configs for power management
ii  ppa-purge                     0.2.8+bzr63         all                 disables a PPA and reverts to official packages
ii  ppp                           2.4.7-1+2ubuntu1.16 amd64               Point-to-Point Protocol (PPP) - daemon
ii  pppconfig                     2.3.22              all                 Text menu based utility for configuring ppp
ii  pppoeconf                     1.21ubuntu1         all                 configures PPPoE/ADSL connections
ii  pptp-linux                    1.8.0-1             amd64               Point-to-Point Tunneling Protocol (PPTP) Client
ii  printer-driver-brlaser        3-5~ubuntu1         amd64               printer driver for (some) Brother laser printers
ii  printer-driver-c2esp          27-2                amd64               printer driver for Kodak ESP AiO color inkjet Series
ii  printer-driver-foo2zjs        20151024dfsg0-1ubun amd64               printer driver for ZjStream-based printers
ii  printer-driver-foo2zjs-common 20151024dfsg0-1ubun all                 printer driver for ZjStream-based printers - common files
ii  printer-driver-gutenprint     5.2.11-1            amd64               printer drivers for CUPS
ii  printer-driver-hpcups         3.16.3+repack0-1    amd64               HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii  printer-driver-min12xxw       0.0.9-9             amd64               printer driver for KonicaMinolta PagePro 1[234]xxW
ii  printer-driver-pnm2ppa        1.13+nondbs-0ubuntu amd64               printer driver for HP-GDI printers
ii  printer-driver-postscript-hp  3.16.3+repack0-1    all                 HP Printers PostScript Descriptions
ii  printer-driver-ptouch         1.4-1               amd64               printer driver Brother P-touch label printers
ii  printer-driver-pxljr          1.4+repack0-4       amd64               printer driver for HP Color LaserJet 35xx/36xx
ii  printer-driver-sag-gdi        0.1-4ubuntu1        all                 printer driver for Ricoh Aficio SP 1000s/SP 1100s
ii  printer-driver-splix          2.0.0+svn315-4fakes amd64               Driver for Samsung and Xerox SPL2 and SPLc laser printers
ii  procps                        2:3.3.10-4ubuntu2.4 amd64               /proc file system utilities
ii  psmisc                        22.21-2.1build1     amd64               utilities that use the proc file system
ii  pulseaudio                    1:8.0-0ubuntu3.10   amd64               PulseAudio sound server
ii  pulseaudio-module-bluetooth   1:8.0-0ubuntu3.10   amd64               Bluetooth module for PulseAudio sound server
ii  pulseaudio-module-x11         1:8.0-0ubuntu3.10   amd64               X11 module for PulseAudio sound server
ii  pulseaudio-utils              1:8.0-0ubuntu3.10   amd64               Command line tools for the PulseAudio sound server
ii  pyotherside                   1.4.0-2             all                 transitional dummy package
ii  python                        2.7.12-1~16.04      amd64               interactive high-level object-oriented language (default version
ii  python-appindicator           12.10.1+15.04.20141 amd64               Python bindings for libappindicator
ii  python-apt-common             1.1.0~beta1ubuntu0. all                 Python interface to libapt-pkg (locales)
ii  python-bs4                    4.4.1-1             all                 error-tolerant HTML parser for Python
ii  python-cairo                  1.8.8-2             amd64               Python bindings for the Cairo vector graphics library
ii  python-chardet                2.3.0-2             all                 universal character encoding detector for Python2
ii  python-dbus                   1.2.0-3             amd64               simple interprocess messaging system (Python interface)
ii  python-gi                     3.20.0-0ubuntu1     amd64               Python 2.x bindings for gobject-introspection libraries
ii  python-gobject                3.20.0-0ubuntu1     all                 Python 2.x bindings for GObject - transitional package
ii  python-gobject-2              2.28.6-12ubuntu1    amd64               deprecated static Python bindings for the GObject library
ii  python-gtk2                   2.24.0-4ubuntu1     amd64               Python bindings for the GTK+ widget set
ii  python-html5lib               0.999-4             all                 HTML parser/tokenizer based on the WHATWG HTML5 specification (P
ii  python-lxml                   3.5.0-1build1       amd64               pythonic binding for the libxml2 and libxslt libraries
ii  python-minimal                2.7.12-1~16.04      amd64               minimal subset of the Python language (default version)
ii  python-pkg-resources          20.7.0-1            all                 Package Discovery and Resource Access using pkg_resources
ii  python-powerline              2.3-1               all                 powerline python2 library
ii  python-psutil                 3.4.2-1             amd64               module providing convenience functions for managing processes
ii  python-six                    1.10.0-3            all                 Python 2 and 3 compatibility library (Python 2 interface)
ii  python-talloc                 2.1.5-2             amd64               hierarchical pool based memory allocator - Python bindings
ii  python-yaml                   3.11-3build1        amd64               YAML parser and emitter for Python
ii  python2.7                     2.7.12-1ubuntu0~16. amd64               Interactive high-level object-oriented language (version 2.7)
ii  python2.7-minimal             2.7.12-1ubuntu0~16. amd64               Minimal subset of the Python language (version 2.7)
ii  python3                       3.5.1-3             amd64               interactive high-level object-oriented language (default python3
ii  python3-apport                2.20.1-0ubuntu2.19  all                 Python 3 library for Apport crash report handling
ii  python3-apt                   1.1.0~beta1ubuntu0. amd64               Python 3 interface to libapt-pkg
ii  python3-aptdaemon             1.1.1+bzr982-0ubunt all                 Python 3 module for the server and client of aptdaemon
ii  python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubunt all                 Python 3 GTK+ 3 widgets to run an aptdaemon client
ii  python3-aptdaemon.pkcompat    1.1.1+bzr982-0ubunt all                 PackageKit compatibilty for AptDaemon
ii  python3-blinker               1.3.dfsg2-1build1   all                 fast, simple object-to-object and broadcast signaling library
ii  python3-brlapi                5.3.1-2ubuntu2.1    amd64               Braille display access via BRLTTY - Python3 bindings
ii  python3-bs4                   4.4.1-1             all                 error-tolerant HTML parser for Python 3
ii  python3-cairo                 1.10.0+dfsg-5build1 amd64               Python 3 bindings for the Cairo vector graphics library
ii  python3-cffi-backend          1.5.2-1ubuntu1      amd64               Foreign Function Interface for Python 3 calling C code - runtime
ii  python3-chardet               2.3.0-2             all                 universal character encoding detector for Python3
ii  python3-checkbox-support      0.22-1              all                 collection of Python modules used by PlainBox providers
ii  python3-commandnotfound       0.3ubuntu16.04.2    all                 Python 3 bindings for command-not-found.
ii  python3-cryptography          1.2.3-1ubuntu0.2    amd64               Python library exposing cryptographic recipes and primitives (Py
ii  python3-cups                  1.9.73-0ubuntu2     amd64               Python3 bindings for CUPS
ii  python3-cupshelpers           1.5.7+20160212-0ubu all                 Python modules for printer configuration with CUPS
ii  python3-dbus                  1.2.0-3             amd64               simple interprocess messaging system (Python 3 interface)
ii  python3-debian                0.1.27ubuntu2       all                 Python 3 modules to work with Debian-related data formats
ii  python3-defer                 1.0.6-2build1       all                 Small framework for asynchronous programming (Python 3)
ii  python3-distupgrade           1:16.04.26          all                 manage release upgrades
ii  python3-feedparser            5.1.3-3build1       all                 Universal Feed Parser for Python 3
ii  python3-gdbm:amd64            3.5.1-1             amd64               GNU dbm database support for Python 3.x
ii  python3-gi                    3.20.0-0ubuntu1     amd64               Python 3 bindings for gobject-introspection libraries
ii  python3-gi-cairo              3.20.0-0ubuntu1     amd64               Python 3 Cairo bindings for the GObject library
ii  python3-guacamole             0.9.2-1             all                 framework for creating command line applications (Python 3)
ii  python3-html5lib              0.999-4             all                 HTML parser/tokenizer based on the WHATWG HTML5 specification (P
ii  python3-httplib2              0.9.1+dfsg-1        all                 comprehensive HTTP client library written for Python3
ii  python3-idna                  2.0-3               all                 Python IDNA2008 (RFC 5891) handling (Python 3)
ii  python3-jinja2                2.8-1ubuntu0.1      all                 small but fast and easy to use stand-alone template engine
ii  python3-jwt                   1.3.0-1ubuntu0.1    all                 Python 3 implementation of JSON Web Token
ii  python3-louis                 2.6.4-2ubuntu0.4    all                 Python bindings for liblouis
ii  python3-lxml                  3.5.0-1ubuntu0.1    amd64               pythonic binding for the libxml2 and libxslt libraries
ii  python3-mako                  1.0.3+ds1-1ubuntu1  all                 fast and lightweight templating for the Python 3 platform
ii  python3-markupsafe            0.23-2build2        amd64               HTML/XHTML/XML string library for Python 3
ii  python3-minimal               3.5.1-3             amd64               minimal subset of the Python language (default python3 version)
ii  python3-oauthlib              1.0.3-1             all                 generic, spec-compliant implementation of OAuth for Python3
ii  python3-padme                 1.1.1-2             all                 mostly transparent proxy class for Python 3
ii  python3-pexpect               4.0.1-1             all                 Python 3 module for automating interactive applications
ii  python3-pil:amd64             3.1.2-0ubuntu1.1    amd64               Python Imaging Library (Python3)
ii  python3-pkg-resources         20.7.0-1            all                 Package Discovery and Resource Access using pkg_resources
ii  python3-plainbox              0.25-1              all                 toolkit for software and hardware testing (python3 module)
ii  python3-problem-report        2.20.1-0ubuntu2.19  all                 Python 3 library to handle problem reports
ii  python3-ptyprocess            0.5-1               all                 Run a subprocess in a pseudo terminal from Python 3
ii  python3-pyasn1                0.1.9-1             all                 ASN.1 library for Python (Python 3 module)
ii  python3-pyatspi               2.18.0+dfsg-3       all                 Assistive Technology Service Provider Interface - Python3 bindin
ii  python3-pycurl                7.43.0-1ubuntu1     amd64               Python bindings to libcurl (Python 3)
ii  python3-pyparsing             2.0.3+dfsg1-1ubuntu all                 Python parsing module, Python3 package
ii  python3-renderpm:amd64        3.3.0-1             amd64               python low level render interface
ii  python3-reportlab             3.3.0-1             all                 ReportLab library to create PDF documents using Python3
ii  python3-reportlab-accel:amd64 3.3.0-1             amd64               C coded extension accelerator for the ReportLab Toolkit
ii  python3-requests              2.9.1-3ubuntu0.1    all                 elegant and simple HTTP library for Python3, built for human bei
ii  python3-six                   1.10.0-3            all                 Python 2 and 3 compatibility library (Python 3 interface)
ii  python3-software-properties   0.96.20.8           all                 manage the repositories that you install software from
ii  python3-speechd               0.8.3-1ubuntu3      all                 Python interface to Speech Dispatcher
ii  python3-systemd               231-2build1         amd64               Python 3 bindings for systemd
ii  python3-uno                   1:5.1.6~rc2-0ubuntu amd64               Python-UNO bridge
ii  python3-update-manager        1:16.04.15          all                 python 3.x module for update-manager
ii  python3-urllib3               1.13.1-2ubuntu0.16. all                 HTTP library with thread-safe connection pooling for Python3
ii  python3-xdg                   0.25-4              all                 Python 3 library to access freedesktop.org standards
ii  python3-xkit                  0.5.0ubuntu2        all                 library for the manipulation of xorg.conf files (Python 3)
ii  python3-xlsxwriter            0.7.3-1             all                 Python 3 module for creating Excel XLSX files
ii  python3.5                     3.5.2-2ubuntu0~16.0 amd64               Interactive high-level object-oriented language (version 3.5)
ii  python3.5-minimal             3.5.2-2ubuntu0~16.0 amd64               Minimal subset of the Python language (version 3.5)
ii  qdbus                         4:4.8.7+dfsg-5ubunt amd64               Qt 4 D-Bus tool
ii  qml-module-io-thp-pyotherside 1.4.0-2             amd64               asynchronous Python 3 Bindings for Qt 5 (QML plugin)
ii  qml-module-qt-labs-folderlist 5.5.1-2ubuntu6      amd64               Qt 5 folderlistmodel QML module
ii  qml-module-qt-labs-settings:a 5.5.1-2ubuntu6      amd64               Qt 5 settings QML module
ii  qml-module-qtfeedback:amd64   5.0~git20130529-0ub amd64               Qt 5 Feedback QML module
ii  qml-module-qtgraphicaleffects 5.5.1-1ubuntu1      amd64               Qt 5 Graphical Effects module
ii  qml-module-qtquick-layouts:am 5.5.1-1ubuntu1      amd64               Qt 5 Quick Layouts QML module
ii  qml-module-qtquick-window2:am 5.5.1-2ubuntu6      amd64               Qt 5 window 2 QML module
ii  qml-module-qtquick2:amd64     5.5.1-2ubuntu6      amd64               Qt 5 Qt Quick 2 QML module
ii  qml-module-qttest:amd64       5.5.1-2ubuntu6      amd64               Qt 5 test QML module
ii  qml-module-ubuntu-components: 1.3.1918+16.04.2016 amd64               Qt Components for Ubuntu - Components QML plugin
ii  qml-module-ubuntu-layouts:amd 1.3.1918+16.04.2016 amd64               Qt Components for Ubuntu - Layouts QML plugin
ii  qml-module-ubuntu-onlineaccou 0.6+16.04.20151106- amd64               Expose the Online Accounts API to QML applications
ii  qml-module-ubuntu-performance 1.3.1918+16.04.2016 amd64               Qt Components for Ubuntu - PerformanceMetrics QML plugin
ii  qml-module-ubuntu-test:amd64  1.3.1918+16.04.2016 amd64               Qt Components for Ubuntu - Test QML plugin
ii  qml-module-ubuntu-web:amd64   0.23+16.04.20161028 amd64               Ubuntu web QML module
ii  qmlscene                      5.5.1-2ubuntu6      amd64               Qt 5 QML scene viewer
ii  qpdf                          8.0.2-3~16.04.1     amd64               tools for transforming and inspecting PDF files
ii  qt-at-spi:amd64               0.4.0-3             amd64               at-spi accessibility plugin for Qt
ii  qtchooser                     52-gae5eeef-2build1 amd64               Wrapper to select between Qt development binary versions
ii  qtcore4-l10n                  4:4.8.7+dfsg-5ubunt all                 Qt 4 core module translations
ii  qtdeclarative5-accounts-plugi 0.6+16.04.20151106- amd64               transitional dummy package for Online Accounts QML clients
ii  qtdeclarative5-dev-tools      5.5.1-2ubuntu6      amd64               Qt 5 declarative development programs
ii  qtdeclarative5-qtquick2-plugi 5.5.1-2ubuntu6      amd64               transitional dummy package Qt 5 Qt Quick 2 QML module
ii  qtdeclarative5-test-plugin:am 5.5.1-2ubuntu6      amd64               transitional dummy package for Qt 5 test QML module
ii  qtdeclarative5-ubuntu-ui-tool 1.3.1918+16.04.2016 amd64               Transitional dummy package for Ubuntu UI Toolkit QML plugin
ii  qtdeclarative5-unity-action-p 1.1.0+14.04.2014030 amd64               Unity Action QML Components
ii  qttranslations5-l10n          5.5.1-2build1       all                 translations for Qt 5
ii  rarian-compat                 0.8.1-6             amd64               Documentation meta-data library (compatibility tools)
ii  readline-common               6.3-8ubuntu2        all                 GNU readline and history libraries, common files
ii  remmina                       1.1.2-3ubuntu1      amd64               remote desktop client for GNOME desktop environment
ii  remmina-common                1.1.2-3ubuntu1      all                 common files for remmina remote desktop client
ii  remmina-plugin-rdp            1.1.2-3ubuntu1      amd64               RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc            1.1.2-3ubuntu1      amd64               VNC plugin for remmina remote desktop client
ii  rename                        0.20-4              all                 Perl extension for renaming multiple files
ii  resolvconf                    1.78ubuntu7         all                 name server information handler
ii  rfkill                        0.5-1ubuntu3.1      amd64               tool for enabling and disabling wireless devices
ii  rhythmbox                     3.3-1ubuntu7        amd64               music player and organizer for GNOME
ii  rhythmbox-data                3.3-1ubuntu7        all                 data files for rhythmbox
ii  rhythmbox-plugin-zeitgeist    3.3-1ubuntu7        all                 zeitgeist plugin for rhythmbox music player
ii  rhythmbox-plugins             3.3-1ubuntu7        amd64               plugins for rhythmbox music player
ii  rsync                         3.1.1-3ubuntu1.2    amd64               fast, versatile, remote (and local) file-copying tool
ii  rsyslog                       8.16.0-1ubuntu3.1   amd64               reliable system and kernel logging daemon
ii  rtkit                         0.11-4              amd64               Realtime Policy and Watchdog Daemon
ii  runc                          1.0.0~rc7+git201904 amd64               Open Container Project - runtime
ii  samba-libs:amd64              2:4.3.11+dfsg-0ubun amd64               Samba core libraries
ii  sane-utils                    1.0.25+git20150528- amd64               API library for scanners -- utilities
ii  sbsigntool                    0.6-0ubuntu10.1     amd64               utility for signing and verifying files for UEFI Secure Boot
ii  sbt                           1.3.0               all                 sbt, the interactive build tool
ii  scala                         2.11.8              all                 Scala Programming Language Distribution
rc  scylla-conf                   3.1.0.rc5-0.2019090 amd64               Scylla database main configuration file
rc  scylla-jmx                    3.1.0~rc5-20190902. all                 Scylla JMX server binaries
rc  scylla-kernel-conf            3.1.0.rc5-0.2019090 amd64               Scylla kernel tuning configuration
rc  scylla-server                 3.1.0.rc5-0.2019090 amd64               Scylla database server binaries
rc  scylla-tools                  3.1.0~rc5-20190902. all                 Scylla database tools
rc  scylla-tools-core             3.1.0~rc5-20190902. all                 Scylla database tools core files
ii  seahorse                      3.18.0-2ubuntu1     amd64               GNOME front end for GnuPG
ii  secureboot-db                 1.4~ubuntu0.16.04.1 amd64               Secure Boot updates for DB and DBX
ii  sed                           4.2.2-7             amd64               The GNU sed stream editor
ii  sensible-utils                0.0.9ubuntu0.16.04. all                 Utilities for sensible alternative selection
ii  session-migration             0.2.3               amd64               Tool to migrate in user session settings
ii  session-shortcuts             1.2ubuntu0.16.04.1  all                 Allows you to shutdown, logout, and reboot from dash
ii  sessioninstaller              0.20+bzr150-0ubuntu all                 APT based installer using PackageKit's session DBus API
ii  sgml-base                     1.26+nmu4ubuntu1    all                 SGML infrastructure and SGML catalog file support
ii  sgml-data                     2.0.10              all                 common SGML and XML data
ii  shared-mime-info              1.5-2ubuntu0.2      amd64               FreeDesktop.org shared MIME database and spec
ii  shim                          15+1533136590.3beb9 amd64               boot loader to chain-load signed boot loaders under Secure Boot
ii  shim-signed                   1.33.1~16.04.5+15+1 amd64               Secure Boot chain-loading bootloader (Microsoft-signed binary)
ii  shotwell                      0.22.0+git20160108. amd64               digital photo organizer
ii  shotwell-common               0.22.0+git20160108. all                 digital photo organizer - common files
ii  signon-keyring-extension      0.6+14.10.20140513- amd64               GNOME keyring extension for signond
ii  signon-plugin-oauth2          0.23+16.04.20151209 amd64               Single Signon oauth2 plugin
ii  signon-plugin-password        8.58+16.04.20151106 amd64               Plain Password plugin for Single Sign On
ii  signon-ui                     0.17+16.04.20151125 all                 Dummy transitional package for signon-ui
ii  signon-ui-service             0.17+16.04.20151125 all                 D-Bus service file for signon-ui
ii  signon-ui-x11                 0.17+16.04.20151125 amd64               Single Sign-on UI
ii  signond                       8.58+16.04.20151106 amd64               Single Sign On framework
ii  simple-scan                   3.20.0-0ubuntu1     amd64               Simple Scanning Utility
ii  snapd                         2.39.2ubuntu0.2     amd64               Daemon and tooling that enable snap packages
rc  snapd-login-service           1.33-0ubuntu0.16.04 amd64               Daemon to allow non-root access to snapd
ii  sni-qt:amd64                  0.2.7+16.04.2017021 amd64               indicator support for Qt
ii  software-properties-common    0.96.20.8           all                 manage the repositories that you install software from (common)
ii  software-properties-gtk       0.96.20.8           all                 manage the repositories that you install software from (gtk)
ii  sound-theme-freedesktop       0.8-1               all                 freedesktop.org sound theme
ii  speech-dispatcher             0.8.3-1ubuntu3      amd64               Common interface to speech synthesizers
ii  speech-dispatcher-audio-plugi 0.8.3-1ubuntu3      amd64               Speech Dispatcher: Audio output plugins
ii  squashfs-tools                1:4.3-3ubuntu2.16.0 amd64               Tool to create and append to squashfs filesystems
ii  ssl-cert                      1.0.37              all                 simple debconf wrapper for OpenSSL
ii  strace                        4.11-1ubuntu3       amd64               System call tracer
ii  sudo                          1.8.16-0ubuntu1.7   amd64               Provide limited super user privileges to specific users
ii  suru-icon-theme               14.04+16.04.2018032 all                 Ubuntu Suru Icon theme
ii  synaptic                      0.83                amd64               Graphical package manager
ii  syslinux                      3:6.03+dfsg-11ubunt amd64               collection of bootloaders (DOS FAT and NTFS bootloader)
ii  syslinux-common               3:6.03+dfsg-11ubunt all                 collection of bootloaders (common)
ii  syslinux-legacy               2:3.63+dfsg-2ubuntu amd64               Bootloader for Linux/i386 using MS-DOS floppies
ii  system-config-printer-common  1.5.7+20160212-0ubu all                 Printer configuration GUI
ii  system-config-printer-gnome   1.5.7+20160212-0ubu all                 Printer configuration GUI
ii  system-config-printer-udev    1.5.7+20160212-0ubu amd64               Printer auto-configuration facility based on udev
ii  systemd                       229-4ubuntu21.22    amd64               system and service manager
ii  systemd-sysv                  229-4ubuntu21.22    amd64               system and service manager - SysV links
ii  sysv-rc                       2.88dsf-59.3ubuntu2 all                 System-V-like runlevel change mechanism
ii  sysvinit-utils                2.88dsf-59.3ubuntu2 amd64               System-V-like utilities
ii  t1utils                       1.39-2              amd64               Collection of simple Type 1 font manipulation programs
ii  tar                           1.28-2.1ubuntu0.1   amd64               GNU version of the tar archiving utility
ii  tcl                           8.6.0+9             amd64               Tool Command Language (default version) - shell
ii  tcl8.6                        8.6.5+dfsg-2        amd64               Tcl (the Tool Command Language) v8.6 - shell
ii  tcpd                          7.6.q-25            amd64               Wietse Venema's TCP wrapper utilities
ii  tcpdump                       4.9.2-0ubuntu0.16.0 amd64               command-line network traffic analyzer
ii  telnet                        0.17-40             amd64               basic telnet client
ii  thermald                      1.5-2ubuntu4        amd64               Thermal monitoring and controlling daemon
ii  thunderbird                   1:60.8.0+build1-0ub amd64               Email, RSS and newsgroup client with integrated spam filter
ii  thunderbird-gnome-support     1:60.8.0+build1-0ub amd64               Email, RSS and newsgroup client - GNOME support
ii  thunderbird-locale-ar         1:60.8.0+build1-0ub amd64               Arabic language pack for Thunderbird
ii  thunderbird-locale-en         1:60.8.0+build1-0ub amd64               English language pack for Thunderbird
ii  thunderbird-locale-en-gb      1:60.8.0+build1-0ub all                 Transitional English language pack for Thunderbird
ii  thunderbird-locale-en-us      1:60.8.0+build1-0ub all                 Transitional English language pack for Thunderbird
ii  time                          1.7-25.1            amd64               GNU time program for measuring CPU resource usage
ii  tk                            8.6.0+9             amd64               Toolkit for Tcl and X11 (default version) - windowing shell
ii  tk8.6                         8.6.5-1             amd64               Tk toolkit for Tcl and X11 v8.6 - windowing shell
ii  toshset                       1.76-4              amd64               Access much of the Toshiba laptop hardware interface
ii  totem                         3.18.1-1ubuntu4     amd64               Simple media player for the GNOME desktop based on GStreamer
ii  totem-common                  3.18.1-1ubuntu4     all                 Data files for the Totem media player
ii  totem-plugins                 3.18.1-1ubuntu4     amd64               Plugins for the Totem media player
ii  transmission-common           2.84-3ubuntu3.1     all                 lightweight BitTorrent client (common files)
ii  transmission-gtk              2.84-3ubuntu3.1     amd64               lightweight BitTorrent client (GTK+ interface)
ii  ttf-ancient-fonts-symbola     2.59-1              all                 symbolic font providing emoji characters from Unicode 7.0 (trans
ii  ttf-mscorefonts-installer     3.4+nmu1ubuntu2     all                 Installer for Microsoft TrueType core fonts
ii  ttf-ubuntu-font-family        1:0.83-0ubuntu2     all                 Ubuntu Font Family, sans-serif typeface hinted for clarity
ii  tzdata                        2019b-0ubuntu0.16.0 all                 time zone and daylight-saving time data
ii  ubuntu-advantage-tools        10ubuntu0.16.04.1   all                 management tools for Ubuntu Advantage
ii  ubuntu-artwork                1:14.04+16.04.20180 all                 Ubuntu themes and artwork
ii  ubuntu-core-launcher          2.39.2ubuntu0.2     amd64               Transitional package for snapd
ii  ubuntu-desktop                1.361.3             amd64               The Ubuntu desktop system
ii  ubuntu-docs                   16.04.4             all                 Ubuntu Desktop Guide
ii  ubuntu-drivers-common         1:0.4.17.7          amd64               Detect and install additional Ubuntu driver packages
ii  ubuntu-fan                    0.12.8~16.04.3      all                 Ubuntu FAN network support enablement
ii  ubuntu-keyring                2012.05.19          all                 GnuPG keys of the Ubuntu archive
ii  ubuntu-minimal                1.361.3             amd64               Minimal core of Ubuntu
ii  ubuntu-mobile-icons           14.04+16.04.2018032 all                 Ubuntu Mobile Icon theme
ii  ubuntu-mono                   14.04+16.04.2018032 all                 Ubuntu Mono Icon theme
ii  ubuntu-release-upgrader-core  1:16.04.26          all                 manage release upgrades
ii  ubuntu-release-upgrader-gtk   1:16.04.26          all                 manage release upgrades
ii  ubuntu-restricted-addons      23                  amd64               Commonly used restricted packages for Ubuntu
ii  ubuntu-restricted-extras      65                  amd64               Commonly used media codecs and fonts for Ubuntu
ii  ubuntu-session                3.18.1.2-1ubuntu1.1 all                 Ubuntu session
ii  ubuntu-settings               15.10.8             all                 default settings for the Ubuntu desktop
ii  ubuntu-software               3.20.5-0ubuntu0.16. amd64               Utility for browsing, installing, and removing software
ii  ubuntu-sounds                 0.13                all                 Ubuntu's GNOME audio theme
ii  ubuntu-standard               1.361.3             amd64               The Ubuntu standard system
ii  ubuntu-system-service         0.3                 all                 Dbus service to set various system-wide configurations
ii  ubuntu-touch-sounds           15.08               all                 sounds for the Ubuntu Touch image
ii  ubuntu-ui-toolkit-theme       1.3.1918+16.04.2016 amd64               Qt Components for Ubuntu - Ubuntu Theme
ii  ubuntu-wallpapers             16.04.1-0ubuntu1    all                 Ubuntu Wallpapers
ii  ubuntu-wallpapers-xenial      16.04.1-0ubuntu1    all                 Ubuntu 16.04 Wallpapers
ii  ucf                           3.0036              all                 Update Configuration File(s): preserve user changes to config fi
ii  udev                          229-4ubuntu21.22    amd64               /dev/ and hotplug management daemon
ii  udisks2                       2.1.7-1ubuntu1      amd64               D-Bus service to access and manipulate storage devices
ii  ufw                           0.35-0ubuntu2       all                 program for managing a Netfilter firewall
ii  unattended-upgrades           1.1ubuntu1.18.04.7~ all                 automatic installation of security upgrades
ii  unity                         7.4.5+16.04.2019031 amd64               Interface designed for efficiency of space and interaction.
ii  unity-accessibility-profiles  0.1.10-0ubuntu3     all                 Accessibility Profile Manager - Unity profile data
ii  unity-asset-pool              0.8.24+15.04.201412 all                 Unity Assets Pool
ii  unity-control-center          15.04.0+16.04.20171 amd64               utilities to configure the GNOME desktop
ii  unity-control-center-faces    15.04.0+16.04.20171 all                 utilities to configure the GNOME desktop - faces images
ii  unity-control-center-signon   0.1.8+16.04.2016020 amd64               Unity Control Center extension for single signon
ii  unity-greeter                 16.04.2-0ubuntu1    amd64               Unity Greeter
ii  unity-gtk-module-common       0.0.0+15.04.2015011 all                 Common files for GtkMenuShell D-Bus exporter
ii  unity-gtk2-module:amd64       0.0.0+15.04.2015011 amd64               GtkMenuShell D-Bus exporter
ii  unity-gtk3-module:amd64       0.0.0+15.04.2015011 amd64               GtkMenuShell D-Bus exporter
ii  unity-lens-applications       7.1.0+16.04.2016070 amd64               Application lens for unity
ii  unity-lens-files              7.1.0+16.04.2015121 amd64               File lens for unity
ii  unity-lens-music              6.9.1+16.04-0ubuntu amd64               Music lens for unity
ii  unity-lens-photos             1.0+14.04.20140318- all                 Photos lens for Unity
ii  unity-lens-video              0.3.15+16.04.201602 amd64               Unity Video lens
ii  unity-schemas                 7.4.5+16.04.2019031 all                 Interface designed for efficiency of space and interaction.
ii  unity-scope-calculator        0.1+14.04.20140328- all                 Calculator scope for Unity
ii  unity-scope-chromiumbookmarks 0.1+13.10.20130723- all                 Chromium bookmarks scope for Unity
ii  unity-scope-colourlovers      0.1+13.10.20130723- all                 COLOURlovers scope for Unity
ii  unity-scope-devhelp           0.1+14.04.20140328- all                 devhelp scope for Unity
ii  unity-scope-firefoxbookmarks  0.1+13.10.20130809. all                 Firefox bookmarks scope for Unity
ii  unity-scope-gdrive            0.9+16.04.20151125- all                 Google Drive scope for Unity
ii  unity-scope-home              6.8.2+16.04.2016021 amd64               Home scope that aggregates results from multiple scopes
ii  unity-scope-manpages          3.0+14.04.20140324- all                 Manual pages scope for Unity
ii  unity-scope-openclipart       0.1+13.10.20130723- all                 OpenClipArt scope for Unity
ii  unity-scope-texdoc            0.1+14.04.20140328- all                 Texdoc scope for Unity
ii  unity-scope-tomboy            0.1+13.10.20130723- all                 Tomboy scope for Unity
ii  unity-scope-video-remote      0.3.15+16.04.201602 amd64               Remote videos engine
ii  unity-scope-virtualbox        0.1+13.10.20130723- all                 VirtualBox scope for Unity
ii  unity-scope-yelp              0.1+13.10.20130723- all                 Help scope for Unity
ii  unity-scope-zotero            0.1+13.10.20130723- all                 Zotero scope for Unity
ii  unity-scopes-master-default   6.8.2+16.04.2016021 all                 Home scope that aggregates results from multiple scopes
ii  unity-scopes-runner           7.1.4+16.04.2018020 all                 desktop runner for misceallenous scopes
ii  unity-services                7.4.5+16.04.2019031 amd64               Services for the Unity interface
ii  unity-settings-daemon         15.04.1+16.04.20160 amd64               daemon handling the Unity session settings
ii  unity-webapps-common          2.4.17+15.10.201506 all                 Unity WebApp integration scripts
ii  unity-webapps-qml             0.1+16.04.20160114- amd64               Unity Webapps QML component
ii  unity-webapps-service         2.5.0~+16.04.201602 amd64               Service for Web Apps integration with the Unity desktop
ii  uno-libs3                     5.1.6~rc2-0ubuntu1~ amd64               LibreOffice UNO runtime environment -- public shared libraries
ii  unrar                         1:5.3.2-1           amd64               Unarchiver for .rar files (non-free version)
ii  unzip                         6.0-20ubuntu1       amd64               De-archiver for .zip files
ii  update-inetd                  4.43                all                 inetd configuration file updater
ii  update-manager                1:16.04.15          all                 GNOME application that manages apt updates
ii  update-manager-core           1:16.04.15          all                 manage release upgrades
ii  update-notifier               3.168.10            amd64               Daemon which notifies about package updates
ii  update-notifier-common        3.168.10            all                 Files shared between update-notifier and other packages
ii  upower                        0.99.4-2ubuntu0.3   amd64               abstraction for power management
ii  upstart                       1.13.2-0ubuntu21.1  amd64               event-based init daemon - essential binaries
ii  ure                           5.1.6~rc2-0ubuntu1~ amd64               LibreOffice UNO runtime environment
ii  ureadahead                    0.100.0-19.1        amd64               Read required files in advance
ii  usb-creator-common            0.3.2ubuntu16.04.2  amd64               create a startup disk using a CD or disc image (common files)
ii  usb-creator-gtk               0.3.2ubuntu16.04.2  amd64               create a startup disk using a CD or disc image (for GNOME)
ii  usb-modeswitch                2.2.5+repack0-1ubun amd64               mode switching tool for controlling "flip flop" USB devices
ii  usb-modeswitch-data           20151101-1          all                 mode switching data for usb-modeswitch
ii  usbmuxd                       1.1.0-2             amd64               USB multiplexor daemon for iPhone and iPod Touch devices
ii  usbutils                      1:007-4             amd64               Linux USB utilities
ii  util-linux                    2.27.1-6ubuntu3.7   amd64               miscellaneous system utilities
ii  uuid-runtime                  2.27.1-6ubuntu3.7   amd64               runtime components for the Universally Unique ID library
ii  va-driver-all:amd64           1.7.0-1             amd64               Video Acceleration (VA) API -- driver metapackage
ii  vbetool                       1.1-3               amd64               run real-mode video BIOS code to alter hardware state
ii  vdpau-driver-all:amd64        1.1.1-3ubuntu1      amd64               Video Decode and Presentation API for Unix (driver metapackage)
ii  vdpau-va-driver:amd64         0.7.4-5             amd64               VDPAU-based backend for VA API
ii  vim-common                    2:7.4.1689-3ubuntu1 amd64               Vi IMproved - Common files
ii  vim-tiny                      2:7.4.1689-3ubuntu1 amd64               Vi IMproved - enhanced vi editor - compact version
ii  vino                          3.8.1-0ubuntu9.2    amd64               VNC server for GNOME
ii  wamerican                     7.1-1               all                 American English dictionary words for /usr/share/dict
ii  wbritish                      7.1-1               all                 British English dictionary words for /usr/share/dict
ii  webapp-container              0.23+16.04.20161028 amd64               Ubuntu web applications container
ii  webbrowser-app                0.23+16.04.20161028 amd64               Ubuntu web browser
ii  wget                          1.17.1-1ubuntu1.5   amd64               retrieves files from the web
ii  whiptail                      0.52.18-1ubuntu2    amd64               Displays user-friendly dialog boxes from shell scripts
ii  whoopsie                      0.2.52.5ubuntu0.1   amd64               Ubuntu error tracker submission
ii  whoopsie-preferences          0.18                amd64               System preferences for error reporting
ii  wireless-regdb                2018.05.09-0ubuntu1 all                 wireless regulatory database
ii  wireless-tools                30~pre9-8ubuntu1    amd64               Tools for manipulating Linux Wireless Extensions
ii  wpasupplicant                 2.4-0ubuntu6.5      amd64               client support for WPA and WPA2 (IEEE 802.11i)
ii  x11-apps                      7.7+5+nmu1ubuntu1   amd64               X applications
ii  x11-common                    1:7.7+13ubuntu3.1   all                 X Window System (X.Org) infrastructure
ii  x11-session-utils             7.7+2               amd64               X session utilities
ii  x11-utils                     7.7+3               amd64               X11 utilities
ii  x11-xkb-utils                 7.7+2               amd64               X11 XKB utilities
ii  x11-xserver-utils             7.7+7               amd64               X server utilities
ii  xauth                         1:1.0.9-1ubuntu2    amd64               X authentication utility
ii  xbitmaps                      1.1.1-2             all                 Base X bitmaps
ii  xbrlapi                       5.3.1-2ubuntu2.1    amd64               Access software for a blind person using a braille display - xbr
ii  xclip                         0.12+svn84-4        amd64               command line interface to X selections
ii  xcursor-themes                1.0.4-1             all                 Base X cursor themes
ii  xdg-user-dirs                 0.15-2ubuntu6.16.04 amd64               tool to manage well known user directories
ii  xdg-user-dirs-gtk             0.10-1ubuntu1       amd64               tool to manage well known user directories (Gtk extension)
ii  xdg-utils                     1.1.1-1ubuntu1.16.0 all                 desktop integration utilities from freedesktop.org
ii  xdiagnose                     3.8.4.1             all                 X.org diagnosis tool
ii  xfonts-base                   1:1.0.4+nmu1        all                 standard fonts for X
ii  xfonts-encodings              1:1.0.4-2           all                 Encodings for X.Org fonts
ii  xfonts-scalable               1:1.0.3-1.1         all                 scalable fonts for X
ii  xfonts-utils                  1:7.7+3ubuntu0.16.0 amd64               X Window System font utility programs
ii  xfsprogs                      4.3.0+nmu1ubuntu1   amd64               Utilities for managing the XFS filesystem
ii  xinit                         1.3.4-3ubuntu0.1    amd64               X server initialisation tool
ii  xinput                        1.6.2-1             amd64               Runtime configuration and test of XInput devices
ii  xkb-data                      2.16-1ubuntu1       all                 X Keyboard Extension (XKB) configuration data
ii  xml-core                      0.13+nmu2           all                 XML infrastructure and XML catalog file support
ii  xorg                          1:7.7+13ubuntu3.1   amd64               X.Org X Window System
ii  xorg-docs-core                1:1.7.1-1ubuntu1    all                 Core documentation for the X.org X Window System
ii  xserver-common                2:1.18.4-0ubuntu0.8 all                 common files used by various X servers
ii  xserver-xorg-core-hwe-16.04   2:1.19.6-1ubuntu4.1 amd64               Xorg X server - core server
ii  xserver-xorg-hwe-16.04        1:7.7+16ubuntu3~16. amd64               X.Org X server
ii  xserver-xorg-input-all-hwe-16 1:7.7+16ubuntu3~16. amd64               X.Org X server -- input driver metapackage
ii  xserver-xorg-input-evdev-hwe- 1:2.10.5-1ubuntu1~1 amd64               X.Org X server -- evdev input driver
ii  xserver-xorg-input-synaptics- 1.9.0-1ubuntu1~16.0 amd64               Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-wacom-hwe- 1:0.34.0-0ubuntu2~1 amd64               X.Org X server -- Wacom input driver
ii  xserver-xorg-legacy-hwe-16.04 2:1.19.6-1ubuntu4.1 amd64               setuid root Xorg server wrapper
ii  xserver-xorg-video-all-hwe-16 1:7.7+16ubuntu3~16. amd64               X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu-hwe 18.0.1-1~16.04.1    amd64               X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati-hwe-16 1:18.0.1-1~16.04.1  amd64               X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-fbdev-hwe- 1:0.4.4-1build6~16. amd64               X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel-hwe- 2:2.99.917+git20171 amd64               X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-nouveau-hw 1:1.0.15-2~16.04.1  amd64               X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-qxl-hwe-16 0.1.5-2build1~16.04 amd64               X.Org X server -- QXL display driver
ii  xserver-xorg-video-radeon-hwe 1:18.0.1-1~16.04.1  amd64               X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-vesa-hwe-1 1:2.3.4-1build3~16. amd64               X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware-hwe 1:13.2.1-1build1~16 amd64               X.Org X server -- VMware display driver
ii  xterm                         322-1ubuntu1        amd64               X terminal emulator
ii  xul-ext-ubufox                3.4-0ubuntu0.16.04. all                 Ubuntu modifications for Firefox
ii  xz-utils                      5.1.1alpha+20120614 amd64               XZ-format compression utilities
ii  y-ppa-manager                 2018.11.02-1~webupd all                 Y PPA Manager
ii  yad                           0.39.0-1~webupd8~xe amd64               Yet Another Dialog - dialogs for shell
ii  yelp                          3.18.1-1ubuntu4     amd64               Help browser for GNOME
ii  yelp-xsl                      3.18.1-1            all                 XSL stylesheets for the yelp help browser
ii  zeitgeist-core                0.9.16-0ubuntu4     amd64               event logging framework - engine
ii  zeitgeist-datahub             0.9.16-0ubuntu4     amd64               event logging framework - passive logging daemon
ii  zenity                        3.18.1.1-1ubuntu2   amd64               Display graphical dialog boxes from shell scripts
ii  zenity-common                 3.18.1.1-1ubuntu2   all                 Display graphical dialog boxes from shell scripts (common files)
ii  zip                           3.0-11              amd64               Archiver for .zip files
ii  zlib1g:amd64                  1:1.2.8.dfsg-2ubunt amd64               compression library - runtime
ii  zsh                           5.1.1-1ubuntu2      amd64               shell with lots of features
ii  zsh-common                    5.1.1-1ubuntu2      all                 architecture independent files for Zsh
ii  zsh-completions               0.30.0+1.1          amd64               Additional completion definitions for Zsh.

@avikivity
Copy link
Member

You have a package libgnutls30 installed, maybe that is causing the conflicts. Please try to remove it.

@writeaditya
Copy link
Author

writeaditya commented Sep 9, 2019

Yes, the package name is libgnutls30:amd64 . Is it safe to remove this package ? This will not conflict with any other software as ot shows it is "GNU TLS library - main runtime library"

@writeaditya
Copy link
Author

Hi I tried removing this package but giving this error -

sudo apt-get purge libgnutls30:amd64
[sudo] password for aditya: 
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:
 indicator-power : Depends: upower
                   Recommends: unity-control-center but it is not going to be installed or
                               gnome-control-center (>= 3.1) but it is not going to be installed or
                               ubuntu-system-settings but it is not going to be installed or
                               switchboard-plug-power but it is not installable or
                               xfce4-power-manager but it is not going to be installed or
                               mate-power-manager but it is not going to be installed
                   Recommends: indicator-applet (>= 0.2) but it is not going to be installed or
                               indicator-renderer
 libcontent-hub0 : Depends: libubuntu-app-launch2 (>= 0.5+15.10.20150817) but it is not going to be installed
 libdleyna-core-1.0-3 : Depends: libgupnp-1.0-4 (>= 0.20.7) but it is not going to be installed
 libgupnp-av-1.0-2 : Depends: libgupnp-1.0-4 (>= 0.18.0) but it is not going to be installed
 libpython3-stdlib : Depends: libpython3.5-stdlib (>= 3.5.1-2~) but it is not going to be installed
 python3.5 : Depends: libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.5) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

@avikivity
Copy link
Member

I guess it won't work then. We don't usually see the problem because Scylla is installed on servers, not workstations.

Consider one of the following:

  • install on a server (highly recommended because Scylla takes over all memory and cpu)
  • swiching to 3.1rc, which shouldn't have this dependency. It's still a release candidate but the final version should arrive soon

@slivne
Copy link
Contributor

slivne commented Sep 25, 2019

@writeaditya if you have additional info please post and we will reopen

@slivne slivne closed this as completed Sep 25, 2019
@850977164
Copy link

@slivne Excuse me, does that solve it for you ?

@yousefmasry4
Copy link

Correction: apt-get does not require python, so you should be able to reinstall normally:

sudo apt-get install python3
sudo apt-get install python3-aptdaemon

@vishalvivekm
Copy link

try sudo apt install -fand it should install all the required dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants