When I tried to install some apt packages (ex jdk 17), those were not found. Realized the current version is 16.04 and the latest is 20.04 Instead of adding apt sources and dealing with dependencies manually, I decided to upgrade.

Commands:

$ uname -a # To see the current OS and distribution version
$ sudo do-release-upgrade -c 

do-release-upgrade command shows New release ‘18.04.6 LTS’ available, which makes 2 step process. I did upgrade to 18.04.6 LTS via command line and 20.04 LTS via user interface as it poped in my face that new version available ‘click to upgrade’.

While I placed entire work log at the end, Here are the highlights on step by step process.

Entire work log…

subanitha@subanitha:~$ uname -a
Linux subanitha 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
subanitha@subanitha:~$ sudo do-release-upgrade -c
[sudo] password for subanitha: 
Checking for a new Ubuntu release
New release '18.04.6 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

mahendran@mm-lab ~ % ssh subanitha@192.168.1.16
The authenticity of host '192.168.1.16 (192.168.1.16)' can't be established.
ECDSA key fingerprint is SHA256:tGiCplZ6bgN2O758a5lTlH1wdKvvbDJYYWUZnX9iZgc.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.1.16' (ECDSA) to the list of known hosts.
subanitha@192.168.1.16's password: 
Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.15.0-142-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

96 packages can be updated.
2 updates are security updates.

Last login: Sun Mar 24 13:21:17 2019 from 192.168.0.101

subanitha@subanitha:~/Github$ java -version
The program 'java' can be found in the following packages:
 * default-jre
 * gcj-5-jre-headless
 * openjdk-8-jre-headless
 * gcj-4.8-jre-headless
 * gcj-4.9-jre-headless
 * openjdk-9-jre-headless
Try: sudo apt install <selected package>
subanitha@subanitha:~/Github$ sudo apt install openjdk-17-jdk
[sudo] password for subanitha: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package openjdk-17-jdk
subanitha@subanitha:~/Github$ sudo apt-cache search openjdk | grep openjdk
openjdk-8-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-8-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-8-doc - OpenJDK Development Kit (JDK) documentation
openjdk-8-jdk - OpenJDK Development Kit (JDK)
openjdk-8-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-8-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-8-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-8-source - OpenJDK Development Kit (JDK) source files
openjdk-8-jre-dcevm - Alternative VM for OpenJDK 8 with enhanced class redefinition
openjdk-8-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
openjdk-9-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-9-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-9-doc - OpenJDK Development Kit (JDK) documentation
openjdk-9-jdk - OpenJDK Development Kit (JDK)
openjdk-9-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-9-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-9-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-9-source - OpenJDK Development Kit (JDK) source files
uwsgi-plugin-jvm-openjdk-8 - Java plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-jwsgi-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-ring-openjdk-8 - Closure/Ring plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-servlet-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
openjdk-8-jre-jamvm - Transitional package for obsolete JamVM for OpenJDK
subanitha@subanitha:~/Github$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]                                              
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]                                                                   
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]                                                                    
Hit:5 http://download.virtualbox.org/virtualbox/debian xenial InRelease                                                   
Hit:6 https://download.docker.com/linux/ubuntu xenial InRelease                                                    
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]                  
Err:2 http://dl.google.com/linux/chrome/deb stable InRelease                                  
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [327 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [281 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,956 B]
Get:11 http://us.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,328 B]      
Get:12 http://us.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [6,608 B]
Get:13 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [93.7 kB]      
Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [130 kB]
Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Reading package lists... Done                                                
W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
subanitha@subanitha:~/Github$ sudo apt-cache search openjdk | grep openjdk
openjdk-8-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-8-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-8-doc - OpenJDK Development Kit (JDK) documentation
openjdk-8-jdk - OpenJDK Development Kit (JDK)
openjdk-8-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-8-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-8-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-8-source - OpenJDK Development Kit (JDK) source files
openjdk-8-jre-dcevm - Alternative VM for OpenJDK 8 with enhanced class redefinition
openjdk-8-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
openjdk-9-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-9-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-9-doc - OpenJDK Development Kit (JDK) documentation
openjdk-9-jdk - OpenJDK Development Kit (JDK)
openjdk-9-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-9-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-9-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-9-source - OpenJDK Development Kit (JDK) source files
uwsgi-plugin-jvm-openjdk-8 - Java plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-jwsgi-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-ring-openjdk-8 - Closure/Ring plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-servlet-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
openjdk-8-jre-jamvm - Transitional package for obsolete JamVM for OpenJDK
subanitha@subanitha:~/Github$ uname -a
Linux subanitha 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
subanitha@subanitha:~/Github$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libllvm4.0 linux-headers-4.15.0-106 linux-headers-4.15.0-106-generic linux-headers-4.15.0-112 linux-headers-4.15.0-112-generic linux-headers-4.15.0-118
  linux-headers-4.15.0-118-generic linux-headers-4.15.0-120 linux-headers-4.15.0-120-generic linux-headers-4.15.0-122 linux-headers-4.15.0-122-generic linux-headers-4.15.0-123
  linux-headers-4.15.0-123-generic linux-headers-4.15.0-126 linux-headers-4.15.0-126-generic linux-headers-4.15.0-128 linux-headers-4.15.0-128-generic linux-headers-4.15.0-132
  linux-headers-4.15.0-132-generic linux-headers-4.15.0-133 linux-headers-4.15.0-133-generic linux-headers-4.15.0-136 linux-headers-4.15.0-136-generic linux-headers-4.15.0-47
  linux-headers-4.15.0-47-generic linux-headers-4.15.0-54 linux-headers-4.15.0-54-generic linux-headers-4.15.0-55 linux-headers-4.15.0-55-generic linux-headers-4.15.0-65
  linux-headers-4.15.0-65-generic linux-headers-4.15.0-66 linux-headers-4.15.0-66-generic linux-headers-4.15.0-69 linux-headers-4.15.0-69-generic linux-headers-4.15.0-70
  linux-headers-4.15.0-70-generic linux-headers-4.15.0-72 linux-headers-4.15.0-72-generic linux-headers-4.15.0-74 linux-headers-4.15.0-74-generic linux-headers-4.15.0-76
  linux-headers-4.15.0-76-generic linux-headers-4.15.0-88 linux-headers-4.15.0-88-generic linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-headers-4.15.0-96
  linux-headers-4.15.0-96-generic linux-image-4.15.0-106-generic linux-image-4.15.0-112-generic linux-image-4.15.0-118-generic linux-image-4.15.0-120-generic
  linux-image-4.15.0-122-generic linux-image-4.15.0-123-generic linux-image-4.15.0-126-generic linux-image-4.15.0-128-generic linux-image-4.15.0-132-generic
  linux-image-4.15.0-133-generic linux-image-4.15.0-136-generic linux-image-4.15.0-47-generic linux-image-4.15.0-54-generic linux-image-4.15.0-55-generic linux-image-4.15.0-65-generic
  linux-image-4.15.0-66-generic linux-image-4.15.0-69-generic linux-image-4.15.0-70-generic linux-image-4.15.0-72-generic linux-image-4.15.0-74-generic linux-image-4.15.0-76-generic
  linux-image-4.15.0-88-generic linux-image-4.15.0-91-generic linux-image-4.15.0-96-generic linux-modules-4.15.0-106-generic linux-modules-4.15.0-112-generic
  linux-modules-4.15.0-118-generic linux-modules-4.15.0-120-generic linux-modules-4.15.0-122-generic linux-modules-4.15.0-123-generic linux-modules-4.15.0-126-generic
  linux-modules-4.15.0-128-generic linux-modules-4.15.0-132-generic linux-modules-4.15.0-133-generic linux-modules-4.15.0-136-generic linux-modules-4.15.0-47-generic
  linux-modules-4.15.0-54-generic linux-modules-4.15.0-55-generic linux-modules-4.15.0-65-generic linux-modules-4.15.0-66-generic linux-modules-4.15.0-69-generic
  linux-modules-4.15.0-70-generic linux-modules-4.15.0-72-generic linux-modules-4.15.0-74-generic linux-modules-4.15.0-76-generic linux-modules-4.15.0-88-generic
  linux-modules-4.15.0-91-generic linux-modules-4.15.0-96-generic linux-modules-extra-4.15.0-106-generic linux-modules-extra-4.15.0-112-generic linux-modules-extra-4.15.0-118-generic
  linux-modules-extra-4.15.0-120-generic linux-modules-extra-4.15.0-122-generic linux-modules-extra-4.15.0-123-generic linux-modules-extra-4.15.0-126-generic
  linux-modules-extra-4.15.0-128-generic linux-modules-extra-4.15.0-132-generic linux-modules-extra-4.15.0-133-generic linux-modules-extra-4.15.0-136-generic
  linux-modules-extra-4.15.0-47-generic linux-modules-extra-4.15.0-54-generic linux-modules-extra-4.15.0-55-generic linux-modules-extra-4.15.0-65-generic
  linux-modules-extra-4.15.0-66-generic linux-modules-extra-4.15.0-69-generic linux-modules-extra-4.15.0-70-generic linux-modules-extra-4.15.0-72-generic
  linux-modules-extra-4.15.0-74-generic linux-modules-extra-4.15.0-76-generic linux-modules-extra-4.15.0-88-generic linux-modules-extra-4.15.0-91-generic
  linux-modules-extra-4.15.0-96-generic shim
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  distro-info libdrm-common libllvm6.0 libqmi-glib5 libzstd1 python3-distro-info python3-yaml ubuntu-advantage-tools xdg-desktop-portal xdg-desktop-portal-gtk
The following packages have been kept back:
  google-chrome-stable
The following packages will be upgraded:
  apt apt-transport-https apt-utils base-files bsdutils containerd dmidecode docker.io dpkg dpkg-dev friendly-recovery gnome-software gnome-software-common grub-common grub-efi-amd64
  grub-efi-amd64-bin grub-efi-amd64-signed grub2-common initramfs-tools initramfs-tools-bin initramfs-tools-core libapt-inst2.0 libapt-pkg5.0 libblkid1 libdpkg-perl libdrm-amdgpu1
  libdrm2 libegl1-mesa libfdisk1 libgbm1 libgl1-mesa-dri libgnutls-openssl27 libgnutls30 libmm-glib0 libmount1 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd libpam0g
  libprocps4 libqmi-proxy libseccomp2 libsmartcols1 libsystemd0 libudev1 libuuid1 libwayland-egl1-mesa libxatracker2 mesa-va-drivers modemmanager mount openssh-client openssh-server
  openssh-sftp-server procps psmisc python-apt-common python3-apt python3-distupgrade python3-update-manager resolvconf shim shim-signed systemd systemd-sysv ubuntu-desktop
  ubuntu-keyring ubuntu-minimal ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk ubuntu-software ubuntu-standard udev unattended-upgrades update-manager update-manager-core
  update-notifier update-notifier-common usb-creator-common usb-creator-gtk util-linux uuid-runtime virtualbox-5.2
84 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
Need to get 167 MB of archives.
After this operation, 89.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 base-files amd64 9.4ubuntu4.13 [61.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bsdutils amd64 1:2.27.1-6ubuntu3.10 [50.6 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzstd1 amd64 1.3.1+dfsg-1~ubuntu0.16.04.1 [153 kB]
Get:4 http://download.virtualbox.org/virtualbox/debian xenial/contrib amd64 virtualbox-5.2 amd64 5.2.44-139111~Ubuntu~xenial [68.9 MB]
Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg amd64 1.18.4ubuntu1.7 [2,084 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 util-linux amd64 2.27.1-6ubuntu3.10 [849 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mount amd64 2.27.1-6ubuntu3.10 [121 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam0g amd64 1.1.8-3.2ubuntu2.3 [55.7 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.2ubuntu2.3 [36.9 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules amd64 1.1.8-3.2ubuntu2.3 [244 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-runtime all 1.1.8-3.2ubuntu2.3 [37.8 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libuuid1 amd64 2.27.1-6ubuntu3.10 [14.5 kB]
Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libblkid1 amd64 2.27.1-6ubuntu3.10 [107 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libprocps4 amd64 2:3.3.10-4ubuntu2.5 [32.9 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 procps amd64 2:3.3.10-4ubuntu2.5 [222 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu21.31 [205 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.31 [115 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu21.31 [3,611 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu21.31 [995 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu21.31 [54.8 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-efi-amd64-signed amd64 1.167~16.04.6+2.04-1ubuntu44.1.2 [481 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-efi-amd64 amd64 2.04-1ubuntu44.1.2 [47.3 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3.32 [513 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-efi-amd64-bin amd64 2.04-1ubuntu44.1.2 [726 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common amd64 2.02~beta2-36ubuntu3.32 [1,709 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 friendly-recovery all 0.2.31ubuntu2.1 [9,732 B]
Get:27 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools all 0.122ubuntu8.17 [8,932 B]
Get:28 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-core all 0.122ubuntu8.17 [45.0 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-bin amd64 0.122ubuntu8.17 [9,652 B]
Get:30 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu21.31 [12.3 kB]
Get:31 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmount1 amd64 2.27.1-6ubuntu3.10 [114 kB]
Get:32 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~16.04.1 [43.2 kB]
Get:33 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-pkg5.0 amd64 1.2.35 [715 kB]
Get:34 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.35 [54.8 kB]
Get:35 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt amd64 1.2.35 [1,107 kB]
Get:36 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.35 [196 kB]
Get:37 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-keyring all 2012.05.19.1 [18.4 kB]
Get:38 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-runtime amd64 2.27.1-6ubuntu3.10 [25.3 kB]
Get:39 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-release-upgrader-gtk all 1:16.04.32 [9,386 B]
Get:40 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-release-upgrader-core all 1:16.04.32 [30.6 kB]
Get:41 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-manager all 1:16.04.17 [543 kB]
Get:42 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-distupgrade all 1:16.04.32 [104 kB]
Get:43 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-update-manager all 1:16.04.17 [33.5 kB]
Get:44 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-manager-core all 1:16.04.17 [5,488 B]
Get:45 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-apt-common all 1.1.0~beta1ubuntu0.16.04.12 [16.7 kB]
Get:46 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.12 [145 kB]
Get:47 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-notifier amd64 3.168.15 [48.1 kB]
Get:48 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-distro-info all 0.14ubuntu0.2 [8,068 B]
Get:49 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-notifier-common all 3.168.15 [136 kB]
Get:50 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 psmisc amd64 22.21-2.1ubuntu0.1 [48.1 kB]
Get:51 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfdisk1 amd64 2.27.1-6ubuntu3.10 [138 kB]
Get:52 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsmartcols1 amd64 2.27.1-6ubuntu3.10 [62.1 kB]
Get:53 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-openssl27 amd64 3.4.10-4ubuntu1.9 [21.9 kB]
Get:54 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.9 [548 kB]
Get:55 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 resolvconf all 1.78ubuntu7 [52.7 kB]
Get:56 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python3-yaml amd64 3.11-3build1 [95.6 kB]
Get:57 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-transport-https amd64 1.2.35 [26.6 kB]
Get:58 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info amd64 0.14ubuntu0.2 [20.1 kB]
Get:59 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-advantage-tools amd64 27.4.1~16.04.1 [703 kB]
Get:60 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-minimal amd64 1.361.6 [2,874 B]
Get:61 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dmidecode amd64 3.0-2ubuntu0.2 [48.9 kB]
Get:62 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-common all 2.4.91-2~16.04.1 [4,764 B]
Get:63 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm2 amd64 2.4.91-2~16.04.1 [30.8 kB]
Get:64 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-sftp-server amd64 1:7.2p2-4ubuntu2.10 [38.8 kB]
Get:65 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-server amd64 1:7.2p2-4ubuntu2.10 [335 kB]
Get:66 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.10 [590 kB]
Get:67 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-standard amd64 1.361.6 [2,928 B]
Get:68 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 docker.io amd64 18.09.7-0ubuntu1~16.04.7 [30.5 MB]
Get:69 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 containerd amd64 1.2.6-0ubuntu1~16.04.6 [19.9 MB]                                                               
Get:70 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.7 [584 kB]                                                                               
Get:71 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.7 [195 kB]                                                                           
Get:72 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-software amd64 3.20.5-0ubuntu0.16.04.13 [11.6 kB]                                                            
Get:73 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gnome-software amd64 3.20.5-0ubuntu0.16.04.13 [254 kB]                                                              
Get:74 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gnome-software-common all 3.20.5-0ubuntu0.16.04.13 [2,521 kB]                                                       
Get:75 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB]                                                                     
Get:76 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B]                                                        
Get:77 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB]                                                                
Get:78 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB]                                                                     
Get:79 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB]                                                                   
Get:80 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6,080 kB]                                                            
Get:81 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmm-glib0 amd64 1.6.4-1ubuntu0.16.04.1 [163 kB]                                                                   
Get:82 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqmi-glib5 amd64 1.16.2-1ubuntu0.16.04.1 [360 kB]                                                                 
Get:83 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqmi-proxy amd64 1.16.2-1ubuntu0.16.04.1 [5,486 B]                                                                
Get:84 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxatracker2 amd64 18.0.5-0ubuntu0~16.04.1 [1,118 kB]                                                              
Get:85 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 mesa-va-drivers amd64 18.0.5-0ubuntu0~16.04.1 [1,826 kB]                                                        
Get:86 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 modemmanager amd64 1.6.4-1ubuntu0.16.04.1 [604 kB]                                                                  
Get:87 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 shim amd64 15.4-0ubuntu7 [12.5 kB]                                                                                  
Get:88 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 shim-signed amd64 1.33.1~16.04.10+15.4-0ubuntu7 [445 kB]                                                            
Get:89 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-desktop amd64 1.361.6 [3,958 B]                                                                              
Get:90 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.7~16.04.7 [42.4 kB]                                                        
Get:91 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 usb-creator-gtk amd64 0.3.2ubuntu16.04.2 [21.3 kB]                                                                  
Get:92 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 usb-creator-common amd64 0.3.2ubuntu16.04.2 [13.9 kB]                                                               
Get:93 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-desktop-portal amd64 1.0.3-0ubuntu0.0 [169 kB]                                                                  
Get:94 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-desktop-portal-gtk amd64 1.0.2-0ubuntu0.0 [128 kB]                                                              
Fetched 167 MB in 34s (4,832 kB/s)                                                                                                                                                       
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 1101994 files and directories currently installed.)
Preparing to unpack .../base-files_9.4ubuntu4.13_amd64.deb ...
Unpacking base-files (9.4ubuntu4.13) over (9.4ubuntu4.8) ...
Processing triggers for cracklib-runtime (2.9.2-1ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.14) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
Setting up base-files (9.4ubuntu4.13) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.14) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
(Reading database ... 1101997 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking bsdutils (1:2.27.1-6ubuntu3.10) over (1:2.27.1-6ubuntu3.6) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up bsdutils (1:2.27.1-6ubuntu3.10) ...
Selecting previously unselected package libzstd1.
(Reading database ... 1101997 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.3.1+dfsg-1~ubuntu0.16.04.1_amd64.deb ...
Unpacking libzstd1 (1.3.1+dfsg-1~ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libzstd1 (1.3.1+dfsg-1~ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../dpkg_1.18.4ubuntu1.7_amd64.deb ...
Unpacking dpkg (1.18.4ubuntu1.7) over (1.18.4ubuntu1.5) ...
Setting up dpkg (1.18.4ubuntu1.7) ...
Processing triggers for man-db (2.7.5-1) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../util-linux_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking util-linux (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
ureadahead will be reprofiled on next reboot
Setting up util-linux (2.27.1-6ubuntu3.10) ...
Installing new version of config file /etc/cron.weekly/fstrim ...
Processing triggers for systemd (229-4ubuntu21.27) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../mount_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking mount (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mount (2.27.1-6ubuntu3.10) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libpam0g_1.1.8-3.2ubuntu2.3_amd64.deb ...
Unpacking libpam0g:amd64 (1.1.8-3.2ubuntu2.3) over (1.1.8-3.2ubuntu2.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libpam0g:amd64 (1.1.8-3.2ubuntu2.3) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libpam-modules-bin_1.1.8-3.2ubuntu2.3_amd64.deb ...
Unpacking libpam-modules-bin (1.1.8-3.2ubuntu2.3) over (1.1.8-3.2ubuntu2.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libpam-modules-bin (1.1.8-3.2ubuntu2.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.1.8-3.2ubuntu2.3_amd64.deb ...
Unpacking libpam-modules:amd64 (1.1.8-3.2ubuntu2.3) over (1.1.8-3.2ubuntu2.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libpam-modules:amd64 (1.1.8-3.2ubuntu2.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libpam-runtime_1.1.8-3.2ubuntu2.3_all.deb ...
Unpacking libpam-runtime (1.1.8-3.2ubuntu2.3) over (1.1.8-3.2ubuntu2.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libpam-runtime (1.1.8-3.2ubuntu2.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking libuuid1:amd64 (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libuuid1:amd64 (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking libblkid1:amd64 (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libblkid1:amd64 (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libprocps4_2%3a3.3.10-4ubuntu2.5_amd64.deb ...
Unpacking libprocps4:amd64 (2:3.3.10-4ubuntu2.5) over (2:3.3.10-4ubuntu2.4) ...
Preparing to unpack .../procps_2%3a3.3.10-4ubuntu2.5_amd64.deb ...
Unpacking procps (2:3.3.10-4ubuntu2.5) over (2:3.3.10-4ubuntu2.4) ...
Preparing to unpack .../libsystemd0_229-4ubuntu21.31_amd64.deb ...
Unpacking libsystemd0:amd64 (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libsystemd0:amd64 (229-4ubuntu21.31) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_229-4ubuntu21.31_amd64.deb ...
Unpacking libpam-systemd:amd64 (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Preparing to unpack .../systemd_229-4ubuntu21.31_amd64.deb ...
Unpacking systemd (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up systemd (229-4ubuntu21.31) ...
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../udev_229-4ubuntu21.31_amd64.deb ...
Unpacking udev (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Preparing to unpack .../libudev1_229-4ubuntu21.31_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for systemd (229-4ubuntu21.31) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libudev1:amd64 (229-4ubuntu21.31) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102002 files and directories currently installed.)
Preparing to unpack .../grub-efi-amd64-signed_1.167~16.04.6+2.04-1ubuntu44.1.2_amd64.deb ...
Unpacking grub-efi-amd64-signed (1.167~16.04.6+2.04-1ubuntu44.1.2) over (1.66.27+2.02~beta2-36ubuntu3.27) ...
Preparing to unpack .../grub-efi-amd64_2.04-1ubuntu44.1.2_amd64.deb ...
Unpacking grub-efi-amd64 (2.04-1ubuntu44.1.2) over (2.02~beta2-36ubuntu3.27) ...
Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3.32_amd64.deb ...
Unpacking grub2-common (2.02~beta2-36ubuntu3.32) over (2.02~beta2-36ubuntu3.27) ...
Preparing to unpack .../grub-efi-amd64-bin_2.04-1ubuntu44.1.2_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.04-1ubuntu44.1.2) over (2.02~beta2-36ubuntu3.27) ...
Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3.32_amd64.deb ...
Unpacking grub-common (2.02~beta2-36ubuntu3.32) over (2.02~beta2-36ubuntu3.27) ...
Preparing to unpack .../friendly-recovery_0.2.31ubuntu2.1_all.deb ...
Unpacking friendly-recovery (0.2.31ubuntu2.1) over (0.2.31ubuntu2) ...
Preparing to unpack .../initramfs-tools_0.122ubuntu8.17_all.deb ...
Unpacking initramfs-tools (0.122ubuntu8.17) over (0.122ubuntu8.14) ...
Preparing to unpack .../initramfs-tools-core_0.122ubuntu8.17_all.deb ...
Unpacking initramfs-tools-core (0.122ubuntu8.17) over (0.122ubuntu8.14) ...
Preparing to unpack .../initramfs-tools-bin_0.122ubuntu8.17_amd64.deb ...
Unpacking initramfs-tools-bin (0.122ubuntu8.17) over (0.122ubuntu8.14) ...
Preparing to unpack .../systemd-sysv_229-4ubuntu21.31_amd64.deb ...
Unpacking systemd-sysv (229-4ubuntu21.31) over (229-4ubuntu21.27) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (229-4ubuntu21.31) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 changed doc-base file...
Setting up systemd-sysv (229-4ubuntu21.31) ...
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../libmount1_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking libmount1:amd64 (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libmount1:amd64 (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~16.04.1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~16.04.1) over (2.4.3-1ubuntu3.16.04.3) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../libapt-pkg5.0_1.2.35_amd64.deb ...
Unpacking libapt-pkg5.0:amd64 (1.2.35) over (1.2.32ubuntu0.2) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libapt-pkg5.0:amd64 (1.2.35) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../libapt-inst2.0_1.2.35_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.2.35) over (1.2.32ubuntu0.2) ...
Preparing to unpack .../archives/apt_1.2.35_amd64.deb ...
Unpacking apt (1.2.35) over (1.2.32ubuntu0.2) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up apt (1.2.35) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../apt-utils_1.2.35_amd64.deb ...
Unpacking apt-utils (1.2.35) over (1.2.32ubuntu0.2) ...
Preparing to unpack .../ubuntu-keyring_2012.05.19.1_all.deb ...
Unpacking ubuntu-keyring (2012.05.19.1) over (2012.05.19) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up ubuntu-keyring (2012.05.19.1) ...
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>" not changed
gpg: key C0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
gpg: key EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
gpg: key 991BC93C: public key "Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>" imported
gpg: Total number processed: 5
gpg:               imported: 1  (RSA: 1)
gpg:              unchanged: 4
(Reading database ... 1102028 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking uuid-runtime (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Preparing to unpack .../ubuntu-release-upgrader-gtk_1%3a16.04.32_all.deb ...
Unpacking ubuntu-release-upgrader-gtk (1:16.04.32) over (1:16.04.26) ...
Preparing to unpack .../ubuntu-release-upgrader-core_1%3a16.04.32_all.deb ...
Unpacking ubuntu-release-upgrader-core (1:16.04.32) over (1:16.04.26) ...
Preparing to unpack .../update-manager_1%3a16.04.17_all.deb ...
Unpacking update-manager (1:16.04.17) over (1:16.04.15) ...
Preparing to unpack .../python3-distupgrade_1%3a16.04.32_all.deb ...
Unpacking python3-distupgrade (1:16.04.32) over (1:16.04.26) ...
Preparing to unpack .../python3-update-manager_1%3a16.04.17_all.deb ...
Unpacking python3-update-manager (1:16.04.17) over (1:16.04.15) ...
Preparing to unpack .../update-manager-core_1%3a16.04.17_all.deb ...
Unpacking update-manager-core (1:16.04.17) over (1:16.04.15) ...
Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.12_all.deb ...
Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.12) over (1.1.0~beta1ubuntu0.16.04.11) ...
Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.12_amd64.deb ...
Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.12) over (1.1.0~beta1ubuntu0.16.04.11) ...
Preparing to unpack .../update-notifier_3.168.15_amd64.deb ...
Unpacking update-notifier (3.168.15) over (3.168.10) ...
Selecting previously unselected package python3-distro-info.
Preparing to unpack .../python3-distro-info_0.14ubuntu0.2_all.deb ...
Unpacking python3-distro-info (0.14ubuntu0.2) ...
Preparing to unpack .../update-notifier-common_3.168.15_all.deb ...
Unpacking update-notifier-common (3.168.15) over (3.168.10) ...
Preparing to unpack .../psmisc_22.21-2.1ubuntu0.1_amd64.deb ...
Unpacking psmisc (22.21-2.1ubuntu0.1) over (22.21-2.1build1) ...
Preparing to unpack .../virtualbox-5.2_5.2.44-139111~Ubuntu~xenial_amd64.deb ...

Unpacking virtualbox-5.2 (5.2.44-139111~Ubuntu~xenial) over (5.2.30-130521~Ubuntu~xenial) ...
Preparing to unpack .../libfdisk1_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking libfdisk1:amd64 (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (229-4ubuntu21.31) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ...
Setting up libfdisk1:amd64 (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102039 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.27.1-6ubuntu3.10_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.27.1-6ubuntu3.10) over (2.27.1-6ubuntu3.6) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up libsmartcols1:amd64 (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
(Reading database ... 1102039 files and directories currently installed.)
Preparing to unpack .../libgnutls-openssl27_3.4.10-4ubuntu1.9_amd64.deb ...
Unpacking libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.9) over (3.4.10-4ubuntu1.7) ...
Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.9_amd64.deb ...
Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.9) over (3.4.10-4ubuntu1.7) ...
Preparing to unpack .../resolvconf_1.78ubuntu7_all.deb ...
Unpacking resolvconf (1.78ubuntu7) over (1.78ubuntu6) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_3.11-3build1_amd64.deb ...
Unpacking python3-yaml (3.11-3build1) ...
Preparing to unpack .../apt-transport-https_1.2.35_amd64.deb ...
Unpacking apt-transport-https (1.2.35) over (1.2.32ubuntu0.2) ...
Selecting previously unselected package distro-info.
Preparing to unpack .../distro-info_0.14ubuntu0.2_amd64.deb ...
Unpacking distro-info (0.14ubuntu0.2) ...
Selecting previously unselected package ubuntu-advantage-tools.
Preparing to unpack .../ubuntu-advantage-tools_27.4.1~16.04.1_amd64.deb ...
Unpacking ubuntu-advantage-tools (27.4.1~16.04.1) ...
Preparing to unpack .../ubuntu-minimal_1.361.6_amd64.deb ...
Unpacking ubuntu-minimal (1.361.6) over (1.361.1) ...
Preparing to unpack .../dmidecode_3.0-2ubuntu0.2_amd64.deb ...
Unpacking dmidecode (3.0-2ubuntu0.2) over (3.0-2ubuntu0.1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../libdrm-common_2.4.91-2~16.04.1_all.deb ...
Unpacking libdrm-common (2.4.91-2~16.04.1) ...
Preparing to unpack .../libdrm2_2.4.91-2~16.04.1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.91-2~16.04.1) over (2.4.76-1~ubuntu16.04.1) ...
Preparing to unpack .../openssh-sftp-server_1%3a7.2p2-4ubuntu2.10_amd64.deb ...
Unpacking openssh-sftp-server (1:7.2p2-4ubuntu2.10) over (1:7.2p2-4ubuntu2.8) ...
Preparing to unpack .../openssh-server_1%3a7.2p2-4ubuntu2.10_amd64.deb ...
Unpacking openssh-server (1:7.2p2-4ubuntu2.10) over (1:7.2p2-4ubuntu2.8) ...
Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.10_amd64.deb ...
Unpacking openssh-client (1:7.2p2-4ubuntu2.10) over (1:7.2p2-4ubuntu2.8) ...
Preparing to unpack .../ubuntu-standard_1.361.6_amd64.deb ...
Unpacking ubuntu-standard (1.361.6) over (1.361.3) ...
Preparing to unpack .../docker.io_18.09.7-0ubuntu1~16.04.7_amd64.deb ...
Unpacking docker.io (18.09.7-0ubuntu1~16.04.7) over (18.09.7-0ubuntu1~16.04.6) ...
Preparing to unpack .../containerd_1.2.6-0ubuntu1~16.04.6_amd64.deb ...
Unpacking containerd (1.2.6-0ubuntu1~16.04.6) over (1.2.6-0ubuntu1~16.04.4) ...
Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.7_all.deb ...
Unpacking dpkg-dev (1.18.4ubuntu1.7) over (1.18.4ubuntu1.5) ...
Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.7_all.deb ...
Unpacking libdpkg-perl (1.18.4ubuntu1.7) over (1.18.4ubuntu1.5) ...
Preparing to unpack .../ubuntu-software_3.20.5-0ubuntu0.16.04.13_amd64.deb ...
Unpacking ubuntu-software (3.20.5-0ubuntu0.16.04.13) over (3.20.5-0ubuntu0.16.04.11) ...
Preparing to unpack .../gnome-software_3.20.5-0ubuntu0.16.04.13_amd64.deb ...
Unpacking gnome-software (3.20.5-0ubuntu0.16.04.13) over (3.20.5-0ubuntu0.16.04.11) ...
Preparing to unpack .../gnome-software-common_3.20.5-0ubuntu0.16.04.13_all.deb ...
Unpacking gnome-software-common (3.20.5-0ubuntu0.16.04.13) over (3.20.5-0ubuntu0.16.04.11) ...
Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) over (2.4.76-1~ubuntu16.04.1) ...
Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Selecting previously unselected package libllvm6.0:amd64.
Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ...
Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Preparing to unpack .../libmm-glib0_1.6.4-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libmm-glib0:amd64 (1.6.4-1ubuntu0.16.04.1) over (1.4.12-1ubuntu1) ...
Selecting previously unselected package libqmi-glib5:amd64.
Preparing to unpack .../libqmi-glib5_1.16.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libqmi-glib5:amd64 (1.16.2-1ubuntu0.16.04.1) ...
Preparing to unpack .../libqmi-proxy_1.16.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libqmi-proxy (1.16.2-1ubuntu0.16.04.1) over (1.12.6-1) ...
Preparing to unpack .../libxatracker2_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking libxatracker2:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Preparing to unpack .../mesa-va-drivers_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Unpacking mesa-va-drivers:amd64 (18.0.5-0ubuntu0~16.04.1) over (17.0.7-0ubuntu0.16.04.2) ...
Preparing to unpack .../modemmanager_1.6.4-1ubuntu0.16.04.1_amd64.deb ...
Unpacking modemmanager (1.6.4-1ubuntu0.16.04.1) over (1.4.12-1ubuntu1) ...
Preparing to unpack .../shim_15.4-0ubuntu7_amd64.deb ...
Unpacking shim (15.4-0ubuntu7) over (15+1533136590.3beb971-0ubuntu1) ...
Preparing to unpack .../shim-signed_1.33.1~16.04.10+15.4-0ubuntu7_amd64.deb ...
Unpacking shim-signed (1.33.1~16.04.10+15.4-0ubuntu7) over (1.33.1~16.04.5+15+1533136590.3beb971-0ubuntu1) ...
Preparing to unpack .../ubuntu-desktop_1.361.6_amd64.deb ...
Unpacking ubuntu-desktop (1.361.6) over (1.361.3) ...
Preparing to unpack .../unattended-upgrades_1.1ubuntu1.18.04.7~16.04.7_all.deb ...
Unpacking unattended-upgrades (1.1ubuntu1.18.04.7~16.04.7) over (0.90ubuntu0.10) ...
Preparing to unpack .../usb-creator-gtk_0.3.2ubuntu16.04.2_amd64.deb ...
Unpacking usb-creator-gtk (0.3.2ubuntu16.04.2) over (0.3.2ubuntu16.04.1) ...
Preparing to unpack .../usb-creator-common_0.3.2ubuntu16.04.2_amd64.deb ...
Unpacking usb-creator-common (0.3.2ubuntu16.04.2) over (0.3.2ubuntu16.04.1) ...
Selecting previously unselected package xdg-desktop-portal.
Preparing to unpack .../xdg-desktop-portal_1.0.3-0ubuntu0.0_amd64.deb ...
Unpacking xdg-desktop-portal (1.0.3-0ubuntu0.0) ...
Selecting previously unselected package xdg-desktop-portal-gtk.
Preparing to unpack .../xdg-desktop-portal-gtk_1.0.2-0ubuntu0.0_amd64.deb ...
Unpacking xdg-desktop-portal-gtk (1.0.2-0ubuntu0.0) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (229-4ubuntu21.31) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for ufw (0.35-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Setting up libprocps4:amd64 (2:3.3.10-4ubuntu2.5) ...
Setting up procps (2:3.3.10-4ubuntu2.5) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up libpam-systemd:amd64 (229-4ubuntu21.31) ...
Setting up udev (229-4ubuntu21.31) ...
addgroup: The group `input' already exists as a system group. Exiting.
update-initramfs: deferring update (trigger activated)
Setting up grub-common (2.02~beta2-36ubuntu3.32) ...
Installing new version of config file /etc/grub.d/10_linux ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up grub-efi-amd64-bin (2.04-1ubuntu44.1.2) ...
Setting up grub2-common (2.02~beta2-36ubuntu3.32) ...
Setting up grub-efi-amd64 (2.04-1ubuntu44.1.2) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found linux image: /boot/vmlinuz-4.15.0-118-generic
Found initrd image: /boot/initrd.img-4.15.0-118-generic
Found linux image: /boot/vmlinuz-4.15.0-112-generic
Found initrd image: /boot/initrd.img-4.15.0-112-generic
Found linux image: /boot/vmlinuz-4.15.0-106-generic
Found initrd image: /boot/initrd.img-4.15.0-106-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up grub-efi-amd64-signed (1.167~16.04.6+2.04-1ubuntu44.1.2) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Setting up friendly-recovery (0.2.31ubuntu2.1) ...
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found linux image: /boot/vmlinuz-4.15.0-118-generic
Found initrd image: /boot/initrd.img-4.15.0-118-generic
Found linux image: /boot/vmlinuz-4.15.0-112-generic
Found initrd image: /boot/initrd.img-4.15.0-112-generic
Found linux image: /boot/vmlinuz-4.15.0-106-generic
Found initrd image: /boot/initrd.img-4.15.0-106-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up initramfs-tools-bin (0.122ubuntu8.17) ...
Setting up initramfs-tools-core (0.122ubuntu8.17) ...
Setting up initramfs-tools (0.122ubuntu8.17) ...
update-initramfs: deferring update (trigger activated)
Setting up libapt-inst2.0:amd64 (1.2.35) ...
Setting up apt-utils (1.2.35) ...
Setting up uuid-runtime (2.27.1-6ubuntu3.10) ...
Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.12) ...
Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.12) ...
Setting up python3-distro-info (0.14ubuntu0.2) ...
Setting up psmisc (22.21-2.1ubuntu0.1) ...
Setting up virtualbox-5.2 (5.2.44-139111~Ubuntu~xenial) ...
addgroup: The group `vboxusers' already exists as a system group. Exiting.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.  If your system is using EFI Secure Boot you may need to sign the
kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load
 them. Please see your Linux system's documentation for more information.
Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.9) ...
Setting up libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.9) ...
Setting up resolvconf (1.78ubuntu7) ...
Setting up python3-yaml (3.11-3build1) ...
Setting up apt-transport-https (1.2.35) ...
Setting up distro-info (0.14ubuntu0.2) ...
Setting up ubuntu-advantage-tools (27.4.1~16.04.1) ...
Setting up ubuntu-minimal (1.361.6) ...
Setting up dmidecode (3.0-2ubuntu0.2) ...
Setting up libdrm-common (2.4.91-2~16.04.1) ...
Setting up libdrm2:amd64 (2.4.91-2~16.04.1) ...
Setting up openssh-client (1:7.2p2-4ubuntu2.10) ...
Setting up openssh-sftp-server (1:7.2p2-4ubuntu2.10) ...
Setting up openssh-server (1:7.2p2-4ubuntu2.10) ...
Setting up ubuntu-standard (1.361.6) ...
Setting up containerd (1.2.6-0ubuntu1~16.04.6) ...
Setting up docker.io (18.09.7-0ubuntu1~16.04.7) ...
insserv: warning: current start runlevel(s) (empty) of script `docker' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `docker' overrides LSB defaults (0 1 6).
Setting up libdpkg-perl (1.18.4ubuntu1.7) ...
Setting up dpkg-dev (1.18.4ubuntu1.7) ...
Setting up gnome-software-common (3.20.5-0ubuntu0.16.04.13) ...
Setting up gnome-software (3.20.5-0ubuntu0.16.04.13) ...
Setting up ubuntu-software (3.20.5-0ubuntu0.16.04.13) ...
Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ...
Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ...
Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Installing new version of config file /etc/drirc ...
Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Setting up libmm-glib0:amd64 (1.6.4-1ubuntu0.16.04.1) ...
Setting up libqmi-glib5:amd64 (1.16.2-1ubuntu0.16.04.1) ...
Setting up libqmi-proxy (1.16.2-1ubuntu0.16.04.1) ...
Setting up libxatracker2:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Setting up mesa-va-drivers:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Setting up modemmanager (1.6.4-1ubuntu0.16.04.1) ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf ...
Setting up shim (15.4-0ubuntu7) ...
Setting up shim-signed (1.33.1~16.04.10+15.4-0ubuntu7) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Setting up unattended-upgrades (1.1ubuntu1.18.04.7~16.04.7) ...
Installing new version of config file /etc/kernel/postinst.d/unattended-upgrades ...
Installing new version of config file /etc/pm/sleep.d/10_unattended-upgrades-hibernate ...
Replacing config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Setting up usb-creator-common (0.3.2ubuntu16.04.2) ...
Setting up usb-creator-gtk (0.3.2ubuntu16.04.2) ...
Setting up xdg-desktop-portal (1.0.3-0ubuntu0.0) ...
Setting up xdg-desktop-portal-gtk (1.0.2-0ubuntu0.0) ...
Setting up python3-distupgrade (1:16.04.32) ...
Setting up python3-update-manager (1:16.04.17) ...
Setting up ubuntu-release-upgrader-core (1:16.04.32) ...
Installing new version of config file /etc/update-manager/meta-release ...
Setting up update-manager-core (1:16.04.17) ...
Setting up update-notifier-common (3.168.15) ...
Setting up ubuntu-release-upgrader-gtk (1:16.04.32) ...
Setting up update-manager (1:16.04.17) ...
Processing triggers for gconf2 (3.2.6-3ubuntu6) ...
Setting up update-notifier (3.168.15) ...
Setting up ubuntu-desktop (1.361.6) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Processing triggers for initramfs-tools (0.122ubuntu8.17) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
Processing triggers for resolvconf (1.78ubuntu7) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
subanitha@subanitha:~/Github$ uname -a
Linux subanitha 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
subanitha@subanitha:~/Github$ sudo apt-cache search openjdk | grep openjdk
openjdk-8-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-8-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-8-doc - OpenJDK Development Kit (JDK) documentation
openjdk-8-jdk - OpenJDK Development Kit (JDK)
openjdk-8-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-8-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-8-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-8-source - OpenJDK Development Kit (JDK) source files
openjdk-8-jre-dcevm - Alternative VM for OpenJDK 8 with enhanced class redefinition
openjdk-8-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
openjdk-9-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-9-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-9-doc - OpenJDK Development Kit (JDK) documentation
openjdk-9-jdk - OpenJDK Development Kit (JDK)
openjdk-9-jdk-headless - OpenJDK Development Kit (JDK) (headless)
openjdk-9-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-9-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-9-source - OpenJDK Development Kit (JDK) source files
uwsgi-plugin-jvm-openjdk-8 - Java plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-jwsgi-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-ring-openjdk-8 - Closure/Ring plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-servlet-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
openjdk-8-jre-jamvm - Transitional package for obsolete JamVM for OpenJDK
subanitha@subanitha:~/Github$ apt-cache policy openjdk-9-jdk
openjdk-9-jdk:
  Installed: (none)
  Candidate: 9~b114-0ubuntu1
  Version table:
     9~b114-0ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
subanitha@subanitha:~/Github$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libllvm4.0 linux-headers-4.15.0-106 linux-headers-4.15.0-106-generic linux-headers-4.15.0-112 linux-headers-4.15.0-112-generic linux-headers-4.15.0-118
  linux-headers-4.15.0-118-generic linux-headers-4.15.0-120 linux-headers-4.15.0-120-generic linux-headers-4.15.0-122 linux-headers-4.15.0-122-generic linux-headers-4.15.0-123
  linux-headers-4.15.0-123-generic linux-headers-4.15.0-126 linux-headers-4.15.0-126-generic linux-headers-4.15.0-128 linux-headers-4.15.0-128-generic linux-headers-4.15.0-132
  linux-headers-4.15.0-132-generic linux-headers-4.15.0-133 linux-headers-4.15.0-133-generic linux-headers-4.15.0-136 linux-headers-4.15.0-136-generic linux-headers-4.15.0-47
  linux-headers-4.15.0-47-generic linux-headers-4.15.0-54 linux-headers-4.15.0-54-generic linux-headers-4.15.0-55 linux-headers-4.15.0-55-generic linux-headers-4.15.0-65
  linux-headers-4.15.0-65-generic linux-headers-4.15.0-66 linux-headers-4.15.0-66-generic linux-headers-4.15.0-69 linux-headers-4.15.0-69-generic linux-headers-4.15.0-70
  linux-headers-4.15.0-70-generic linux-headers-4.15.0-72 linux-headers-4.15.0-72-generic linux-headers-4.15.0-74 linux-headers-4.15.0-74-generic linux-headers-4.15.0-76
  linux-headers-4.15.0-76-generic linux-headers-4.15.0-88 linux-headers-4.15.0-88-generic linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-headers-4.15.0-96
  linux-headers-4.15.0-96-generic linux-image-4.15.0-106-generic linux-image-4.15.0-112-generic linux-image-4.15.0-118-generic linux-image-4.15.0-120-generic
  linux-image-4.15.0-122-generic linux-image-4.15.0-123-generic linux-image-4.15.0-126-generic linux-image-4.15.0-128-generic linux-image-4.15.0-132-generic
  linux-image-4.15.0-133-generic linux-image-4.15.0-136-generic linux-image-4.15.0-47-generic linux-image-4.15.0-54-generic linux-image-4.15.0-55-generic linux-image-4.15.0-65-generic
  linux-image-4.15.0-66-generic linux-image-4.15.0-69-generic linux-image-4.15.0-70-generic linux-image-4.15.0-72-generic linux-image-4.15.0-74-generic linux-image-4.15.0-76-generic
  linux-image-4.15.0-88-generic linux-image-4.15.0-91-generic linux-image-4.15.0-96-generic linux-modules-4.15.0-106-generic linux-modules-4.15.0-112-generic
  linux-modules-4.15.0-118-generic linux-modules-4.15.0-120-generic linux-modules-4.15.0-122-generic linux-modules-4.15.0-123-generic linux-modules-4.15.0-126-generic
  linux-modules-4.15.0-128-generic linux-modules-4.15.0-132-generic linux-modules-4.15.0-133-generic linux-modules-4.15.0-136-generic linux-modules-4.15.0-47-generic
  linux-modules-4.15.0-54-generic linux-modules-4.15.0-55-generic linux-modules-4.15.0-65-generic linux-modules-4.15.0-66-generic linux-modules-4.15.0-69-generic
  linux-modules-4.15.0-70-generic linux-modules-4.15.0-72-generic linux-modules-4.15.0-74-generic linux-modules-4.15.0-76-generic linux-modules-4.15.0-88-generic
  linux-modules-4.15.0-91-generic linux-modules-4.15.0-96-generic linux-modules-extra-4.15.0-106-generic linux-modules-extra-4.15.0-112-generic linux-modules-extra-4.15.0-118-generic
  linux-modules-extra-4.15.0-120-generic linux-modules-extra-4.15.0-122-generic linux-modules-extra-4.15.0-123-generic linux-modules-extra-4.15.0-126-generic
  linux-modules-extra-4.15.0-128-generic linux-modules-extra-4.15.0-132-generic linux-modules-extra-4.15.0-133-generic linux-modules-extra-4.15.0-136-generic
  linux-modules-extra-4.15.0-47-generic linux-modules-extra-4.15.0-54-generic linux-modules-extra-4.15.0-55-generic linux-modules-extra-4.15.0-65-generic
  linux-modules-extra-4.15.0-66-generic linux-modules-extra-4.15.0-69-generic linux-modules-extra-4.15.0-70-generic linux-modules-extra-4.15.0-72-generic
  linux-modules-extra-4.15.0-74-generic linux-modules-extra-4.15.0-76-generic linux-modules-extra-4.15.0-88-generic linux-modules-extra-4.15.0-91-generic
  linux-modules-extra-4.15.0-96-generic shim
Use 'sudo apt autoremove' to remove them.

Enable UA Infra: ESM to receive additional future security updates.
See https://ubuntu.com/16-04 or run: sudo ua status

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

The following packages have been kept back:
  google-chrome-stable
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
subanitha@subanitha:~/Github$ sudo apt autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  libllvm4.0 linux-headers-4.15.0-106 linux-headers-4.15.0-106-generic linux-headers-4.15.0-112 linux-headers-4.15.0-112-generic linux-headers-4.15.0-118
  linux-headers-4.15.0-118-generic linux-headers-4.15.0-120 linux-headers-4.15.0-120-generic linux-headers-4.15.0-122 linux-headers-4.15.0-122-generic linux-headers-4.15.0-123
  linux-headers-4.15.0-123-generic linux-headers-4.15.0-126 linux-headers-4.15.0-126-generic linux-headers-4.15.0-128 linux-headers-4.15.0-128-generic linux-headers-4.15.0-132
  linux-headers-4.15.0-132-generic linux-headers-4.15.0-133 linux-headers-4.15.0-133-generic linux-headers-4.15.0-136 linux-headers-4.15.0-136-generic linux-headers-4.15.0-47
  linux-headers-4.15.0-47-generic linux-headers-4.15.0-54 linux-headers-4.15.0-54-generic linux-headers-4.15.0-55 linux-headers-4.15.0-55-generic linux-headers-4.15.0-65
  linux-headers-4.15.0-65-generic linux-headers-4.15.0-66 linux-headers-4.15.0-66-generic linux-headers-4.15.0-69 linux-headers-4.15.0-69-generic linux-headers-4.15.0-70
  linux-headers-4.15.0-70-generic linux-headers-4.15.0-72 linux-headers-4.15.0-72-generic linux-headers-4.15.0-74 linux-headers-4.15.0-74-generic linux-headers-4.15.0-76
  linux-headers-4.15.0-76-generic linux-headers-4.15.0-88 linux-headers-4.15.0-88-generic linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-headers-4.15.0-96
  linux-headers-4.15.0-96-generic linux-image-4.15.0-106-generic linux-image-4.15.0-112-generic linux-image-4.15.0-118-generic linux-image-4.15.0-120-generic
  linux-image-4.15.0-122-generic linux-image-4.15.0-123-generic linux-image-4.15.0-126-generic linux-image-4.15.0-128-generic linux-image-4.15.0-132-generic
  linux-image-4.15.0-133-generic linux-image-4.15.0-136-generic linux-image-4.15.0-47-generic linux-image-4.15.0-54-generic linux-image-4.15.0-55-generic linux-image-4.15.0-65-generic
  linux-image-4.15.0-66-generic linux-image-4.15.0-69-generic linux-image-4.15.0-70-generic linux-image-4.15.0-72-generic linux-image-4.15.0-74-generic linux-image-4.15.0-76-generic
  linux-image-4.15.0-88-generic linux-image-4.15.0-91-generic linux-image-4.15.0-96-generic linux-modules-4.15.0-106-generic linux-modules-4.15.0-112-generic
  linux-modules-4.15.0-118-generic linux-modules-4.15.0-120-generic linux-modules-4.15.0-122-generic linux-modules-4.15.0-123-generic linux-modules-4.15.0-126-generic
  linux-modules-4.15.0-128-generic linux-modules-4.15.0-132-generic linux-modules-4.15.0-133-generic linux-modules-4.15.0-136-generic linux-modules-4.15.0-47-generic
  linux-modules-4.15.0-54-generic linux-modules-4.15.0-55-generic linux-modules-4.15.0-65-generic linux-modules-4.15.0-66-generic linux-modules-4.15.0-69-generic
  linux-modules-4.15.0-70-generic linux-modules-4.15.0-72-generic linux-modules-4.15.0-74-generic linux-modules-4.15.0-76-generic linux-modules-4.15.0-88-generic
  linux-modules-4.15.0-91-generic linux-modules-4.15.0-96-generic linux-modules-extra-4.15.0-106-generic linux-modules-extra-4.15.0-112-generic linux-modules-extra-4.15.0-118-generic
  linux-modules-extra-4.15.0-120-generic linux-modules-extra-4.15.0-122-generic linux-modules-extra-4.15.0-123-generic linux-modules-extra-4.15.0-126-generic
  linux-modules-extra-4.15.0-128-generic linux-modules-extra-4.15.0-132-generic linux-modules-extra-4.15.0-133-generic linux-modules-extra-4.15.0-136-generic
  linux-modules-extra-4.15.0-47-generic linux-modules-extra-4.15.0-54-generic linux-modules-extra-4.15.0-55-generic linux-modules-extra-4.15.0-65-generic
  linux-modules-extra-4.15.0-66-generic linux-modules-extra-4.15.0-69-generic linux-modules-extra-4.15.0-70-generic linux-modules-extra-4.15.0-72-generic
  linux-modules-extra-4.15.0-74-generic linux-modules-extra-4.15.0-76-generic linux-modules-extra-4.15.0-88-generic linux-modules-extra-4.15.0-91-generic
  linux-modules-extra-4.15.0-96-generic shim
0 upgraded, 0 newly installed, 122 to remove and 1 not upgraded.
After this operation, 8,048 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 1102256 files and directories currently installed.)
Removing libllvm4.0:amd64 (1:4.0-1ubuntu1~16.04.2) ...
Removing linux-headers-4.15.0-106-generic (4.15.0-106.107~16.04.1) ...
Removing linux-headers-4.15.0-106 (4.15.0-106.107~16.04.1) ...
Removing linux-headers-4.15.0-112-generic (4.15.0-112.113~16.04.1) ...
Removing linux-headers-4.15.0-112 (4.15.0-112.113~16.04.1) ...
Removing linux-headers-4.15.0-118-generic (4.15.0-118.119~16.04.1) ...
Removing linux-headers-4.15.0-118 (4.15.0-118.119~16.04.1) ...
Removing linux-headers-4.15.0-120-generic (4.15.0-120.122~16.04.1) ...
Removing linux-headers-4.15.0-120 (4.15.0-120.122~16.04.1) ...
Removing linux-headers-4.15.0-122-generic (4.15.0-122.124~16.04.1) ...
Removing linux-headers-4.15.0-122 (4.15.0-122.124~16.04.1) ...
Removing linux-headers-4.15.0-123-generic (4.15.0-123.126~16.04.1) ...
Removing linux-headers-4.15.0-123 (4.15.0-123.126~16.04.1) ...
Removing linux-headers-4.15.0-126-generic (4.15.0-126.129~16.04.1) ...
Removing linux-headers-4.15.0-126 (4.15.0-126.129~16.04.1) ...
Removing linux-headers-4.15.0-128-generic (4.15.0-128.131~16.04.1) ...
Removing linux-headers-4.15.0-128 (4.15.0-128.131~16.04.1) ...
Removing linux-headers-4.15.0-132-generic (4.15.0-132.136~16.04.1) ...
Removing linux-headers-4.15.0-132 (4.15.0-132.136~16.04.1) ...
Removing linux-headers-4.15.0-133-generic (4.15.0-133.137~16.04.1) ...
Removing linux-headers-4.15.0-133 (4.15.0-133.137~16.04.1) ...
Removing linux-headers-4.15.0-136-generic (4.15.0-136.140~16.04.1) ...
Removing linux-headers-4.15.0-136 (4.15.0-136.140~16.04.1) ...
Removing linux-headers-4.15.0-47-generic (4.15.0-47.50~16.04.1) ...
Removing linux-headers-4.15.0-47 (4.15.0-47.50~16.04.1) ...
Removing linux-headers-4.15.0-54-generic (4.15.0-54.58~16.04.1) ...
Removing linux-headers-4.15.0-54 (4.15.0-54.58~16.04.1) ...
Removing linux-headers-4.15.0-55-generic (4.15.0-55.60~16.04.2) ...
Removing linux-headers-4.15.0-55 (4.15.0-55.60~16.04.2) ...
Removing linux-headers-4.15.0-65-generic (4.15.0-65.74~16.04.1) ...
Removing linux-headers-4.15.0-65 (4.15.0-65.74~16.04.1) ...
Removing linux-headers-4.15.0-66-generic (4.15.0-66.75~16.04.1) ...
Removing linux-headers-4.15.0-66 (4.15.0-66.75~16.04.1) ...
Removing linux-headers-4.15.0-69-generic (4.15.0-69.78~16.04.1) ...
Removing linux-headers-4.15.0-69 (4.15.0-69.78~16.04.1) ...
Removing linux-headers-4.15.0-70-generic (4.15.0-70.79~16.04.1) ...
Removing linux-headers-4.15.0-70 (4.15.0-70.79~16.04.1) ...
Removing linux-headers-4.15.0-72-generic (4.15.0-72.81~16.04.1) ...
Removing linux-headers-4.15.0-72 (4.15.0-72.81~16.04.1) ...
Removing linux-headers-4.15.0-74-generic (4.15.0-74.83~16.04.1) ...
Removing linux-headers-4.15.0-74 (4.15.0-74.83~16.04.1) ...
Removing linux-headers-4.15.0-76-generic (4.15.0-76.86~16.04.1) ...
Removing linux-headers-4.15.0-76 (4.15.0-76.86~16.04.1) ...
Removing linux-headers-4.15.0-88-generic (4.15.0-88.88~16.04.1) ...
Removing linux-headers-4.15.0-88 (4.15.0-88.88~16.04.1) ...
Removing linux-headers-4.15.0-91-generic (4.15.0-91.92~16.04.1) ...
Removing linux-headers-4.15.0-91 (4.15.0-91.92~16.04.1) ...
Removing linux-headers-4.15.0-96-generic (4.15.0-96.97~16.04.1) ...
Removing linux-headers-4.15.0-96 (4.15.0-96.97~16.04.1) ...
Removing linux-modules-extra-4.15.0-106-generic (4.15.0-106.107~16.04.1) ...
Removing linux-image-4.15.0-106-generic (4.15.0-106.107~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-106-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found linux image: /boot/vmlinuz-4.15.0-118-generic
Found initrd image: /boot/initrd.img-4.15.0-118-generic
Found linux image: /boot/vmlinuz-4.15.0-112-generic
Found initrd image: /boot/initrd.img-4.15.0-112-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-112-generic (4.15.0-112.113~16.04.1) ...
Removing linux-image-4.15.0-112-generic (4.15.0-112.113~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-112-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found linux image: /boot/vmlinuz-4.15.0-118-generic
Found initrd image: /boot/initrd.img-4.15.0-118-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-118-generic (4.15.0-118.119~16.04.1) ...
Removing linux-image-4.15.0-118-generic (4.15.0-118.119~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-118-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-120-generic (4.15.0-120.122~16.04.1) ...
Removing linux-image-4.15.0-120-generic (4.15.0-120.122~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-120-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-122-generic (4.15.0-122.124~16.04.1) ...
Removing linux-image-4.15.0-122-generic (4.15.0-122.124~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-122-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-123-generic
Found initrd image: /boot/initrd.img-4.15.0-123-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-123-generic (4.15.0-123.126~16.04.1) ...
Removing linux-image-4.15.0-123-generic (4.15.0-123.126~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-123-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-126-generic
Found initrd image: /boot/initrd.img-4.15.0-126-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-126-generic (4.15.0-126.129~16.04.1) ...
Removing linux-image-4.15.0-126-generic (4.15.0-126.129~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-126-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-128-generic
Found initrd image: /boot/initrd.img-4.15.0-128-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-128-generic (4.15.0-128.131~16.04.1) ...
Removing linux-image-4.15.0-128-generic (4.15.0-128.131~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-128-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-132-generic
Found initrd image: /boot/initrd.img-4.15.0-132-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-132-generic (4.15.0-132.136~16.04.1) ...
Removing linux-image-4.15.0-132-generic (4.15.0-132.136~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-132-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-133-generic
Found initrd image: /boot/initrd.img-4.15.0-133-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-133-generic (4.15.0-133.137~16.04.1) ...
Removing linux-image-4.15.0-133-generic (4.15.0-133.137~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-133-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-136-generic
Found initrd image: /boot/initrd.img-4.15.0-136-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-136-generic (4.15.0-136.140~16.04.1) ...
Removing linux-image-4.15.0-136-generic (4.15.0-136.140~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-136-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.15.0-47-generic
Found initrd image: /boot/initrd.img-4.15.0-47-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-47-generic (4.15.0-47.50~16.04.1) ...
Removing linux-image-4.15.0-47-generic (4.15.0-47.50~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-47-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-54-generic (4.15.0-54.58~16.04.1) ...
Removing linux-image-4.15.0-54-generic (4.15.0-54.58~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-54-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-55-generic (4.15.0-55.60~16.04.2) ...
Removing linux-image-4.15.0-55-generic (4.15.0-55.60~16.04.2) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-55-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.15.0-65-generic
Found initrd image: /boot/initrd.img-4.15.0-65-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-65-generic (4.15.0-65.74~16.04.1) ...
Removing linux-image-4.15.0-65-generic (4.15.0-65.74~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-65-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-66-generic (4.15.0-66.75~16.04.1) ...
Removing linux-image-4.15.0-66-generic (4.15.0-66.75~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-66-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-69-generic
Found initrd image: /boot/initrd.img-4.15.0-69-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-69-generic (4.15.0-69.78~16.04.1) ...
Removing linux-image-4.15.0-69-generic (4.15.0-69.78~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-69-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-70-generic (4.15.0-70.79~16.04.1) ...
Removing linux-image-4.15.0-70-generic (4.15.0-70.79~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-70-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-72-generic (4.15.0-72.81~16.04.1) ...
Removing linux-image-4.15.0-72-generic (4.15.0-72.81~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-72-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.15.0-74-generic
Found initrd image: /boot/initrd.img-4.15.0-74-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-74-generic (4.15.0-74.83~16.04.1) ...
Removing linux-image-4.15.0-74-generic (4.15.0-74.83~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-74-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.15.0-76-generic
Found initrd image: /boot/initrd.img-4.15.0-76-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-76-generic (4.15.0-76.86~16.04.1) ...
Removing linux-image-4.15.0-76-generic (4.15.0-76.86~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-76-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.15.0-88-generic
Found initrd image: /boot/initrd.img-4.15.0-88-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-88-generic (4.15.0-88.88~16.04.1) ...
Removing linux-image-4.15.0-88-generic (4.15.0-88.88~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-88-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-91-generic (4.15.0-91.92~16.04.1) ...
Removing linux-image-4.15.0-91-generic (4.15.0-91.92~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-91-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-4.15.0-96-generic (4.15.0-96.97~16.04.1) ...
Removing linux-image-4.15.0-96-generic (4.15.0-96.97~16.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-96-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-4.15.0-106-generic (4.15.0-106.107~16.04.1) ...
Removing linux-modules-4.15.0-112-generic (4.15.0-112.113~16.04.1) ...
Removing linux-modules-4.15.0-118-generic (4.15.0-118.119~16.04.1) ...
Removing linux-modules-4.15.0-120-generic (4.15.0-120.122~16.04.1) ...
Removing linux-modules-4.15.0-122-generic (4.15.0-122.124~16.04.1) ...
Removing linux-modules-4.15.0-123-generic (4.15.0-123.126~16.04.1) ...
Removing linux-modules-4.15.0-126-generic (4.15.0-126.129~16.04.1) ...
Removing linux-modules-4.15.0-128-generic (4.15.0-128.131~16.04.1) ...
Removing linux-modules-4.15.0-132-generic (4.15.0-132.136~16.04.1) ...
Removing linux-modules-4.15.0-133-generic (4.15.0-133.137~16.04.1) ...
Removing linux-modules-4.15.0-136-generic (4.15.0-136.140~16.04.1) ...
Removing linux-modules-4.15.0-47-generic (4.15.0-47.50~16.04.1) ...
Removing linux-modules-4.15.0-54-generic (4.15.0-54.58~16.04.1) ...
Removing linux-modules-4.15.0-55-generic (4.15.0-55.60~16.04.2) ...
Removing linux-modules-4.15.0-65-generic (4.15.0-65.74~16.04.1) ...
Removing linux-modules-4.15.0-66-generic (4.15.0-66.75~16.04.1) ...
Removing linux-modules-4.15.0-69-generic (4.15.0-69.78~16.04.1) ...
Removing linux-modules-4.15.0-70-generic (4.15.0-70.79~16.04.1) ...
Removing linux-modules-4.15.0-72-generic (4.15.0-72.81~16.04.1) ...
Removing linux-modules-4.15.0-74-generic (4.15.0-74.83~16.04.1) ...
Removing linux-modules-4.15.0-76-generic (4.15.0-76.86~16.04.1) ...
Removing linux-modules-4.15.0-88-generic (4.15.0-88.88~16.04.1) ...
Removing linux-modules-4.15.0-91-generic (4.15.0-91.92~16.04.1) ...
Removing linux-modules-4.15.0-96-generic (4.15.0-96.97~16.04.1) ...
Removing shim (15.4-0ubuntu7) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
subanitha@subanitha:~/Github$ reboot
Failed to set wall message, ignoring: Interactive authentication required.
Failed to reboot system via logind: Interactive authentication required.
Failed to start reboot.target: Interactive authentication required.
See system logs and 'systemctl status reboot.target' for details.
Failed to open /dev/initctl: Permission denied
Failed to talk to init daemon.
subanitha@subanitha:~/Github$ sudo reboot
client_loop: send disconnect: Broken pipe
mahendran@mm-lab ~ % 
mahendran@mm-lab ~ % ping 192.168.1.16         
PING 192.168.1.16 (192.168.1.16): 56 data bytes
64 bytes from 192.168.1.16: icmp_seq=0 ttl=64 time=6.187 ms
64 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=5.867 ms
64 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=17.858 ms
64 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=7.876 ms
64 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=4.633 ms
64 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=15.361 ms
64 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=10.629 ms
^C
--- 192.168.1.16 ping statistics ---
7 packets transmitted, 7 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.633/9.773/17.858/4.713 ms
mahendran@mm-lab ~ % ping 192.168.1.16
PING 192.168.1.16 (192.168.1.16): 56 data bytes
64 bytes from 192.168.1.16: icmp_seq=0 ttl=64 time=7.399 ms
^C
--- 192.168.1.16 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 7.399/7.399/7.399/0.000 ms
mahendran@mm-lab ~ % ssh subanitha@192.168.1.16
subanitha@192.168.1.16's password: 
Welcome to Ubuntu 16.04.7 LTS (GNU/Linux 4.15.0-142-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

2 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

Last login: Sun Dec  5 09:54:55 2021 from 192.168.1.12
subanitha@subanitha:~$ uname -a
Linux subanitha 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
subanitha@subanitha:~$ sudo do-release-upgrade -c
[sudo] password for subanitha: 
Checking for a new Ubuntu release
New release '18.04.6 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
subanitha@subanitha:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04.7 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.7 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
subanitha@subanitha:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
subanitha@subanitha:~$ sudo apt update
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                                                                           
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]                                                  
Err:1 http://dl.google.com/linux/chrome/deb stable InRelease                                             
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease                                        
Hit:5 http://download.virtualbox.org/virtualbox/debian xenial InRelease                                  
Hit:6 https://download.docker.com/linux/ubuntu xenial InRelease                    
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:8 https://esm.ubuntu.com/infra/ubuntu xenial-infra-security InRelease [7,515 B]
Get:9 https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates InRelease [7,475 B]
Get:10 https://esm.ubuntu.com/infra/ubuntu xenial-infra-security/main amd64 Packages [250 kB]
Get:11 https://esm.ubuntu.com/infra/ubuntu xenial-infra-security/main i386 Packages [124 kB]
Get:12 https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates/main amd64 Packages [4,746 B]
Get:13 https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates/main i386 Packages [4,750 B]
Reading package lists... Done         
W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
subanitha@subanitha:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
subanitha@subanitha:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libappindicator1 libindicator7
Use 'sudo apt autoremove' to remove them.

*The following packages could receive security updates with UA Infra: ESM service enabled:
  libpam0g libdjvulibre-text bluez libwebp5 libdns-export162 libqpdf21 gstreamer1.0-alsa libisccfg140 intel-microcode linux-libc-dev vim-common libnss3-nssdb libcurl3 libgrilo-0.2-1 gstreamer1.0-plugins-base-apps libpam-modules openssl bluez-cups imagemagick ntfs-3g git-man libsystemd0 linux-image-generic-hwe-16.04 libgd3 libavahi-glib1 libicu55 binutils libmagickwand-6.q16-2 squashfs-tools linux-signed-generic-hwe-16.04 bind9-host linux-generic-hwe-16.04 libavahi-common-data dnsutils libavahi-common3 libpython3.5 python3.5 git openssh-sftp-server python3.5-minimal libisc160 udev gstreamer1.0-plugins-base libpam-runtime isc-dhcp-common libx11-6 libudev1 libwebpdemux1 linux-signed-image-generic-hwe-16.04 libavahi-ui-gtk3-0 libaspell15 apport imagemagick-6.q16 libmagickcore-6.q16-2-extra libisc-export160 libcaca0 python3-apport avahi-daemon systemd-sysv libavahi-core7 libgcrypt20 liblwres141 liblz4-1 libpam-systemd libgstreamer-plugins-base1.0-0 distro-info-data libsndfile1 gstreamer1.0-x systemd gir1.2-gst-plugins-base-1.0 libwebpmux1 libpam-modules-bin openssh-server libx11-data aspell libopenexr22 openssh-client libmagickcore-6.q16-2 python-libxml2 avahi-autoipd libdns162 qpdf bluez-obexd libdjvulibre21 apport-gtk libxml2 libnss3 ca-certificates vim-tiny imagemagick-common libisccc140 avahi-utils linux-headers-generic-hwe-16.04 libpython3.5-stdlib libbind9-140 libbluetooth3 libexiv2-14 libpython3.5-minimal libavahi-client3 curl isc-dhcp-client python3-problem-report libcurl3-gnutls libx11-xcb1 libssl1.0.0 tzdata docker.io
Learn more about UA Infra: ESM service for Ubuntu 16.04 at https://ubuntu.com/16-04

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

The following NEW packages will be installed:
  libvulkan1
The following packages will be upgraded:
  google-chrome-stable
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 90.9 MB of archives.
After this operation, 104 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
WARNING: The following packages cannot be authenticated!
  google-chrome-stable
Install these packages without verification? [y/N] Y
Get:1 http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable amd64 96.0.4664.45-1 [90.8 MB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libvulkan1 amd64 1.0.61.1+dfsg1-1ubuntu1~16.04.1 [81.1 kB]
Fetched 90.9 MB in 19s (4,696 kB/s)                                                                                                                                                      
(Reading database ... 249414 files and directories currently installed.)
Preparing to unpack .../google-chrome-stable_96.0.4664.45-1_amd64.deb ...
Unpacking google-chrome-stable (96.0.4664.45-1) over (63.0.3239.108-1) ...
Selecting previously unselected package libvulkan1:amd64.
Preparing to unpack .../libvulkan1_1.0.61.1+dfsg1-1ubuntu1~16.04.1_amd64.deb ...
Unpacking libvulkan1:amd64 (1.0.61.1+dfsg1-1ubuntu1~16.04.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
Setting up google-chrome-stable (96.0.4664.45-1) ...
Setting up libvulkan1:amd64 (1.0.61.1+dfsg1-1ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.3) ...
subanitha@subanitha:~$ 
subanitha@subanitha:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [819 B]                                                                                                                                                     
Get:2 Upgrade tool [1,251 kB]                                                                                                                                                            
Fetched 1,252 kB in 0s (0 B/s)                                                                                                                                                           
authenticate 'bionic.tar.gz' against 'bionic.tar.gz.gpg' 
extracting 'bionic.tar.gz'

Reading cache

Checking package manager

Continue running under SSH? 

This session appears to be running under ssh. It is not recommended 
to perform a upgrade over ssh currently because in case of failure it 
is harder to recover. 

If you continue, an additional ssh daemon will be started at port 
'1022'. 
Do you want to continue? 

Continue [yN] y

Starting additional sshd 

To make recovery in case of failure easier, an additional sshd will 
be started on port '1022'. If anything goes wrong with the running 
ssh you can still connect to the additional one. 
If you run a firewall, you may need to temporarily open this port. As 
this is potentially dangerous it's not done automatically. You can 
open the port with e.g.: 
'iptables -I INPUT -p tcp --dport 1022 -j ACCEPT' 

To continue please press [ENTER]

Reading package lists... Done
Building dependency tree        
Reading state information... Done
Hit http://download.virtualbox.org/virtualbox/debian xenial InRelease                                                                                                                    
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]                                                                                                                   
Hit http://security.ubuntu.com/ubuntu xenial-security InRelease                                                                                                                          
Hit http://us.archive.ubuntu.com/ubuntu xenial InRelease                                                                                                                                 
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]                                                                                                              
Hit https://download.docker.com/linux/ubuntu xenial InRelease                                                                                                                            
Hit https://esm.ubuntu.com/infra/ubuntu xenial-infra-security InRelease                                                                                                                  
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]                                                                                                            
Hit https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates InRelease                                                                                                                   
Fetched 216 kB in 0s (0 B/s)                                                                                                                                                             
Reading package lists... Done    
Building dependency tree          
Reading state information... Done
No snaps are installed yet. Try 'snap install hello-world'.

Checking for installed snaps

Calculating snap size requirements

Updating repository information

Third party sources disabled 

Some third party entries in your sources.list were disabled. You can 
re-enable them after the upgrade with the 'software-properties' tool 
or your package manager. 

To continue please press [ENTER]

Get:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]                                                                                                                      
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]                                                                                                              
Get:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                                                                                                             
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]                                                                                                           
Get:5 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security InRelease [7,458 B]                                                                                                      
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1,982 kB]                                                                                                   
Get:7 https://esm.ubuntu.com/infra/ubuntu bionic-infra-updates InRelease [7,457 B]                                                                                                       
Get:8 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,019 kB]                                                                                                          
Get:9 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,080 kB]                                                                                                    
Get:10 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 Packages [5,866 B]                                                                                           
Get:11 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages [1,007 kB]                                                                                                          
Get:12 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main i386 Packages [5,856 B]                                                                                            
Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [355 kB]                                                                                                    
Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [50.3 kB]                                                                                            
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [65.2 kB]                                                                                               
Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [535 kB]                                                                                              
Get:17 https://esm.ubuntu.com/infra/ubuntu bionic-infra-updates/main amd64 Packages [5,130 B]                                                                                            
Get:18 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [23.2 kB]                                                                                              
Get:19 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [72.4 kB]                                                                                             
Get:20 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,151 kB]                                                                                              
Get:21 https://esm.ubuntu.com/infra/ubuntu bionic-infra-updates/main i386 Packages [5,122 B]                                                                                             
Get:22 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [996 kB]                                                                                                 
Get:23 http://us.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB]                                                                                                           
Get:24 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [265 kB]                                                                                                
Get:25 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59.0 kB]                                                                                        
Get:26 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 DEP-11 Metadata [477 kB]                                                                                                    
Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [135 kB]                                                                                            
Get:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB]                                                                                             
Get:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,484 B]                                                                                              
Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4,732 B]                                                                                             
Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2,464 B]                                                                                      
Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse DEP-11 64x64 Icons [2,638 B]                                                                                         
Get:33 http://us.archive.ubuntu.com/ubuntu bionic/main DEP-11 64x64 Icons [245 kB]                                                                                                       
Get:34 http://us.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9,184 B]                                                                                                    
Get:35 http://us.archive.ubuntu.com/ubuntu bionic/restricted i386 Packages [9,156 B]                                                                                                     
Get:36 http://us.archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3,584 B]                                                                                                    
Get:37 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8,570 kB]                                                                                                     
Get:38 http://us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages [8,531 kB]                                                                                                      
Get:39 http://us.archive.ubuntu.com/ubuntu bionic/universe Translation-en [4,941 kB]                                                                                                     
Get:40 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 DEP-11 Metadata [3,287 kB]                                                                                              
Get:41 http://us.archive.ubuntu.com/ubuntu bionic/universe DEP-11 64x64 Icons [8,420 kB]                                                                                                 
Get:42 http://us.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB]                                                                                                     
Get:43 http://us.archive.ubuntu.com/ubuntu bionic/multiverse i386 Packages [144 kB]                                                                                                      
Get:44 http://us.archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB]                                                                                                     
Get:45 http://us.archive.ubuntu.com/ubuntu bionic/multiverse amd64 DEP-11 Metadata [49.7 kB]                                                                                             
Get:46 http://us.archive.ubuntu.com/ubuntu bionic/multiverse DEP-11 64x64 Icons [225 kB]                                                                                                 
Get:47 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2,328 kB]                                                                                                 
Get:48 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,387 kB]                                                                                                  
Get:49 http://us.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [448 kB]                                                                                                   
Get:50 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [293 kB]                                                                                            
Get:51 http://us.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [154 kB]                                                                                               
Get:52 http://us.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [559 kB]                                                                                             
Get:53 http://us.archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [29.9 kB]                                                                                             
Get:54 http://us.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [76.4 kB]                                                                                            
Get:55 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,768 kB]                                                                                             
Get:56 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,590 kB]                                                                                              
Get:57 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [382 kB]                                                                                               
Get:58 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [300 kB]                                                                                        
Get:59 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [503 kB]                                                                                           
Get:60 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB]                                                                                            
Get:61 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.6 kB]                                                                                             
Get:62 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,808 B]                                                                                            
Get:63 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2,468 B]                                                                                     
Get:64 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse DEP-11 64x64 Icons [2,638 B]                                                                                        
Get:65 http://us.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [10.0 kB]                                                                                                
Get:66 http://us.archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [10.0 kB]                                                                                                 
Get:67 http://us.archive.ubuntu.com/ubuntu bionic-backports/main Translation-en [4,764 B]                                                                                                
Get:68 http://us.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [10.3 kB]                                                                                            
Get:69 http://us.archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [10.3 kB]                                                                                             
Get:70 http://us.archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en [4,588 B]                                                                                            
Get:71 http://us.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9,272 B]                                                                                     
Get:72 http://us.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [3,943 B]                                                                                        
Fetched 55.0 MB in 6s (4,644 kB/s)                                                                                                                                                       

(appstreamcli:11330): GLib-CRITICAL **: g_strchug: assertion 'string != NULL' failed

(appstreamcli:11330): GLib-CRITICAL **: g_strchomp: assertion 'string != NULL' failed

(appstreamcli:11330): GLib-CRITICAL **: g_strchug: assertion 'string != NULL' failed

(appstreamcli:11330): GLib-CRITICAL **: g_strchomp: assertion 'string != NULL' failed
AppStream cache update completed, but some metadata was ignored due to errors.

Checking package manager
Reading package lists... Done    
Building dependency tree          
Reading state information... Done

Calculating the changes

Calculating the changes

Do you want to start the upgrade? 


54 installed packages are no longer supported by Canonical. You can 
still get support from the community. 

44 packages are going to be removed. 450 new packages are going to be 
installed. 1587 packages are going to be upgraded. 

You have to download a total of 1,319 M. This download will take 
about 4 minutes with your connection. 

Installing the upgrade can take several hours. Once the download has 
finished, the process cannot be canceled. 

 Continue [yN]  Details [d]y

Lock screen disabled 

Your lock screen has been disabled and will remain disabled until you 
reboot. 

To continue please press [ENTER]
Inhibiting until Ctrl+C is pressed...


Fetching
Get:1 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 locales all 2.27-3ubuntu1.4 [3,611 kB]                                                                               
Get:2 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libfcitx-gclient1 amd64 1:4.2.9.6-1 [20.8 kB]                                                                            
Get:3 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]                                                                              
Get:4 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]                                                                                
Get:5 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bubblewrap amd64 0.2.1-1ubuntu0.1 [32.8 kB]                                                                          
Get:6 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-desktop3-data all 3.28.2-0ubuntu1.5 [22.2 kB]                                                                  
Get:7 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gsettings-desktop-schemas all 3.28.0-1ubuntu1 [27.8 kB]                                                                      
Get:8 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibus-1.0-5 amd64 1.5.17-3ubuntu5.3 [133 kB]                                                                       
Get:9 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-ibus-1.0 amd64 1.5.17-3ubuntu5.3 [66.5 kB]                                                                    
Get:10 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-common all 3.22.30-1ubuntu4 [229 kB]                                                                       
Get:11 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]                                                              
Get:12 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g amd64 1:1.2.11.dfsg-0ubuntu2 [56.5 kB]                                                                               
Get:13 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]                                                                  
Get:14 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.1 [335 kB]                                                                        
Get:15 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]                                                                                 
Get:16 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]                                                                
Get:17 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoxft-1.0-0 amd64 1.40.14-1ubuntu0.1 [15.0 kB]                                                                
Get:18 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libpango1.0-0 amd64 1.40.14-1ubuntu0.1 [3,344 B]                                                                
Get:19 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]                                                                    
Get:20 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.3 [47.0 kB]                                                                          
Get:21 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-server0 amd64 1.16.0-1ubuntu1.1~18.04.3 [29.6 kB]                                                        
Get:22 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quick5 amd64 5.9.5-0ubuntu1.1 [1,201 kB]                                                                  
Get:23 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qtquick-window2 amd64 5.9.5-0ubuntu1.1 [18.1 kB]                                                     
Get:24 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qtquick-layouts amd64 5.9.5-0ubuntu1.1 [44.9 kB]                                                     
Get:25 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8,050 kB]                                                                           
Get:26 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1,302 kB]                                                                
Get:27 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2.6 [634 kB]                                                                 
Get:28 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5positioning5 amd64 5.9.5+dfsg-0ubuntu2 [131 kB]                                                                   
Get:29 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5sensors5 amd64 5.9.5-0ubuntu1 [113 kB]                                                                            
Get:30 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5webchannel5 amd64 5.9.5-0ubuntu1 [47.7 kB]                                                                        
Get:31 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB]                                                                     
Get:32 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB]                                                                      
Get:33 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.18.04.1 [186 kB]                                                                      
Get:34 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbrotli1 amd64 1.0.3-1ubuntu1.3 [262 kB]                                                                          
Get:35 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwoff1 amd64 1.0.2-1build0.1 [43.0 kB]                                                                            
Get:36 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5webkit5 amd64 5.212.0~alpha2-7ubuntu1 [11.8 MB]                                                                   
Get:37 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5test5 amd64 5.9.5+dfsg-0ubuntu2.6 [98.0 kB]                                                                   
Get:38 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quicktest5 amd64 5.9.5-0ubuntu1.1 [59.1 kB]                                                               
Get:39 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qttest amd64 5.9.5-0ubuntu1.1 [37.1 kB]                                                              
Get:40 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qtquick2 amd64 5.9.5-0ubuntu1.1 [31.4 kB]                                                            
Get:41 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qtdeclarative5-dev-tools amd64 5.9.5-0ubuntu1.1 [497 kB]                                                        
Get:42 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5qml5 amd64 5.9.5-0ubuntu1.1 [1,242 kB]                                                                    
Get:43 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB]                                                                        
Get:44 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5 amd64 5.9.5+dfsg-0ubuntu2.6 [115 kB]                                                                     
Get:45 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2.6 [2,203 kB]                                                               
Get:46 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB]                                                                                    
Get:47 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5xml5 amd64 5.9.5+dfsg-0ubuntu2.6 [99.4 kB]                                                                    
Get:48 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5-sqlite amd64 5.9.5+dfsg-0ubuntu2.6 [40.1 kB]                                                             
Get:49 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5 amd64 5.9.5-0ubuntu1 [293 kB]                                                                         
Get:50 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu2.6 [132 kB]                                                                  
Get:51 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.6 [178 kB]                                                            
Get:52 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5organizer5 amd64 5.0~git20140515~29475884-0ubuntu24~7 [153 kB]                                                    
Get:53 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2.6 [195 kB]                                                                    
Get:54 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qmlscene amd64 5.9.5-0ubuntu1.1 [29.2 kB]                                                                       
Get:55 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2.6 [2,035 kB]                                                                 
Get:56 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xinerama0 amd64 1.13-2~ubuntu18.04 [5,264 B]                                                                 
Get:57 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2.6 [2,568 kB]                                                                   
Get:58 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libass9 amd64 1:0.14.0-1 [88.2 kB]                                                                                      
Get:59 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libva2 amd64 2.1.0-3 [47.6 kB]                                                                                          
Get:60 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libva-drm2 amd64 2.1.0-3 [6,880 B]                                                                                      
Get:61 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libva-x11-2 amd64 2.1.0-3 [11.5 kB]                                                                                     
Get:62 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvdpau1 amd64 1.1.1-3ubuntu1 [25.5 kB]                                                                                    
Get:63 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libavutil55 amd64 7:3.4.8-0ubuntu0.2 [190 kB]                                                                   
Get:64 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmp3lame0 amd64 3.100-2 [136 kB]                                                                                          
Get:65 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopenjp2-7 amd64 2.3.0-2build0.18.04.1 [145 kB]                                                               
Get:66 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libswresample2 amd64 7:3.4.8-0ubuntu0.2 [55.2 kB]                                                               
Get:67 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libvpx5 amd64 1.7.0-3ubuntu0.18.04.1 [796 kB]                                                                       
Get:68 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebpmux3 amd64 0.6.1-2ubuntu0.18.04.1 [19.6 kB]                                                                  
Get:69 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libx264-152 amd64 2:0.152.2854+gite9a5903-2 [609 kB]                                                                    
Get:70 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libx265-146 amd64 2.6-3 [1,026 kB]                                                                                      
Get:71 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libavcodec57 amd64 7:3.4.8-0ubuntu0.2 [4,595 kB]                                                                
Get:72 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libchromaprint1 amd64 1.4.3-1 [36.8 kB]                                                                                 
Get:73 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2 [263 kB]                                                                               
Get:74 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]                                                                                           
Get:75 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libfluidsynth1 amd64 1.1.9-1 [137 kB]                                                                                   
Get:76 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libgstreamer-plugins-bad1.0-0 amd64 1.14.5-0ubuntu1~18.04.1 [322 kB]                                            
Get:77 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-gl1.0-0 amd64 1.14.5-0ubuntu1~18.04.3 [147 kB]                                                         
Get:78 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libserd-0-0 amd64 0.28.0~dfsg0-1 [37.0 kB]                                                                              
Get:79 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsord-0-0 amd64 0.16.0~dfsg0-1 [20.2 kB]                                                                              
Get:80 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsratom-0-0 amd64 0.6.0~dfsg0-1 [15.8 kB]                                                                             
Get:81 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liblilv-0-0 amd64 0.24.2~dfsg0-1 [38.0 kB]                                                                              
Get:82 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmpcdec6 amd64 2:0.1~r495-1 [32.3 kB]                                                                                 
Get:83 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB]                                                                         
Get:84 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB]                                                                        
Get:85 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtasn1-6 amd64 4.13-2 [36.2 kB]                                                                                           
Get:86 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls-openssl27 amd64 3.5.18-1ubuntu1.5 [21.1 kB]                                                               
Get:87 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2,832 kB]                                                                              
Get:88 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB]                                                                        
Get:89 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgssdp-1.0-3 amd64 1.0.2-2 [23.0 kB]                                                                                  
Get:90 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgupnp-1.0-4 amd64 1.0.2-2 [59.7 kB]                                                                                  
Get:91 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgupnp-igd-1.0-4 amd64 0.2.5-1 [14.9 kB]                                                                              
Get:92 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libnice10 amd64 0.1.14-1 [126 kB]                                                                                       
Get:93 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libopenmpt0 amd64 0.3.6-1 [561 kB]                                                                                      
Get:94 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsrtp2-1 amd64 2.1.0-1 [57.4 kB]                                                                                      
Get:95 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwebrtc-audio-processing1 amd64 0.3-1 [260 kB]                                                                            
Get:96 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libwildmidi2 amd64 0.4.2-1 [55.8 kB]                                                                                    
Get:97 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.14.5-0ubuntu1~18.04.2 [62.6 kB]                                              
Get:98 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcdio17 amd64 1.0.0-2ubuntu2 [58.8 kB]                                                                                    
Get:99 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gstreamer1.0-plugins-ugly amd64 1.14.5-0ubuntu1~18.04.1 [237 kB]                                                
Get:100 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gstreamer1.0-plugins-bad amd64 1.14.5-0ubuntu1~18.04.1 [1,627 kB]                                              
Get:101 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-good amd64 1.14.5-0ubuntu1~18.04.2 [1,691 kB]                                                 
Get:102 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base amd64 1.14.5-0ubuntu1~18.04.3 [586 kB]                                                   
Get:103 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0 amd64 1.14.5-0ubuntu1~18.04.2 [865 kB]                                                           
Get:104 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.14.5-0ubuntu1~18.04.3 [689 kB]                                              
Get:105 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwebkit2gtk-4.0-37-gtk2 all 2.32.4-0ubuntu0.18.04.1 [59.3 kB]                                                
Get:106 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjavascriptcoregtk-4.0-18 amd64 2.32.4-0ubuntu0.18.04.1 [5,752 kB]                                               
Get:107 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB]                                                                     
Get:108 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgpg-error0 amd64 1.27-6 [38.0 kB]                                                                                       
Get:109 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB]                                                                        
Get:110 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B]                                                                      
Get:111 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcomerr2 amd64 1.44.1-1ubuntu1.3 [2,708 B]                                                                       
Get:112 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]                                                                           
Get:113 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]                                                                       
Get:114 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]                                                                    
Get:115 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]                                                                    
Get:116 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup2.4-1 amd64 2.62.1-1ubuntu0.4 [292 kB]                                                                      
Get:117 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebpdemux2 amd64 0.6.1-2ubuntu0.18.04.1 [9,476 B]                                                               
Get:118 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebkit2gtk-4.0-37 amd64 2.32.4-0ubuntu0.18.04.1 [13.4 MB]                                                       
Get:119 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcogl20 amd64 1.22.2-3ubuntu1 [287 kB]                                                                           
Get:120 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1-mesa amd64 20.0.8-0ubuntu1~18.04.1 [6,416 B]                                                               
Get:121 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgbm1 amd64 20.0.8-0ubuntu1~18.04.1 [27.6 kB]                                                                    
Get:122 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]                                                                         
Get:123 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-0 amd64 1.13-2~ubuntu18.04 [6,568 B]                                                                   
Get:124 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [139 kB]                                                                
Get:125 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 20.0.8-0ubuntu1~18.04.1 [5,532 B]                                                            
Get:126 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.3 [28.1 kB]                                                                           
Get:127 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.3 [86.2 kB]                                                                            
Get:128 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 20.0.8-0ubuntu1~18.04.1 [26.6 kB]                                                              
Get:129 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-client0 amd64 1.16.0-1ubuntu1.1~18.04.3 [23.6 kB]                                                       
Get:130 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [96.3 kB]                                                               
Get:131 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1 amd64 1.0.0-2ubuntu2.3 [32.0 kB]                                                                           
Get:132 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-egl1-mesa amd64 20.0.8-0ubuntu1~18.04.1 [6,444 B]                                                       
Get:133 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-egl1 amd64 1.16.0-1ubuntu1.1~18.04.3 [5,464 B]                                                          
Get:134 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgail-3-0 amd64 3.22.30-1ubuntu4 [21.5 kB]                                                                       
Get:135 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-0 amd64 3.22.30-1ubuntu4 [2,503 kB]                                                                       
Get:136 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-common all 16.10.0+18.04.20180321.1-0ubuntu1 [3,068 B]                                                       
Get:137 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-keyboard amd64 0.0.0+18.04.20180216-0ubuntu1 [50.3 kB]                                                       
Get:138 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB]                                                              
Get:139 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibus amd64 1.5.17-3ubuntu5.3 [4,553 kB]                                                                            
Get:140 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB]                                                             
Get:141 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libproxy1-plugin-gsettings amd64 0.4.15-1ubuntu0.2 [19.2 kB]                                                       
Get:142 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libproxy1-plugin-networkmanager amd64 0.4.15-1ubuntu0.2 [5,276 B]                                                  
Get:143 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libproxy1v5 amd64 0.4.15-1ubuntu0.2 [48.7 kB]                                                                      
Get:144 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking-common all 2.56.0-1ubuntu0.1 [3,476 B]                                                             
Get:145 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking-services amd64 2.56.0-1ubuntu0.1 [8,632 B]                                                         
Get:146 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking amd64 2.56.0-1ubuntu0.1 [56.7 kB]                                                                  
Get:147 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgoa-1.0-0b amd64 3.28.0-0ubuntu2.1 [62.6 kB]                                                                    
Get:148 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgoa-1.0-common all 3.28.0-0ubuntu2.1 [3,960 B]                                                                  
Get:149 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgoa-backend-1.0-1 amd64 3.28.0-0ubuntu2.1 [116 kB]                                                              
Get:150 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtop2-common all 2.38.0-2ubuntu0.18.04.1 [3,696 B]                                                              
Get:151 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtop-2.0-11 amd64 2.38.0-2ubuntu0.18.04.1 [35.4 kB]                                                             
Get:152 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libunity-control-center1 amd64 15.04.0+18.04.20180216-0ubuntu1 [81.5 kB]                                               
Get:153 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB]                                                         
Get:154 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1,610 kB]                                                          
Get:155 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]                                                                      
Get:156 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1,712 kB]                                                        
Get:157 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB]                                                                    
Get:158 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7,240 B]                                                                    
Get:159 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liblircclient0 amd64 0.10.0-2 [4,118 B]                                                                                
Get:160 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblirc-client0 amd64 0.10.0-2 [22.3 kB]                                                                                   
Get:161 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclutter-gtk-1.0-0 amd64 1.8.4-3 [25.9 kB]                                                                               
Get:162 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]                                                                                         
Get:163 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB]                                                                          
Get:164 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnupg-agent all 2.2.4-1ubuntu1.4 [4,864 B]                                                                     
Get:165 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB]                                                                            
Get:166 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]                                                                                           
Get:167 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB]                                                                            
Get:168 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.4 [49.8 kB]                                                                          
Get:169 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.4 [128 kB]                                                                        
Get:170 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB]                                                                                
Get:171 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.4 [91.8 kB]                                                                    
Get:172 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.4 [85.0 kB]                                                                    
Get:173 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.4 [215 kB]                                                                              
Get:174 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB]                                                                               
Get:175 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]                                                                              
Get:176 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]                                                                              
Get:177 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB]                                                                      
Get:178 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB]                                                                                
Get:179 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.5ubuntu0.7 [149 kB]                                                                          
Get:180 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.18 [23.8 kB]                                                            
Get:181 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.18 [10.1 kB]                                                             
Get:182 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.4 [249 kB]                                                                              
Get:183 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnupg2 all 2.2.4-1ubuntu1.4 [5,292 B]                                                                          
Get:184 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-goa-1.0 amd64 3.28.0-0ubuntu2.1 [12.5 kB]                                                                   
Get:185 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-glib-1.0-common all 1.4.2-3ubuntu0.18.04.1 [3,480 B]                                                       
Get:186 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-glib-1.0-0 amd64 1.4.2-3ubuntu0.18.04.1 [58.4 kB]                                                          
Get:187 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnapd-glib1 amd64 1.58-0ubuntu0.18.04.0 [88.6 kB]                                                               
Get:188 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-snapd-1 amd64 1.58-0ubuntu0.18.04.0 [13.2 kB]                                                               
Get:189 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB]                                                                                     
Get:190 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-requests-unixsocket all 0.1.5-3 [6,286 B]                                                                          
Get:191 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distupgrade all 1:18.04.45 [108 kB]                                                                        
Get:192 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-update-manager all 1:18.04.11.13 [35.0 kB]                                                                 
Get:193 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-release-upgrader-core all 1:18.04.45 [26.1 kB]                                                              
Get:194 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 update-manager-core all 1:18.04.11.13 [8,500 B]                                                                    
Get:195 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 update-notifier-common all 3.192.1.12 [133 kB]                                                                     
Get:196 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB]                                                                                 
Get:197 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-debconf all 1.5.66ubuntu1 [4,060 B]                                                                        
Get:198 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-release-upgrader-gtk all 1:18.04.45 [9,452 B]                                                               
Get:199 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7 amd64 2.7.17-1~18.04ubuntu1.6 [1,053 kB]                                                              
Get:200 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7 amd64 2.7.17-1~18.04ubuntu1.6 [248 kB]                                                                   
Get:201 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.17-1~18.04ubuntu1.6 [1,917 kB]                                                       
Get:202 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.17-1~18.04ubuntu1.6 [335 kB]                                                        
Get:203 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.17-1~18.04ubuntu1.6 [1,291 kB]                                                         
Get:204 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB]                                                                                
Get:205 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7,620 B]                                                                              
Get:206 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB]                                                                                         
Get:207 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcamel-1.2-61 amd64 3.28.5-0ubuntu0.18.04.3 [420 kB]                                                             
Get:208 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libebackend-1.2-10 amd64 3.28.5-0ubuntu0.18.04.3 [97.1 kB]                                                         
Get:209 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-system1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [10.5 kB]                                                                 
Get:210 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-thread1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [43.2 kB]                                                                 
Get:211 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libprotobuf10 amd64 3.0.0-9.1ubuntu1 [651 kB]                                                                              
Get:212 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libphonenumber7 amd64 7.1.0-5ubuntu5 [192 kB]                                                                              
Get:213 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libebook-contacts-1.2-2 amd64 3.28.5-0ubuntu0.18.04.3 [53.8 kB]                                                    
Get:214 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libedata-book-1.2-25 amd64 3.28.5-0ubuntu0.18.04.3 [203 kB]                                                        
Get:215 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libebook-1.2-19 amd64 3.28.5-0ubuntu0.18.04.3 [72.5 kB]                                                            
Get:216 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libical3 amd64 3.0.1-5 [275 kB]                                                                                            
Get:217 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdazzle-1.0-0 amd64 3.28.1-1 [356 kB]                                                                                    
Get:218 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libedataserverui-1.2-2 amd64 3.28.5-0ubuntu0.18.04.3 [40.9 kB]                                                     
Get:219 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 geoclue-2.0 amd64 2.4.7-1ubuntu1 [80.6 kB]                                                                                 
Get:220 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgeoclue-2-0 amd64 2.4.7-1ubuntu1 [25.6 kB]                                                                              
Get:221 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgweather-3-15 amd64 3.28.2-1~ubuntu18.04.1 [65.8 kB]                                                            
Get:222 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-calendar amd64 3.28.2-0ubuntu0.18.04.1 [459 kB]                                                              
Get:223 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 evolution-data-server-online-accounts all 3.28.5-0ubuntu0.18.04.3 [3,680 B]                                    
Get:224 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 evolution-data-server amd64 3.28.5-0ubuntu0.18.04.3 [650 kB]                                                       
Get:225 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libedata-cal-1.2-28 amd64 3.28.5-0ubuntu0.18.04.3 [130 kB]                                                         
Get:226 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libecal-1.2-19 amd64 3.28.5-0ubuntu0.18.04.3 [123 kB]                                                              
Get:227 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 evolution-data-server-common all 3.28.5-0ubuntu0.18.04.3 [18.5 kB]                                                 
Get:228 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libedataserver-1.2-23 amd64 3.28.5-0ubuntu0.18.04.3 [245 kB]                                                       
Get:229 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmozjs-52-0 amd64 52.9.1-0ubuntu0.18.04.1 [5,887 kB]                                                             
Get:230 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-freedesktop amd64 1.56.1-1 [9,080 B]                                                                                
Get:231 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB]                                                                                    
Get:232 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-pango-1.0 amd64 1.40.14-1ubuntu0.1 [21.6 kB]                                                                
Get:233 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gtk-3.0 amd64 3.22.30-1ubuntu4 [194 kB]                                                                     
Get:234 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgjs0g amd64 1.52.5-0ubuntu18.04.1 [229 kB]                                                                      
Get:235 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-res0 amd64 1.13-2~ubuntu18.04 [6,392 B]                                                                     
Get:236 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mutter-common all 3.28.4+git20200505-0ubuntu18.04.2 [13.5 kB]                                                      
Get:237 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmutter-2-0 amd64 3.28.4+git20200505-0ubuntu18.04.2 [1,211 kB]                                                   
Get:238 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 accountsservice amd64 0.6.45-1ubuntu1.3 [62.4 kB]                                                                  
Get:239 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaccountsservice0 amd64 0.6.45-1ubuntu1.3 [72.7 kB]                                                              
Get:240 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-accountsservice-1.0 amd64 0.6.45-1ubuntu1.3 [4,852 B]                                                       
Get:241 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gdesktopenums-3.0 amd64 3.28.0-1ubuntu1 [5,356 B]                                                                   
Get:242 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-geoclue-2.0 amd64 2.4.7-1ubuntu1 [5,518 B]                                                                          
Get:243 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gck-1 amd64 3.28.0-1 [10.3 kB]                                                                                      
Get:244 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgcr-base-3-1 amd64 3.28.0-1 [188 kB]                                                                                    
Get:245 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gcr-3 amd64 3.28.0-1 [14.9 kB]                                                                                      
Get:246 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgdm1 amd64 3.28.3-0ubuntu18.04.6 [49.9 kB]                                                                      
Get:247 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gdm-1.0 amd64 3.28.3-0ubuntu18.04.6 [9,556 B]                                                               
Get:248 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnome-bluetooth13 amd64 3.28.0-2ubuntu0.2 [73.6 kB]                                                             
Get:249 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gnomebluetooth-1.0 amd64 3.28.0-2ubuntu0.2 [5,596 B]                                                        
Get:250 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gnomedesktop-3.0 amd64 3.28.2-0ubuntu1.5 [8,652 B]                                                          
Get:251 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gweather-3.0 amd64 3.28.2-1~ubuntu18.04.1 [7,308 B]                                                         
Get:252 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-mutter-2 amd64 3.28.4+git20200505-0ubuntu18.04.2 [139 kB]                                                   
Get:253 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnm0 amd64 1.10.6-2ubuntu1.4 [298 kB]                                                                            
Get:254 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-nm-1.0 amd64 1.10.6-2ubuntu1.4 [54.8 kB]                                                                    
Get:255 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB]                                                                                         
Get:256 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]                                                                                     
Get:257 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libteamdctl0 amd64 1.26-1 [11.6 kB]                                                                                        
Get:258 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 network-manager-pptp-gnome amd64 1.2.6-1 [24.1 kB]                                                                         
Get:259 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 network-manager-pptp amd64 1.2.6-1 [30.0 kB]                                                                               
Get:260 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ppp amd64 2.4.7-2+2ubuntu1.3 [328 kB]                                                                              
Get:261 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmbim-proxy amd64 1.18.0-1~ubuntu18.04.1 [5,572 B]                                                               
Get:262 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmbim-glib4 amd64 1.18.0-1~ubuntu18.04.1 [91.4 kB]                                                               
Get:263 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmm-glib0 amd64 1.10.0-1~ubuntu18.04.2 [179 kB]                                                                  
Get:264 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqmi-proxy amd64 1.22.0-1.2~ubuntu18.04.1 [5,632 B]                                                              
Get:265 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqmi-glib5 amd64 1.22.0-1.2~ubuntu18.04.1 [494 kB]                                                               
Get:266 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 modemmanager amd64 1.10.0-1~ubuntu18.04.2 [728 kB]                                                                 
Get:267 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 network-manager amd64 1.10.6-2ubuntu1.4 [1,505 kB]                                                                 
Get:268 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 policykit-1-gnome amd64 0.105-6ubuntu2 [24.0 kB]                                                                           
Get:269 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus-x11 amd64 1.12.2-1ubuntu1.2 [22.3 kB]                                                                         
Get:270 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.2 [175 kB]                                                                       
Get:271 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblzma5 amd64 5.2.2-1.3 [90.8 kB]                                                                                         
Get:272 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB]                                                                                
Get:273 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]                                                                            
Get:274 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]                                                                        
Get:275 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 cron amd64 3.0pl1-128.1ubuntu1 [68.8 kB]                                                                                   
Get:276 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1,136 kB]                                                                            
Get:277 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus amd64 1.12.2-1ubuntu1.2 [150 kB]                                                                              
Get:278 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.2 [9,392 B]                                                                
Get:279 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnm-gtk0 amd64 1.8.10-2ubuntu3 [73.1 kB]                                                                         
Get:280 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 network-manager-gnome amd64 1.8.10-2ubuntu3 [318 kB]                                                               
Get:281 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnma0 amd64 1.8.10-2ubuntu3 [80.4 kB]                                                                            
Get:282 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-nma-1.0 amd64 1.8.10-2ubuntu3 [5,408 B]                                                                     
Get:283 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-20ubuntu0.18.04.5 [36.4 kB]                                                      
Get:284 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-20ubuntu0.18.04.5 [14.9 kB]                                                        
Get:285 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-polkit-1.0 amd64 0.105-20ubuntu0.18.04.5 [7,340 B]                                                          
Get:286 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-common amd64 2.40.20-2ubuntu0.2 [5,064 B]                                                                 
Get:287 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-2 amd64 2.40.20-2ubuntu0.2 [98.6 kB]                                                                      
Get:288 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-rsvg-2.0 amd64 2.40.20-2ubuntu0.2 [3,764 B]                                                                 
Get:289 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libupower-glib3 amd64 0.99.7-2ubuntu0.18.04.1 [42.8 kB]                                                            
Get:290 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-upowerglib-1.0 amd64 0.99.7-2ubuntu0.18.04.1 [5,268 B]                                                      
Get:291 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gjs amd64 1.52.5-0ubuntu18.04.1 [28.6 kB]                                                                          
Get:292 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-settings-daemon-schemas all 3.28.1-0ubuntu1.3 [12.9 kB]                                                      
Get:293 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 policykit-desktop-privileges all 0.20ubuntu18.04.1 [3,852 B]                                                       
Get:294 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-system-service all 0.3.1 [9,128 B]                                                                                  
Get:295 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-settings-daemon amd64 3.28.1-0ubuntu1.3 [316 kB]                                                             
Get:296 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-shell-common all 3.28.4-0ubuntu18.04.7 [183 kB]                                                              
Get:297 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mutter amd64 3.28.4+git20200505-0ubuntu18.04.2 [15.5 kB]                                                           
Get:298 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libexempi3 amd64 2.4.5-2 [543 kB]                                                                                          
Get:299 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]                                                                     
Get:300 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnome-autoar-0-0 amd64 0.2.3-1ubuntu0.4 [26.1 kB]                                                               
Get:301 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnautilus-extension1a amd64 1:3.26.4-0~ubuntu18.04.5 [15.1 kB]                                                   
Get:302 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]                                                                      
Get:303 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libstemmer0d amd64 0+svn585-1build1 [62.5 kB]                                                                              
Get:304 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtracker-sparql-2.0-0 amd64 2.0.3-1ubuntu4 [272 kB]                                                                      
Get:305 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nautilus-data all 1:3.26.4-0~ubuntu18.04.5 [68.9 kB]                                                               
Get:306 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nautilus amd64 1:3.26.4-0~ubuntu18.04.5 [809 kB]                                                                   
Get:307 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcolord-gtk1 amd64 0.1.26-2 [17.1 kB]                                                                                    
Get:308 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-control-center-data all 1:3.28.2-0ubuntu0.18.04.6 [507 kB]                                                   
Get:309 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-selector-common all 0.188.3 [219 kB]                                                                      
Get:310 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-selector-gnome all 0.188.3 [18.9 kB]                                                                      
Get:311 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 ttf-ubuntu-font-family all 1:0.83-2 [10.2 kB]                                                                          
Get:312 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-ubuntu all 0.83-2 [1,392 kB]                                                                                         
Get:313 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-menus amd64 3.13.3-11ubuntu1.1 [11.1 kB]                                                                     
Get:314 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-control-center amd64 1:3.28.2-0ubuntu0.18.04.6 [1,629 kB]                                                    
Get:315 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-bluetooth amd64 0.0.6+17.10.20170605-0ubuntu3 [33.8 kB]                                                      
Get:316 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-bluetooth amd64 3.28.0-2ubuntu0.2 [53.3 kB]                                                                  
Get:317 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-shell amd64 3.28.4-0ubuntu18.04.7 [668 kB]                                                                   
Get:318 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 update-notifier amd64 3.192.1.12 [56.0 kB]                                                                         
Get:319 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 update-manager all 1:18.04.11.13 [551 kB]                                                                          
Get:320 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf-i18n all 1.5.66ubuntu1 [205 kB]                                                                            
Get:321 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]                                                                       
Get:322 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgtk2-perl amd64 2:1.24992-1build1 [544 kB]                                                                          
Get:323 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor-perl amd64 2.12-4ubuntu5.1 [32.5 kB]                                                                   
Get:324 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]                                                                                  
Get:325 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]                                                                         
Get:326 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libpango-perl amd64 1.227-2build1 [157 kB]                                                                             
Get:327 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]                                                                              
Get:328 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtext-charwidth-perl amd64 0.04-7.1 [9,492 B]                                                                            
Get:329 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]                                                                                       
Get:330 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2,762 kB]                                                                 
Get:331 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]                                                                                          
Get:332 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6,084 B]                                                                                   
Get:333 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3,534 kB]                                                                     
Get:334 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB]                                                                              
Get:335 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1,391 kB]                                                                       
Get:336 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]                                                                        
Get:337 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]                                                                             
Get:338 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]                                                                           
Get:339 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtext-iconv-perl amd64 1.7-5build6 [13.0 kB]                                                                             
Get:340 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libuuid-perl amd64 0.27-1build1 [15.7 kB]                                                                                  
Get:341 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]                                                                               
Get:342 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]                                                                           
Get:343 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]                                                                        
Get:344 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]                                                                                        
Get:345 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dbus-perl amd64 1.1.0-4build2 [176 kB]                                                                              
Get:346 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdata-alias-perl amd64 1.21-1 [34.0 kB]                                                                              
Get:347 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]                                                                  
Get:348 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7,012 B]                                                                              
Get:349 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]                                                                           
Get:350 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]                                                                            
Get:351 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcairo-perl amd64 1.106-2build2 [90.0 kB]                                                                                
Get:352 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]                                                                               
Get:353 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-libidn-perl amd64 0.12.ds-2build4 [16.7 kB]                                                                         
Get:354 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libglib-perl amd64 3:1.326-1build1 [327 kB]                                                                                
Get:355 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pciutils amd64 1:3.5.2-1ubuntu1.1 [257 kB]                                                                         
Get:356 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpci3 amd64 1:3.5.2-1ubuntu1.1 [24.1 kB]                                                                         
Get:357 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB]                                                                   
Get:358 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB]                                                                           
Get:359 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B]                                                                                    
Get:360 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]                                                                                         
Get:361 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3,923 kB]                                                                           
Get:362 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]                                                                                     
Get:363 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]                                                                       
Get:364 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcairo-gobject-perl amd64 1.004-2build3 [11.5 kB]                                                                        
Get:365 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libglib-object-introspection-perl amd64 0.044-2 [61.0 kB]                                                                  
Get:366 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtk3-perl all 0.032-1 [28.1 kB]                                                                                         
Get:367 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-gtk all 0.96.24.32.18 [64.9 kB]                                                                
Get:368 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]                                                                          
Get:369 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgmime-3.0-0 amd64 3.2.0-1 [154 kB]                                                                                      
Get:370 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtotem-plparser-common all 3.26.0-1ubuntu2 [3,448 B]                                                                     
Get:371 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtotem-plparser18 amd64 3.26.0-1ubuntu2 [56.3 kB]                                                                        
Get:372 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgrilo-0.3-0 amd64 0.3.4-1ubuntu0.1 [102 kB]                                                                     
Get:373 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 totem-common all 3.26.0-0ubuntu6.2 [139 kB]                                                                        
Get:374 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB]                                                                  
Get:375 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 grilo-plugins-0.3-base amd64 0.3.5-1ubuntu1 [722 kB]                                                                       
Get:376 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 totem amd64 3.26.0-0ubuntu6.2 [85.5 kB]                                                                            
Get:377 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-totemplparser-1.0 amd64 3.26.0-1ubuntu2 [4,904 B]                                                                   
Get:378 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-totem-1.0 amd64 3.26.0-0ubuntu6.2 [5,188 B]                                                                 
Get:379 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtotem0 amd64 3.26.0-0ubuntu6.2 [154 kB]                                                                         
Get:380 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 totem-plugins amd64 3.26.0-0ubuntu6.2 [140 kB]                                                                     
Get:381 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-renderpm amd64 3.4.0-3ubuntu0.1 [33.5 kB]                                                                  
Get:382 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 onboard amd64 1.4.1-2ubuntu1 [350 kB]                                                                                  
Get:383 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 onboard-common all 1.4.1-2ubuntu1 [530 kB]                                                                             
Get:384 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhunspell-1.6-0 amd64 1.6.2-1 [154 kB]                                                                                   
Get:385 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.9-1~18.04 [77.4 kB]                                                                        
Get:386 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.9-1~18.04 [144 kB]                                                                       
Get:387 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dh-python all 3.20180325ubuntu2 [89.2 kB]                                                                                  
Get:388 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-cairo amd64 1.16.2-1 [56.1 kB]                                                                                     
Get:389 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-reportlab-accel amd64 3.4.0-3ubuntu0.1 [18.4 kB]                                                           
Get:390 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gdbm amd64 3.6.9-1~18.04 [17.8 kB]                                                                         
Get:391 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librhythmbox-core10 amd64 3.4.2-4ubuntu1 [454 kB]                                                                          
Get:392 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rhythmbox-data all 3.4.2-4ubuntu1 [323 kB]                                                                                 
Get:393 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 rhythmbox-plugin-zeitgeist all 3.4.2-4ubuntu1 [7,848 B]                                                                
Get:394 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-rb-3.0 amd64 3.4.2-4ubuntu1 [39.2 kB]                                                                               
Get:395 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rhythmbox amd64 3.4.2-4ubuntu1 [109 kB]                                                                                    
Get:396 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rhythmbox-plugins amd64 3.4.2-4ubuntu1 [332 kB]                                                                            
Get:397 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB]                                                                                 
Get:398 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]                                                                     
Get:399 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB]                                                                  
Get:400 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB]                                                                                   
Get:401 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-common all 2:1.19.6-1ubuntu4.9 [26.8 kB]                                                                   
Get:402 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xdiagnose all 3.8.8 [55.7 kB]                                                                                          
Get:403 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-hwe-16.04 amd64 3:14.1 [2,120 B]                                                                          
Get:404 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg amd64 1:7.7+19ubuntu7.1 [65.2 kB]                                                                     
Get:405 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-core-hwe-16.04 amd64 3:14.1 [2,136 B]                                                                     
Get:406 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg-core amd64 2:1.19.6-1ubuntu4.9 [1,351 kB]                                                             
Get:407 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-evdev-hwe-16.04 amd64 3:14.1 [2,140 B]                                                              
Get:408 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-evdev amd64 1:2.10.5-1ubuntu1 [31.8 kB]                                                             
Get:409 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-legacy-hwe-16.04 amd64 3:14.1 [2,132 B]                                                                   
Get:410 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg-legacy amd64 2:1.19.6-1ubuntu4.9 [32.3 kB]                                                            
Get:411 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.52 [107 kB]                                                                     
Get:412 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB]                                                                       
Get:413 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1 amd64 2.7-2build2 [68.2 kB]                                                                                    
Get:414 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB]                                                                  
Get:415 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB]                                                                       
Get:416 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB]                                                                       
Get:417 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]                                                                                
Get:418 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB]                                                                           
Get:419 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB]                                                                      
Get:420 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB]                                                                           
Get:421 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sysvinit-utils amd64 2.88dsf-59.10ubuntu1 [18.6 kB]                                                                        
Get:422 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB]                                                                          
Get:423 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bluez amd64 5.48-0ubuntu3.6 [948 kB]                                                                               
Get:424 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]                                                                                           
Get:425 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 brltty amd64 5.5-4ubuntu2.0.1 [1,134 kB]                                                                           
Get:426 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-foo2zjs-common all 20170320dfsg0-4 [560 kB]                                                                 
Get:427 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-foo2zjs amd64 20170320dfsg0-4 [134 kB]                                                                      
Get:428 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB]                                                                        
Get:429 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2,913 kB]                                                                          
Get:430 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1,102 kB]                                                                             
Get:431 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]                                                                                  
Get:432 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB]                                                                     
Get:433 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 init-system-helpers all 1.51 [37.3 kB]                                                                                     
Get:434 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 update-inetd all 4.44 [18.1 kB]                                                                                            
Get:435 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]                                                                                                  
Get:436 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ifupdown amd64 0.8.17ubuntu1.1 [55.9 kB]                                                                           
Get:437 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-session amd64 17.3.20+17.10.20171006-0ubuntu1 [111 kB]                                                       
Get:438 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-systemd amd64 234-1build1 [36.1 kB]                                                                                
Get:439 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-style-tango all 1:6.0.7-0ubuntu0.18.04.10 [1,308 kB]                                                   
Get:440 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-style-breeze all 1:6.0.7-0ubuntu0.18.04.10 [1,017 kB]                                                  
Get:441 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-help-en-us all 1:6.0.7-0ubuntu0.18.04.10 [2,449 kB]                                                    
Get:442 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-common all 1:6.0.7-0ubuntu0.18.04.10 [24.7 MB]                                                         
Get:443 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-calc amd64 1:6.0.7-0ubuntu0.18.04.10 [7,038 kB]                                                        
Get:444 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-impress amd64 1:6.0.7-0ubuntu0.18.04.10 [905 kB]                                                       
Get:445 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-draw amd64 1:6.0.7-0ubuntu0.18.04.10 [2,677 kB]                                                        
Get:446 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libreoffice-gtk all 1:6.0.7-0ubuntu0.18.04.10 [2,784 B]                                                        
Get:447 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-gnome amd64 1:6.0.7-0ubuntu0.18.04.10 [59.2 kB]                                                        
Get:448 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-pdfimport all 1:6.0.7-0ubuntu0.18.04.10 [2,904 B]                                                      
Get:449 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-writer amd64 1:6.0.7-0ubuntu0.18.04.10 [8,318 kB]                                                      
Get:450 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-core amd64 1:6.0.7-0ubuntu0.18.04.10 [31.9 MB]                                                         
Get:451 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-style-galaxy all 1:6.0.7-0ubuntu0.18.04.10 [1,540 kB]                                                  
Get:452 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uno-libs3 amd64 6.0.7-0ubuntu0.18.04.10 [707 kB]                                                                   
Get:453 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-ogltrans amd64 1:6.0.7-0ubuntu0.18.04.10 [73.9 kB]                                                     
Get:454 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ure amd64 6.0.7-0ubuntu0.18.04.10 [1,541 kB]                                                                       
Get:455 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-locale1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [241 kB]                                                                  
Get:456 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclucene-core1v5 amd64 2.3.3.4+dfsg-1 [459 kB]                                                                           
Get:457 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclucene-contribs1v5 amd64 2.3.3.4+dfsg-1 [79.0 kB]                                                                      
Get:458 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-date-time1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [20.5 kB]                                                              
Get:459 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcmis-0.5-5v5 amd64 0.5.1+git20160603-3build2 [464 kB]                                                                   
Get:460 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgmepp6 amd64 1.10.0-1ubuntu2 [94.8 kB]                                                                        
Get:461 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-filesystem1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [40.3 kB]                                                             
Get:462 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-iostreams1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [29.2 kB]                                                              
Get:463 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liborcus-0.13-0 amd64 0.13.4-2 [373 kB]                                                                                    
Get:464 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler73 amd64 0.62.0-2ubuntu2.12 [800 kB]                                                                     
Get:465 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxmlsec1 amd64 1.2.25-1build1 [125 kB]                                                                                   
Get:466 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxmlsec1-nss amd64 1.2.25-1build1 [60.7 kB]                                                                              
Get:467 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libabw-0.1-1 amd64 0.1.2-1ubuntu1 [104 kB]                                                                                 
Get:468 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libepubgen-0.1-1 amd64 0.1.0-2ubuntu1 [134 kB]                                                                             
Get:469 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-base-core amd64 1:6.0.7-0ubuntu0.18.04.10 [704 kB]                                                     
Get:470 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-gtk3 amd64 1:6.0.7-0ubuntu0.18.04.10 [216 kB]                                                          
Get:471 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libreoffice-gtk2 amd64 1:6.0.7-0ubuntu0.18.04.10 [203 kB]                                                      
Get:472 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-math amd64 1:6.0.7-0ubuntu0.18.04.10 [395 kB]                                                          
Get:473 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libreoffice-avmedia-backend-gstreamer amd64 1:6.0.7-0ubuntu0.18.04.10 [24.7 kB]                                    
Get:474 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.9-1~18.04ubuntu1.4 [1,414 kB]                                                               
Get:475 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-uno amd64 1:6.0.7-0ubuntu0.18.04.10 [123 kB]                                                               
Get:476 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB]                                                                             
Get:477 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi-cairo amd64 3.26.1-2ubuntu1 [6,652 B]                                                                   
Get:478 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [153 kB]                                                                          
Get:479 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-brlapi amd64 5.5-4ubuntu2.0.1 [61.2 kB]                                                                    
Get:480 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lxml amd64 4.2.1-1ubuntu0.4 [1,097 kB]                                                                     
Get:481 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-cffi-backend amd64 1.11.5-1 [64.6 kB]                                                                              
Get:482 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB]                                                                                       
Get:483 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-cups amd64 1.9.73-2 [57.7 kB]                                                                                      
Get:484 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.6 [330 kB]                                                                        
Get:485 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pycurl amd64 7.43.0.1-0.2 [42.5 kB]                                                                                
Get:486 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-yaml amd64 3.12-1build2 [109 kB]                                                                                   
Get:487 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hplip amd64 3.17.10+repack0-5 [1,035 kB]                                                                                   
Get:488 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsane-hpaio amd64 3.17.10+repack0-5 [121 kB]                                                                             
Get:489 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-postscript-hp all 3.17.10+repack0-5 [844 kB]                                                                
Get:490 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hplip-data all 3.17.10+repack0-5 [6,392 kB]                                                                                
Get:491 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhpmud0 amd64 3.17.10+repack0-5 [108 kB]                                                                                 
Get:492 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-hpcups amd64 3.17.10+repack0-5 [251 kB]                                                                     
Get:493 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsane-common all 1.0.27-1~experimental3ubuntu2.4 [273 kB]                                                        
Get:494 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sane-utils amd64 1.0.27-1~experimental3ubuntu2.4 [185 kB]                                                          
Get:495 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcolord2 amd64 1.3.3-2build1 [107 kB]                                                                                    
Get:496 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 colord-data all 1.3.3-2build1 [1,076 kB]                                                                                   
Get:497 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 colord amd64 1.3.3-2build1 [196 kB]                                                                                        
Get:498 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.9-1ubuntu2.18.04.6 [101 kB]                                                       
Get:499 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 simple-scan amd64 3.28.0-0ubuntu1 [171 kB]                                                                                 
Get:500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgphoto2-port12 amd64 2.5.16-2 [50.2 kB]                                                                                 
Get:501 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgphoto2-6 amd64 2.5.16-2 [830 kB]                                                                                       
Get:502 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsane1 amd64 1.0.27-1~experimental3ubuntu2.4 [2,088 kB]                                                          
Get:503 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-asn1crypto all 0.24.0-1 [72.8 kB]                                                                                  
Get:504 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]                                                                                           
Get:505 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-cryptography amd64 2.1.4-1ubuntu1.4 [220 kB]                                                               
Get:506 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB]                                                                                        
Get:507 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-nacl amd64 1.1.2-1build1 [27.9 kB]                                                                                 
Get:508 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-protobuf amd64 3.0.0-9.1ubuntu1 [262 kB]                                                                           
Get:509 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymacaroons all 0.13.0-1 [13.1 kB]                                                                                 
Get:510 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]                                                                                   
Get:511 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]                                                                                      
Get:512 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]                                                                
Get:513 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]                                                                   
Get:514 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-tz all 2018.3-2 [25.1 kB]                                                                                          
Get:515 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-rfc3339 all 1.0-4 [6,356 B]                                                                                        
Get:516 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]                                                                                         
Get:517 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-macaroonbakery all 1.1.3-1 [62.3 kB]                                                                               
Get:518 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-online-accounts amd64 3.28.0-0ubuntu2.1 [136 kB]                                                             
Get:519 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-control-center amd64 15.04.0+18.04.20180216-0ubuntu1 [924 kB]                                                    
Get:520 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnome-desktop-3-17 amd64 3.28.2-0ubuntu1.5 [113 kB]                                                             
Get:521 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gsettings-ubuntu-schemas all 0.0.7+17.10.20170922-0ubuntu1 [5,666 B]                                                       
Get:522 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2 amd64 1.0.0-2ubuntu2.3 [17.3 kB]                                                                          
Get:523 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vino amd64 3.22.0-3ubuntu1.2 [125 kB]                                                                              
Get:524 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-session-bin amd64 3.28.1-0ubuntu3 [107 kB]                                                                   
Get:525 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-session-common all 3.28.1-0ubuntu3 [4,540 B]                                                                 
Get:526 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xwayland amd64 2:1.19.6-1ubuntu4.9 [863 kB]                                                                        
Get:527 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdbusmenu-qt5-2 amd64 0.9.3+16.04.20160218-1ubuntu1 [76.4 kB]                                                        
Get:528 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 unity amd64 7.5.0+18.04.20190304-0ubuntu1 [1,611 kB]                                                           
Get:529 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 unity-settings-daemon amd64 15.04.1+18.04.20180413-0ubuntu1.2 [484 kB]                                         
Get:530 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-session amd64 3.28.1-0ubuntu3 [4,640 B]                                                                     
Get:531 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 hud amd64 14.10+17.10.20170619-0ubuntu2 [228 kB]                                                                       
Get:532 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsigc++-2.0-0v5 amd64 2.10.0-2 [10.9 kB]                                                                                 
Get:533 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libunity-scopes-json-def-desktop all 7.1.4+18.04.20180209.1-0ubuntu2 [3,460 B]                                             
Get:534 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libunity9 amd64 7.1.4+18.04.20180209.1-0ubuntu2 [200 kB]                                                                   
Get:535 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libunity-protocol-private0 amd64 7.1.4+18.04.20180209.1-0ubuntu2 [78.8 kB]                                                 
Get:536 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 unity-services amd64 7.5.0+18.04.20190304-0ubuntu1 [31.4 kB]                                                   
Get:537 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 unity-schemas all 7.5.0+18.04.20190304-0ubuntu1 [9,408 B]                                                      
Get:538 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libunity-core-6.0-9 amd64 7.5.0+18.04.20190304-0ubuntu1 [427 kB]                                               
Get:539 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 bamfdaemon amd64 0.5.3+18.04.20180207.2-0ubuntu1 [86.9 kB]                                                             
Get:540 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libbamf3-2 amd64 0.5.3+18.04.20180207.2-0ubuntu1 [52.2 kB]                                                             
Get:541 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxapian30 amd64 1.4.5-1ubuntu0.1 [631 kB]                                                                        
Get:542 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-lens-applications amd64 7.1.0+16.10.20160927-0ubuntu3 [115 kB]                                                   
Get:543 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-lens-music amd64 6.9.1+16.04-0ubuntu3 [56.0 kB]                                                                  
Get:544 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-lens-video amd64 0.3.15+16.04.20160212.1-0ubuntu3 [27.9 kB]                                                      
Get:545 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-lens-files amd64 7.1.0+17.10.20170605-0ubuntu2 [52.5 kB]                                                         
Get:546 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-greeter amd64 18.04.0+18.04.20180314.1-0ubuntu2 [152 kB]                                                         
Get:547 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB]                                                                       
Get:548 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2,585 kB]                                                                         
Get:549 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dbg amd64 2.27-3ubuntu1.4 [5,163 kB]                                                                         
Get:550 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB]                                                                            
Get:551 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB]                                                                         
Get:552 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]                                                                             
Get:553 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libffi6 amd64 3.2.1-8 [17.9 kB]                                                                                            
Get:554 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB]                                                                             
Get:555 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dconf-cli amd64 0.26.0-2ubuntu3 [23.3 kB]                                                                                  
Get:556 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dconf-gsettings-backend amd64 0.26.0-2ubuntu3 [20.0 kB]                                                                    
Get:557 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dconf-service amd64 0.26.0-2ubuntu3 [28.4 kB]                                                                              
Get:558 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdconf1 amd64 0.26.0-2ubuntu3 [33.1 kB]                                                                                  
Get:559 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 coreutils amd64 8.28-1ubuntu1 [1,231 kB]                                                                                   
Get:560 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sensible-utils all 0.0.12 [14.8 kB]                                                                                        
Get:561 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]                                                                                                   
Get:562 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB]                                                                                    
Get:563 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB]                                                                   
Get:564 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.3 [22.2 kB]                                                              
Get:565 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.3 [21.6 kB]                                                                  
Get:566 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4,068 B]                                                                   
Get:567 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcap-ng0 amd64 0.7.7-3.1 [11.1 kB]                                                                                       
Get:568 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB]                                                                       
Get:569 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB]                                                                  
Get:570 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3 amd64 2:8.39-9 [229 kB]                                                                                           
Get:571 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsepol1 amd64 2.7-1 [251 kB]                                                                                             
Get:572 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsemanage-common all 2.7-2build2 [6,904 B]                                                                               
Get:573 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsemanage1 amd64 2.7-2build2 [84.6 kB]                                                                                   
Get:574 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB]                                                                           
Get:575 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB]                                                                      
Get:576 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB]                                                        
Get:577 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB]                                                             
Get:578 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB]                                                                               
Get:579 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 adduser all 3.116ubuntu1 [163 kB]                                                                                          
Get:580 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 install-info amd64 6.5.0.dfsg.1-2 [55.4 kB]                                                                                
Get:581 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]                                                                                        
Get:582 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB]                                                                       
Get:583 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB]                                                                      
Get:584 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB]                                                                     
Get:585 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB]                                                                     
Get:586 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 kmod amd64 24-1ubuntu3.5 [88.8 kB]                                                                                 
Get:587 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB]                                                                             
Get:588 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbluetooth3 amd64 5.48-0ubuntu3.6 [64.4 kB]                                                                      
Get:589 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbrlapi0.6 amd64 5.5-4ubuntu2.0.1 [21.3 kB]                                                                      
Get:590 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpolkit-backend-1-0 amd64 0.105-20ubuntu0.18.04.5 [36.3 kB]                                                      
Get:591 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB]                                                              
Get:592 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 busybox-initramfs amd64 1:1.27.2-2ubuntu3.3 [165 kB]                                                               
Get:593 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 isc-dhcp-client amd64 4.3.5-3ubuntu7.3 [244 kB]                                                                    
Get:594 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub2-common amd64 2.02-2ubuntu8.23 [534 kB]                                                                       
Get:595 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-common amd64 2.02-2ubuntu8.23 [1,772 kB]                                                                      
Get:596 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 friendly-recovery all 0.2.38ubuntu1.2 [9,012 B]                                                                    
Get:597 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 klibc-utils amd64 2.0.4-9ubuntu2 [110 kB]                                                                                  
Get:598 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools all 0.130ubuntu3.13 [9,608 B]                                                                      
Get:599 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools-core all 0.130ubuntu3.13 [49.0 kB]                                                                 
Get:600 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools-bin amd64 0.130ubuntu3.13 [10.9 kB]                                                                
Get:601 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libklibc amd64 2.0.4-9ubuntu2 [41.5 kB]                                                                                    
Get:602 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpio amd64 2.12+dfsg-6ubuntu0.18.04.4 [86.4 kB]                                                                    
Get:603 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisc-export169 amd64 1:9.11.3+dfsg-1ubuntu1.16 [164 kB]                                                          
Get:604 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdns-export1100 amd64 1:9.11.3+dfsg-1ubuntu1.16 [749 kB]                                                         
Get:605 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 debianutils amd64 4.8.4 [85.7 kB]                                                                                          
Get:606 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB]                                                                       
Get:607 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libelf1 amd64 0.170-0.4ubuntu0.1 [44.8 kB]                                                                         
Get:608 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]                                                                                            
Get:609 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iproute2 amd64 4.15.0-2ubuntu1.3 [721 kB]                                                                          
Get:610 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libfcitx-utils0 amd64 1:4.2.9.6-1 [35.2 kB]                                                                            
Get:611 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]                                                                                         
Get:612 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB]                                                                                
Get:613 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4,536 B]                                                                            
Get:614 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]                                                                                     
Get:615 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB]                                                                           
Get:616 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]                                                                        
Get:617 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xkb-data all 2.23.1-1ubuntu1.18.04.1 [325 kB]                                                                      
Get:618 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7,556 B]                                                                           
Get:619 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]                                                                           
Get:620 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]                                                                                        
Get:621 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]                                                                         
Get:622 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.4 [664 kB]                                                                    
Get:623 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]                                                                                      
Get:624 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB]                                                                 
Get:625 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-glib1 amd64 0.7-3.1ubuntu1.3 [7,716 B]                                                                    
Get:626 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8,720 B]                                                                              
Get:627 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgmp10 amd64 2:6.1.2+dfsg-2 [240 kB]                                                                                     
Get:628 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB]                                                                   
Get:629 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB]                                                                  
Get:630 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 p11-kit-modules amd64 0.23.9-2ubuntu0.1 [234 kB]                                                                   
Get:631 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB]                                                                       
Get:632 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgeocode-glib0 amd64 3.25.4.1-4ubuntu0.18.04.1 [42.7 kB]                                                         
Get:633 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgweather-common all 3.28.2-1~ubuntu18.04.1 [167 kB]                                                             
Get:634 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB]                                                                       
Get:635 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]                                                                     
Get:636 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo-gobject2 amd64 1.15.10-2ubuntu0.1 [17.1 kB]                                                               
Get:637 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]                                                                                    
Get:638 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]                                                                                     
Get:639 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-atk-1.0 amd64 2.28.1-1 [17.8 kB]                                                                                    
Get:640 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.36.11-2 [7,748 B]                                                                             
Get:641 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.6 [360 kB]                                                                         
Get:642 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.6 [38.5 kB]                                                                     
Get:643 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsbc1 amd64 1.3-2 [33.1 kB]                                                                                              
Get:644 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio-module-bluetooth amd64 1:11.1-1ubuntu7.11 [67.1 kB]                                                     
Get:645 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-common all 2.4.101-2~18.04.1 [5,560 B]                                                                      
Get:646 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm2 amd64 2.4.101-2~18.04.1 [32.3 kB]                                                                          
Get:647 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.4 [9,720 B]                                                                     
Get:648 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0 amd64 1.13-2~ubuntu18.04 [6,920 B]                                                                   
Get:649 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0 amd64 1.13-2~ubuntu18.04 [22.1 kB]                                                                     
Get:650 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present0 amd64 1.13-2~ubuntu18.04 [5,552 B]                                                                 
Get:651 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync1 amd64 1.13-2~ubuntu18.04 [8,808 B]                                                                    
Get:652 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6,934 B]                                                                                      
Get:653 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB]                                                                                       
Get:654 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5,028 B]                                                                                        
Get:655 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-amdgpu1 amd64 2.4.101-2~18.04.1 [18.2 kB]                                                                   
Get:656 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]                                                                                    
Get:657 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1~18.04.2 [15.4 MB]                                                                
Get:658 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0 amd64 1.13-2~ubuntu18.04 [9,352 B]                                                                  
Get:659 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfribidi0 amd64 0.19.7-2 [24.9 kB]                                                                                       
Get:660 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]                                                                      
Get:661 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsoxr0 amd64 0.1.2-3 [65.9 kB]                                                                                       
Get:662 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma1 amd64 2.0.11-2.1ubuntu0.1 [22.0 kB]                                                                       
Get:663 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcrystalhd3 amd64 1:0.0~git20110715.fdd2f19-12 [45.8 kB]                                                             
Get:664 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgsm1 amd64 1.0.13-4build1 [22.4 kB]                                                                                 
Get:665 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]                                                                                         
Get:666 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libshine3 amd64 3.1.1-1 [22.9 kB]                                                                                      
Get:667 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsnappy1v5 amd64 1.1.7-1 [16.0 kB]                                                                                       
Get:668 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libspeex1 amd64 1.2~rc1.2-1ubuntu2 [52.1 kB]                                                                               
Get:669 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtheora0 amd64 1.1.1+dfsg.1-14 [170 kB]                                                                                  
Get:670 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtwolame0 amd64 0.3.13-3 [46.7 kB]                                                                                       
Get:671 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisfile3 amd64 1.3.5-4.2 [16.0 kB]                                                                                   
Get:672 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB]                                                                                    
Get:673 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB]                                                                                      
Get:674 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwavpack1 amd64 5.1.0-2ubuntu1.5 [76.8 kB]                                                                       
Get:675 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libxvidcore4 amd64 2:1.3.5-1 [200 kB]                                                                                  
Get:676 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libzvbi0 amd64 0.2.35-13 [235 kB]                                                                                      
Get:677 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libzvbi-common all 0.2.35-13 [32.1 kB]                                                                                 
Get:678 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsamplerate0 amd64 0.1.9-1 [938 kB]                                                                                      
Get:679 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libflac8 amd64 1.3.2-1 [213 kB]                                                                                            
Get:680 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsndfile1 amd64 1.0.28-4ubuntu0.18.04.2 [170 kB]                                                                 
Get:681 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liba52-0.7.4 amd64 0.7.4-19 [35.2 kB]                                                                                  
Get:682 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdvdread4 amd64 6.0.0-1 [50.6 kB]                                                                                    
Get:683 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmpeg2-4 amd64 0.5.1-8 [57.5 kB]                                                                                     
Get:684 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liborc-0.4-0 amd64 1:0.4.28-1 [137 kB]                                                                                     
Get:685 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsidplay1v5 amd64 1.36.59-11 [63.2 kB]                                                                               
Get:686 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libslang2 amd64 2.3.1a-3ubuntu1 [424 kB]                                                                                   
Get:687 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libaa1 amd64 1.4p5-44build2 [47.2 kB]                                                                                      
Get:688 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libraw1394-11 amd64 2.1.2-1 [30.7 kB]                                                                                      
Get:689 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libavc1394-0 amd64 0.5.4-4build1 [16.1 kB]                                                                                 
Get:690 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcaca0 amd64 0.99.beta19-2ubuntu0.18.04.3 [203 kB]                                                               
Get:691 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdv4 amd64 1.0.0-11 [57.8 kB]                                                                                            
Get:692 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgudev-1.0-0 amd64 1:232-2 [13.6 kB]                                                                                     
Get:693 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libiec61883-0 amd64 1.2.0-2 [23.5 kB]                                                                                      
Get:694 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmpg123-0 amd64 1.25.10-1 [125 kB]                                                                                       
Get:695 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libshout3 amd64 2.4.1-2build1 [43.1 kB]                                                                                    
Get:696 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtag1v5 amd64 1.11.1+dfsg.1-0.2build2 [10.9 kB]                                                                          
Get:697 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtag1v5-vanilla amd64 1.11.1+dfsg.1-0.2build2 [265 kB]                                                                   
Get:698 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libv4l-0 amd64 1.14.2-1 [41.7 kB]                                                                                          
Get:699 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libv4lconvert0 amd64 1.14.2-1 [76.1 kB]                                                                                    
Get:700 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]                                                                            
Get:701 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvisual-0.4-0 amd64 0.4.0-11 [99.2 kB]                                                                                   
Get:702 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB]                                                                       
Get:703 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libwildmidi-config all 0.4.2-1 [7,212 B]                                                                               
Get:704 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]                                                                              
Get:705 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]                                                               
Get:706 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]                                                                            
Get:707 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]                                                                              
Get:708 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]                                                                          
Get:709 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]                                                                           
Get:710 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]                                                                              
Get:711 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]                                                                             
Get:712 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]                                                                             
Get:713 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]                                                                          
Get:714 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]                                                                            
Get:715 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB]                                            
Get:716 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB]                                                     
Get:717 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB]                                                               
Get:718 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]                                                                       
Get:719 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB]                                                                  
Get:720 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libusb-1.0-0 amd64 2:1.0.21-2 [43.3 kB]                                                                                    
Get:721 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdc1394-22 amd64 2.2.5-1 [77.5 kB]                                                                                   
Get:722 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdca0 amd64 0.0.5-10 [100.0 kB]                                                                                      
Get:723 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libde265-0 amd64 1.0.2-2build1 [234 kB]                                                                                
Get:724 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdvdnav4 amd64 6.0.0-1 [38.0 kB]                                                                                     
Get:725 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libfaad2 amd64 2.8.8-1 [154 kB]                                                                                        
Get:726 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libflite1 amd64 2.1-release-1 [12.8 MB]                                                                                
Get:727 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgme0 amd64 0.6.2-1 [121 kB]                                                                                         
Get:728 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libkate1 amd64 0.4.1-7build1 [38.1 kB]                                                                                 
Get:729 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]                                                                           
Get:730 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmjpegutils-2.1-0 amd64 1:2.1.0+debian-5 [24.6 kB]                                                                   
Get:731 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmms0 amd64 0.6.4-2 [27.4 kB]                                                                                        
Get:732 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmodplug1 amd64 1:0.8.9.0-1 [150 kB]                                                                                 
Get:733 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmpeg2encpp-2.1-0 amd64 1:2.1.0+debian-5 [67.6 kB]                                                                   
Get:734 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmplex2-2.1-0 amd64 1:2.1.0+debian-5 [43.7 kB]                                                                       
Get:735 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-double3 amd64 3.3.7-1 [735 kB]                                                                                    
Get:736 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libofa0 amd64 0.9.3-15 [49.1 kB]                                                                                       
Get:737 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libopenal1 amd64 1:1.18.2-2 [266 kB]                                                                                   
Get:738 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libopenal-data all 1:1.18.2-2 [102 kB]                                                                                 
Get:739 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsndio6.1 amd64 1.1.0-3 [23.4 kB]                                                                                    
Get:740 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libopenexr22 amd64 2.2.0-11.1ubuntu1.9 [559 kB]                                                                    
Get:741 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsoundtouch1 amd64 1.9.2-3 [39.6 kB]                                                                                 
Get:742 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB]                                                                              
Get:743 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libvulkan1 amd64 1.1.70+dfsg1-1ubuntu0.18.04.1 [93.4 kB]                                                       
Get:744 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libzbar0 amd64 0.10+doc-10.1build2 [75.7 kB]                                                                           
Get:745 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcap2-bin amd64 1:2.25-1.2 [20.6 kB]                                                                                     
Get:746 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2,565 kB]                                                                                            
Get:747 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhyphen0 amd64 2.8.8-5 [26.5 kB]                                                                                         
Get:748 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsfilters1 amd64 1.20.2-0ubuntu3.1 [108 kB]                                                                   
Get:749 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-browsed amd64 1.20.2-0ubuntu3.1 [87.2 kB]                                                                     
Get:750 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsmime1 amd64 2.2.7-1ubuntu2.8 [13.2 kB]                                                                      
Get:751 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB]                                                                               
Get:752 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB]                                                                     
Get:753 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB]                                                                          
Get:754 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB]                                                                   
Get:755 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB]                                                                                              
Get:756 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 bc amd64 1.07.1-2 [86.2 kB]                                                                                                
Get:757 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-daemon amd64 2.2.7-1ubuntu2.8 [296 kB]                                                                        
Get:758 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]                                                                                    
Get:759 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.13 [1,220 kB]                                                                        
Get:760 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-ipp-utils amd64 2.2.7-1ubuntu2.8 [209 kB]                                                                     
Get:761 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgutenprint2 amd64 5.2.13-2 [1,018 kB]                                                                                   
Get:762 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.8 [18.6 kB]                                                                     
Get:763 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-core-drivers amd64 2.2.7-1ubuntu2.8 [27.8 kB]                                                                 
Get:764 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-server-common all 2.2.7-1ubuntu2.8 [415 kB]                                                                   
Get:765 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-filters amd64 1.20.2-0ubuntu3.1 [407 kB]                                                                      
Get:766 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-filters-core-drivers amd64 1.20.2-0ubuntu3.1 [147 kB]                                                         
Get:767 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-gutenprint amd64 5.2.13-2 [411 kB]                                                                          
Get:768 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 foomatic-db-compressed-ppds all 20180306-1 [301 kB]                                                                        
Get:769 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupscgi1 amd64 2.2.7-1ubuntu2.8 [27.4 kB]                                                                       
Get:770 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-bsd amd64 2.2.7-1ubuntu2.8 [38.5 kB]                                                                          
Get:771 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-client amd64 2.2.7-1ubuntu2.8 [139 kB]                                                                        
Get:772 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsppdc1 amd64 2.2.7-1ubuntu2.8 [45.0 kB]                                                                      
Get:773 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.8 [211 kB]                                                                           
Get:774 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-c2esp amd64 27-4 [34.3 kB]                                                                                  
Get:775 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 openprinting-ppds all 20180306-1 [4,655 kB]                                                                                
Get:776 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-sag-gdi all 0.1-5 [8,788 B]                                                                                 
Get:777 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups amd64 2.2.7-1ubuntu2.8 [191 kB]                                                                               
Get:778 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-pxljr amd64 1.4+repack0-5 [27.2 kB]                                                                         
Get:779 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-common all 2.2.7-1ubuntu2.8 [206 kB]                                                                          
Get:780 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libijs-0.35 amd64 0.35-13 [15.5 kB]                                                                                        
Get:781 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB]                                                                                         
Get:782 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfontembed1 amd64 1.20.2-0ubuntu3.1 [51.8 kB]                                                                    
Get:783 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript-x amd64 9.26~dfsg+0-0ubuntu0.18.04.14 [43.0 kB]                                                        
Get:784 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.14 [51.3 kB]                                                          
Get:785 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.14 [2,265 kB]                                                              
Get:786 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.18.04.14 [5,092 kB]                                                         
Get:787 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]                                                                         
Get:788 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig2dec0 amd64 0.13-6 [55.9 kB]                                                                                        
Get:789 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 poppler-data all 0.4.8-2 [1,479 kB]                                                                                        
Get:790 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]                                                                                            
Get:791 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 poppler-utils amd64 0.62.0-2ubuntu2.12 [154 kB]                                                                    
Get:792 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqpdf21 amd64 8.0.2-3ubuntu0.1 [290 kB]                                                                          
Get:793 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mscompress amd64 0.4-3build1 [9,132 B]                                                                                     
Get:794 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dc amd64 1.07.1-2 [48.6 kB]                                                                                                
Get:795 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-utils amd64 2.9-1ubuntu0.1 [41.9 kB]                                                                      
Get:796 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]                                                                          
Get:797 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]                                                                                  
Get:798 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]                                                                           
Get:799 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]                                                                            
Get:800 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]                                                                                           
Get:801 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]                                                                                      
Get:802 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]                                                                                      
Get:803 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]                                                                                  
Get:804 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20210119~18.04.2 [145 kB]                                                                      
Get:805 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-copy-recursive-perl all 0.40-1 [16.9 kB]                                                                           
Get:806 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8,284 B]                                                                            
Get:807 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]                                                                                  
Get:808 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]                                                                           
Get:809 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]                                                           
Get:810 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]                                                                                   
Get:811 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]                                                                                      
Get:812 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]                                                                                 
Get:813 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]                                                                                    
Get:814 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3,388 B]                                                                    
Get:815 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB]                                                              
Get:816 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB]                                                                  
Get:817 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1,839 kB]                                                  
Get:818 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-163.171 [994 kB]                                                                       
Get:819 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]                                                                                      
Get:820 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]                                                                             
Get:821 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]                                                                        
Get:822 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]                                                                      
Get:823 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasprintf-dev amd64 0.19.8.1-6ubuntu0.3 [20.5 kB]                                                                
Get:824 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasprintf0v5 amd64 0.19.8.1-6ubuntu0.3 [20.7 kB]                                                                 
Get:825 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgettextpo-dev amd64 0.19.8.1-6ubuntu0.3 [158 kB]                                                                
Get:826 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgettextpo0 amd64 0.19.8.1-6ubuntu0.3 [137 kB]                                                                   
Get:827 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]                                                                    
Get:828 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB]                                                                       
Get:829 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]                                                                  
Get:830 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]                                                                                
Get:831 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5,948 B]                                                                                  
Get:832 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]                                                                                
Get:833 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]                                                                                  
Get:834 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]                                                                                       
Get:835 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]                                                                                 
Get:836 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]                                                                                       
Get:837 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]                                                                                 
Get:838 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpopt0 amd64 1.16-11 [26.2 kB]                                                                                           
Get:839 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 librpmio8 amd64 4.14.1+dfsg1-2 [74.6 kB]                                                                               
Get:840 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 librpm8 amd64 4.14.1+dfsg1-2 [173 kB]                                                                                  
Get:841 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdw1 amd64 0.170-0.4ubuntu0.1 [203 kB]                                                                           
Get:842 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 librpmbuild8 amd64 4.14.1+dfsg1-2 [70.5 kB]                                                                            
Get:843 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 librpmsign8 amd64 4.14.1+dfsg1-2 [8,184 B]                                                                             
Get:844 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 python-rpm amd64 4.14.1+dfsg1-2 [44.7 kB]                                                                              
Get:845 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 rpm2cpio amd64 4.14.1+dfsg1-2 [7,988 B]                                                                                
Get:846 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 rpm-common amd64 4.14.1+dfsg1-2 [28.7 kB]                                                                              
Get:847 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 rpm amd64 4.14.1+dfsg1-2 [119 kB]                                                                                      
Get:848 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 debugedit amd64 4.14.1+dfsg1-2 [19.1 kB]                                                                               
Get:849 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]                                                                                     
Get:850 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 acl amd64 2.2.52-3build1 [38.5 kB]                                                                                         
Get:851 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libattr1 amd64 1:2.4.47-2build1 [9,524 B]                                                                                  
Get:852 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libacl1 amd64 2.2.52-3build1 [16.1 kB]                                                                                     
Get:853 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1,153 kB]                                                                                      
Get:854 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1,019 kB]                                                                           
Get:855 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]                                                                              
Get:856 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]                                                                                         
Get:857 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]                                                                                             
Get:858 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]                                                                                         
Get:859 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]                                                                                      
Get:860 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB]                                                                                      
Get:861 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB]                                                                                          
Get:862 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB]                                                                  
Get:863 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libieee1284-3 amd64 0.2.11-13 [20.7 kB]                                                                                    
Get:864 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgusb2 amd64 0.2.11-1 [20.1 kB]                                                                                          
Get:865 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcolorhug2 amd64 1.3.3-2build1 [36.2 kB]                                                                                 
Get:866 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-utils all 1.1.2-1ubuntu2.5 [60.4 kB]                                                                           
Get:867 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]                                                                                           
Get:868 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexif12 amd64 0.6.21-4ubuntu0.6 [78.7 kB]                                                                        
Get:869 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]                                                                                         
Get:870 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.5 [119 kB]                                                                             
Get:871 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdebconfclient0 amd64 0.213ubuntu1 [6,048 B]                                                                             
Get:872 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 base-passwd amd64 3.5.44 [47.2 kB]                                                                                         
Get:873 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 makedev all 2.3.1-93ubuntu2 [24.4 kB]                                                                                  
Get:874 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-ptyprocess all 0.5.2-1 [12.7 kB]                                                                                   
Get:875 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pexpect all 4.2.1-1 [42.4 kB]                                                                                      
Get:876 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-reportlab all 3.4.0-3ubuntu0.1 [473 kB]                                                                    
Get:877 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB]                                                                              
Get:878 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-ppdc amd64 2.2.7-1ubuntu2.8 [26.9 kB]                                                                         
Get:879 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB]                                                                        
Get:880 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqtgui4 amd64 4:4.8.7+dfsg-7ubuntu1 [4,115 kB]                                                                       
Get:881 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-declarative amd64 4:4.8.7+dfsg-7ubuntu1 [1,089 kB]                                                              
Get:882 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-script amd64 4:4.8.7+dfsg-7ubuntu1 [815 kB]                                                                     
Get:883 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-7ubuntu1 [1,091 kB]                                                              
Get:884 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-network amd64 4:4.8.7+dfsg-7ubuntu1 [562 kB]                                                                    
Get:885 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-xml amd64 4:4.8.7+dfsg-7ubuntu1 [96.1 kB]                                                                       
Get:886 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-sql-sqlite amd64 4:4.8.7+dfsg-7ubuntu1 [23.6 kB]                                                                
Get:887 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-sql amd64 4:4.8.7+dfsg-7ubuntu1 [98.5 kB]                                                                       
Get:888 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qtcore4-l10n all 4:4.8.7+dfsg-7ubuntu1 [617 kB]                                                                        
Get:889 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqtcore4 amd64 4:4.8.7+dfsg-7ubuntu1 [1,552 kB]                                                                      
Get:890 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 qtchooser amd64 64-ga1b6736-5 [24.1 kB]                                                                                    
Get:891 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qdbus amd64 4:4.8.7+dfsg-7ubuntu1 [30.0 kB]                                                                            
Get:892 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqtdbus4 amd64 4:4.8.7+dfsg-7ubuntu1 [186 kB]                                                                        
Get:893 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt4-dbus amd64 4:4.8.7+dfsg-7ubuntu1 [6,440 B]                                                                      
Get:894 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]                                                                                  
Get:895 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libaudio2 amd64 1.9.4-6 [50.3 kB]                                                                                          
Get:896 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB]                                                                                           
Get:897 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libevdev2 amd64 1.5.8+dfsg-1ubuntu0.1 [28.9 kB]                                                                    
Get:898 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwacom2 amd64 0.29-1 [17.7 kB]                                                                                           
Get:899 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-common all 0.29-1 [36.9 kB]                                                                                       
Get:900 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput-bin amd64 1.10.4-1ubuntu0.18.04.2 [11.2 kB]                                                               
Get:901 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmtdev1 amd64 1.1.5-1ubuntu3 [13.8 kB]                                                                                   
Get:902 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput10 amd64 1.10.4-1ubuntu0.18.04.2 [86.2 kB]                                                                 
Get:903 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0 amd64 1.13-2~ubuntu18.04 [16.4 kB]                                                                   
Get:904 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]                                                                  
Get:905 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0 amd64 1.13-2~ubuntu18.04 [5,972 B]                                                                   
Get:906 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B]                                                                     
Get:907 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xkb1 amd64 1.13-2~ubuntu18.04 [30.1 kB]                                                                     
Get:908 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1~ubuntu18.04.1 [13.4 kB]                                                           
Get:909 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon0 amd64 0.8.2-1~ubuntu18.04.1 [97.8 kB]                                                                
Get:910 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 enchant amd64 1.6.0-11.1 [12.2 kB]                                                                                         
Get:911 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 aspell amd64 0.60.7~20110707-4ubuntu0.2 [87.7 kB]                                                                  
Get:912 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaspell15 amd64 0.60.7~20110707-4ubuntu0.2 [310 kB]                                                              
Get:913 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dictionaries-common all 1.27.2 [186 kB]                                                                                    
Get:914 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 aspell-en all 2017.08.24-0-0.1 [298 kB]                                                                                    
Get:915 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hunspell-en-us all 1:2017.08.24 [168 kB]                                                                                   
Get:916 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libenchant1c2a amd64 1.6.0-11.1 [64.4 kB]                                                                                  
Get:917 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B]                                                                            
Get:918 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnotify4 amd64 0.7.7-3 [17.3 kB]                                                                                         
Get:919 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsecret-common all 0.18.6-1 [4,452 B]                                                                                    
Get:920 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsecret-1-0 amd64 0.18.6-1 [94.6 kB]                                                                                     
Get:921 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6,988 B]                                                                                   
Get:922 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB]                                                                                       
Get:923 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB]                                                                                       
Get:924 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-intel1 amd64 2.4.101-2~18.04.1 [60.0 kB]                                                                    
Get:925 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-nouveau2 amd64 2.4.101-2~18.04.1 [16.5 kB]                                                                  
Get:926 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-radeon1 amd64 2.4.101-2~18.04.1 [21.7 kB]                                                                   
Get:927 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 20.0.8-0ubuntu1~18.04.1 [9,333 kB]                                                           
Get:928 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 nux-tools amd64 4.0.8+18.04.20180622.2-0ubuntu1 [10.4 kB]                                                      
Get:929 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]                                                                         
Get:930 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxkbfile1 amd64 1:1.0.9-2 [64.6 kB]                                                                                      
Get:931 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-xkb-utils amd64 7.7+3ubuntu0.18.04.1 [160 kB]                                                                  
Get:932 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB]                                                                                          
Get:933 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libspeexdsp1 amd64 1.2~rc1.2-1ubuntu2 [40.3 kB]                                                                            
Get:934 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtdb1 amd64 1.3.15-2 [39.7 kB]                                                                                           
Get:935 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]                                                                                         
Get:936 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libasound2-plugins amd64 1.1.1-1ubuntu1 [55.0 kB]                                                                          
Get:937 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulsedsp amd64 1:11.1-1ubuntu7.11 [31.9 kB]                                                                     
Get:938 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio-utils amd64 1:11.1-1ubuntu7.11 [64.3 kB]                                                                
Get:939 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio amd64 1:11.1-1ubuntu7.11 [790 kB]                                                                       
Get:940 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.11 [22.1 kB]                                                         
Get:941 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB]                                                                       
Get:942 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]                                                                                          
Get:943 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.11 [266 kB]                                                                        
Get:944 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcanberra-pulse amd64 0.30-5ubuntu1 [12.0 kB]                                                                            
Get:945 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sound-theme-freedesktop all 0.8-2ubuntu1 [384 kB]                                                                          
Get:946 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcanberra0 amd64 0.30-5ubuntu1 [38.4 kB]                                                                                 
Get:947 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcanberra-gtk3-0 amd64 0.30-5ubuntu1 [7,856 B]                                                                           
Get:948 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-dbusmenu-glib-0.4 amd64 16.04.1+18.04.20171206-0ubuntu2 [6,252 B]                                           
Get:949 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbusmenu-glib4 amd64 16.04.1+18.04.20171206-0ubuntu2 [41.0 kB]                                                  
Get:950 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB]                                                                                     
Get:951 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 at-spi2-core amd64 2.28.0-1 [47.9 kB]                                                                                      
Get:952 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdee-1.0-4 amd64 1.2.7+17.10.20170616-0ubuntu4 [75.9 kB]                                                                 
Get:953 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libzeitgeist-2.0-0 amd64 1.0-0.1ubuntu1 [115 kB]                                                                           
Get:954 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 desktop-file-utils amd64 0.23-1ubuntu3.18.04.2 [51.4 kB]                                                           
Get:955 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcdio-cdda2 amd64 10.2+0.94+2-2build1 [17.7 kB]                                                                          
Get:956 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcdio-paranoia2 amd64 10.2+0.94+2-2build1 [17.2 kB]                                                                      
Get:957 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgck-1-0 amd64 3.28.0-1 [74.2 kB]                                                                                        
Get:958 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liboauth0 amd64 1.0.3-1 [16.9 kB]                                                                                          
Get:959 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdata-common all 0.17.9-2 [2,968 B]                                                                                     
Get:960 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdata22 amd64 0.17.9-2 [263 kB]                                                                                         
Get:961 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmtp-common all 1.1.13-1 [43.6 kB]                                                                                       
Get:962 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmtp-runtime amd64 1.1.13-1 [5,722 B]                                                                                    
Get:963 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmtp9 amd64 1.1.13-1 [154 kB]                                                                                            
Get:964 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtalloc2 amd64 2.1.10-2ubuntu1 [36.0 kB]                                                                                 
Get:965 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtevent0 amd64 0.9.34-1 [27.7 kB]                                                                                        
Get:966 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwbclient0 amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.24 [34.1 kB]                                                       
Get:967 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsmbclient amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.24 [54.4 kB]                                                       
Get:968 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 samba-libs amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.24 [5,257 kB]                                                        
Get:969 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldb1 amd64 2:1.2.3-1ubuntu0.2 [114 kB]                                                                          
Get:970 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-talloc amd64 2.1.10-2ubuntu1 [9,124 B]                                                                              
Get:971 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libplist3 amd64 2.0.0-2ubuntu1 [31.8 kB]                                                                                   
Get:972 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libusbmuxd4 amd64 1.1.0~git20171206.c724e70f-0.1 [15.6 kB]                                                                 
Get:973 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libimobiledevice6 amd64 1.2.1~git20171128.5a854327+dfsg-0.1 [60.8 kB]                                                      
Get:974 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 psmisc amd64 23.1-1ubuntu0.1 [52.5 kB]                                                                             
Get:975 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-backends amd64 1.36.1-0ubuntu1.3.3 [321 kB]                                                                   
Get:976 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.8 [4,716 B]                                                              
Get:977 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-bin amd64 1.36.1-0ubuntu1.3.3 [5,008 B]                                                                       
Get:978 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-fuse amd64 1.36.1-0ubuntu1.3.3 [17.7 kB]                                                                      
Get:979 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs amd64 1.36.1-0ubuntu1.3.3 [111 kB]                                                                            
Get:980 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-daemons amd64 1.36.1-0ubuntu1.3.3 [117 kB]                                                                    
Get:981 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-libs amd64 1.36.1-0ubuntu1.3.3 [96.0 kB]                                                                      
Get:982 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gvfs-common all 1.36.1-0ubuntu1.3.3 [20.5 kB]                                                                      
Get:983 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudisks2-0 amd64 2.7.6-3ubuntu0.2 [98.1 kB]                                                                      
Get:984 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]                                                                                          
Get:985 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]                                                                                       
Get:986 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-part-err2 amd64 2.16-2 [4,892 B]                                                                               
Get:987 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-utils2 amd64 2.16-2 [12.1 kB]                                                                                  
Get:988 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 parted amd64 3.2-20ubuntu0.2 [42.4 kB]                                                                             
Get:989 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libparted2 amd64 3.2-20ubuntu0.2 [123 kB]                                                                          
Get:990 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gdisk amd64 1.0.3-1 [205 kB]                                                                                               
Get:991 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-part2 amd64 2.16-2 [14.4 kB]                                                                                   
Get:992 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-swap2 amd64 2.16-2 [6,616 B]                                                                                   
Get:993 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-loop2 amd64 2.16-2 [6,292 B]                                                                                   
Get:994 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libparted-fs-resize0 amd64 3.2-20ubuntu0.2 [47.0 kB]                                                               
Get:995 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB]                                                                        
Get:996 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 e2fslibs amd64 1.44.1-1ubuntu1.3 [2,712 B]                                                                         
Get:997 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB]                                                                         
Get:998 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-fs2 amd64 2.16-2 [18.8 kB]                                                                                     
Get:999 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev2 amd64 2.16-2 [39.0 kB]                                                                                        
Get:1000 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatasmart4 amd64 0.19-4 [23.7 kB]                                                                                       
Get:1001 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 udisks2 amd64 2.7.6-3ubuntu0.2 [231 kB]                                                                           
Get:1002 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]                                                                                   
Get:1003 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgcr-ui-3-1 amd64 3.28.0-1 [143 kB]                                                                                     
Get:1004 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gcr amd64 3.28.0-1 [62.9 kB]                                                                                              
Get:1005 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-gnome3 amd64 1.1.0-1 [38.2 kB]                                                                                   
Get:1006 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7,668 B]                                                                                            
Get:1007 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB]                                                                          
Get:1008 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]                                                                              
Get:1009 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 session-migration amd64 0.3.3 [8,704 B]                                                                                   
Get:1010 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-aptdaemon.gtk3widgets all 1.1.1+bzr982-0ubuntu19.5 [14.0 kB]                                              
Get:1011 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 system-config-printer-gnome all 1.5.11-1ubuntu2 [2,000 B]                                                             
Get:1012 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 aptdaemon all 1.1.1+bzr982-0ubuntu19.5 [13.5 kB]                                                                  
Get:1013 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-aptdaemon all 1.1.1+bzr982-0ubuntu19.5 [77.1 kB]                                                          
Get:1014 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.9-1ubuntu2.18.04.6 [21.6 kB]                                                  
Get:1015 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-cupshelpers all 1.5.11-1ubuntu2 [32.8 kB]                                                                         
Get:1016 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-notify-0.7 amd64 0.7.7-3 [3,576 B]                                                                                 
Get:1017 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-secret-1 amd64 0.18.6-1 [7,440 B]                                                                                  
Get:1018 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 system-config-printer-common all 1.5.11-1ubuntu2 [107 kB]                                                                 
Get:1019 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 system-config-printer all 1.5.11-1ubuntu2 [79.0 kB]                                                                       
Get:1020 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libvte-2.91-0 amd64 0.52.2-1ubuntu1~18.04.2 [160 kB]                                                              
Get:1021 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libvte-2.91-common all 0.52.2-1ubuntu1~18.04.2 [4,288 B]                                                          
Get:1022 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-vte-2.91 amd64 0.52.2-1ubuntu1~18.04.2 [8,156 B]                                                           
Get:1023 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 aptdaemon-data all 1.1.1+bzr982-0ubuntu19.5 [160 kB]                                                              
Get:1024 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info amd64 0.18ubuntu0.18.04.1 [19.9 kB]                                                                   
Get:1025 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.13 [4,656 B]                                                                     
Get:1026 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distro-info all 0.18ubuntu0.18.04.1 [9,296 B]                                                             
Get:1027 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-colorama all 0.3.7-1 [14.9 kB]                                                                                    
Get:1028 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-click all 6.7-3 [56.5 kB]                                                                                         
Get:1029 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 usbutils amd64 1:007-4build1 [208 kB]                                                                                     
Get:1030 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-single3 amd64 3.3.7-1 [764 kB]                                                                                   
Get:1031 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnewt0.52 amd64 0.52.20-1ubuntu1 [40.6 kB]                                                                              
Get:1032 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 whiptail amd64 0.52.20-1ubuntu1 [16.6 kB]                                                                                 
Get:1033 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 alsa-utils amd64 1.1.3-1ubuntu1 [966 kB]                                                                                  
Get:1034 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-drivers-common amd64 1:0.8.6.3~0.18.04.2 [52.6 kB]                                                         
Get:1035 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]                                                                               
Get:1036 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]                                                                                  
Get:1037 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgspell-1-common all 1.6.1-1 [5,988 B]                                                                                  
Get:1038 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgspell-1-1 amd64 1.6.1-1 [47.7 kB]                                                                                     
Get:1039 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtksourceview-3.0-common all 3.24.7-1 [185 kB]                                                                         
Get:1040 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtksourceview-3.0-1 amd64 3.24.7-1 [221 kB]                                                                            
Get:1041 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gtksource-3.0 amd64 3.24.7-1 [18.4 kB]                                                                             
Get:1042 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gedit amd64 3.28.1-1ubuntu1.2 [408 kB]                                                                            
Get:1043 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gedit-common all 3.28.1-1ubuntu1.2 [137 kB]                                                                       
Get:1044 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-peas-1.0 amd64 1.22.0-2 [5,700 B]                                                                                  
Get:1045 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gstreamer-1.0 amd64 1.14.5-0ubuntu1~18.04.2 [71.5 kB]                                                      
Get:1046 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gst-plugins-base-1.0 amd64 1.14.5-0ubuntu1~18.04.3 [82.7 kB]                                               
Get:1047 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdmapsharing-3.0-2 amd64 2.9.39-2 [66.3 kB]                                                                             
Get:1048 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgpod4 amd64 0.8.3-11 [185 kB]                                                                                          
Get:1049 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-webkit2-4.0 amd64 2.32.4-0ubuntu0.18.04.1 [79.4 kB]                                                        
Get:1050 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-javascriptcoregtk-4.0 amd64 2.32.4-0ubuntu0.18.04.1 [28.8 kB]                                              
Get:1051 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup-gnome2.4-1 amd64 2.62.1-1ubuntu0.4 [5,088 B]                                                              
Get:1052 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-soup-2.4 amd64 2.62.1-1ubuntu0.4 [25.4 kB]                                                                 
Get:1053 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mako all 1.0.7+ds1-1 [59.3 kB]                                                                                    
Get:1054 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpeas-common all 1.22.0-2 [9,588 B]                                                                                     
Get:1055 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpeas-1.0-0 amd64 1.22.0-2 [57.4 kB]                                                                                    
Get:1056 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 zeitgeist-core amd64 1.0-0.1ubuntu1 [133 kB]                                                                              
Get:1057 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-x amd64 1.14.5-0ubuntu1~18.04.3 [74.3 kB]                                                            
Get:1058 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 media-player-info all 23-1 [30.0 kB]                                                                                      
Get:1059 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sed amd64 4.4-2 [182 kB]                                                                                                  
Get:1060 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB]                                                                                       
Get:1061 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB]                                                                                   
Get:1062 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libp11-kit-gnome-keyring amd64 3.28.0.2-1ubuntu1.18.04.1 [3,228 B]                                            
Get:1063 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-keyring amd64 3.28.0.2-1ubuntu1.18.04.1 [598 kB]                                                            
Get:1064 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-keyring-pkcs11 amd64 3.28.0.2-1ubuntu1.18.04.1 [26.4 kB]                                                    
Get:1065 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 p11-kit amd64 0.23.9-2ubuntu0.1 [93.2 kB]                                                                         
Get:1066 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libstartup-notification0 amd64 0.12-5 [18.9 kB]                                                                           
Get:1067 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB]                                                                                    
Get:1068 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-json-1.0 amd64 1.4.2-3ubuntu0.18.04.1 [8,056 B]                                                            
Get:1069 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pptp-linux amd64 1.9.0+ds-2 [41.8 kB]                                                                                     
Get:1070 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcap0.8 amd64 1.8.1-6ubuntu1.18.04.2 [118 kB]                                                                  
Get:1071 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libndp0 amd64 1.6-1 [10.7 kB]                                                                                             
Get:1072 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB]                                                                          
Get:1073 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]                                                                               
Get:1074 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpcsclite1 amd64 1.8.23-1 [21.3 kB]                                                                                     
Get:1075 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 wpasupplicant amd64 2:2.6-15ubuntu2.8 [955 kB]                                                                    
Get:1076 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdbus-glib-1-2 amd64 0.110-2 [58.3 kB]                                                                                  
Get:1077 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnm-util2 amd64 1.10.6-2ubuntu1.4 [117 kB]                                                                      
Get:1078 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnm-glib4 amd64 1.10.6-2ubuntu1.4 [78.7 kB]                                                                     
Get:1079 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbusmenu-gtk3-4 amd64 16.04.1+18.04.20171206-0ubuntu2 [26.8 kB]                                                
Get:1080 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libindicator3-7 amd64 16.10.0+18.04.20180321.1-0ubuntu1 [26.1 kB]                                                         
Get:1081 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libappindicator3-1 amd64 12.10.1+18.04.20200408.1-0ubuntu1 [19.4 kB]                                              
Get:1082 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 zenity amd64 3.28.1-1 [59.7 kB]                                                                                           
Get:1083 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 zenity-common all 3.28.1-1 [220 kB]                                                                                       
Get:1084 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librest-0.7-0 amd64 0.8.0-2 [31.8 kB]                                                                                     
Get:1085 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 im-config all 0.34-1ubuntu1.3 [23.3 kB]                                                                           
Get:1086 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcogl-pango20 amd64 1.22.2-3ubuntu1 [15.0 kB]                                                                   
Get:1087 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcogl-path20 amd64 1.22.2-3ubuntu1 [31.0 kB]                                                                    
Get:1088 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-cursor0 amd64 1.16.0-1ubuntu1.1~18.04.3 [10.1 kB]                                                      
Get:1089 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclutter-1.0-0 amd64 1.26.2+dfsg-4 [543 kB]                                                                             
Get:1090 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclutter-gst-3.0-0 amd64 3.0.26-1 [54.5 kB]                                                                             
Get:1091 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcheese8 amd64 3.28.0-1ubuntu1 [32.7 kB]                                                                                
Get:1092 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-video-effects all 0.4.3-1ubuntu1 [37.6 kB]                                                                          
Get:1093 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 cheese amd64 3.28.0-1ubuntu1 [137 kB]                                                                                     
Get:1094 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcheese-gtk25 amd64 3.28.0-1ubuntu1 [26.4 kB]                                                                           
Get:1095 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 cheese-common all 3.28.0-1ubuntu1 [450 kB]                                                                                
Get:1096 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gstreamer1.0-clutter-3.0 amd64 3.0.26-1 [6,220 B]                                                                         
Get:1097 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpwquality-common all 1.4.0-2 [7,368 B]                                                                                 
Get:1098 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 cracklib-runtime amd64 2.9.2-5build1 [134 kB]                                                                             
Get:1099 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcrack2 amd64 2.9.2-5build1 [28.0 kB]                                                                                   
Get:1100 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpwquality1 amd64 1.4.0-2 [12.5 kB]                                                                                     
Get:1101 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 whoopsie-preferences amd64 0.19 [8,728 B]                                                                                 
Get:1102 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwhoopsie-preferences0 amd64 0.19 [13.9 kB]                                                                             
Get:1103 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 whoopsie amd64 0.2.62ubuntu0.6 [24.3 kB]                                                                          
Get:1104 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwhoopsie0 amd64 0.2.62ubuntu0.6 [9,780 B]                                                                      
Get:1105 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 apg amd64 2.2.3.dfsg.1-5 [50.6 kB]                                                                                        
Get:1106 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libfcitx-config4 amd64 1:4.2.9.6-1 [34.2 kB]                                                                          
Get:1107 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeonames-common all 0.2+17.04.20170220-0ubuntu1 [2,966 B]                                                          
Get:1108 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeonames0 amd64 0.2+17.04.20170220-0ubuntu1 [800 kB]                                                               
Get:1109 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnome-menu-3-0 amd64 3.13.3-11ubuntu1.1 [43.1 kB]                                                              
Get:1110 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libunity-settings-daemon1 amd64 15.04.1+18.04.20180413-0ubuntu1.2 [75.9 kB]                                   
Get:1111 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnomekbd-common all 3.26.0-3ubuntu0.18.04.1 [6,324 B]                                                          
Get:1112 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxklavier16 amd64 5.4-3 [43.3 kB]                                                                                       
Get:1113 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnomekbd8 amd64 3.26.0-3ubuntu0.18.04.1 [43.9 kB]                                                              
Get:1114 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gkbd-capplet amd64 3.26.0-3ubuntu0.18.04.1 [4,968 B]                                                              
Get:1115 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-bin amd64 3.22.30-1ubuntu4 [57.4 kB]                                                                     
Get:1116 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgail-common amd64 2.24.32-1ubuntu1 [112 kB]                                                                            
Get:1117 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgail18 amd64 2.24.32-1ubuntu1 [14.2 kB]                                                                                
Get:1118 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-common all 2.24.32-1ubuntu1 [125 kB]                                                                            
Get:1119 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B]                                                                                   
Get:1120 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-bin amd64 2.24.32-1ubuntu1 [7,536 B]                                                                            
Get:1121 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-0 amd64 2.24.32-1ubuntu1 [1,769 kB]                                                                             
Get:1122 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu4 [28.3 kB]                                                            
Get:1123 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1,250 kB]                                                                                 
Get:1124 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-mono all 16.10+18.04.20181005-0ubuntu1 [149 kB]                                                            
Get:1125 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3,306 kB]                                                                         
Get:1126 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gir1.2-accounts-1.0 amd64 1.23+17.04.20161104-0ubuntu1 [6,590 B]                                                      
Get:1127 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libaccounts-glib0 amd64 1.23+17.04.20161104-0ubuntu1 [41.0 kB]                                                        
Get:1128 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmessaging-menu0 amd64 13.10.1+17.04.20170120-0ubuntu2 [21.2 kB]                                                        
Get:1129 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liburl-dispatcher1 amd64 0.1+17.04.20170328-0ubuntu4 [5,940 B]                                                        
Get:1130 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-datetime amd64 15.10+17.10.20170829.2-0ubuntu4 [275 kB]                                                     
Get:1131 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgee-0.8-2 amd64 0.20.1-1 [210 kB]                                                                                      
Get:1132 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liblightdm-gobject-1-0 amd64 1.26.0-0ubuntu1 [39.2 kB]                                                                
Get:1133 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 upower amd64 0.99.7-2ubuntu0.18.04.1 [102 kB]                                                                     
Get:1134 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-power amd64 12.10.6+17.10.20170829.1-0ubuntu4 [121 kB]                                                      
Get:1135 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-sound amd64 12.10.2+18.04.20180420.3-0ubuntu1 [96.8 kB]                                                     
Get:1136 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bluez-obexd amd64 5.48-0ubuntu3.6 [167 kB]                                                                        
Get:1137 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB]                                                                               
Get:1138 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-atspi-2.0 amd64 2.28.0-1 [14.6 kB]                                                                                 
Get:1139 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-wallpapers-bionic all 18.04.1-0ubuntu1 [37.5 MB]                                                                   
Get:1140 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-wallpapers all 18.04.1-0ubuntu1 [412 kB]                                                                           
Get:1141 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libminiupnpc10 amd64 1.9.20140610-4ubuntu2 [24.1 kB]                                                                      
Get:1142 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libepoxy0 amd64 1.4.3-1 [181 kB]                                                                                          
Get:1143 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB]                                                                                     
Get:1144 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxfont2 amd64 1:2.0.3-1 [91.7 kB]                                                                                       
Get:1145 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcolumbus1v5 amd64 1.1.0+15.10.20150806-0ubuntu12 [81.3 kB]                                                         
Get:1146 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcolumbus1-common all 1.1.0+15.10.20150806-0ubuntu12 [3,092 B]                                                      
Get:1147 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgsettings-qt1 amd64 0.1+17.10.20170824-2fakesync1build2 [17.2 kB]                                                  
Get:1148 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libido3-0.1-0 amd64 13.10.0+17.04.20161028-0ubuntu1 [48.4 kB]                                                             
Get:1149 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libnux-4.0-0 amd64 4.0.8+18.04.20180622.2-0ubuntu1 [693 kB]                                                   
Get:1150 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libnux-4.0-common all 4.0.8+18.04.20180622.2-0ubuntu1 [41.3 kB]                                               
Get:1151 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libframe6 amd64 2.5.0daily13.06.05+16.10.20160809-0ubuntu1 [38.3 kB]                                                  
Get:1152 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgrail6 amd64 3.1.0+16.04.20160125-0ubuntu2 [45.1 kB]                                                               
Get:1153 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeis1 amd64 2.2.17+16.04.20160126-0ubuntu2 [55.9 kB]                                                               
Get:1154 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libglewmx1.13 amd64 1.13.0-4ubuntu0.18.04.1 [115 kB]                                                          
Get:1155 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa amd64 9.0.0-2.1build1 [168 kB]                                                                               
Get:1156 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxres1 amd64 2:1.2.0-2 [7,716 B]                                                                                        
Get:1157 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwnck-3-common all 3.24.1-2 [2,920 B]                                                                                   
Get:1158 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwnck-3-0 amd64 3.24.1-2 [106 kB]                                                                                       
Get:1159 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libglibmm-2.4-1v5 amd64 2.56.0-1 [516 kB]                                                                                 
Get:1160 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcompizconfig0 amd64 1:0.9.13.1+18.04.20180302-0ubuntu1 [121 kB]                                                    
Get:1161 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 compiz-gnome amd64 1:0.9.13.1+18.04.20180302-0ubuntu1 [123 kB]                                                        
Get:1162 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 compiz-plugins-default amd64 1:0.9.13.1+18.04.20180302-0ubuntu1 [854 kB]                                              
Get:1163 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdecoration0 amd64 1:0.9.13.1+18.04.20180302-0ubuntu1 [51.1 kB]                                                     
Get:1164 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB]                                                                                              
Get:1165 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 metacity-common all 1:3.28.0-1ubuntu0.1 [586 kB]                                                              
Get:1166 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libmetacity1 amd64 1:3.28.0-1ubuntu0.1 [59.0 kB]                                                              
Get:1167 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 compiz-core amd64 1:0.9.13.1+18.04.20180302-0ubuntu1 [671 kB]                                                         
Get:1168 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgcab-1.0-0 amd64 1.1-2 [29.3 kB]                                                                                       
Get:1169 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libappstream-glib8 amd64 0.7.7-2 [123 kB]                                                                                 
Get:1170 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 compiz all 1:0.9.13.1+18.04.20180302-0ubuntu1 [3,940 B]                                                               
Get:1171 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-asset-pool all 0.8.24+17.10.20170507-0ubuntu1 [76.7 kB]                                                         
Get:1172 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scopes-master-default all 6.8.2+16.04.20160212.1-0ubuntu3 [6,124 B]                                             
Get:1173 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scope-home amd64 6.8.2+16.04.20160212.1-0ubuntu3 [90.0 kB]                                                      
Get:1174 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-base all 4.5ubuntu1.7 [17.9 kB]                                                                             
Get:1175 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB]                                                                     
Get:1176 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 policykit-1 amd64 0.105-20ubuntu0.18.04.5 [53.5 kB]                                                               
Get:1177 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]                                                   
Get:1178 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-httplib2 all 0.9.2+dfsg-1ubuntu0.3 [28.8 kB]                                                              
Get:1179 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-problem-report all 2.20.9-0ubuntu7.27 [10.0 kB]                                                           
Get:1180 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apport all 2.20.9-0ubuntu7.27 [83.4 kB]                                                                   
Get:1181 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-input-libinput amd64 0.27.1-1 [33.2 kB]                                                                      
Get:1182 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-all-hwe-16.04 amd64 3:14.1 [2,140 B]                                                               
Get:1183 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg-input-all amd64 1:7.7+19ubuntu7.1 [4,112 B]                                                          
Get:1184 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-wacom-hwe-16.04 amd64 3:14.1 [2,144 B]                                                             
Get:1185 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg-input-wacom amd64 1:0.36.1-0ubuntu1.1 [89.8 kB]                                                      
Get:1186 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-synaptics-hwe-16.04 amd64 3:14.1 [2,152 B]                                                         
Get:1187 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-input-synaptics amd64 1.9.0-1ubuntu1 [62.6 kB]                                                           
Get:1188 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 kbd amd64 2.0.4-2ubuntu1 [215 kB]                                                                                         
Get:1189 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 console-setup all 1.178ubuntu2.9 [105 kB]                                                                         
Get:1190 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keyboard-configuration all 1.178ubuntu2.9 [369 kB]                                                                
Get:1191 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 console-setup-linux all 1.178ubuntu2.9 [982 kB]                                                                   
Get:1192 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 lsb-base all 9.20170808ubuntu1 [12.5 kB]                                                                                  
Get:1193 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.3 [25.2 kB]                                                                 
Get:1194 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librevenge-0.0-0 amd64 0.0.4-6ubuntu2 [203 kB]                                                                            
Get:1195 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcdr-0.1-1 amd64 0.1.4-1build1 [333 kB]                                                                                 
Get:1196 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfreehand-0.1-1 amd64 0.1.2-2 [244 kB]                                                                                  
Get:1197 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmspub-0.1-1 amd64 0.1.4-1 [139 kB]                                                                                     
Get:1198 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmwaw-0.3-3 amd64 0.3.13-1 [2,203 kB]                                                                                   
Get:1199 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libodfgen-0.1-1 amd64 0.1.6-2 [181 kB]                                                                                    
Get:1200 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpagemaker-0.0-0 amd64 0.0.4-1 [59.9 kB]                                                                                
Get:1201 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvisio-0.1-1 amd64 0.1.6-1build1 [210 kB]                                                                               
Get:1202 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwpd-0.10-10 amd64 0.10.2-2 [161 kB]                                                                                    
Get:1203 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwpg-0.3-3 amd64 0.3.1-3 [44.6 kB]                                                                                      
Get:1204 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblangtag1 amd64 0.6.2-1 [48.6 kB]                                                                                       
Get:1205 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblangtag-common all 0.6.2-1 [174 kB]                                                                                    
Get:1206 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libetonyek-0.1-1 amd64 0.1.7-3 [435 kB]                                                                                   
Get:1207 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsuitesparseconfig5 amd64 1:5.1.2-2 [9,044 B]                                                                           
Get:1208 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcolamd2 amd64 1:5.1.2-2 [16.2 kB]                                                                                      
Get:1209 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 lp-solve amd64 5.5.0.15-4build1 [283 kB]                                                                                  
Get:1210 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwps-0.4-4 amd64 0.4.8-1 [665 kB]                                                                                       
Get:1211 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libe-book-0.1-1 amd64 0.1.3-1 [146 kB]                                                                                    
Get:1212 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-opensymbol all 2:102.10+LibO6.0.7-0ubuntu0.18.04.10 [92.1 kB]                                               
Get:1213 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libeot0 amd64 0.01-5 [26.0 kB]                                                                                            
Get:1214 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libexttextcat-2.0-0 amd64 3.4.5-1 [13.0 kB]                                                                               
Get:1215 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libexttextcat-data all 3.4.5-1 [162 kB]                                                                                   
Get:1216 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmythes-1.2-0 amd64 2:1.2.4-3 [8,362 B]                                                                                 
Get:1217 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libneon27-gnutls amd64 0.30.2-3~ubuntu18.04.1 [66.5 kB]                                                           
Get:1218 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libyajl2 amd64 2.1.0-2build1 [20.0 kB]                                                                                    
Get:1219 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libraptor2-0 amd64 2.0.14-1ubuntu0.18.04.1 [156 kB]                                                               
Get:1220 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librasqal3 amd64 0.9.32-1build1 [166 kB]                                                                                  
Get:1221 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 librdf0 amd64 1.0.17-1.1 [95.5 kB]                                                                                        
Get:1222 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]                                                                       
Get:1223 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]                                                                                        
Get:1224 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]                                                                                       
Get:1225 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]                                                                                         
Get:1226 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB]                                                                                      
Get:1227 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2,992 B]                                                                                     
Get:1228 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-twig-perl all 1:3.50-1 [156 kB]                                                                                    
Get:1229 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]                                                                                        
Get:1230 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgom-1.0-0 amd64 0.3.3-4 [42.1 kB]                                                                                      
Get:1231 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmediaart-2.0-0 amd64 1.9.4-1 [21.8 kB]                                                                                 
Get:1232 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]                                                                         
Get:1233 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libart-2.0-2 amd64 2.3.21-3 [51.9 kB]                                                                                     
Get:1234 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3,120 kB]                                                                       
Get:1235 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 notify-osd amd64 0.9.35+16.04.20160415-0ubuntu2 [105 kB]                                                              
Get:1236 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]                                                                                       
Get:1237 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB]                                                                         
Get:1238 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB]                                                                             
Get:1239 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dash amd64 0.5.8-2.10 [88.5 kB]                                                                                           
Get:1240 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 diffutils amd64 1:3.6-1 [167 kB]                                                                                          
Get:1241 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 findutils amd64 4.6.0+git+20170828-2 [291 kB]                                                                             
Get:1242 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB]                                                                                   
Get:1243 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB]                                                                               
Get:1244 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hostname amd64 3.20 [11.3 kB]                                                                                             
Get:1245 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB]                                                                               
Get:1246 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 init amd64 1.51 [5,864 B]                                                                                                 
Get:1247 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB]                                                                     
Get:1248 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4,348 B]                                                                      
Get:1249 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt-utils amd64 1.6.14 [209 kB]                                                                                   
Get:1250 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1,207 kB]                                                                                       
Get:1251 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB]                                                                 
Get:1252 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 anacron amd64 2.3-24 [26.3 kB]                                                                                            
Get:1253 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dmz-cursor-theme all 0.4.5ubuntu1 [191 kB]                                                                                
Get:1254 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-freefont-ttf all 20120503-7 [4,202 kB]                                                                              
Get:1255 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 unity-session all 3.28.1-0ubuntu3 [3,016 B]                                                                   
Get:1256 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 xterm amd64 330-1ubuntu2.2 [661 kB]                                                                           
Get:1257 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-terminal amd64 3.28.2-1ubuntu1~18.04.1 [160 kB]                                                             
Get:1258 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-terminal-data all 3.28.2-1ubuntu1~18.04.1 [32.1 kB]                                                         
Get:1259 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]                                                                   
Get:1260 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]                                                                                            
Get:1261 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]                                                                                           
Get:1262 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]                                                                                           
Get:1263 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8,591 kB]                                                                       
Get:1264 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]                                                                            
Get:1265 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 x11-xserver-utils amd64 7.7+7build1 [159 kB]                                                                              
Get:1266 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gdm3 amd64 3.28.3-0ubuntu18.04.6 [268 kB]                                                                         
Get:1267 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB]                                                                              
Get:1268 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-session-canberra amd64 0.30-5ubuntu1 [6,756 B]                                                                      
Get:1269 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-shell-extension-appindicator all 18.04.1 [20.5 kB]                                                                  
Get:1270 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-shell-extension-ubuntu-dock all 0.9.1ubuntu18.04.3 [68.9 kB]                                                
Get:1271 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-alsa amd64 1.14.5-0ubuntu1~18.04.3 [35.5 kB]                                                         
Get:1272 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libappstream4 amd64 0.12.0-3ubuntu1 [97.2 kB]                                                                     
Get:1273 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 packagekit amd64 1.1.9-1ubuntu2.18.04.6 [401 kB]                                                                  
Get:1274 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-packagekit amd64 1.1.9-1ubuntu2.18.04.6 [8,840 B]                                                    
Get:1275 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-tools amd64 1.14.5-0ubuntu1~18.04.2 [40.5 kB]                                                        
Get:1276 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base-apps amd64 1.14.5-0ubuntu1~18.04.3 [70.6 kB]                                            
Get:1277 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-pulseaudio amd64 1.14.5-0ubuntu1~18.04.2 [86.4 kB]                                                   
Get:1278 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 inputattach amd64 1:1.6.0-2 [21.5 kB]                                                                                     
Get:1279 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatk-adaptor amd64 2.26.2-1 [12.8 kB]                                                                                   
Get:1280 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnotify-bin amd64 0.7.7-3 [6,776 B]                                                                                     
Get:1281 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB]                                              
Get:1282 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libu2f-udev all 1.1.4-1ubuntu0.1 [3,884 B]                                                                        
Get:1283 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-pnm2ppa amd64 1.13+nondbs-0ubuntu6 [224 kB]                                                                
Get:1284 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rfkill amd64 2.31.1-0.4ubuntu3.7 [24.8 kB]                                                                        
Get:1285 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 spice-vdagent amd64 0.17.0-1ubuntu2.2 [49.4 kB]                                                                   
Get:1286 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 adium-theme-ubuntu all 0.3.4-0ubuntu4 [46.5 kB]                                                                           
Get:1287 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gtk2-engines-murrine amd64 0.98.2-2ubuntu1 [88.7 kB]                                                                      
Get:1288 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 light-themes all 16.10+18.04.20181005-0ubuntu1 [458 kB]                                                           
Get:1289 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-artwork all 1:16.10+18.04.20181005-0ubuntu1 [7,688 B]                                                      
Get:1290 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-settings all 18.04.7 [5,520 B]                                                                             
Get:1291 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB]                                                                              
Get:1292 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libiw30 amd64 30~pre9-12ubuntu1 [17.4 kB]                                                                                 
Get:1293 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 wireless-tools amd64 30~pre9-12ubuntu1 [108 kB]                                                                           
Get:1294 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]                                                                               
Get:1295 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs-gtk amd64 0.10-2 [10.6 kB]                                                                                  
Get:1296 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 x11-apps amd64 7.7+6ubuntu1 [653 kB]                                                                                      
Get:1297 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 x11-session-utils amd64 7.7+2build1 [68.0 kB]                                                                             
Get:1298 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]                                                                                          
Get:1299 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xinit amd64 1.3.4-3ubuntu3 [18.2 kB]                                                                                      
Get:1300 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]                                                                                      
Get:1301 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xorg-docs-core all 1:1.7.1-1.1 [41.8 kB]                                                                                  
Get:1302 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xinput amd64 1.6.2-1build1 [26.4 kB]                                                                                      
Get:1303 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xorg amd64 1:7.7+19ubuntu7.1 [3,076 B]                                                                            
Get:1304 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 yelp amd64 3.26.0-1ubuntu2 [514 kB]                                                                                       
Get:1305 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libyelp0 amd64 3.26.0-1ubuntu2 [93.5 kB]                                                                                  
Get:1306 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 yelp-xsl all 3.20.1-4 [238 kB]                                                                                            
Get:1307 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB]                                                                                           
Get:1308 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-desktop amd64 1.417.5 [3,592 B]                                                                            
Get:1309 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libefivar1 amd64 34-1 [46.2 kB]                                                                                           
Get:1310 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libefiboot1 amd64 34-1 [23.5 kB]                                                                                          
Get:1311 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfwupd2 amd64 1.2.14-0~18.04.2 [47.4 kB]                                                                        
Get:1312 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsmbios-c2 amd64 2.4.1-1 [71.5 kB]                                                                                      
Get:1313 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxmlb1 amd64 0.1.8-1~ubuntu18.04.2 [45.7 kB]                                                                    
Get:1314 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fwupd amd64 1.2.14-0~18.04.2 [2,489 kB]                                                                           
Get:1315 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [14.2 kB]                                                           
Get:1316 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB]                                                                                      
Get:1317 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6.q16 amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [423 kB]                                                      
Get:1318 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 imagemagick-common all 8:6.9.7.4+dfsg-16ubuntu6.12 [1,516 B]                                                  
Get:1319 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.12 [60.3 kB]                                                    
Get:1320 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [1,621 kB]                                                
Get:1321 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [292 kB]                                                  
Get:1322 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mawk amd64 1.3.3-17ubuntu3 [81.5 kB]                                                                                      
Get:1323 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnih-dbus1 amd64 1.0.3-6ubuntu2 [14.6 kB]                                                                               
Get:1324 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnih1 amd64 1.0.3-6ubuntu2 [49.3 kB]                                                                                    
Get:1325 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libntfs-3g88 amd64 1:2017.3.23-2ubuntu0.18.04.3 [148 kB]                                                          
Get:1326 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ntfs-3g amd64 1:2017.3.23-2ubuntu0.18.04.3 [385 kB]                                                               
Get:1327 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 popularity-contest all 1.66ubuntu1 [34.0 kB]                                                                              
Get:1328 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB]                                                                  
Get:1329 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 chromium-codecs-ffmpeg-extra amd64 95.0.4638.69-0ubuntu0.18.04.1 [1,135 kB]                                   
Get:1330 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-deva-extra all 3.0-4ubuntu0.1 [574 kB]                                                                      
Get:1331 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1,805 kB]                                                                        
Get:1332 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-kacst-one all 5.0+svn11846-9 [46.8 kB]                                                                              
Get:1333 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-kacst all 2.01+mry-14 [304 kB]                                                                                      
Get:1334 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-kalapi all 1.0-2 [165 kB]                                                                                           
Get:1335 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-nanum all 20170925-1 [9,604 kB]                                                                                 
Get:1336 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-anjalioldlipi all 7.0-2 [96.0 kB]                                                                               
Get:1337 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-chilanka all 1.2.0-2 [81.6 kB]                                                                                  
Get:1338 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-dyuthi all 2.0-1 [104 kB]                                                                                       
Get:1339 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-karumbi all 1.0-1 [216 kB]                                                                                      
Get:1340 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-keraleeyam all 2.0-1 [94.7 kB]                                                                                  
Get:1341 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-manjari all 1.5.1-1 [266 kB]                                                                                    
Get:1342 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-meera all 7.0-2 [136 kB]                                                                                        
Get:1343 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-rachana all 7.0-2 [266 kB]                                                                                      
Get:1344 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-raghumalayalamsans all 2.1.1-2 [33.2 kB]                                                                        
Get:1345 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-suruma all 3.2.1-1 [77.4 kB]                                                                                    
Get:1346 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc-uroob all 2.0-1 [77.3 kB]                                                                                       
Get:1347 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-smc all 1:7.0 [3,856 B]                                                                                             
Get:1348 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-takao-pgothic all 00303.01-2ubuntu1 [3,400 kB]                                                                  
Get:1349 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-en all 1:18.04+20190718 [250 kB]                                                                    
Get:1350 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-en-base all 1:18.04+20180712 [419 kB]                                                               
Get:1351 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-gnome-en all 1:18.04+20190718 [170 kB]                                                              
Get:1352 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-gnome-en-base all 1:18.04+20180712 [473 kB]                                                         
Get:1353 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbusmenu-gtk4 amd64 16.04.1+18.04.20171206-0ubuntu2 [26.9 kB]                                                  
Get:1354 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libindicator7 amd64 16.10.0+18.04.20180321.1-0ubuntu1 [21.7 kB]                                                       
Get:1355 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libappindicator1 amd64 12.10.1+18.04.20200408.1-0ubuntu1 [19.3 kB]                                            
Get:1356 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB]                                                              
Get:1357 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gir1.2-signon-1.0 amd64 1.14+17.04.20161117-0ubuntu1 [5,360 B]                                                        
Get:1358 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsignon-glib1 amd64 1.14+17.04.20161117-0ubuntu1 [33.8 kB]                                                          
Get:1359 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libunity-gtk2-parser0 amd64 0.0.0+18.04.20171202-0ubuntu1 [25.3 kB]                                                   
Get:1360 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libunity-gtk3-parser0 amd64 0.0.0+18.04.20171202-0ubuntu1 [24.9 kB]                                                   
Get:1361 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB]                                                                           
Get:1362 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libplymouth4 amd64 0.9.3-1ubuntu7.18.04.2 [87.5 kB]                                                               
Get:1363 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 plymouth-theme-ubuntu-text amd64 0.9.3-1ubuntu7.18.04.2 [9,060 B]                                                 
Get:1364 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 plymouth amd64 0.9.3-1ubuntu7.18.04.2 [108 kB]                                                                    
Get:1365 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 plymouth-theme-ubuntu-logo amd64 0.9.3-1ubuntu7.18.04.2 [21.9 kB]                                                 
Get:1366 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 plymouth-label amd64 0.9.3-1ubuntu7.18.04.2 [6,232 B]                                                             
Get:1367 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 lightdm amd64 1.26.0-0ubuntu1 [148 kB]                                                                                
Get:1368 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qml-module-qtgraphicaleffects amd64 5.9.5-0ubuntu1 [96.1 kB]                                                          
Get:1369 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qml-module-qtwebkit amd64 5.212.0~alpha2-7ubuntu1 [49.2 kB]                                                           
Get:1370 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-sftp-server amd64 1:7.6p1-4ubuntu0.5 [45.5 kB]                                                            
Get:1371 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1,089 kB]                                                                    
Get:1372 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-server amd64 1:7.6p1-4ubuntu0.5 [332 kB]                                                                  
Get:1373 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB]                                                                  
Get:1374 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB]                                                              
Get:1375 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ubuntu-core-launcher amd64 2.51.1+18.04 [1,644 B]                                                             
Get:1376 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB]                                                                                
Get:1377 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-gtk-module-common all 0.0.0+18.04.20171202-0ubuntu1 [4,136 B]                                                   
Get:1378 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-gtk2-module amd64 0.0.0+18.04.20171202-0ubuntu1 [8,872 B]                                                       
Get:1379 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-gtk3-module amd64 0.0.0+18.04.20171202-0ubuntu1 [9,388 B]                                                       
Get:1380 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]                                                                                            
Get:1381 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB]                                                                          
Get:1382 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libusb-0.1-4 amd64 2:0.1.12-31 [17.1 kB]                                                                                  
Get:1383 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dmsetup amd64 2:1.02.145-4.1ubuntu3.18.04.3 [74.4 kB]                                                             
Get:1384 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 eject amd64 2.1.5+deb1+cvs20081104-13.2 [22.8 kB]                                                                         
Get:1385 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-ping amd64 3:20161105-1ubuntu3 [54.2 kB]                                                                  
Get:1386 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 isc-dhcp-common amd64 4.3.5-3ubuntu7.3 [45.5 kB]                                                                  
Get:1387 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]                                                                                               
Get:1388 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatm1 amd64 1:2.5.1-2build1 [21.9 kB]                                                                                   
Get:1389 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libestr0 amd64 0.1.10-2.1 [7,616 B]                                                                                       
Get:1390 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfastjson4 amd64 0.99.8-2 [20.2 kB]                                                                                     
Get:1391 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.52 [105 kB]                                                                    
Get:1392 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxtables12 amd64 1.6.1-2ubuntu2 [27.9 kB]                                                                               
Get:1393 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 logrotate amd64 3.11.0-0.1ubuntu1 [41.8 kB]                                                                               
Get:1394 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 netcat-openbsd amd64 1.187-1ubuntu0.1 [39.8 kB]                                                                   
Get:1395 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnetplan0 amd64 0.99-0ubuntu3~18.04.5 [22.6 kB]                                                                 
Get:1396 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-netifaces amd64 0.10.4-0.1build4 [12.8 kB]                                                                        
Get:1397 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 netplan.io amd64 0.99-0ubuntu3~18.04.5 [71.1 kB]                                                                  
Get:1398 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 networkd-dispatcher all 1.7-0ubuntu3.3 [13.3 kB]                                                                  
Get:1399 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nplan all 0.99-0ubuntu3~18.04.5 [1,800 B]                                                                         
Get:1400 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rsyslog amd64 8.32.0-1ubuntu4 [411 kB]                                                                                    
Get:1401 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB]                                                                           
Get:1402 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-advantage-tools amd64 27.4.1~18.04.1 [702 kB]                                                              
Get:1403 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim-tiny amd64 2:8.0.1453-1ubuntu1.7 [476 kB]                                                                     
Get:1404 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim-common all 2:8.0.1453-1ubuntu1.7 [70.8 kB]                                                                    
Get:1405 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xxd amd64 2:8.0.1453-1ubuntu1.7 [49.6 kB]                                                                         
Get:1406 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-minimal amd64 1.417.5 [2,624 B]                                                                            
Get:1407 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisc169 amd64 1:9.11.3+dfsg-1ubuntu1.16 [237 kB]                                                                
Get:1408 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 geoip-database all 20180315-1 [2,090 kB]                                                                                  
Get:1409 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgeoip1 amd64 1.6.12-1 [71.8 kB]                                                                                        
Get:1410 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdns1100 amd64 1:9.11.3+dfsg-1ubuntu1.16 [959 kB]                                                               
Get:1411 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisccc160 amd64 1:9.11.3+dfsg-1ubuntu1.16 [17.9 kB]                                                             
Get:1412 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisccfg160 amd64 1:9.11.3+dfsg-1ubuntu1.16 [48.4 kB]                                                            
Get:1413 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbind9-160 amd64 1:9.11.3+dfsg-1ubuntu1.16 [27.6 kB]                                                            
Get:1414 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblwres160 amd64 1:9.11.3+dfsg-1ubuntu1.16 [34.5 kB]                                                             
Get:1415 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bind9-host amd64 1:9.11.3+dfsg-1ubuntu1.16 [53.5 kB]                                                              
Get:1416 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 busybox-static amd64 1:1.27.2-2ubuntu3.3 [918 kB]                                                                 
Get:1417 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 command-not-found-data amd64 18.04.5 [1,009 kB]                                                                   
Get:1418 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-commandnotfound all 18.04.5 [9,020 B]                                                                     
Get:1419 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 command-not-found all 18.04.5 [5,184 B]                                                                           
Get:1420 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dmidecode amd64 3.1-1ubuntu0.1 [50.9 kB]                                                                          
Get:1421 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libirs160 amd64 1:9.11.3+dfsg-1ubuntu1.16 [19.1 kB]                                                               
Get:1422 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsutils amd64 1:9.11.3+dfsg-1ubuntu1.16 [145 kB]                                                                 
Get:1423 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dosfstools amd64 4.1-1 [58.1 kB]                                                                                          
Get:1424 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ed amd64 1.10-2.1 [49.2 kB]                                                                                               
Get:1425 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ftp amd64 0.17-34 [56.0 kB]                                                                                               
Get:1426 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hdparm amd64 9.54+ds-1 [96.0 kB]                                                                                          
Get:1427 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 info amd64 6.5.0.dfsg.1-2 [104 kB]                                                                                        
Get:1428 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libip6tc0 amd64 1.6.1-2ubuntu2 [19.9 kB]                                                                                  
Get:1429 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libiptc0 amd64 1.6.1-2ubuntu2 [9,308 B]                                                                                   
Get:1430 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [37.8 kB]                                                                           
Get:1431 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 iptables amd64 1.6.1-2ubuntu2 [269 kB]                                                                                    
Get:1432 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-tracepath amd64 3:20161105-1ubuntu3 [34.3 kB]                                                             
Get:1433 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 irqbalance amd64 1.3.0-0.1ubuntu0.18.04.1 [48.0 kB]                                                               
Get:1434 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]                                                                        
Get:1435 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lshw amd64 02.18-0.1ubuntu6.18.04.2 [234 kB]                                                                      
Get:1436 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ltrace amd64 0.7.3-6ubuntu1 [134 kB]                                                                                      
Get:1437 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2,217 kB]                                                                                        
Get:1438 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1,234 kB]                                                                                            
Get:1439 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mlocate amd64 0.26-2ubuntu3.1 [49.0 kB]                                                                                   
Get:1440 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mtr-tiny amd64 0.92-1 [48.8 kB]                                                                                           
Get:1441 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6,944 B]                                                                 
Get:1442 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 nano amd64 2.9.3-2 [231 kB]                                                                                               
Get:1443 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 powermgmt-base all 1.33 [8,660 B]                                                                                         
Get:1444 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]                                                                                
Get:1445 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rsync amd64 3.1.2-2.1ubuntu1.2 [334 kB]                                                                           
Get:1446 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]                                                                                        
Get:1447 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]                                                                                       
Get:1448 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB]                                                                     
Get:1449 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 telnet amd64 0.17-41 [67.1 kB]                                                                                            
Get:1450 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 time amd64 1.7-25.1build1 [26.2 kB]                                                                                       
Get:1451 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-standard amd64 1.417.5 [2,680 B]                                                                           
Get:1452 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ufw all 0.36-0ubuntu0.18.04.2 [146 kB]                                                                            
Get:1453 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ureadahead amd64 0.100.0-21 [19.4 kB]                                                                             
Get:1454 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-accessibility-profiles all 0.1.11-0ubuntu4 [2,184 B]                                                            
Get:1455 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liba11y-profile-manager-data all 0.1.11-0ubuntu4 [3,792 B]                                                            
Get:1456 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 liba11y-profile-manager-0.1-0 amd64 0.1.11-0ubuntu4 [13.5 kB]                                                         
Get:1457 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 a11y-profile-manager-indicator amd64 0.1.11-0ubuntu4 [8,748 B]                                                        
Get:1458 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 acpid amd64 1:2.0.28-1ubuntu1 [36.5 kB]                                                                                   
Get:1459 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 activity-log-manager amd64 0.9.7-0ubuntu26 [93.8 kB]                                                                  
Get:1460 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgc1c2 amd64 1:7.4.2-8ubuntu1 [81.8 kB]                                                                                 
Get:1461 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 guile-2.0-libs amd64 2.0.13+1-5ubuntu0.1 [2,218 kB]                                                               
Get:1462 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 aisleriot amd64 1:3.22.5-1 [604 kB]                                                                                       
Get:1463 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]                                                                                           
Get:1464 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]                                                                                       
Get:1465 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB]                                                                           
Get:1466 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B]                                                                                  
Get:1467 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.20 [1,071 kB]                                                                   
Get:1468 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apport all 2.20.9-0ubuntu7.27 [125 kB]                                                                            
Get:1469 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-wnck-3.0 amd64 3.24.1-2 [8,696 B]                                                                                  
Get:1470 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apport-gtk all 2.20.9-0ubuntu7.27 [9,700 B]                                                                       
Get:1471 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-software all 3.28.1-0ubuntu4.18.04.15 [25.3 kB]                                                            
Get:1472 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt-config-icons all 0.12.0-3ubuntu1 [2,704 B]                                                                    
Get:1473 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-software amd64 3.28.1-0ubuntu4.18.04.15 [484 kB]                                                            
Get:1474 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-software-common all 3.28.1-0ubuntu4.18.04.15 [2,482 kB]                                                     
Get:1475 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 appstream amd64 0.12.0-3ubuntu1 [27.6 kB]                                                                         
Get:1476 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apturl amd64 0.5.2ubuntu14.2 [8,464 B]                                                                            
Get:1477 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apturl-common amd64 0.5.2ubuntu14.2 [10.9 kB]                                                                     
Get:1478 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 aufs-tools amd64 1:4.9+20170918-1ubuntu1 [104 kB]                                                                     
Get:1479 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 avahi-autoipd amd64 0.7-3.1ubuntu1.3 [38.4 kB]                                                                    
Get:1480 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-core7 amd64 0.7-3.1ubuntu1.3 [81.3 kB]                                                                   
Get:1481 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 avahi-daemon amd64 0.7-3.1ubuntu1.3 [62.4 kB]                                                                     
Get:1482 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 avahi-utils amd64 0.7-3.1ubuntu1.3 [24.7 kB]                                                                      
Get:1483 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 baobab amd64 3.28.0-1 [161 kB]                                                                                            
Get:1484 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bluez-cups amd64 5.48-0ubuntu3.6 [64.2 kB]                                                                        
Get:1485 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 bolt amd64 0.5-0ubuntu0.18.04.1 [87.1 kB]                                                                         
Get:1486 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 branding-ubuntu all 0.10 [303 kB]                                                                                         
Get:1487 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 bridge-utils amd64 1.5-15ubuntu1 [30.1 kB]                                                                                
Get:1488 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]                                                                     
Get:1489 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]                                                                      
Get:1490 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9,192 B]                                                                   
Get:1491 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]                                                                      
Get:1492 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]                                                                      
Get:1493 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]                                                                      
Get:1494 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]                                                                     
Get:1495 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]                                                                  
Get:1496 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]                                                                      
Get:1497 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]                                                                  
Get:1498 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2,378 kB]                                                                
Get:1499 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9,381 kB]                                                                       
Get:1500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5,184 B]                                                                            
Get:1501 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB]                                                             
Get:1502 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB]                                                                       
Get:1503 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B]                                                                            
Get:1504 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B]                                                                               
Get:1505 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6,320 B]                                                                                      
Get:1506 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB]                                                               
Get:1507 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 runc amd64 1.0.1-0ubuntu2~18.04.1 [4,155 kB]                                                                  
Get:1508 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 docker.io amd64 20.10.7-0ubuntu5~18.04.3 [36.9 MB]                                                            
Get:1509 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 containerd amd64 1.5.5-0ubuntu3~18.04.1 [33.0 MB]                                                             
Get:1510 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libasan2 amd64 5.5.0-12ubuntu1 [264 kB]                                                                               
Get:1511 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libmpx0 amd64 5.5.0-12ubuntu1 [9,888 B]                                                                               
Get:1512 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 g++-5 amd64 5.5.0-12ubuntu1 [8,450 kB]                                                                                
Get:1513 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gcc-5 amd64 5.5.0-12ubuntu1 [8,357 kB]                                                                                
Get:1514 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libstdc++-5-dev amd64 5.5.0-12ubuntu1 [1,415 kB]                                                                      
Get:1515 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgcc-5-dev amd64 5.5.0-12ubuntu1 [2,224 kB]                                                                         
Get:1516 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 cpp-5 amd64 5.5.0-12ubuntu1 [7,785 kB]                                                                                
Get:1517 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gcc-5-base amd64 5.5.0-12ubuntu1 [17.1 kB]                                                                            
Get:1518 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libisl15 amd64 0.18-4 [548 kB]                                                                                        
Get:1519 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 wireless-regdb all 2021.08.28-0ubuntu1~18.04.1 [10.0 kB]                                                          
Get:1520 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 iw amd64 4.14-0.1 [75.4 kB]                                                                                               
Get:1521 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 crda amd64 3.18-1build1 [63.5 kB]                                                                                         
Get:1522 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 deja-dup amd64 37.1-2fakesync1ubuntu0.1 [496 kB]                                                                  
Get:1523 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 dns-root-data all 2018013001 [5,360 B]                                                                                    
Get:1524 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.5 [307 kB]                                                                       
Get:1525 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-tiny-perl all 1.70-1 [25.1 kB]                                                                                    
Get:1526 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 doc-base all 0.10.8 [80.3 kB]                                                                                             
Get:1527 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 e2fsprogs-l10n all 1.44.1-1ubuntu1.3 [3,852 B]                                                                
Get:1528 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ebtables amd64 2.0.10.4-3.5ubuntu2.18.04.3 [79.9 kB]                                                              
Get:1529 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 efibootmgr amd64 15-1 [28.2 kB]                                                                                           
Get:1530 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 eog amd64 3.28.1-1 [711 kB]                                                                                               
Get:1531 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libportaudio2 amd64 19.6.0-1 [64.6 kB]                                                                                
Get:1532 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libsonic0 amd64 0.2.0-6 [13.4 kB]                                                                                         
Get:1533 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libespeak1 amd64 1.48.04+dfsg-5 [145 kB]                                                                              
Get:1534 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 espeak-data amd64 1.48.04+dfsg-5 [934 kB]                                                                             
Get:1535 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 espeak-ng-data amd64 1.49.2+dfsg-1 [3,469 kB]                                                                             
Get:1536 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ethtool amd64 1:4.15-0ubuntu1 [114 kB]                                                                                    
Get:1537 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 evince-common all 3.28.4-0ubuntu1.2 [113 kB]                                                                      
Get:1538 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 evince amd64 3.28.4-0ubuntu1.2 [256 kB]                                                                           
Get:1539 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdjvulibre-text all 3.5.27.1-8ubuntu0.4 [49.4 kB]                                                               
Get:1540 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdjvulibre21 amd64 3.5.27.1-8ubuntu0.4 [561 kB]                                                                 
Get:1541 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgxps2 amd64 0.3.0-2 [52.0 kB]                                                                                          
Get:1542 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkpathsea6 amd64 2017.20170613.44572-8ubuntu0.1 [54.9 kB]                                                       
Get:1543 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler-glib8 amd64 0.62.0-2ubuntu2.12 [108 kB]                                                                
Get:1544 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libspectre1 amd64 0.2.8-1 [30.4 kB]                                                                                       
Get:1545 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libevdocument3-4 amd64 3.28.4-0ubuntu1.2 [223 kB]                                                                 
Get:1546 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libevview3-3 amd64 3.28.4-0ubuntu1.2 [120 kB]                                                                     
Get:1547 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 example-content all 50 [12.8 MB]                                                                                          
Get:1548 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]                                                                                 
Get:1549 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]                                                                                    
Get:1550 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 file-roller amd64 3.28.0-1ubuntu1.3 [320 kB]                                                                      
Get:1551 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox amd64 94.0+build3-0ubuntu0.18.04.1 [56.1 MB]                                                              
Get:1552 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox-locale-en amd64 94.0+build3-0ubuntu0.18.04.1 [661 kB]                                                     
Get:1553 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 flashplugin-installer amd64 32.0.0.465ubuntu0.18.04.2 [3,336 B]                                             
Get:1554 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-beng-bengali all 2.91.5-1 [66.7 kB]                                                                           
Get:1555 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-beng-assamese all 2.91.5-1 [66.7 kB]                                                                          
Get:1556 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-beng-extra all 1.0-6ubuntu0.1 [290 kB]                                                                      
Get:1557 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-beng all 2:1.2 [2,852 B]                                                                                            
Get:1558 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-deva all 2.95.4-2 [78.2 kB]                                                                                   
Get:1559 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-sahadeva all 1.0-4 [136 kB]                                                                                         
Get:1560 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-nakula all 1.0-3 [167 kB]                                                                                           
Get:1561 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-samyak-deva all 1.2.2-4 [65.1 kB]                                                                                   
Get:1562 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-deva all 2:1.2 [2,918 B]                                                                                            
Get:1563 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-gargi all 2.0-4 [42.4 kB]                                                                                           
Get:1564 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-gubbi all 1.3-3 [59.4 kB]                                                                                           
Get:1565 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-gujr all 2.92.4-2 [34.9 kB]                                                                                   
Get:1566 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-samyak-gujr all 1.2.2-4 [51.6 kB]                                                                                   
Get:1567 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-gujr-extra all 1.0-6ubuntu0.1 [150 kB]                                                                      
Get:1568 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-gujr all 2:1.2 [2,878 B]                                                                                            
Get:1569 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-guru-extra all 2.0-4ubuntu0.1 [44.4 kB]                                                                     
Get:1570 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-knda all 2.5.4-1 [48.0 kB]                                                                                    
Get:1571 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-navilu all 1.2-2 [75.3 kB]                                                                                          
Get:1572 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-knda all 2:1.2 [3,296 B]                                                                                            
Get:1573 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-mlym all 2.92.2-1 [32.7 kB]                                                                                   
Get:1574 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-samyak-mlym all 1.2.2-4 [28.7 kB]                                                                                   
Get:1575 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-mlym all 2:1.2 [2,914 B]                                                                                            
Get:1576 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-orya all 2.91.2-1 [49.7 kB]                                                                                   
Get:1577 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-orya-extra all 2.0-5ubuntu0.1 [56.7 kB]                                                                     
Get:1578 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-orya all 2:1.2 [2,878 B]                                                                                            
Get:1579 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-pagul all 1.0-7 [75.3 kB]                                                                                           
Get:1580 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-taml all 2.91.3-1 [29.4 kB]                                                                                   
Get:1581 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-samyak-taml all 1.2.2-4 [24.6 kB]                                                                                   
Get:1582 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-taml-classical all 2.5.4-1 [32.4 kB]                                                                          
Get:1583 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-taml all 2:1.3 [3,026 B]                                                                                            
Get:1584 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-telu all 2.5.5-1 [114 kB]                                                                                     
Get:1585 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-telu-extra all 2.0-4 [182 kB]                                                                                       
Get:1586 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-telu all 2:1.2 [2,860 B]                                                                                            
Get:1587 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-indic all 2:1.2 [3,196 B]                                                                                           
Get:1588 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lao all 0.0.20060226-9ubuntu1 [69.8 kB]                                                                             
Get:1589 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation2 all 2.00.1-7~18.04.2 [1,455 kB]                                                                 
Get:1590 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lohit-guru all 2.91.2-1 [20.8 kB]                                                                                   
Get:1591 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-noto-cjk all 1:20190409+repack1-0ubuntu0.18.04 [55.7 MB]                                                    
Get:1592 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-noto-color-emoji all 0~20180810-0ubuntu1 [7,102 kB]                                                         
Get:1593 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-noto-mono all 20171026-2 [75.5 kB]                                                                                  
Get:1594 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-sarai all 1.0-2 [47.4 kB]                                                                                           
Get:1595 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-sil-padauk all 3.003-1 [1,326 kB]                                                                                   
Get:1596 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-symbola all 2.60-1 [1,279 kB]                                                                                   
Get:1597 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-garuda-ttf all 1:0.6.4-2 [155 kB]                                                                              
Get:1598 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-garuda all 1:0.6.4-2 [4,476 B]                                                                                 
Get:1599 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-kinnari-ttf all 1:0.6.4-2 [268 kB]                                                                             
Get:1600 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-kinnari all 1:0.6.4-2 [4,468 B]                                                                                
Get:1601 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-laksaman-ttf all 1:0.6.4-2 [171 kB]                                                                            
Get:1602 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-laksaman all 1:0.6.4-2 [4,452 B]                                                                               
Get:1603 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-loma-ttf all 1:0.6.4-2 [154 kB]                                                                                
Get:1604 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-loma all 1:0.6.4-2 [4,272 B]                                                                                   
Get:1605 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-mono-ttf all 1:0.6.4-2 [161 kB]                                                                                
Get:1606 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-mono all 1:0.6.4-2 [4,204 B]                                                                                   
Get:1607 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-norasi-ttf all 1:0.6.4-2 [302 kB]                                                                              
Get:1608 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-norasi all 1:0.6.4-2 [4,220 B]                                                                                 
Get:1609 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-purisa-ttf all 1:0.6.4-2 [302 kB]                                                                              
Get:1610 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-purisa all 1:0.6.4-2 [3,724 B]                                                                                 
Get:1611 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-sawasdee-ttf all 1:0.6.4-2 [153 kB]                                                                            
Get:1612 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-sawasdee all 1:0.6.4-2 [3,744 B]                                                                               
Get:1613 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typewriter-ttf all 1:0.6.4-2 [164 kB]                                                                          
Get:1614 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typewriter all 1:0.6.4-2 [3,796 B]                                                                             
Get:1615 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typist-ttf all 1:0.6.4-2 [163 kB]                                                                              
Get:1616 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typist all 1:0.6.4-2 [4,196 B]                                                                                 
Get:1617 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typo-ttf all 1:0.6.4-2 [164 kB]                                                                                
Get:1618 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-typo all 1:0.6.4-2 [4,236 B]                                                                                   
Get:1619 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-umpush-ttf all 1:0.6.4-2 [213 kB]                                                                              
Get:1620 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-umpush all 1:0.6.4-2 [4,452 B]                                                                                 
Get:1621 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-waree-ttf all 1:0.6.4-2 [162 kB]                                                                               
Get:1622 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-tlwg-waree all 1:0.6.4-2 [4,256 B]                                                                                  
Get:1623 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-thai-tlwg all 1:0.6.4-2 [8,168 B]                                                                                   
Get:1624 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fwupd-signed amd64 1.10~ubuntu18.04.6+1.2.14-0~18.04.2 [26.9 kB]                                                  
Get:1625 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fwupdate-signed amd64 12-7~ubuntu18.04.3 [3,032 B]                                                                
Get:1626 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fwupdate amd64 12-7~ubuntu18.04.3 [3,400 B]                                                                       
Get:1627 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gcc-6-base amd64 6.5.0-2ubuntu1~18.04 [16.7 kB]                                                               
Get:1628 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf2 amd64 3.2.6-4ubuntu1 [66.9 kB]                                                                                 
Get:1629 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf-service amd64 3.2.6-4ubuntu1 [2,036 B]                                                                          
Get:1630 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf-service-backend amd64 3.2.6-4ubuntu1 [58.1 kB]                                                                  
Get:1631 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgconf-2-4 amd64 3.2.6-4ubuntu1 [84.8 kB]                                                                           
Get:1632 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 [700 kB]                                                                             
Get:1633 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libbabeltrace-ctf1 all 1.5.5-1 [2,528 B]                                                                              
Get:1634 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libbabeltrace1 amd64 1.5.5-1 [154 kB]                                                                                     
Get:1635 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gdb amd64 8.1.1-0ubuntu1 [2,937 kB]                                                                               
Get:1636 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gdbserver amd64 8.1.1-0ubuntu1 [282 kB]                                                                           
Get:1637 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeoclue0 amd64 0.12.99-4ubuntu2 [27.2 kB]                                                                          
Get:1638 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 geoclue amd64 0.12.99-4ubuntu2 [19.4 kB]                                                                              
Get:1639 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 geoclue-ubuntu-geoip amd64 1.0.2+18.04.20180223-0ubuntu1 [11.6 kB]                                                    
Get:1640 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-appindicator3-0.1 amd64 12.10.1+18.04.20200408.1-0ubuntu1 [3,448 B]                                        
Get:1641 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-dee-1.0 amd64 1.2.7+17.10.20170616-0ubuntu4 [12.4 kB]                                                              
Get:1642 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gdata-0.0 amd64 0.17.9-2 [35.6 kB]                                                                                 
Get:1643 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gmenu-3.0 amd64 3.13.3-11ubuntu1.1 [3,724 B]                                                               
Get:1644 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-gudev-1.0 amd64 1:232-2 [3,812 B]                                                                                  
Get:1645 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-udisks-2.0 amd64 2.7.6-3ubuntu0.2 [18.3 kB]                                                                
Get:1646 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-unity-5.0 amd64 7.1.4+18.04.20180209.1-0ubuntu2 [20.2 kB]                                                          
Get:1647 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgnome-games-support-common all 1.4.1-1 [2,760 B]                                                                       
Get:1648 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgnome-games-support-1-3 amd64 1.4.1-1 [27.8 kB]                                                                        
Get:1649 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-mines amd64 1:3.28.0-1ubuntu1 [133 kB]                                                                      
Get:1650 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-accessibility-themes all 3.28-1ubuntu1 [2,269 kB]                                                                   
Get:1651 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-calculator amd64 1:3.28.2-1~ubuntu18.04.3 [388 kB]                                                          
Get:1652 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-control-center-faces all 1:3.28.2-0ubuntu0.18.04.6 [819 kB]                                                 
Get:1653 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-disk-utility amd64 3.28.3-0ubuntu1~18.04.1 [225 kB]                                                         
Get:1654 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-font-viewer amd64 3.28.0-1 [46.3 kB]                                                                                
Get:1655 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-user-guide all 3.28.2+git20180715-0ubuntu0.1 [6,068 B]                                                      
Get:1656 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-docs all 18.04.4 [208 kB]                                                                                  
Get:1657 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-user-docs all 3.28.2+git20180715-0ubuntu0.1 [2,307 kB]                                                      
Get:1658 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-getting-started-docs all 3.28.2-0ubuntu0.1 [9,987 kB]                                                       
Get:1659 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsysmetrics1 amd64 1.3.2 [1,475 kB]                                                                             
Get:1660 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-initial-setup amd64 3.28.0-2ubuntu6.16.04.6 [1,344 kB]                                                      
Get:1661 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-mahjongg amd64 1:3.22.0-3 [2,924 kB]                                                                                
Get:1662 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblouis-data all 3.5.0-1ubuntu0.3 [1,259 kB]                                                                     
Get:1663 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblouis14 amd64 3.5.0-1ubuntu0.3 [73.1 kB]                                                                       
Get:1664 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-louis all 3.5.0-1ubuntu0.3 [6,512 B]                                                                      
Get:1665 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyatspi all 2.26.0+dfsg-1 [32.7 kB]                                                                               
Get:1666 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-speechd all 0.8.8-1ubuntu1 [40.4 kB]                                                                              
Get:1667 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libao-common all 1.2.2+20180113-1ubuntu1 [6,644 B]                                                                        
Get:1668 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libao4 amd64 1.2.2+20180113-1ubuntu1 [35.1 kB]                                                                            
Get:1669 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 speech-dispatcher amd64 0.8.8-1ubuntu1 [320 kB]                                                                           
Get:1670 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 speech-dispatcher-audio-plugins amd64 0.8.8-1ubuntu1 [24.2 kB]                                                            
Get:1671 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdotconf0 amd64 1.3-0.3fakesync1 [14.5 kB]                                                                              
Get:1672 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libspeechd2 amd64 0.8.8-1ubuntu1 [17.3 kB]                                                                                
Get:1673 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gnome-orca all 3.28.0-3ubuntu1 [2,032 B]                                                                              
Get:1674 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 orca all 3.28.0-3ubuntu1 [483 kB]                                                                                         
Get:1675 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-power-manager amd64 3.26.0-1 [53.8 kB]                                                                              
Get:1676 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gnome-screensaver amd64 3.6.1-8ubuntu3 [235 kB]                                                                       
Get:1677 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-screenshot amd64 3.25.0-0ubuntu2 [52.5 kB]                                                                          
Get:1678 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-software-plugin-snap amd64 3.28.1-0ubuntu4.18.04.15 [29.8 kB]                                               
Get:1679 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-startup-applications amd64 3.28.1-0ubuntu3 [29.9 kB]                                                        
Get:1680 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libqqwing2v5 amd64 1.3.4-1.1 [16.5 kB]                                                                                    
Get:1681 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-sudoku amd64 1:3.28.0-1 [199 kB]                                                                                    
Get:1682 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gnome-system-log amd64 3.9.90-5 [603 kB]                                                                              
Get:1683 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libatkmm-1.6-1v5 amd64 2.24.2-3 [62.6 kB]                                                                                 
Get:1684 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcairomm-1.0-1v5 amd64 1.12.2-3 [37.1 kB]                                                                               
Get:1685 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpangomm-1.4-1v5 amd64 2.40.1-4 [42.5 kB]                                                                               
Get:1686 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgtkmm-3.0-1v5 amd64 3.22.2-2 [850 kB]                                                                                  
Get:1687 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnome-system-monitor amd64 3.28.2-0ubuntu1 [193 kB]                                                               
Get:1688 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-themes-extra-data all 3.28-1ubuntu1 [67.6 kB]                                                                       
Get:1689 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gtk2-engines-pixbuf amd64 2.24.32-1ubuntu1 [22.6 kB]                                                                      
Get:1690 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-themes-extra amd64 3.28-1ubuntu1 [15.0 kB]                                                                          
Get:1691 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-todo-common all 3.28.1-1 [119 kB]                                                                                   
Get:1692 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgnome-todo amd64 3.28.1-1 [5,348 B]                                                                                    
Get:1693 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 gnome-todo amd64 3.28.1-1 [140 kB]                                                                                        
Get:1694 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libapache2-mod-dnssd amd64 0.6-3.2 [14.6 kB]                                                                          
Get:1695 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gnome-user-share amd64 3.18.3-3 [62.9 kB]                                                                             
Get:1696 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-efi-amd64-signed amd64 1.167~18.04.5+2.04-1ubuntu44.1.2 [481 kB]                                             
Get:1697 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphene-1.0-0 amd64 1.8.0-1 [37.4 kB]                                                                                 
Get:1698 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-gl amd64 1.14.5-0ubuntu1~18.04.3 [84.0 kB]                                                           
Get:1699 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-gtk3 amd64 1.14.5-0ubuntu1~18.04.2 [62.5 kB]                                                         
Get:1700 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libbluray2 amd64 1:1.0.2-3 [141 kB]                                                                                   
Get:1701 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssh-gcrypt-4 amd64 0.8.0~20170825.94fa1e38-1ubuntu0.7 [172 kB]                                                 
Get:1702 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libavformat57 amd64 7:3.4.8-0ubuntu0.2 [953 kB]                                                               
Get:1703 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libavresample3 amd64 7:3.4.8-0ubuntu0.2 [52.6 kB]                                                             
Get:1704 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libmysofa0 amd64 0.6~dfsg0-3+deb10u1build1 [38.5 kB]                                                          
Get:1705 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libpostproc54 amd64 7:3.4.8-0ubuntu0.2 [50.3 kB]                                                              
Get:1706 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 librubberband2 amd64 1.8.1-7ubuntu2 [86.7 kB]                                                                         
Get:1707 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libswscale4 amd64 7:3.4.8-0ubuntu0.2 [150 kB]                                                                 
Get:1708 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB]                                                                                 
Get:1709 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB]                                                                            
Get:1710 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB]                                                                       
Get:1711 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libavfilter6 amd64 7:3.4.8-0ubuntu0.2 [874 kB]                                                                
Get:1712 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gstreamer1.0-libav amd64 1.14.5-0ubuntu1~18.04.1 [124 kB]                                                     
Get:1713 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libva-wayland2 amd64 2.1.0-3 [8,756 B]                                                                                
Get:1714 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gstreamer1.0-vaapi amd64 1.14.5-0ubuntu1~ubuntu18.04.1 [310 kB]                                               
Get:1715 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gucharmap amd64 1:10.0.4-1 [1,006 kB]                                                                                 
Get:1716 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgucharmap-2-90-7 amd64 1:10.0.4-1 [1,080 kB]                                                                       
Get:1717 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 hwdata all 0.290-1ubuntu0.18.04.1 [22.8 kB]                                                                       
Get:1718 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 openoffice.org-hyphenation all 0.10 [7,706 B]                                                                         
Get:1719 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hyphen-fi all 0.10 [10.5 kB]                                                                                              
Get:1720 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hyphen-ga all 0.10 [26.2 kB]                                                                                              
Get:1721 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hyphen-id all 0.10 [44.6 kB]                                                                                              
Get:1722 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hyphen-en-ca all 0.10 [42.9 kB]                                                                                           
Get:1723 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 hyphen-en-us all 2.8.8-5 [48.3 kB]                                                                                        
Get:1724 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibus-gtk amd64 1.5.17-3ubuntu5.3 [14.9 kB]                                                                        
Get:1725 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibus-gtk3 amd64 1.5.17-3ubuntu5.3 [15.5 kB]                                                                       
Get:1726 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ibus-table all 1.9.14-3 [222 kB]                                                                                          
Get:1727 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 iio-sensor-proxy amd64 2.4-2 [45.0 kB]                                                                                    
Get:1728 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 indicator-application amd64 12.10.1+18.04.20190308.1-0ubuntu1 [24.5 kB]                                       
Get:1729 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-appmenu amd64 15.02.0+16.10.20160927-0ubuntu3 [25.1 kB]                                                     
Get:1730 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-messages amd64 13.10.1+17.04.20170120-0ubuntu2 [68.2 kB]                                                    
Get:1731 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 intel-gpu-tools amd64 1.22-1 [1,033 kB]                                                                                   
Get:1732 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB]                                                                
Get:1733 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 iucode-tool amd64 2.3.1-1 [45.6 kB]                                                                                       
Get:1734 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 kerneloops amd64 0.12+git20140509-6ubuntu2 [19.9 kB]                                                                      
Get:1735 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 laptop-detect all 0.16 [6,016 B]                                                                                          
Get:1736 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libaacs0 amd64 0.9.0-1 [51.4 kB]                                                                                      
Get:1737 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libaccounts-qt5-1 amd64 1.15+17.04.20161104.1-0ubuntu1 [33.5 kB]                                                      
Get:1738 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-ui-gtk3-0 amd64 0.7-3.1ubuntu1.3 [19.1 kB]                                                               
Get:1739 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libbdplus0 amd64 0.1.2-2 [46.6 kB]                                                                                    
Get:1740 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libvolume-key1 amd64 0.3.9-4 [113 kB]                                                                                     
Get:1741 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libblockdev-crypto2 amd64 2.16-2 [10.6 kB]                                                                                
Get:1742 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcanberra-gtk0 amd64 0.30-5ubuntu1 [7,864 B]                                                                        
Get:1743 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcanberra-gtk-module amd64 0.30-5ubuntu1 [10.0 kB]                                                                  
Get:1744 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcapnp-0.6.1 amd64 0.6.1-1ubuntu1 [658 kB]                                                                              
Get:1745 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libclutter-1.0-common all 1.26.2+dfsg-4 [4,024 B]                                                                         
Get:1746 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcogl-common all 1.22.2-3ubuntu1 [174 kB]                                                                       
Get:1747 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libcurl3 amd64 7.58.0-2ubuntu2 [214 kB]                                                                               
Get:1748 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]                                                                                    
Get:1749 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libdbusmenu-qt2 amd64 0.9.3+16.04.20160218-1ubuntu1 [70.8 kB]                                                         
Get:1750 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpcaudio0 amd64 1.0-1 [6,536 B]                                                                                         
Get:1751 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libespeak-ng1 amd64 1.49.2+dfsg-1 [187 kB]                                                                                
Get:1752 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4build1 [133 kB]                                                                        
Get:1753 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexiv2-14 amd64 0.25-3.1ubuntu0.18.04.11 [678 kB]                                                               
Get:1754 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-mimeinfo-perl all 0.28-1 [41.4 kB]                                                                                
Get:1755 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]                                                                                     
Get:1756 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-sysinfo0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [17.3 kB]                       
Get:1757 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-primitives1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [22.3 kB]                  
Get:1758 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-handle0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [15.9 kB]                        
Get:1759 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-interlocked0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [16.5 kB]                   
Get:1760 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-thread0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [17.2 kB]                        
Get:1761 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-synch0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [18.2 kB]                         
Get:1762 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-crt0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [21.1 kB]                           
Get:1763 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-utils0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [50.5 kB]                         
Get:1764 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-pool0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [15.9 kB]                          
Get:1765 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-registry0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [17.2 kB]                      
Get:1766 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-codec1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [66.7 kB]                       
Get:1767 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-library0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [16.2 kB]                       
Get:1768 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-environment0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [16.6 kB]                   
Get:1769 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-heap0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [15.8 kB]                          
Get:1770 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-path0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [17.7 kB]                          
Get:1771 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-common1.1.0 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [23.1 kB]                    
Get:1772 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-utils1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [26.5 kB]                       
Get:1773 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-file0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [15.6 kB]                          
Get:1774 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-crypto1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [31.9 kB]                      
Get:1775 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-input0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [19.1 kB]                         
Get:1776 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-locale1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [41.2 kB]                      
Get:1777 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-dsparse0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [15.9 kB]                       
Get:1778 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-rpc0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [27.0 kB]                           
Get:1779 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwinpr-sspi0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [36.4 kB]                          
Get:1780 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-core1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [150 kB]                         
Get:1781 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-cache1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [23.7 kB]                       
Get:1782 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-client1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [58.7 kB]                      
Get:1783 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwinpr2-2 amd64 2.2.0+dfsg1-0ubuntu0.18.04.2 [316 kB]                                                           
Get:1784 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreerdp2-2 amd64 2.2.0+dfsg1-0ubuntu0.18.04.2 [523 kB]                                                         
Get:1785 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreerdp-client2-2 amd64 2.2.0+dfsg1-0ubuntu0.18.04.2 [251 kB]                                                  
Get:1786 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-gdi1.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [35.5 kB]                         
Get:1787 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libfreerdp-plugins-standard amd64 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 [104 kB]                
Get:1788 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-bin amd64 2.36.11-2 [7,864 B]                                                                            
Get:1789 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgexiv2-2 amd64 0.10.8-1 [43.4 kB]                                                                                      
Get:1790 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgmime-2.6-0 amd64 2.6.23+dfsg1-2 [146 kB]                                                                          
Get:1791 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgphoto2-l10n all 2.5.16-2 [11.1 kB]                                                                                    
Get:1792 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB]                                                               
Get:1793 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libgpod-common amd64 0.8.3-11 [22.8 kB]                                                                                   
Get:1794 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgtkglext1 amd64 1.2.0-8 [73.9 kB]                                                                                  
Get:1795 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgtkspell3-3-0 amd64 3.0.9-2 [28.9 kB]                                                                              
Get:1796 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]                                                                                  
Get:1797 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libhud2 amd64 14.10+17.10.20170619-0ubuntu2 [25.6 kB]                                                                 
Get:1798 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]                                                                            
Get:1799 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2 [14.5 MB]                                                                                 
Get:1800 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblouisutdml-data all 2.7.0-1 [35.2 kB]                                                                                  
Get:1801 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblouisutdml8 amd64 2.7.0-1 [82.8 kB]                                                                                    
Get:1802 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libmad0 amd64 0.15.1b-9ubuntu18.04.1 [64.6 kB]                                                                
Get:1803 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwmf0.2-7 amd64 0.2.8.4-12 [150 kB]                                                                                     
Get:1804 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwmf0.2-7-gtk amd64 0.2.8.4-12 [6,084 B]                                                                                
Get:1805 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3-extra amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [62.4 kB]                                           
Get:1806 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmircore1 amd64 0.31.1-0ubuntu1 [26.5 kB]                                                                               
Get:1807 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmircommon7 amd64 0.31.1-0ubuntu1 [73.9 kB]                                                                             
Get:1808 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libprotobuf-lite10 amd64 3.0.0-9.1ubuntu1 [97.7 kB]                                                                       
Get:1809 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmirprotobuf3 amd64 0.31.1-0ubuntu1 [127 kB]                                                                            
Get:1810 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libmirclient9 amd64 0.31.1-0ubuntu1 [199 kB]                                                                              
Get:1811 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnatpmp1 amd64 20150609-2 [7,612 B]                                                                                     
Get:1812 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 netpbm amd64 2:10.0-15.3build1 [1,017 kB]                                                                                 
Get:1813 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnetpbm10 amd64 2:10.0-15.3build1 [58.0 kB]                                                                             
Get:1814 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnm-glib-vpn1 amd64 1.10.6-2ubuntu1.4 [13.9 kB]                                                                 
Get:1815 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libnss-mdns amd64 0.10-8ubuntu1 [21.2 kB]                                                                                 
Get:1816 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-gnome-keyring amd64 3.28.0.2-1ubuntu1.18.04.1 [21.8 kB]                                                    
Get:1817 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B]                                                                         
Get:1818 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB]                                                                                       
Get:1819 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libraw16 amd64 0.18.8-1ubuntu0.3 [264 kB]                                                                         
Get:1820 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-0.1ubuntu0.1 [175 kB]                                                          
Get:1821 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl-ttf2.0-0 amd64 2.0.11-4 [15.0 kB]                                                                              
Get:1822 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsignon-extension1 amd64 8.59+17.10.20170606-0ubuntu1 [21.4 kB]                                                     
Get:1823 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsignon-plugins-common1 amd64 8.59+17.10.20170606-0ubuntu1 [19.9 kB]                                                
Get:1824 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsignon-qt5-1 amd64 8.59+17.10.20170606-0ubuntu1 [69.8 kB]                                                          
Get:1825 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsqlite0 amd64 2.8.17-14fakesync1 [160 kB]                                                                          
Get:1826 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libsrtp0 amd64 1.4.5~20130609~dfsg-2ubuntu1 [53.8 kB]                                                                 
Get:1827 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssh-4 amd64 0.8.0~20170825.94fa1e38-1ubuntu0.7 [170 kB]                                                        
Get:1828 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]                                                                                     
Get:1829 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libtelepathy-glib0 amd64 0.24.1-2 [605 kB]                                                                            
Get:1830 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtk8.6 amd64 8.6.8-4 [693 kB]                                                                                           
Get:1831 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qtdeclarative5-unity-action-plugin amd64 1.1.0+17.04.20170405-0ubuntu1 [15.0 kB]                                      
Get:1832 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libunity-action-qt1 amd64 1.1.0+17.04.20170405-0ubuntu1 [42.9 kB]                                                     
Get:1833 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libustr-1.0-1 amd64 1.0.4-6 [66.1 kB]                                                                                 
Get:1834 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libvncclient1 amd64 0.9.11+dfsg-1ubuntu1.4 [55.4 kB]                                                              
Get:1835 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-bin amd64 0.29-1 [4,712 B]                                                                                       
Get:1836 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB]                                                                                 
Get:1837 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxatracker2 amd64 20.0.8-0ubuntu1~18.04.1 [1,549 kB]                                                            
Get:1838 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xv0 amd64 1.13-2~ubuntu18.04 [9,168 B]                                                                     
Get:1839 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxml-xpathengine-perl all 0.14-1 [31.8 kB]                                                                              
Get:1840 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libxvmc1 amd64 2:1.0.10-1 [13.7 kB]                                                                                       
Get:1841 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-firmware all 1.173.20 [74.8 MB]                                                                             
Get:1842 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-163-generic amd64 4.15.0-163.171 [13.4 MB]                                                   
Get:1843 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-163-generic amd64 4.15.0-163.171 [8,095 kB]                                                    
Get:1844 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-163-generic amd64 4.15.0-163.171 [33.7 MB]                                             
Get:1845 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 amd64-microcode amd64 3.20191021.1+really3.20181128.1~ubuntu0.18.04.1 [31.6 kB]                                   
Get:1846 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 intel-microcode amd64 3.20210608.0ubuntu0.18.04.1 [3,809 kB]                                                      
Get:1847 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.163.152 [2,544 B]                                                                
Get:1848 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-163 all 4.15.0-163.171 [11.0 MB]                                                             
Get:1849 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-163-generic amd64 4.15.0-163.171 [1,262 kB]                                                  
Get:1850 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.163.152 [2,448 B]                                                              
Get:1851 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.163.152 [1,864 B]                                                                      
Get:1852 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic-hwe-16.04 amd64 4.15.0.163.152 [1,880 B]                                                            
Get:1853 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-140 all 4.15.0-140.144 [10.9 MB]                                                             
Get:1854 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-140-generic amd64 4.15.0-140.144 [1,101 kB]                                                  
Get:1855 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-142 all 4.15.0-142.146 [10.9 MB]                                                             
Get:1856 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-142-generic amd64 4.15.0-142.146 [1,256 kB]                                                  
Get:1857 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic-hwe-16.04 amd64 4.15.0.163.152 [1,876 B]                                                    
Get:1858 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-140-generic amd64 4.15.0-140.144 [13.1 MB]                                                   
Get:1859 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-140-generic amd64 4.15.0-140.144 [8,021 kB]                                                    
Get:1860 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-142-generic amd64 4.15.0-142.146 [13.4 MB]                                                   
Get:1861 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-142-generic amd64 4.15.0-142.146 [8,080 kB]                                                    
Get:1862 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic-hwe-16.04 amd64 4.15.0.163.152 [1,872 B]                                                      
Get:1863 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-140-generic amd64 4.15.0-140.144 [32.8 MB]                                             
Get:1864 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-142-generic amd64 4.15.0-142.146 [33.7 MB]                                             
Get:1865 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-signed-generic amd64 4.15.0.163.152 [1,896 B]                                                               
Get:1866 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-signed-generic-hwe-16.04 amd64 4.15.0.163.152 [1,896 B]                                                     
Get:1867 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-signed-image-generic amd64 4.15.0.163.152 [1,888 B]                                                         
Get:1868 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-signed-image-generic-hwe-16.04 amd64 4.15.0.163.152 [1,888 B]                                               
Get:1869 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mesa-va-drivers amd64 20.0.8-0ubuntu1~18.04.1 [2,376 kB]                                                      
Get:1870 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mesa-vdpau-drivers amd64 20.0.8-0ubuntu1~18.04.1 [2,496 kB]                                                       
Get:1871 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 [22.3 kB]                                                 
Get:1872 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mousetweaks amd64 3.12.0-4 [37.3 kB]                                                                                      
Get:1873 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mtools amd64 4.0.18-2ubuntu1 [177 kB]                                                                                     
Get:1874 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mythes-en-us all 1:6.0.3-3 [3,088 kB]                                                                                     
Get:1875 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nautilus-extension-gnome-terminal amd64 3.28.2-1ubuntu1~18.04.1 [23.8 kB]                                         
Get:1876 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 nautilus-sendto amd64 3.8.6-2 [15.7 kB]                                                                                   
Get:1877 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 nautilus-share amd64 0.7.3-2ubuntu3 [19.4 kB]                                                                             
Get:1878 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-term all 6.1-1ubuntu1.18.04 [248 kB]                                                                      
Get:1879 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1ubuntu1 [194 kB]                                                                
Get:1880 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 network-manager-config-connectivity-ubuntu all 1.10.6-2ubuntu1.4 [2,524 B]                                        
Get:1881 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 onboard-data all 1.4.1-2ubuntu1 [3,804 kB]                                                                            
Get:1882 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 os-prober amd64 1.74ubuntu1 [19.8 kB]                                                                                     
Get:1883 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 overlay-scrollbar-gtk2 amd64 0.2.17.1+16.04.20151117-0ubuntu2 [29.5 kB]                                               
Get:1884 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 overlay-scrollbar all 0.2.17.1+16.04.20151117-0ubuntu2 [3,758 B]                                                      
Get:1885 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 packagekit-tools amd64 1.1.9-1ubuntu2.18.04.6 [32.5 kB]                                                           
Get:1886 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pcmciautils amd64 018-8build1 [27.4 kB]                                                                                   
Get:1887 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]                                                                                
Get:1888 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 plainbox-provider-resource-generic amd64 0.23-1.1 [19.3 kB]                                                           
Get:1889 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-guacamole all 0.9.2-2 [21.6 kB]                                                                                   
Get:1890 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 plainbox-provider-checkbox amd64 0.25-2 [1,101 kB]                                                                    
Get:1891 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB]                                                                                       
Get:1892 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pppconfig all 2.3.23 [34.6 kB]                                                                                            
Get:1893 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-brlaser amd64 4-1 [20.6 kB]                                                                                
Get:1894 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-m2300w amd64 0.51-13 [266 kB]                                                                              
Get:1895 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-min12xxw amd64 0.0.9-10 [46.6 kB]                                                                          
Get:1896 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-ptouch amd64 1.4.2-3 [24.6 kB]                                                                             
Get:1897 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 printer-driver-splix amd64 2.0.0+svn315-6fakesync1 [38.4 kB]                                                              
Get:1898 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qml-module-io-thp-pyotherside amd64 1.4.0-2build1 [61.3 kB]                                                           
Get:1899 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 pyotherside all 1.4.0-2build1 [1,932 B]                                                                               
Get:1900 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.4 [141 kB]                                                            
Get:1901 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-pycurl amd64 7.43.0.1-0.2 [43.1 kB]                                                                                
Get:1902 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-urlgrabber all 3.10.2-1 [51.0 kB]                                                                                  
Get:1903 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-blinker all 1.4+dfsg1-0.1 [13.1 kB]                                                                               
Get:1904 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-bs4 all 4.6.0-1 [67.8 kB]                                                                                         
Get:1905 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB]                                                                              
Get:1906 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-feedparser all 5.2.1-1 [45.0 kB]                                                                                  
Get:1907 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-webencodings all 0.5-2 [10.4 kB]                                                                                  
Get:1908 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-html5lib all 0.999999999-1 [81.9 kB]                                                                              
Get:1909 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB]                                                                
Get:1910 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-jwt all 1.5.3+ds1-1 [15.9 kB]                                                                                     
Get:1911 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB]                                                                               
Get:1912 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB]                                                                                    
Get:1913 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB]                                                                                  
Get:1914 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-lazr.uri all 1.0.3-2build1 [12.9 kB]                                                                              
Get:1915 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-simplejson amd64 3.13.2-1 [49.6 kB]                                                                               
Get:1916 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-wadllib all 1.3.2-3ubuntu0.18.04.1 [30.0 kB]                                                              
Get:1917 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-zope.interface amd64 4.3.2-1build2 [82.4 kB]                                                                      
Get:1918 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-oauth all 1.0.1-5 [8,238 B]                                                                                       
Get:1919 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-lazr.restfulclient all 0.13.5-1 [30.5 kB]                                                                         
Get:1920 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-launchpadlib all 1.10.6-1 [36.8 kB]                                                                               
Get:1921 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-oauthlib all 2.0.6-1 [70.2 kB]                                                                                    
Get:1922 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB]                                                                                    
Get:1923 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyasn1 all 0.4.2-3 [46.8 kB]                                                                                      
Get:1924 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [52.2 kB]                                                                             
Get:1925 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xlsxwriter all 0.9.6-0.1 [145 kB]                                                                                 
Get:1926 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qt-labs-folderlistmodel amd64 5.9.5-0ubuntu1.1 [33.1 kB]                                           
Get:1927 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qml-module-qt-labs-settings amd64 5.9.5-0ubuntu1.1 [22.3 kB]                                                  
Get:1928 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qtdeclarative5-qtquick2-plugin amd64 5.9.5-0ubuntu1.1 [13.3 kB]                                               
Get:1929 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qml-module-ubuntu-onlineaccounts amd64 0.6+17.04.20170405-0ubuntu1 [59.1 kB]                                          
Get:1930 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qpdf amd64 8.0.2-3ubuntu0.1 [238 kB]                                                                              
Get:1931 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qt-at-spi amd64 0.4.0-8 [58.6 kB]                                                                                     
Get:1932 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2.6 [117 kB]                                                        
Get:1933 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 qtdeclarative5-accounts-plugin amd64 0.6+17.04.20170405-0ubuntu1 [1,320 B]                                            
Get:1934 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qtdeclarative5-test-plugin amd64 5.9.5-0ubuntu1.1 [13.3 kB]                                                   
Get:1935 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1,485 kB]                                                                        
Get:1936 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 remmina-plugin-vnc amd64 1.2.0-rcgit.29+dfsg-1ubuntu1.2 [16.1 kB]                                                 
Get:1937 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 remmina-plugin-rdp amd64 1.2.0-rcgit.29+dfsg-1ubuntu1.2 [32.1 kB]                                                 
Get:1938 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 remmina amd64 1.2.0-rcgit.29+dfsg-1ubuntu1.2 [142 kB]                                                             
Get:1939 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 remmina-common all 1.2.0-rcgit.29+dfsg-1ubuntu1.2 [52.5 kB]                                                       
Get:1940 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 remmina-plugin-secret amd64 1.2.0-rcgit.29+dfsg-1ubuntu1.2 [5,752 B]                                              
Get:1941 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 rename all 0.20-7 [12.3 kB]                                                                                           
Get:1942 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rhythmbox-plugin-alternative-toolbar all 0.18.0-1 [51.7 kB]                                                               
Get:1943 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 rtkit amd64 0.11-6 [35.7 kB]                                                                                              
Get:1944 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sbsigntool amd64 0.9.2-2ubuntu1~18.04.1 [62.6 kB]                                                                 
Get:1945 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 seahorse amd64 3.20.0-5 [416 kB]                                                                                          
Get:1946 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 secureboot-db amd64 1.4~ubuntu0.18.04.1 [8,488 B]                                                                 
Get:1947 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 session-shortcuts all 1.3 [2,614 B]                                                                                   
Get:1948 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 shim-signed amd64 1.37~18.04.11+15.4-0ubuntu9 [447 kB]                                                            
Get:1949 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 shotwell-common all 0.28.4-0ubuntu2 [327 kB]                                                                      
Get:1950 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 shotwell amd64 0.28.4-0ubuntu2 [1,704 kB]                                                                         
Get:1951 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 signon-plugin-oauth2 amd64 0.24+16.10.20160818-0ubuntu1 [56.0 kB]                                                     
Get:1952 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 signond amd64 8.59+17.10.20170606-0ubuntu1 [153 kB]                                                                   
Get:1953 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 signon-plugin-password amd64 8.59+17.10.20170606-0ubuntu1 [15.1 kB]                                                   
Get:1954 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 signon-ui-service all 0.17+18.04.20171027+really20160406-0ubuntu1 [3,048 B]                                           
Get:1955 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 signon-ui-x11 amd64 0.17+18.04.20171027+really20160406-0ubuntu1 [100 kB]                                              
Get:1956 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 sni-qt amd64 0.2.7+17.04.20170112-0ubuntu1 [46.8 kB]                                                                  
Get:1957 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 sound-icons all 0.1-6 [473 kB]                                                                                            
Get:1958 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 speech-dispatcher-espeak-ng amd64 0.8.8-1ubuntu1 [38.1 kB]                                                                
Get:1959 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ubuntu-mobile-icons all 16.10+18.04.20181005-0ubuntu1 [7,384 kB]                                              
Get:1960 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 suru-icon-theme all 16.10+18.04.20181005-0ubuntu1 [3,645 kB]                                                  
Get:1961 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 syslinux amd64 3:6.03+dfsg1-2 [142 kB]                                                                                    
Get:1962 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 syslinux-common all 3:6.03+dfsg1-2 [1,171 kB]                                                                             
Get:1963 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 syslinux-legacy amd64 2:3.63+dfsg-2ubuntu9 [45.7 kB]                                                                      
Get:1964 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 system-config-printer-udev amd64 1.5.11-1ubuntu2 [21.4 kB]                                                                
Get:1965 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB]                                                                                       
Get:1966 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 tcpd amd64 7.6.q-27 [24.2 kB]                                                                                         
Get:1967 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thermald amd64 1.7.0-5ubuntu5 [192 kB]                                                                            
Get:1968 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-locale-en amd64 1:78.14.0+build1-0ubuntu0.18.04.2 [898 kB]                                            
Get:1969 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird amd64 1:78.14.0+build1-0ubuntu0.18.04.2 [50.6 MB]                                                     
Get:1970 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-gnome-support amd64 1:78.14.0+build1-0ubuntu0.18.04.2 [8,640 B]                                       
Get:1971 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-locale-en-us all 1:78.14.0+build1-0ubuntu0.18.04.2 [10.2 kB]                                          
Get:1972 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 tk8.6 amd64 8.6.8-4 [12.3 kB]                                                                                             
Get:1973 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 transmission-common all 2.92-3ubuntu2 [237 kB]                                                                            
Get:1974 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 transmission-gtk amd64 2.92-3ubuntu2 [322 kB]                                                                             
Get:1975 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 ttf-ancient-fonts-symbola all 2.60-1 [1,452 B]                                                                        
Get:1976 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-fan all 0.12.10 [34.7 kB]                                                                                          
Get:1977 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-report amd64 1.3.2 [1,695 kB]                                                                              
Get:1978 http://us.archive.ubuntu.com/ubuntu bionic/multiverse amd64 ubuntu-restricted-addons amd64 26 [3,008 B]                                                                         
Get:1979 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 ubuntu-wallpapers-xenial all 18.04.1-0ubuntu1 [17.1 MB]                                                               
Get:1980 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.14 [41.7 kB]                                                             
Get:1981 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-lens-photos all 1.0+17.10.20170605-0ubuntu3 [22.3 kB]                                                           
Get:1982 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scopes-runner all 7.1.4+18.04.20180209.1-0ubuntu2 [4,064 B]                                                     
Get:1983 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scope-calculator all 0.1+14.04.20140328-0ubuntu3 [6,024 B]                                                      
Get:1984 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scope-devhelp all 0.1+14.04.20140328-0ubuntu3 [6,452 B]                                                         
Get:1985 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scope-manpages all 3.0+14.04.20140324-0ubuntu3 [6,156 B]                                                        
Get:1986 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 unity-scope-video-remote amd64 0.3.15+16.04.20160212.1-0ubuntu3 [21.3 kB]                                             
Get:1987 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 usb-creator-gtk amd64 0.3.5ubuntu18.04.2 [21.4 kB]                                                                
Get:1988 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 usb-creator-common amd64 0.3.5ubuntu18.04.2 [13.9 kB]                                                             
Get:1989 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 usbmuxd amd64 1.1.0-2ubuntu0.1 [34.9 kB]                                                                          
Get:1990 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 i965-va-driver amd64 2.1.0-0ubuntu1 [925 kB]                                                                          
Get:1991 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 va-driver-all amd64 2.1.0-3 [4,376 B]                                                                                 
Get:1992 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB]                                                                                         
Get:1993 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 vdpau-driver-all amd64 1.1.1-3ubuntu1 [4,674 B]                                                                           
Get:1994 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 wamerican all 2017.08.24-1 [210 kB]                                                                                       
Get:1995 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 wbritish all 2017.08.24-1 [209 kB]                                                                                        
Get:1996 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-desktop-portal amd64 1.0.3-0ubuntu0.2 [175 kB]                                                                
Get:1997 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-desktop-portal-gtk amd64 1.0.2-0ubuntu1.1 [130 kB]                                                            
Get:1998 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB]                                                                                               
Get:1999 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xephyr amd64 2:1.19.6-1ubuntu4.9 [923 kB]                                                                 
Get:2000 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-all-hwe-16.04 amd64 3:14.1 [2,140 B]                                                               
Get:2001 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-amdgpu-hwe-16.04 amd64 3:14.1 [2,140 B]                                                            
Get:2002 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-amdgpu amd64 18.0.1-1 [61.0 kB]                                                                        
Get:2003 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-ati-hwe-16.04 amd64 3:14.1 [2,132 B]                                                               
Get:2004 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-radeon-hwe-16.04 amd64 3:14.1 [2,148 B]                                                            
Get:2005 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-radeon amd64 1:18.0.1-1 [147 kB]                                                                       
Get:2006 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-ati amd64 1:18.0.1-1 [7,116 B]                                                                         
Get:2007 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-fbdev-hwe-16.04 amd64 3:14.1 [2,140 B]                                                             
Get:2008 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-fbdev amd64 1:0.4.4-1build6 [11.5 kB]                                                                  
Get:2009 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-nouveau-hwe-16.04 amd64 3:14.1 [2,136 B]                                                           
Get:2010 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-nouveau amd64 1:1.0.15-2 [86.3 kB]                                                                     
Get:2011 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-vesa-hwe-16.04 amd64 3:14.1 [2,148 B]                                                              
Get:2012 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-vesa amd64 1:2.3.4-1build3 [14.7 kB]                                                                   
Get:2013 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-vmware-hwe-16.04 amd64 3:14.1 [2,152 B]                                                            
Get:2014 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-vmware amd64 1:13.2.1-1build1 [71.6 kB]                                                                
Get:2015 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xserver-xorg-video-all amd64 1:7.7+19ubuntu7.1 [4,164 B]                                                          
Get:2016 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-intel-hwe-16.04 amd64 3:14.1 [2,140 B]                                                             
Get:2017 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-intel amd64 2:2.99.917+git20171229-1 [728 kB]                                                          
Get:2018 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 xserver-xorg-video-qxl-hwe-16.04 amd64 3:14.1 [2,140 B]                                                               
Get:2019 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xserver-xorg-video-qxl amd64 0.1.5-2build1 [81.0 kB]                                                                      
Get:2020 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xul-ext-ubufox all 3.4-0ubuntu1.17.10.1 [3,320 B]                                                                         
Get:2021 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 zeitgeist-datahub amd64 1.0-0.1ubuntu1 [42.2 kB]                                                                      
Get:2022 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cups-pk-helper amd64 0.2.6-1ubuntu1.2 [52.1 kB]                                                                   
Get:2023 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgtk3-nocsd0 amd64 3-1ubuntu1 [13.8 kB]                                                                             
Get:2024 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gtk3-nocsd all 3-1ubuntu1 [39.6 kB]                                                                                   
Get:2025 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 indicator-printers amd64 0.1.7+17.10.20171101-0ubuntu1 [26.3 kB]                                                      
Get:2026 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 ippusbxd amd64 1.32-2 [33.3 kB]                                                                                           
Get:2027 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libcanberra-gtk3-module amd64 0.30-5ubuntu1 [10.1 kB]                                                                     
Get:2028 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 liblouisutdml-bin amd64 2.7.0-1 [9,588 B]                                                                                 
Get:2029 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-myhostname amd64 237-3ubuntu10.52 [35.2 kB]                                                                
Get:2030 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libtbb2 amd64 2017~U7-8 [110 kB]                                                                                      
Get:2031 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 mobile-broadband-provider-info all 20170903-1 [47.3 kB]                                                                   
Get:2032 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 resolvconf all 1.79ubuntu10.18.04.3 [48.0 kB]                                                                 
Get:2033 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB]                                                                                     
Get:2034 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ssh-import-id all 5.7-0ubuntu1.1 [10.9 kB]                                                                        
Get:2035 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch amd64 2.5.2+repack0-2ubuntu1 [53.6 kB]                                                                     
Get:2036 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch-data all 20170806-2 [30.7 kB]                                                                              
Get:2037 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xbrlapi amd64 5.5-4ubuntu2.0.1 [61.9 kB]                                                                          
Fetched 1,319 MB in 6s (5,148 kB/s)                                                                                                                                                      

Upgrading
Inhibiting until Ctrl+C is pressed...
Fetched 0 B in 0s (0 B/s)                                                                                                                                                                
  MarkInstall libc6 [ amd64 ] < 2.23-0ubuntu11.3 -> 2.27-3ubuntu1.4 > ( libs ) FU=1
    MarkInstall locales [ amd64 ] < 2.23-0ubuntu11.3 -> 2.27-3ubuntu1.4 > ( libs ) FU=0
    Installing libc-bin as Depends of locales
      MarkInstall libc-bin [ amd64 ] < 2.23-0ubuntu11.3 -> 2.27-3ubuntu1.4 > ( libs ) FU=0
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done

Upgrading
Inhibiting until Ctrl+C is pressed...
Fetched 0 B in 0s (0 B/s)                                                                                                                                                                
Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
(Reading database ... 249425 files and directories currently installed.)
Preparing to unpack .../libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [  6%]
Preparing to unpack .../libc6-dev_2.27-3ubuntu1.4_amd64.deb ...

Progress: [ 12%]
Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [ 19%]
Preparing to unpack .../libc6-dbg_2.27-3ubuntu1.4_amd64.deb ...
Unpacking libc6-dbg:amd64 (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [ 25%]
Preparing to unpack .../locales_2.27-3ubuntu1.4_all.deb ...

Progress: [ 32%]
Unpacking locales (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [ 38%]
Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.
Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [ 45%]
Setting up libc6:amd64 (2.27-3ubuntu1.4) ...
Installing new version of config file /etc/ld.so.conf.d/x86_64-linux-gnu.conf ...

Progress: [ 51%]
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.
Processing triggers for man-db (2.7.5-1) ...
(Reading database ... 249501 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ...

Progress: [ 58%]
Unpacking libc-bin (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...

Progress: [ 64%]
Processing triggers for man-db (2.7.5-1) ...
Setting up libc-bin (2.27-3ubuntu1.4) ...

Progress: [ 70%]
Setting up libc-dev-bin (2.27-3ubuntu1.4) ...

Progress: [ 77%]
Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ...

Progress: [ 83%]
Setting up libc6-dbg:amd64 (2.27-3ubuntu1.4) ...

Progress: [ 90%]
Setting up locales (2.27-3ubuntu1.4) ...
Installing new version of config file /etc/locale.alias ...
Generating locales (this might take a while)...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
Generation complete.

Progress: [ 96%]
Reading package lists... Done    
Building dependency tree          
Reading state information... Done

Calculating the changes

Calculating the changes

Upgrading
Inhibiting until Ctrl+C is pressed...
Fetched 0 B in 0s (0 B/s)                                                                                                                                                                
Extracting templates from packages: 100%
Preconfiguring packages ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
Extracting templates from packages: 100%
Preconfiguring packages ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
Extracting templates from packages: 100%
Preconfiguring packages ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
Extracting templates from packages: 100%
Preconfiguring packages ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
(Reading database ... 249501 files and directories currently installed.)
Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ...
Unpacking base-files (10.1ubuntu2.11) over (9.4ubuntu4.13) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for cracklib-runtime (2.9.2-1ubuntu1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for initramfs-tools (0.122ubuntu8.17) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up base-files (10.1ubuntu2.11) ...
Installing new version of config file /etc/debian_version ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Updating /etc/profile to current default.
motd-news.service is a disabled or a static unit, not starting it.
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.17) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 249504 files and directories currently installed.)
Preparing to unpack .../debianutils_4.8.4_amd64.deb ...
Unpacking debianutils (4.8.4) over (4.7) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up debianutils (4.8.4) ...
(Reading database ... 249504 files and directories currently installed.)
Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ...
Unpacking bash (4.4.18-2ubuntu1.2) over (4.3-14ubuntu1.4) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up bash (4.4.18-2ubuntu1.2) ...
Installing new version of config file /etc/bash.bashrc ...
Installing new version of config file /etc/skel/.profile ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 249504 files and directories currently installed.)
Preparing to unpack .../libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) over (0.8.2-1ubuntu0.1) ...
Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249505 files and directories currently installed.)
Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249505 files and directories currently installed.)
Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249505 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up ncurses-bin (6.1-1ubuntu1.18.04) ...
(Reading database ... 249506 files and directories currently installed.)
Preparing to unpack .../bsdmainutils_11.1.2ubuntu1_amd64.deb ...
Unpacking bsdmainutils (11.1.2ubuntu1) over (9.0.6ubuntu3) ...
Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.27.1-6ubuntu3.10) ...
Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ...
(Reading database ... 249510 files and directories currently installed.)
Preparing to unpack .../coreutils_8.28-1ubuntu1_amd64.deb ...
Unpacking coreutils (8.28-1ubuntu1) over (8.25-2ubuntu3~16.04) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Setting up coreutils (8.28-1ubuntu1) ...
(Reading database ... 249512 files and directories currently installed.)
Preparing to unpack .../liblzma5_5.2.2-1.3_amd64.deb ...
Unpacking liblzma5:amd64 (5.2.2-1.3) over (5.1.1alpha+20120614-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up liblzma5:amd64 (5.2.2-1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249512 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ...
Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.1+dfsg-1~ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249512 files and directories currently installed.)
Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ...
Unpacking tar (1.29b-2ubuntu0.2) over (1.28-2.1ubuntu0.2) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up tar (1.29b-2ubuntu0.2) ...
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 249512 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ...
Selecting previously unselected package libpython3.6-minimal:amd64.
Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) over (2.1.0-7ubuntu0.16.04.5) ...
Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2) over (1:1.2.8.dfsg-2ubuntu4.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package python3.6-minimal.
(Reading database ... 249751 files and directories currently installed.)
Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ...
Preparing to unpack .../dh-python_3.20180325ubuntu2_all.deb ...
Unpacking dh-python (3.20180325ubuntu2) over (2.20151103ubuntu1.2) ...
Preparing to unpack .../totem-plugins_3.26.0-0ubuntu6.2_amd64.deb ...
Unpacking totem-plugins (3.26.0-0ubuntu6.2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../python3-renderpm_3.4.0-3ubuntu0.1_amd64.deb ...
Unpacking python3-renderpm:amd64 (3.4.0-3ubuntu0.1) over (3.3.0-1ubuntu0.1) ...
Preparing to unpack .../onboard_1.4.1-2ubuntu1_amd64.deb ...
Unpacking onboard (1.4.1-2ubuntu1) over (1.2.0-0ubuntu5) ...
Preparing to unpack .../python3-cairo_1.16.2-1_amd64.deb ...
Unpacking python3-cairo:amd64 (1.16.2-1) over (1.10.0+dfsg-5build1) ...
Preparing to unpack .../python3-reportlab-accel_3.4.0-3ubuntu0.1_amd64.deb ...
Unpacking python3-reportlab-accel:amd64 (3.4.0-3ubuntu0.1) over (3.3.0-1ubuntu0.1) ...
Preparing to unpack .../python3-gdbm_3.6.9-1~18.04_amd64.deb ...
Unpacking python3-gdbm:amd64 (3.6.9-1~18.04) over (3.5.1-1) ...
Preparing to unpack .../rhythmbox-data_3.4.2-4ubuntu1_all.deb ...
Unpacking rhythmbox-data (3.4.2-4ubuntu1) over (3.3-1ubuntu7) ...
Preparing to unpack .../gsettings-desktop-schemas_3.28.0-1ubuntu1_all.deb ...
Unpacking gsettings-desktop-schemas (3.28.0-1ubuntu1) over (3.18.1-1ubuntu1) ...
Preparing to unpack .../libnautilus-extension1a_1%3a3.26.4-0~ubuntu18.04.5_amd64.deb ...
Unpacking libnautilus-extension1a:amd64 (1:3.26.4-0~ubuntu18.04.5) over (1:3.18.4.is.3.14.3-0ubuntu6) ...
Preparing to unpack .../nautilus_1%3a3.26.4-0~ubuntu18.04.5_amd64.deb ...
Unpacking nautilus (1:3.26.4-0~ubuntu18.04.5) over (1:3.18.4.is.3.14.3-0ubuntu6) ...
Preparing to unpack .../rhythmbox-plugin-zeitgeist_3.4.2-4ubuntu1_all.deb ...
Unpacking rhythmbox-plugin-zeitgeist (3.4.2-4ubuntu1) over (3.3-1ubuntu7) ...
dpkg: considering deconfiguration of ubuntu-session, which would be broken by installation of unity-settings-daemon ...
dpkg: yes, will deconfigure ubuntu-session (broken by unity-settings-daemon)
Preparing to unpack .../unity-settings-daemon_15.04.1+18.04.20180413-0ubuntu1.2_amd64.deb ...
De-configuring ubuntu-session (3.18.1.2-1ubuntu1.16.04.2) ...
Unpacking unity-settings-daemon (15.04.1+18.04.20180413-0ubuntu1.2) over (15.04.1+16.04.20160701-0ubuntu3) ...
Preparing to unpack .../hud_14.10+17.10.20170619-0ubuntu2_amd64.deb ...
Unpacking hud (14.10+17.10.20170619-0ubuntu2) over (14.10+16.04.20160415-0ubuntu1) ...
dpkg: considering deconfiguration of unity, which would be broken by installation of ubuntu-session ...
dpkg: yes, will deconfigure unity (broken by ubuntu-session)
Preparing to unpack .../ubuntu-session_3.28.1-0ubuntu3_amd64.deb ...
De-configuring unity (7.4.5+16.04.20190312-0ubuntu1) ...
Unpacking ubuntu-session (3.28.1-0ubuntu3) over (3.18.1.2-1ubuntu1.16.04.2) ...
Preparing to unpack .../unity_7.5.0+18.04.20190304-0ubuntu1_amd64.deb ...
Unpacking unity (7.5.0+18.04.20190304-0ubuntu1) over (7.4.5+16.04.20190312-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for gconf2 (3.2.6-3ubuntu6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249587 files and directories currently installed.)
Removing unity-webapps-common (2.4.17+15.10.20150616-0ubuntu2) ...
Removing libunity-webapps0:amd64 (2.5.0~+16.04.20160201-0ubuntu1) ...
Removing unity-webapps-service (2.5.0~+16.04.20160201-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
(Reading database ... 249552 files and directories currently installed.)
Preparing to unpack .../bamfdaemon_0.5.3+18.04.20180207.2-0ubuntu1_amd64.deb ...
Unpacking bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) over (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Preparing to unpack .../libbamf3-2_0.5.3+18.04.20180207.2-0ubuntu1_amd64.deb ...
Unpacking libbamf3-2:amd64 (0.5.3+18.04.20180207.2-0ubuntu1) over (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Preparing to unpack .../unity-lens-music_6.9.1+16.04-0ubuntu3_amd64.deb ...
Unpacking unity-lens-music (6.9.1+16.04-0ubuntu3) over (6.9.1+16.04-0ubuntu1) ...
Preparing to unpack .../unity-lens-applications_7.1.0+16.10.20160927-0ubuntu3_amd64.deb ...
Unpacking unity-lens-applications (7.1.0+16.10.20160927-0ubuntu3) over (7.1.0+16.04.20160701-0ubuntu1) ...
Preparing to unpack .../unity-lens-files_7.1.0+17.10.20170605-0ubuntu2_amd64.deb ...
Unpacking unity-lens-files (7.1.0+17.10.20170605-0ubuntu2) over (7.1.0+16.04.20151217-0ubuntu1) ...
Preparing to unpack .../unity-lens-video_0.3.15+16.04.20160212.1-0ubuntu3_amd64.deb ...
Unpacking unity-lens-video (0.3.15+16.04.20160212.1-0ubuntu3) over (0.3.15+16.04.20160212.1-0ubuntu1) ...
Preparing to unpack .../unity-control-center_15.04.0+18.04.20180216-0ubuntu1_amd64.deb ...
Unpacking unity-control-center (15.04.0+18.04.20180216-0ubuntu1) over (15.04.0+16.04.20171130-0ubuntu1) ...
Preparing to unpack .../rhythmbox_3.4.2-4ubuntu1_amd64.deb ...
Unpacking rhythmbox (3.4.2-4ubuntu1) over (3.3-1ubuntu7) ...
Preparing to unpack .../rhythmbox-plugins_3.4.2-4ubuntu1_amd64.deb ...
Unpacking rhythmbox-plugins (3.4.2-4ubuntu1) over (3.3-1ubuntu7) ...
Preparing to unpack .../python3-systemd_234-1build1_amd64.deb ...
Unpacking python3-systemd (234-1build1) over (231-2build1) ...
Preparing to unpack .../python3-uno_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking python3-uno (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../python3-markupsafe_1.0-1build1_amd64.deb ...
Unpacking python3-markupsafe (1.0-1build1) over (0.23-2build2) ...
Preparing to unpack .../python3-gi-cairo_3.26.1-2ubuntu1_amd64.deb ...
Unpacking python3-gi-cairo (3.26.1-2ubuntu1) over (3.20.0-0ubuntu1) ...
Preparing to unpack .../gir1.2-gtk-3.0_3.22.30-1ubuntu4_amd64.deb ...
Unpacking gir1.2-gtk-3.0:amd64 (3.22.30-1ubuntu4) over (3.18.9-1ubuntu3.3) ...
Preparing to unpack .../python3-gi_3.26.1-2ubuntu1_amd64.deb ...
Unpacking python3-gi (3.26.1-2ubuntu1) over (3.20.0-0ubuntu1) ...
Preparing to unpack .../python3-brlapi_5.5-4ubuntu2.0.1_amd64.deb ...
Unpacking python3-brlapi (5.5-4ubuntu2.0.1) over (5.3.1-2ubuntu2.1) ...
Preparing to unpack .../python3-lxml_4.2.1-1ubuntu0.4_amd64.deb ...
Unpacking python3-lxml:amd64 (4.2.1-1ubuntu0.4) over (3.5.0-1ubuntu0.4) ...
Preparing to unpack .../python3-cffi-backend_1.11.5-1_amd64.deb ...
Unpacking python3-cffi-backend (1.11.5-1) over (1.5.2-1ubuntu1) ...
Preparing to unpack .../python3-dbus_1.2.6-1_amd64.deb ...
Unpacking python3-dbus (1.2.6-1) over (1.2.0-3) ...
Preparing to unpack .../python3-apt_1.6.5ubuntu0.7_amd64.deb ...
Unpacking python3-apt (1.6.5ubuntu0.7) over (1.1.0~beta1ubuntu0.16.04.12) ...
Preparing to unpack .../python3-cups_1.9.73-2_amd64.deb ...
Unpacking python3-cups (1.9.73-2) over (1.9.73-0ubuntu2) ...
Preparing to unpack .../python3-pil_5.1.0-1ubuntu0.6_amd64.deb ...
Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.6) over (3.1.2-0ubuntu1.6) ...
Preparing to unpack .../python3-pycurl_7.43.0.1-0.2_amd64.deb ...
Unpacking python3-pycurl (7.43.0.1-0.2) over (7.43.0-1ubuntu1) ...
Preparing to unpack .../python3-yaml_3.12-1build2_amd64.deb ...
Unpacking python3-yaml (3.12-1build2) over (3.11-3build1) ...
Preparing to unpack .../libhpmud0_3.17.10+repack0-5_amd64.deb ...
Unpacking libhpmud0:amd64 (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../hplip_3.17.10+repack0-5_amd64.deb ...
Unpacking hplip (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../libsane-hpaio_3.17.10+repack0-5_amd64.deb ...
Unpacking libsane-hpaio:amd64 (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../printer-driver-postscript-hp_3.17.10+repack0-5_all.deb ...
Unpacking printer-driver-postscript-hp (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../python3-cryptography_2.1.4-1ubuntu1.4_amd64.deb ...
Unpacking python3-cryptography (2.1.4-1ubuntu1.4) over (1.2.3-1ubuntu0.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for cups (2.1.3-4ubuntu0.11) ...
Updating PPD files for postscript-hp ...
Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ...
Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ...
Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249564 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking python3-minimal (3.6.7-1~18.04) over (3.5.1-3) ...
Setting up python3-minimal (3.6.7-1~18.04) ...
(Reading database ... 249564 files and directories currently installed.)
Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ...
running python pre-rtupdate hooks for python3.6...
Unpacking python3 (3.6.7-1~18.04) over (3.5.1-3) ...
Preparing to unpack .../dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.18.4ubuntu1.7) ...
Preparing to unpack .../libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.18.4ubuntu1.7) ...
Preparing to unpack .../cron_3.0pl1-128.1ubuntu1_amd64.deb ...
Unpacking cron (3.0pl1-128.1ubuntu1) over (3.0pl1-128ubuntu2) ...
Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ...
Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.18.4ubuntu1.7) ...
Processing triggers for systemd (229-4ubuntu21.31) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
ureadahead will be reprofiled on next reboot
Setting up dpkg (1.19.0.5ubuntu2.3) ...
Installing new version of config file /etc/alternatives/README ...
Installing new version of config file /etc/cron.daily/dpkg ...
Installing new version of config file /etc/logrotate.d/dpkg ...
(Reading database ... 249607 files and directories currently installed.)
Preparing to unpack .../install-info_6.5.0.dfsg.1-2_amd64.deb ...
Unpacking install-info (6.5.0.dfsg.1-2) over (6.1.0.dfsg.1-5) ...
Setting up install-info (6.5.0.dfsg.1-2) ...
(Reading database ... 249607 files and directories currently installed.)
Preparing to unpack .../readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) over (6.3-8ubuntu2) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:amd64.
(Reading database ... 249607 files and directories currently installed.)
Preparing to unpack .../libreadline7_7.0-3_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-3) ...
Preparing to unpack .../mime-support_3.60ubuntu1_all.deb ...
Unpacking mime-support (3.60ubuntu1) over (3.59ubuntu1) ...
Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ...
Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8ubuntu0.2) ...
Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ...
Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249619 files and directories currently installed.)
Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ...
Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-11ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249619 files and directories currently installed.)
Preparing to unpack .../libffi6_3.2.1-8_amd64.deb ...
Unpacking libffi6:amd64 (3.2.1-8) over (3.2.1-4) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libffi6:amd64 (3.2.1-8) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249619 files and directories currently installed.)
Preparing to unpack .../libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) over (2.4.2-1) ...
Preparing to unpack .../libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.11.0-1ubuntu1.5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libpython3.6-stdlib:amd64.
(Reading database ... 249619 files and directories currently installed.)
Preparing to unpack .../libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ...
Preparing to unpack .../libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) over (3.5.1-3) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../python3-lib2to3_3.6.9-1~18.04_all.deb ...
Unpacking python3-lib2to3 (3.6.9-1~18.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../python3-distutils_3.6.9-1~18.04_all.deb ...
Unpacking python3-distutils (3.6.9-1~18.04) ...
Preparing to unpack .../libelf1_0.170-0.4ubuntu0.1_amd64.deb ...
Unpacking libelf1:amd64 (0.170-0.4ubuntu0.1) over (0.165-3ubuntu1.2) ...
Preparing to unpack .../libglib2.0-data_2.56.4-0ubuntu0.18.04.8_all.deb ...
Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.8) over (2.48.2-0ubuntu4.8) ...
Preparing to unpack .../libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) over (2.48.2-0ubuntu4.8) ...
Selecting previously unselected package libunistring2:amd64.
Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ...
Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libidn2-0:amd64.
(Reading database ... 250389 files and directories currently installed.)
Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ...
Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250398 files and directories currently installed.)
Preparing to unpack .../libtasn1-6_4.13-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.13-2) over (4.7-3ubuntu0.16.04.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libtasn1-6:amd64 (4.13-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250397 files and directories currently installed.)
Preparing to unpack .../libgnutls-openssl27_3.5.18-1ubuntu1.5_amd64.deb ...
Unpacking libgnutls-openssl27:amd64 (3.5.18-1ubuntu1.5) over (3.4.10-4ubuntu1.9) ...
Preparing to unpack .../libgmp10_2%3a6.1.2+dfsg-2_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.2+dfsg-2) over (2:6.1.0+dfsg-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libgmp10:amd64 (2:6.1.2+dfsg-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250397 files and directories currently installed.)
Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.2-1ubuntu0.16.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250399 files and directories currently installed.)
Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.2-1ubuntu0.16.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250399 files and directories currently installed.)
Preparing to unpack .../p11-kit-modules_0.23.9-2ubuntu0.1_amd64.deb ...
Unpacking p11-kit-modules:amd64 (0.23.9-2ubuntu0.1) over (0.23.2-5~ubuntu16.04.2) ...
Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.2-5~ubuntu16.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250400 files and directories currently installed.)
Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ...
Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.4.10-4ubuntu1.9) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package gcc-8-base:amd64.
(Reading database ... 250401 files and directories currently installed.)
Preparing to unpack .../gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ...
(Reading database ... 250407 files and directories currently installed.)
Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:6.0.1-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250407 files and directories currently installed.)
Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250407 files and directories currently installed.)
Preparing to unpack .../libproxy1-plugin-gsettings_0.4.15-1ubuntu0.2_amd64.deb ...
Unpacking libproxy1-plugin-gsettings:amd64 (0.4.15-1ubuntu0.2) over (0.4.11-5ubuntu1.2) ...
Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ...
Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.4.5-1ubuntu2.1) ...
Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.7.7-3.1_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.7.7-3.1) over (0.7.7-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libcap-ng0:amd64 (0.7.7-3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ...
Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.4.5-1ubuntu2.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ...
Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.2ubuntu2.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-9_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-9) over (2:8.38-3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libpcre3:amd64 (2:8.39-9) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libselinux1_2.7-2build2_amd64.deb ...
Unpacking libselinux1:amd64 (2.7-2build2) over (2.4-3build2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libselinux1:amd64 (2.7-2build2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libsepol1_2.7-1_amd64.deb ...
Unpacking libsepol1:amd64 (2.7-1) over (2.4-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libsepol1:amd64 (2.7-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libsemanage-common_2.7-2build2_all.deb ...
Unpacking libsemanage-common (2.7-2build2) over (2.3-1build3) ...
Setting up libsemanage-common (2.7-2build2) ...
Installing new version of config file /etc/selinux/semanage.conf ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libsemanage1_2.7-2build2_amd64.deb ...
Unpacking libsemanage1:amd64 (2.7-2build2) over (2.3-1build3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libsemanage1:amd64 (2.7-2build2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250410 files and directories currently installed.)
Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ...
Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.2ubuntu2.3) ...
Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ...
(Reading database ... 250412 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ...
Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.2ubuntu2.3) ...
Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ...
Installing new version of config file /etc/security/namespace.init ...
(Reading database ... 250416 files and directories currently installed.)
Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ...
Unpacking passwd (1:4.5-1ubuntu2) over (1:4.2-3.1ubuntu5.4) ...
Setting up passwd (1:4.5-1ubuntu2) ...
Removing obsolete conffile /etc/init/passwd.conf ...
(Reading database ... 250423 files and directories currently installed.)
Preparing to unpack .../adduser_3.116ubuntu1_all.deb ...
Unpacking adduser (3.116ubuntu1) over (3.113+nmu3ubuntu4) ...
Setting up adduser (3.116ubuntu1) ...
Selecting previously unselected package libargon2-0:amd64.
(Reading database ... 250421 files and directories currently installed.)
Preparing to unpack .../libargon2-0_0~20161029-1.1_amd64.deb ...
Unpacking libargon2-0:amd64 (0~20161029-1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libargon2-0:amd64 (0~20161029-1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250425 files and directories currently installed.)
Preparing to unpack .../libgpg-error0_1.27-6_amd64.deb ...
Unpacking libgpg-error0:amd64 (1.27-6) over (1.21-2ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libgpg-error0:amd64 (1.27-6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250425 files and directories currently installed.)
Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.6.5-2ubuntu0.6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libjson-c3:amd64.
(Reading database ... 250425 files and directories currently installed.)
Preparing to unpack .../libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250432 files and directories currently installed.)
Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ...
Unpacking libudev1:amd64 (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libudev1:amd64 (237-3ubuntu10.52) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libcryptsetup12:amd64.
(Reading database ... 250432 files and directories currently installed.)
Preparing to unpack .../libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libip4tc0:amd64.
(Reading database ... 250438 files and directories currently installed.)
Preparing to unpack .../libip4tc0_1.6.1-2ubuntu2_amd64.deb ...
Unpacking libip4tc0:amd64 (1.6.1-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libip4tc0:amd64 (1.6.1-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250443 files and directories currently installed.)
Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ...
Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up libsystemd0:amd64 (237-3ubuntu10.52) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250443 files and directories currently installed.)
Preparing to unpack .../unity-greeter_18.04.0+18.04.20180314.1-0ubuntu2_amd64.deb ...
Unpacking unity-greeter (18.04.0+18.04.20180314.1-0ubuntu2) over (16.04.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
(Reading database ... 250442 files and directories currently installed.)
Removing upstart (1.13.2-0ubuntu21.1) ...
(Reading database ... 250369 files and directories currently installed.)
Preparing to unpack .../xserver-common_2%3a1.19.6-1ubuntu4.9_all.deb ...
Unpacking xserver-common (2:1.19.6-1ubuntu4.9) over (2:1.18.4-0ubuntu0.12) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../libglvnd0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
Preparing to unpack .../libwayland-server0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.3) over (1.12.0-1~ubuntu16.04.3) ...
Preparing to unpack .../libwayland-egl1-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libwayland-egl1-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../libwayland-egl1_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Preparing to unpack .../fontconfig-config_2.12.6-0ubuntu2_all.deb ...
Unpacking fontconfig-config (2.12.6-0ubuntu2) over (2.11.94-0ubuntu1.1) ...
Preparing to unpack .../libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) over (2.11.94-0ubuntu1.1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Preparing to unpack .../libfreetype6_2.8.1-2ubuntu2.1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.1) over (2.6.1-0.1ubuntu2.5) ...
Preparing to unpack .../libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) over (1.0.1-1ubuntu0.1) ...
Preparing to unpack .../libqt5quick5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5quick5:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
(Reading database ... 250392 files and directories currently installed.)
Removing webapp-container (0.23+16.04.20161028-0ubuntu2) ...
Removing webbrowser-app (0.23+16.04.20161028-0ubuntu2) ...
dpkg: qtdeclarative5-ubuntu-ui-toolkit-plugin: dependency problems, but removing anyway as you requested:
 checkbox-converged depends on qtdeclarative5-ubuntu-ui-toolkit-plugin; however:
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin is to be removed.
 unity-webapps-qml depends on qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles; however:
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin is to be removed.
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin-gles is not installed.
 qml-module-ubuntu-web:amd64 depends on qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.3) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.3); however:
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin is to be removed.
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin-gles is not installed.

Removing qtdeclarative5-ubuntu-ui-toolkit-plugin (1.3.1918+16.04.20160404-0ubuntu1) ...
dpkg: qml-module-ubuntu-components:amd64: dependency problems, but removing anyway as you requested:
 qml-module-ubuntu-test:amd64 depends on qml-module-ubuntu-components.

Removing qml-module-ubuntu-components:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
dpkg: libubuntugestures5:amd64: dependency problems, but removing anyway as you requested:
 qml-module-ubuntu-test:amd64 depends on libubuntugestures5; however:
  Package libubuntugestures5:amd64 is to be removed.

Removing libubuntugestures5:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
Removing qml-module-ubuntu-layouts:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
dpkg: gnome-menus: dependency problems, but processing triggers anyway as you requested:
 gnome-menus depends on python3:any (>= 3.1~); however:
  Package python3 is not configured yet.

Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249938 files and directories currently installed.)
Preparing to unpack .../qml-module-qtquick-window2_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qtquick-window2:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qml-module-qtquick-layouts_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qtquick-layouts:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-1ubuntu1) ...
Selecting previously unselected package libicu60:amd64.
Preparing to unpack .../libicu60_60.2-3ubuntu3.2_amd64.deb ...
Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
Preparing to unpack .../libqt5network5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5positioning5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5positioning5:amd64 (5.9.5+dfsg-0ubuntu2) over (5.5.1-3ubuntu1) ...
Selecting previously unselected package libqt5sensors5:amd64.
Preparing to unpack .../libqt5sensors5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5sensors5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5webchannel5:amd64.
Preparing to unpack .../libqt5webchannel5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5webchannel5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../libwebp6_0.6.1-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../libbrotli1_1.0.3-1ubuntu1.3_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.3-1ubuntu1.3) ...
Selecting previously unselected package libwoff1:amd64.
Preparing to unpack .../libwoff1_1.0.2-1build0.1_amd64.deb ...
Unpacking libwoff1:amd64 (1.0.2-1build0.1) ...
Preparing to unpack .../libqt5webkit5_5.212.0~alpha2-7ubuntu1_amd64.deb ...
Unpacking libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) over (5.5.1+dfsg-2ubuntu1) ...
Preparing to unpack .../libqt5test5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5quicktest5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5quicktest5:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qml-module-qttest_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qttest:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qml-module-qtquick2_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qtquick2:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qtdeclarative5-dev-tools_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qtdeclarative5-dev-tools (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../libqt5qml5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5qml5:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250005 files and directories currently installed.)
Removing libdouble-conversion1v5:amd64 (2.0.1-3ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package libdouble-conversion1:amd64.
(Reading database ... 250000 files and directories currently installed.)
Preparing to unpack .../libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ...
Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250005 files and directories currently installed.)
Removing qml-module-ubuntu-test:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
(Reading database ... 249997 files and directories currently installed.)
Preparing to unpack .../libqt5sql5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5widgets5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5svg5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) over (5.5.1-2build1) ...
Preparing to unpack .../libqt5xml5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249993 files and directories currently installed.)
Removing libubuntutoolkit5:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249988 files and directories currently installed.)
Preparing to unpack .../libqt5sql5-sqlite_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5multimedia5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimedia5:amd64 (5.9.5-0ubuntu1) over (5.5.1-4ubuntu2) ...
Preparing to unpack .../libqt5opengl5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../libqt5printsupport5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249984 files and directories currently installed.)
Removing appmenu-qt5 (0.3.0+16.04.20170216-0ubuntu1) ...
(Reading database ... 249979 files and directories currently installed.)
Preparing to unpack .../libqt5organizer5_5.0~git20140515~29475884-0ubuntu24~7_amd64.deb ...
Unpacking libqt5organizer5:amd64 (5.0~git20140515~29475884-0ubuntu24~7) over (5.0~git20140515~29475884-0ubuntu20) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249978 files and directories currently installed.)
Removing qml-module-ubuntu-web:amd64 (0.23+16.04.20161028-0ubuntu2) ...
dpkg: liboxideqtcore0:amd64: dependency problems, but removing anyway as you requested:
 liboxideqt-qmlplugin:amd64 depends on liboxideqtcore0 (= 1.21.5-0ubuntu0.16.04.1).
 liboxideqtquick0:amd64 depends on liboxideqtcore0 (= 1.21.5-0ubuntu0.16.04.1).

Removing liboxideqtcore0:amd64 (1.21.5-0ubuntu0.16.04.1) ...
dpkg: liboxideqt-qmlplugin:amd64: dependency problems, but removing anyway as you requested:
 unity-webapps-qml depends on liboxideqt-qmlplugin (>= 1.3.0) | qml-module-qtwebkit; however:
  Package liboxideqt-qmlplugin:amd64 is to be removed.
  Package qml-module-qtwebkit is not installed.

Removing liboxideqt-qmlplugin:amd64 (1.21.5-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 249885 files and directories currently installed.)
Preparing to unpack .../libqt5dbus5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Preparing to unpack .../qmlscene_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qmlscene (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../libqt5core5a_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../libxcb-xinerama0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Preparing to unpack .../libqt5gui5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.6) over (5.5.1+dfsg-16ubuntu7.7) ...
Selecting previously unselected package libass9:amd64.
Preparing to unpack .../libass9_1%3a0.14.0-1_amd64.deb ...
Unpacking libass9:amd64 (1:0.14.0-1) ...
Selecting previously unselected package libva2:amd64.
Preparing to unpack .../libva2_2.1.0-3_amd64.deb ...
Unpacking libva2:amd64 (2.1.0-3) ...
Selecting previously unselected package libva-drm2:amd64.
Preparing to unpack .../libva-drm2_2.1.0-3_amd64.deb ...
Unpacking libva-drm2:amd64 (2.1.0-3) ...
Selecting previously unselected package libva-x11-2:amd64.
Preparing to unpack .../libva-x11-2_2.1.0-3_amd64.deb ...
Unpacking libva-x11-2:amd64 (2.1.0-3) ...
Selecting previously unselected package libvdpau1:amd64.
Preparing to unpack .../libvdpau1_1.1.1-3ubuntu1_amd64.deb ...
Unpacking libvdpau1:amd64 (1.1.1-3ubuntu1) ...
Selecting previously unselected package libavutil55:amd64.
Preparing to unpack .../libavutil55_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libavutil55:amd64 (7:3.4.8-0ubuntu0.2) ...
Preparing to unpack .../libmp3lame0_3.100-2_amd64.deb ...
Unpacking libmp3lame0:amd64 (3.100-2) over (3.99.5+repack1-9build1) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../libopenjp2-7_2.3.0-2build0.18.04.1_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.3.0-2build0.18.04.1) ...
Selecting previously unselected package libswresample2:amd64.
Preparing to unpack .../libswresample2_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libswresample2:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package libvpx5:amd64.
Preparing to unpack .../libvpx5_1.7.0-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libvpx5:amd64 (1.7.0-3ubuntu0.18.04.1) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../libwebpmux3_0.6.1-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libwebpmux3:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Selecting previously unselected package libx264-152:amd64.
Preparing to unpack .../libx264-152_2%3a0.152.2854+gite9a5903-2_amd64.deb ...
Unpacking libx264-152:amd64 (2:0.152.2854+gite9a5903-2) ...
Selecting previously unselected package libx265-146:amd64.
Preparing to unpack .../libx265-146_2.6-3_amd64.deb ...
Unpacking libx265-146:amd64 (2.6-3) ...
Selecting previously unselected package libavcodec57:amd64.
Preparing to unpack .../libavcodec57_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libavcodec57:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package libchromaprint1:amd64.
Preparing to unpack .../libchromaprint1_1.4.3-1_amd64.deb ...
Unpacking libchromaprint1:amd64 (1.4.3-1) ...
Preparing to unpack .../libjack-jackd2-0_1.9.12~dfsg-2_amd64.deb ...
Unpacking libjack-jackd2-0:amd64 (1.9.12~dfsg-2) over (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ...
Preparing to unpack .../libfluidsynth1_1.1.9-1_amd64.deb ...
Unpacking libfluidsynth1:amd64 (1.1.9-1) over (1.1.6-3) ...
Preparing to unpack .../libgstreamer-plugins-bad1.0-0_1.14.5-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) over (1.8.3-1ubuntu0.2) ...
Selecting previously unselected package libgstreamer-gl1.0-0:amd64.
Preparing to unpack .../libgstreamer-gl1.0-0_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking libgstreamer-gl1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Selecting previously unselected package libserd-0-0:amd64.
Preparing to unpack .../libserd-0-0_0.28.0~dfsg0-1_amd64.deb ...
Unpacking libserd-0-0:amd64 (0.28.0~dfsg0-1) ...
Selecting previously unselected package libsord-0-0:amd64.
Preparing to unpack .../libsord-0-0_0.16.0~dfsg0-1_amd64.deb ...
Unpacking libsord-0-0:amd64 (0.16.0~dfsg0-1) ...
Selecting previously unselected package libsratom-0-0:amd64.
Preparing to unpack .../libsratom-0-0_0.6.0~dfsg0-1_amd64.deb ...
Unpacking libsratom-0-0:amd64 (0.6.0~dfsg0-1) ...
Selecting previously unselected package liblilv-0-0.
Preparing to unpack .../liblilv-0-0_0.24.2~dfsg0-1_amd64.deb ...
Unpacking liblilv-0-0 (0.24.2~dfsg0-1) ...
Selecting previously unselected package libmpcdec6:amd64.
Preparing to unpack .../libmpcdec6_2%3a0.1~r495-1_amd64.deb ...
Unpacking libmpcdec6:amd64 (2:0.1~r495-1) ...
Selecting previously unselected package libgssdp-1.0-3:amd64.
Preparing to unpack .../libgssdp-1.0-3_1.0.2-2_amd64.deb ...
Unpacking libgssdp-1.0-3:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-1.0-4:amd64.
Preparing to unpack .../libgupnp-1.0-4_1.0.2-2_amd64.deb ...
Unpacking libgupnp-1.0-4:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-igd-1.0-4:amd64.
Preparing to unpack .../libgupnp-igd-1.0-4_0.2.5-1_amd64.deb ...
Unpacking libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Selecting previously unselected package libnice10:amd64.
Preparing to unpack .../libnice10_0.1.14-1_amd64.deb ...
Unpacking libnice10:amd64 (0.1.14-1) ...
Selecting previously unselected package libopenmpt0:amd64.
Preparing to unpack .../libopenmpt0_0.3.6-1_amd64.deb ...
Unpacking libopenmpt0:amd64 (0.3.6-1) ...
Selecting previously unselected package libsrtp2-1:amd64.
Preparing to unpack .../libsrtp2-1_2.1.0-1_amd64.deb ...
Unpacking libsrtp2-1:amd64 (2.1.0-1) ...
Selecting previously unselected package libwebrtc-audio-processing1:amd64.
Preparing to unpack .../libwebrtc-audio-processing1_0.3-1_amd64.deb ...
Unpacking libwebrtc-audio-processing1:amd64 (0.3-1) ...
Selecting previously unselected package libwildmidi2:amd64.
Preparing to unpack .../libwildmidi2_0.4.2-1_amd64.deb ...
Unpacking libwildmidi2:amd64 (0.4.2-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
dpkg: gstreamer1.0-plugins-bad-faad:amd64: dependency problems, but removing anyway as you requested:
 gstreamer1.0-plugins-bad:amd64 depends on gstreamer1.0-plugins-bad-faad (= 1.8.3-1ubuntu0.2); however:
  Package gstreamer1.0-plugins-bad-faad:amd64 is to be removed.

(Reading database ... 250046 files and directories currently installed.)
Removing gstreamer1.0-plugins-bad-faad:amd64 (1.8.3-1ubuntu0.2) ...
dpkg: gstreamer1.0-plugins-bad-videoparsers:amd64: dependency problems, but removing anyway as you requested:
 gstreamer1.0-plugins-bad:amd64 depends on gstreamer1.0-plugins-bad-videoparsers (= 1.8.3-1ubuntu0.2); however:
  Package gstreamer1.0-plugins-bad-videoparsers:amd64 is to be removed.

Removing gstreamer1.0-plugins-bad-videoparsers:amd64 (1.8.3-1ubuntu0.2) ...
Selecting previously unselected package libcdio17:amd64.
(Reading database ... 250031 files and directories currently installed.)
Preparing to unpack .../libcdio17_1.0.0-2ubuntu2_amd64.deb ...
Unpacking libcdio17:amd64 (1.0.0-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
dpkg: gstreamer1.0-plugins-ugly-amr:amd64: dependency problems, but removing anyway as you requested:
 gstreamer1.0-plugins-ugly:amd64 depends on gstreamer1.0-plugins-ugly-amr (= 1.8.3-1ubuntu0.1).

(Reading database ... 250035 files and directories currently installed.)
Removing gstreamer1.0-plugins-ugly-amr:amd64 (1.8.3-1ubuntu0.1) ...
(Reading database ... 250026 files and directories currently installed.)
Preparing to unpack .../gstreamer1.0-plugins-ugly_1.14.5-0ubuntu1~18.04.1_amd64.deb ...
Unpacking gstreamer1.0-plugins-ugly:amd64 (1.14.5-0ubuntu1~18.04.1) over (1.8.3-1ubuntu0.1) ...
Preparing to unpack .../libgstreamer-plugins-good1.0-0_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1ubuntu0.5) ...
Preparing to unpack .../gstreamer1.0-plugins-bad_1.14.5-0ubuntu1~18.04.1_amd64.deb ...
Unpacking gstreamer1.0-plugins-bad:amd64 (1.14.5-0ubuntu1~18.04.1) over (1.8.3-1ubuntu0.2) ...
Preparing to unpack .../gstreamer1.0-plugins-good_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking gstreamer1.0-plugins-good:amd64 (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1ubuntu0.5) ...
Preparing to unpack .../gstreamer1.0-plugins-base_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Preparing to unpack .../libgstreamer1.0-0_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1~ubuntu0.1) ...
Preparing to unpack .../libgstreamer-plugins-base1.0-0_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Preparing to unpack .../libwebkit2gtk-4.0-37-gtk2_2.32.4-0ubuntu0.18.04.1_all.deb ...
Unpacking libwebkit2gtk-4.0-37-gtk2 (2.32.4-0ubuntu0.18.04.1) over (2.20.5-0ubuntu0.16.04.1) ...
Preparing to unpack .../libjavascriptcoregtk-4.0-18_2.32.4-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libjavascriptcoregtk-4.0-18:amd64 (2.32.4-0ubuntu0.18.04.1) over (2.20.5-0ubuntu0.16.04.1) ...
Preparing to unpack .../libproxy1-plugin-networkmanager_0.4.15-1ubuntu0.2_amd64.deb ...
Unpacking libproxy1-plugin-networkmanager:amd64 (0.4.15-1ubuntu0.2) over (0.4.11-5ubuntu1.2) ...
Preparing to unpack .../libproxy1v5_0.4.15-1ubuntu0.2_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.15-1ubuntu0.2) over (0.4.11-5ubuntu1.2) ...
Preparing to unpack .../glib-networking-common_2.56.0-1ubuntu0.1_all.deb ...
Unpacking glib-networking-common (2.56.0-1ubuntu0.1) over (2.48.2-1~ubuntu16.04.2) ...
Preparing to unpack .../glib-networking-services_2.56.0-1ubuntu0.1_amd64.deb ...
Unpacking glib-networking-services (2.56.0-1ubuntu0.1) over (2.48.2-1~ubuntu16.04.2) ...
Preparing to unpack .../glib-networking_2.56.0-1ubuntu0.1_amd64.deb ...
Unpacking glib-networking:amd64 (2.56.0-1ubuntu0.1) over (2.48.2-1~ubuntu16.04.2) ...
Preparing to unpack .../libibus-1.0-5_1.5.17-3ubuntu5.3_amd64.deb ...
Unpacking libibus-1.0-5:amd64 (1.5.17-3ubuntu5.3) over (1.5.11-1ubuntu2.4) ...
Preparing to unpack .../gir1.2-ibus-1.0_1.5.17-3ubuntu5.3_amd64.deb ...
Unpacking gir1.2-ibus-1.0:amd64 (1.5.17-3ubuntu5.3) over (1.5.11-1ubuntu2.4) ...
Preparing to unpack .../libgtk-3-common_3.22.30-1ubuntu4_all.deb ...
Unpacking libgtk-3-common (3.22.30-1ubuntu4) over (3.18.9-1ubuntu3.3) ...
Preparing to unpack .../libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libpangoxft-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpangoxft-1.0-0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libpango1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpango1.0-0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libgail-3-0_3.22.30-1ubuntu4_amd64.deb ...
Unpacking libgail-3-0:amd64 (3.22.30-1ubuntu4) over (3.18.9-1ubuntu3.3) ...
Preparing to unpack .../libgtk-3-0_3.22.30-1ubuntu4_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.22.30-1ubuntu4) over (3.18.9-1ubuntu3.3) ...
Selecting previously unselected package libfcitx-gclient1:amd64.
Preparing to unpack .../libfcitx-gclient1_1%3a4.2.9.6-1_amd64.deb ...
Unpacking libfcitx-gclient1:amd64 (1:4.2.9.6-1) ...
Selecting previously unselected package bubblewrap.
Preparing to unpack .../bubblewrap_0.2.1-1ubuntu0.1_amd64.deb ...
Unpacking bubblewrap (0.2.1-1ubuntu0.1) ...
Preparing to unpack .../gnome-desktop3-data_3.28.2-0ubuntu1.5_all.deb ...
Unpacking gnome-desktop3-data (3.28.2-0ubuntu1.5) over (3.18.2-1ubuntu1) ...
Selecting previously unselected package libgnome-desktop-3-17:amd64.
Preparing to unpack .../libgnome-desktop-3-17_3.28.2-0ubuntu1.5_amd64.deb ...
Unpacking libgnome-desktop-3-17:amd64 (3.28.2-0ubuntu1.5) ...
Selecting previously unselected package indicator-common.
Preparing to unpack .../indicator-common_16.10.0+18.04.20180321.1-0ubuntu1_all.deb ...
Unpacking indicator-common (16.10.0+18.04.20180321.1-0ubuntu1) ...
Preparing to unpack .../indicator-keyboard_0.0.0+18.04.20180216-0ubuntu1_amd64.deb ...
Unpacking indicator-keyboard (0.0.0+18.04.20180216-0ubuntu1) over (0.0.0+16.04.20151125-0ubuntu1) ...
dpkg: warning: unable to delete old directory '/usr/lib/python2.7/dist-packages/indicator_keyboard/tests': Directory not empty
dpkg: warning: unable to delete old directory '/usr/lib/python2.7/dist-packages/indicator_keyboard': Directory not empty
Preparing to unpack .../libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.48.2-0ubuntu4.8) ...
Preparing to unpack .../ibus_1.5.17-3ubuntu5.3_amd64.deb ...
Unpacking ibus (1.5.17-3ubuntu5.3) over (1.5.11-1ubuntu2.4) ...
Preparing to unpack .../libcomerr2_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking libcomerr2:amd64 (1.44.1-1ubuntu1.3) over (1.42.13-1ubuntu1.2) ...
Selecting previously unselected package libcom-err2:amd64.
Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 250171 files and directories currently installed.)
Preparing to unpack .../libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.13.2+dfsg-5ubuntu2.2) ...
Preparing to unpack .../libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.13.2+dfsg-5ubuntu2.2) ...
Preparing to unpack .../libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.13.2+dfsg-5ubuntu2.2) ...
Preparing to unpack .../libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.13.2+dfsg-5ubuntu2.2) ...
Preparing to unpack .../libsoup2.4-1_2.62.1-1ubuntu0.4_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.62.1-1ubuntu0.4) over (2.52.2-1ubuntu0.3) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../libwebpdemux2_0.6.1-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libwebpdemux2:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Preparing to unpack .../libwebkit2gtk-4.0-37_2.32.4-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libwebkit2gtk-4.0-37:amd64 (2.32.4-0ubuntu0.18.04.1) over (2.20.5-0ubuntu0.16.04.1) ...
Preparing to unpack .../libcogl20_1.22.2-3ubuntu1_amd64.deb ...
Unpacking libcogl20:amd64 (1.22.2-3ubuntu1) over (1.22.0-2) ...
Preparing to unpack .../libegl1-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libegl1-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Preparing to unpack .../libgbm1_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgbm1:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Preparing to unpack .../libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-dri3-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../libglx-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Preparing to unpack .../libgl1-mesa-glx_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
dpkg: warning: unable to delete old directory '/usr/lib/x86_64-linux-gnu/xorg': Directory not empty
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../libglx0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglx0:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../libgl1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgl1:amd64 (1.0.0-2ubuntu2.3) ...
Preparing to unpack .../libglapi-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Preparing to unpack .../libwayland-client0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.16.0-1ubuntu1.1~18.04.3) over (1.12.0-1~ubuntu16.04.3) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../libegl-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libegl-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../libegl1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libegl1:amd64 (1.0.0-2ubuntu2.3) ...
Preparing to unpack .../xdiagnose_3.8.8_all.deb ...
Unpacking xdiagnose (3.8.8) over (3.8.4.1) ...
Preparing to unpack .../xserver-xorg-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-hwe-16.04 (3:14.1) over (1:7.7+16ubuntu3~16.04.1) ...
Selecting previously unselected package xserver-xorg.
Preparing to unpack .../xserver-xorg_1%3a7.7+19ubuntu7.1_amd64.deb ...
Unpacking xserver-xorg (1:7.7+19ubuntu7.1) ...
Preparing to unpack .../xserver-xorg-core-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-core-hwe-16.04 (3:14.1) over (2:1.19.6-1ubuntu4.1~16.04.6) ...
Selecting previously unselected package xserver-xorg-core.
Preparing to unpack .../xserver-xorg-core_2%3a1.19.6-1ubuntu4.9_amd64.deb ...
Unpacking xserver-xorg-core (2:1.19.6-1ubuntu4.9) ...
Preparing to unpack .../xserver-xorg-input-evdev-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-input-evdev-hwe-16.04 (3:14.1) over (1:2.10.5-1ubuntu1~16.04.1) ...
Selecting previously unselected package xserver-xorg-input-evdev.
Preparing to unpack .../xserver-xorg-input-evdev_1%3a2.10.5-1ubuntu1_amd64.deb ...
Unpacking xserver-xorg-input-evdev (1:2.10.5-1ubuntu1) ...
Preparing to unpack .../xserver-xorg-legacy-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-legacy-hwe-16.04 (3:14.1) over (2:1.19.6-1ubuntu4.1~16.04.6) ...
Selecting previously unselected package xserver-xorg-legacy.
Preparing to unpack .../xserver-xorg-legacy_2%3a1.19.6-1ubuntu4.9_amd64.deb ...
Unpacking xserver-xorg-legacy (2:1.19.6-1ubuntu4.9) ...
Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250208 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250208 files and directories currently installed.)
Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250208 files and directories currently installed.)
Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250208 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.8-1ubuntu1_all.deb ...
Unpacking bash-completion (1:2.8-1ubuntu1) over (1:2.1-4.2ubuntu1.1) ...
Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Preparing to unpack .../sysvinit-utils_2.88dsf-59.10ubuntu1_amd64.deb ...
Unpacking sysvinit-utils (2.88dsf-59.10ubuntu1) over (2.88dsf-59.3ubuntu2) ...
Replacing files in old package initscripts (2.88dsf-59.3ubuntu2) ...
Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Selecting previously unselected package fdisk.
Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking fdisk (2.31.1-0.4ubuntu3.7) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up fdisk (2.31.1-0.4ubuntu3.7) ...
(Reading database ... 250306 files and directories currently installed.)
Preparing to unpack .../git-man_1%3a2.17.1-1ubuntu0.9_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.9) over (1:2.7.4-0ubuntu1.10) ...
Preparing to unpack .../libcgi-fast-perl_1%3a2.13-1_all.deb ...
Unpacking libcgi-fast-perl (1:2.13-1) over (1:2.10-1) ...
Preparing to unpack .../libcgi-pm-perl_4.38-1_all.deb ...
Unpacking libcgi-pm-perl (4.38-1) over (4.26-1) ...
Preparing to unpack .../git_1%3a2.17.1-1ubuntu0.9_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.9) over (1:2.7.4-0ubuntu1.10) ...
Preparing to unpack .../init-system-helpers_1.51_all.deb ...
Unpacking init-system-helpers (1.51) over (1.29ubuntu4) ...
Setting up init-system-helpers (1.51) ...
(Reading database ... 250394 files and directories currently installed.)
Preparing to unpack .../update-inetd_4.44_all.deb ...
Unpacking update-inetd (4.44) over (4.43) ...
Preparing to unpack .../archives/netbase_5.4_all.deb ...
Unpacking netbase (5.4) over (5.3) ...
Preparing to unpack .../ifupdown_0.8.17ubuntu1.1_amd64.deb ...
Unpacking ifupdown (0.8.17ubuntu1.1) over (0.8.10ubuntu1.4) ...
Preparing to unpack .../libpam-systemd_237-3ubuntu10.52_amd64.deb ...
Unpacking libpam-systemd:amd64 (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Preparing to unpack .../indicator-session_17.3.20+17.10.20171006-0ubuntu1_amd64.deb ...
Unpacking indicator-session (17.3.20+17.10.20171006-0ubuntu1) over (12.10.5+16.04.20160412-0ubuntu1) ...
Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ...
Unpacking systemd (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Setting up util-linux (2.31.1-0.4ubuntu3.7) ...
update-alternatives: warning: alternative /usr/bin/pg (part of link group pager) doesn't exist; removing from list of alternatives
Removing obsolete conffile /etc/init/hwclock-save.conf ...
Removing obsolete conffile /etc/init/hwclock.conf ...
Removing obsolete conffile /etc/init/hwclock.sh.conf ...
Removing obsolete conffile /etc/cron.weekly/fstrim ...
Created symlink /etc/systemd/system/timers.target.wants/fstrim.timer → /lib/systemd/system/fstrim.timer.
Setting up mount (2.31.1-0.4ubuntu3.7) ...
Setting up systemd (237-3ubuntu10.52) ...
Installing new version of config file /etc/pam.d/systemd-user ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/resolved.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/timesyncd.conf ...
Installing new version of config file /etc/systemd/user.conf ...
Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
Removing empty /etc/rc.local
Synchronizing state of ondemand.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ondemand
Removing user `systemd-bus-proxy' ...
Warning: group `systemd-bus-proxy' has no more members.
Done.
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Removing obsolete conffile /etc/systemd/bootchart.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.hostname1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.locale1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.login1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.network1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.resolve1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.systemd1.conf ...
Removing obsolete conffile /etc/dbus-1/system.d/org.freedesktop.timedate1.conf ...
(Reading database ... 250394 files and directories currently installed.)
Preparing to unpack .../bluez_5.48-0ubuntu3.6_amd64.deb ...
Unpacking bluez (5.48-0ubuntu3.6) over (5.37-0ubuntu5.3) ...
Preparing to unpack .../libgpm2_1.20.7-5_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-5) over (1.20.4-6.1) ...
Preparing to unpack .../brltty_5.5-4ubuntu2.0.1_amd64.deb ...
Unpacking brltty (5.5-4ubuntu2.0.1) over (5.3.1-2ubuntu2.1) ...
Preparing to unpack .../printer-driver-foo2zjs-common_20170320dfsg0-4_all.deb ...
Unpacking printer-driver-foo2zjs-common (20170320dfsg0-4) over (20151024dfsg0-1ubuntu1) ...
Preparing to unpack .../printer-driver-foo2zjs_20170320dfsg0-4_amd64.deb ...
Unpacking printer-driver-foo2zjs (20170320dfsg0-4) over (20151024dfsg0-1ubuntu1) ...
Preparing to unpack .../udev_237-3ubuntu10.52_amd64.deb ...
Unpacking udev (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Preparing to unpack .../kmod_24-1ubuntu3.5_amd64.deb ...
Unpacking kmod (24-1ubuntu3.5) over (22-1ubuntu5.2) ...
Preparing to unpack .../libkmod2_24-1ubuntu3.5_amd64.deb ...
Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (22-1ubuntu5.2) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for cups (2.1.3-4ubuntu0.11) ...
Updating PPD files for foo2zjs-common ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 changed doc-base file...
Setting up libkmod2:amd64 (24-1ubuntu3.5) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250416 files and directories currently installed.)
Preparing to unpack .../libbluetooth3_5.48-0ubuntu3.6_amd64.deb ...
Unpacking libbluetooth3:amd64 (5.48-0ubuntu3.6) over (5.37-0ubuntu5.3) ...
Preparing to unpack .../libbrlapi0.6_5.5-4ubuntu2.0.1_amd64.deb ...
Unpacking libbrlapi0.6:amd64 (5.5-4ubuntu2.0.1) over (5.3.1-2ubuntu2.1) ...
Preparing to unpack .../libpolkit-gobject-1-0_0.105-20ubuntu0.18.04.5_amd64.deb ...
Unpacking libpolkit-gobject-1-0:amd64 (0.105-20ubuntu0.18.04.5) over (0.105-14.1ubuntu0.5) ...
Preparing to unpack .../libpolkit-agent-1-0_0.105-20ubuntu0.18.04.5_amd64.deb ...
Unpacking libpolkit-agent-1-0:amd64 (0.105-20ubuntu0.18.04.5) over (0.105-14.1ubuntu0.5) ...
Preparing to unpack .../libpolkit-backend-1-0_0.105-20ubuntu0.18.04.5_amd64.deb ...
Unpacking libpolkit-backend-1-0:amd64 (0.105-20ubuntu0.18.04.5) over (0.105-14.1ubuntu0.5) ...
Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ...
Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.2ubuntu2.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ...
(Reading database ... 250416 files and directories currently installed.)
Preparing to unpack .../busybox-initramfs_1%3a1.27.2-2ubuntu3.3_amd64.deb ...
Unpacking busybox-initramfs (1:1.27.2-2ubuntu3.3) over (1:1.22.0-15ubuntu1.4) ...
Preparing to unpack .../isc-dhcp-client_4.3.5-3ubuntu7.3_amd64.deb ...
Unpacking isc-dhcp-client (4.3.5-3ubuntu7.3) over (4.3.3-5ubuntu12.10) ...
Preparing to unpack .../grub2-common_2.02-2ubuntu8.23_amd64.deb ...
Unpacking grub2-common (2.02-2ubuntu8.23) over (2.02~beta2-36ubuntu3.32) ...
Preparing to unpack .../grub-common_2.02-2ubuntu8.23_amd64.deb ...
Unpacking grub-common (2.02-2ubuntu8.23) over (2.02~beta2-36ubuntu3.32) ...
Preparing to unpack .../friendly-recovery_0.2.38ubuntu1.2_all.deb ...
Unpacking friendly-recovery (0.2.38ubuntu1.2) over (0.2.31ubuntu2.1) ...
Preparing to unpack .../klibc-utils_2.0.4-9ubuntu2_amd64.deb ...
Unpacking klibc-utils (2.0.4-9ubuntu2) over (2.0.4-8ubuntu1.16.04.4) ...
Preparing to unpack .../initramfs-tools_0.130ubuntu3.13_all.deb ...
Unpacking initramfs-tools (0.130ubuntu3.13) over (0.122ubuntu8.17) ...
Preparing to unpack .../initramfs-tools-core_0.130ubuntu3.13_all.deb ...
Unpacking initramfs-tools-core (0.130ubuntu3.13) over (0.122ubuntu8.17) ...
Preparing to unpack .../initramfs-tools-bin_0.130ubuntu3.13_amd64.deb ...
Unpacking initramfs-tools-bin (0.130ubuntu3.13) over (0.122ubuntu8.17) ...
Preparing to unpack .../libklibc_2.0.4-9ubuntu2_amd64.deb ...
Unpacking libklibc (2.0.4-9ubuntu2) over (2.0.4-8ubuntu1.16.04.4) ...
Preparing to unpack .../cpio_2.12+dfsg-6ubuntu0.18.04.4_amd64.deb ...
Unpacking cpio (2.12+dfsg-6ubuntu0.18.04.4) over (2.11+dfsg-5ubuntu1.1) ...
Selecting previously unselected package libisc-export169:amd64.
Preparing to unpack .../libisc-export169_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libisc-export169:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Selecting previously unselected package libdns-export1100.
Preparing to unpack .../libdns-export1100_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libdns-export1100 (1:9.11.3+dfsg-1ubuntu1.16) ...
Preparing to unpack .../libmnl0_1.0.4-2_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.4-2) over (1.0.3-5) ...
Preparing to unpack .../iproute2_4.15.0-2ubuntu1.3_amd64.deb ...
Unpacking iproute2 (4.15.0-2ubuntu1.3) over (4.3.0-1ubuntu3.16.04.5) ...
Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 changed doc-base file...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250470 files and directories currently installed.)
Preparing to unpack .../libfcgi-perl_0.78-2build1_amd64.deb ...
Unpacking libfcgi-perl (0.78-2build1) over (0.77-1build1) ...
Preparing to unpack .../libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) over (3.20-2) ...
Preparing to unpack .../liburi-perl_1.73-1_all.deb ...
Unpacking liburi-perl (1.73-1) over (1.71-1) ...
Preparing to unpack .../libhtml-parser-perl_3.72-3build1_amd64.deb ...
Unpacking libhtml-parser-perl (3.72-3build1) over (3.72-1) ...
Preparing to unpack .../libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) over (1.5.9-8ubuntu1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../libpsl5_0.19.1-5build1_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-5build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250482 files and directories currently installed.)
Removing curl (7.47.0-1ubuntu2.19) ...
Selecting previously unselected package libldap-common.
(Reading database ... 250476 files and directories currently installed.)
Preparing to unpack .../libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
Replacing files in old package libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.13) ...
Preparing to unpack .../libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) over (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Preparing to unpack .../libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.26.dfsg1-14ubuntu0.2) ...
Preparing to unpack .../libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.26.dfsg1-14ubuntu0.2) ...
Preparing to unpack .../libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.42+dfsg-2ubuntu3.13) ...
Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) over (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Preparing to unpack .../libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) over (7.47.0-1ubuntu2.19) ...
Preparing to unpack .../liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) over (0.17-1.2) ...
Preparing to unpack .../archives/sed_4.4-2_amd64.deb ...
Unpacking sed (4.4-2) over (4.2.2-7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up sed (4.4-2) ...
(Reading database ... 250487 files and directories currently installed.)
Preparing to unpack .../fuse_2.9.7-1ubuntu1_amd64.deb ...
Unpacking fuse (2.9.7-1ubuntu1) over (2.9.4-1ubuntu3.1) ...
Preparing to unpack .../libfuse2_2.9.7-1ubuntu1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) over (2.9.4-1ubuntu3.1) ...
Preparing to unpack .../libasprintf-dev_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking libasprintf-dev:amd64 (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../libasprintf0v5_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking libasprintf0v5:amd64 (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking gettext-base (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../libfcitx-utils0_1%3a4.2.9.6-1_amd64.deb ...
Unpacking libfcitx-utils0:amd64 (1:4.2.9.6-1) over (1:4.2.9.1-1ubuntu1.16.04.2) ...
Preparing to unpack .../sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) over (0.0.9ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up sensible-utils (0.0.12) ...
(Reading database ... 250518 files and directories currently installed.)
Preparing to unpack .../archives/ucf_3.0038_all.deb ...
Unpacking ucf (3.0038) over (3.0036) ...
Preparing to unpack .../fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) over (2.35-1) ...
Preparing to unpack .../fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ...
Unpacking fonts-liberation (1:1.07.4-7~18.04.1) over (1.07.4-1) ...
Preparing to unpack .../libcap2_1%3a2.25-1.2_amd64.deb ...
Unpacking libcap2:amd64 (1:2.25-1.2) over (1:2.24-12) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libcap2:amd64 (1:2.25-1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250518 files and directories currently installed.)
Preparing to unpack .../libavahi-common-data_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../libavahi-common3_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../libavahi-client3_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) over (2.6-3ubuntu2.1) ...
Preparing to unpack .../librevenge-0.0-0_0.0.4-6ubuntu2_amd64.deb ...
Unpacking librevenge-0.0-0:amd64 (0.0.4-6ubuntu2) over (0.0.4-4ubuntu1) ...
Preparing to unpack .../libcdr-0.1-1_0.1.4-1build1_amd64.deb ...
Unpacking libcdr-0.1-1:amd64 (0.1.4-1build1) over (0.1.2-2ubuntu2) ...
Preparing to unpack .../libfreehand-0.1-1_0.1.2-2_amd64.deb ...
Unpacking libfreehand-0.1-1 (0.1.2-2) over (0.1.1-1ubuntu1) ...
Preparing to unpack .../libmspub-0.1-1_0.1.4-1_amd64.deb ...
Unpacking libmspub-0.1-1:amd64 (0.1.4-1) over (0.1.2-2ubuntu1) ...
Preparing to unpack .../libmwaw-0.3-3_0.3.13-1_amd64.deb ...
Unpacking libmwaw-0.3-3:amd64 (0.3.13-1) over (0.3.7-1ubuntu2.1) ...
Preparing to unpack .../libodfgen-0.1-1_0.1.6-2_amd64.deb ...
Unpacking libodfgen-0.1-1:amd64 (0.1.6-2) over (0.1.6-1ubuntu2) ...
Preparing to unpack .../libpagemaker-0.0-0_0.0.4-1_amd64.deb ...
Unpacking libpagemaker-0.0-0:amd64 (0.0.4-1) over (0.0.3-1ubuntu1) ...
Preparing to unpack .../libxml2_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) over (2.9.3+dfsg1-1ubuntu0.7) ...
Preparing to unpack .../libvisio-0.1-1_0.1.6-1build1_amd64.deb ...
Unpacking libvisio-0.1-1:amd64 (0.1.6-1build1) over (0.1.5-1ubuntu1) ...
Preparing to unpack .../libwpd-0.10-10_0.10.2-2_amd64.deb ...
Unpacking libwpd-0.10-10:amd64 (0.10.2-2) over (0.10.1-1ubuntu1) ...
Preparing to unpack .../libwpg-0.3-3_0.3.1-3_amd64.deb ...
Unpacking libwpg-0.3-3:amd64 (0.3.1-3) over (0.3.1-1ubuntu1) ...
Preparing to unpack .../libreoffice-style-breeze_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-style-breeze (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
dpkg: considering deconfiguration of libreoffice-common, which would be broken by installation of libreoffice-draw ...
dpkg: yes, will deconfigure libreoffice-common (broken by libreoffice-draw)
dpkg: considering deconfiguration of libreoffice-impress, which would be broken by installation of libreoffice-draw ...
dpkg: yes, will deconfigure libreoffice-impress (broken by libreoffice-draw)
Preparing to unpack .../libreoffice-draw_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
De-configuring libreoffice-impress (1:5.1.6~rc2-0ubuntu1~xenial10) ...
De-configuring libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Unpacking libreoffice-draw (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Replacing files in old package libreoffice-impress (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Replacing files in old package libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-gtk_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-gtk (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-gnome_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-gnome (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-pdfimport_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-pdfimport (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-writer_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-writer (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Replacing files in old package libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial10) ...
dpkg: considering deconfiguration of libreoffice-core, which would be broken by installation of libreoffice-style-galaxy ...
dpkg: yes, will deconfigure libreoffice-core (broken by libreoffice-style-galaxy)
Preparing to unpack .../libreoffice-style-galaxy_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
De-configuring libreoffice-core (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Unpacking libreoffice-style-galaxy (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-calc_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-calc (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Replacing files in old package libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-core_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-core (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Replacing files in old package libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-common_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-impress_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-impress (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../uno-libs3_6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking uno-libs3 (6.0.7-0ubuntu0.18.04.10) over (5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-ogltrans_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-ogltrans (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../ure_6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking ure (6.0.7-0ubuntu0.18.04.10) over (5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-base-core_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-base-core (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-math_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-math (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-avmedia-backend-gstreamer_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-avmedia-backend-gstreamer (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libreoffice-help-en-us_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-help-en-us (1:6.0.7-0ubuntu0.18.04.10) over (1:5.1.4-0ubuntu1) ...
Preparing to unpack .../liblangtag1_0.6.2-1_amd64.deb ...
Unpacking liblangtag1:amd64 (0.6.2-1) over (0.5.7-2ubuntu1) ...
Preparing to unpack .../liblangtag-common_0.6.2-1_all.deb ...
Unpacking liblangtag-common (0.6.2-1) over (0.5.7-2ubuntu1) ...
Preparing to unpack .../libetonyek-0.1-1_0.1.7-3_amd64.deb ...
Unpacking libetonyek-0.1-1:amd64 (0.1.7-3) over (0.1.6-1ubuntu1) ...
Preparing to unpack .../libepoxy0_1.4.3-1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.4.3-1) over (1.3.1-1ubuntu0.16.04.2) ...
Selecting previously unselected package libboost-system1.65.1:amd64.
Preparing to unpack .../libboost-system1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-system1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-filesystem1.65.1:amd64.
Preparing to unpack .../libboost-filesystem1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-filesystem1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-iostreams1.65.1:amd64.
Preparing to unpack .../libboost-iostreams1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-iostreams1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package liborcus-0.13-0:amd64.
Preparing to unpack .../liborcus-0.13-0_0.13.4-2_amd64.deb ...
Unpacking liborcus-0.13-0:amd64 (0.13.4-2) ...
Selecting previously unselected package libsuitesparseconfig5:amd64.
Preparing to unpack .../libsuitesparseconfig5_1%3a5.1.2-2_amd64.deb ...
Unpacking libsuitesparseconfig5:amd64 (1:5.1.2-2) ...
Selecting previously unselected package libcolamd2:amd64.
Preparing to unpack .../libcolamd2_1%3a5.1.2-2_amd64.deb ...
Unpacking libcolamd2:amd64 (1:5.1.2-2) ...
Preparing to unpack .../lp-solve_5.5.0.15-4build1_amd64.deb ...
Unpacking lp-solve (5.5.0.15-4build1) over (5.5.0.13-7build2) ...
Preparing to unpack .../libwps-0.4-4_0.4.8-1_amd64.deb ...
Unpacking libwps-0.4-4:amd64 (0.4.8-1) over (0.4.3-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
(Reading database ... 250670 files and directories currently installed.)
Removing libabw-0.1-1v5:amd64 (0.1.1-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Selecting previously unselected package libabw-0.1-1:amd64.
(Reading database ... 250665 files and directories currently installed.)
Preparing to unpack .../libabw-0.1-1_0.1.2-1ubuntu1_amd64.deb ...
Unpacking libabw-0.1-1:amd64 (0.1.2-1ubuntu1) ...
Selecting previously unselected package libepubgen-0.1-1:amd64.
Preparing to unpack .../libepubgen-0.1-1_0.1.0-2ubuntu1_amd64.deb ...
Unpacking libepubgen-0.1-1:amd64 (0.1.0-2ubuntu1) ...
Preparing to unpack .../libe-book-0.1-1_0.1.3-1_amd64.deb ...
Unpacking libe-book-0.1-1:amd64 (0.1.3-1) over (0.1.2-2ubuntu1) ...
Selecting previously unselected package libreoffice-style-tango.
Preparing to unpack .../libreoffice-style-tango_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking libreoffice-style-tango (1:6.0.7-0ubuntu0.18.04.10) ...
Selecting previously unselected package libboost-thread1.65.1:amd64.
Preparing to unpack .../libboost-thread1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-thread1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-locale1.65.1:amd64.
Preparing to unpack .../libboost-locale1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-locale1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Preparing to unpack .../libclucene-core1v5_2.3.3.4+dfsg-1_amd64.deb ...
Unpacking libclucene-core1v5:amd64 (2.3.3.4+dfsg-1) over (2.3.3.4-4.1) ...
Preparing to unpack .../libclucene-contribs1v5_2.3.3.4+dfsg-1_amd64.deb ...
Unpacking libclucene-contribs1v5:amd64 (2.3.3.4+dfsg-1) over (2.3.3.4-4.1) ...
Selecting previously unselected package libboost-date-time1.65.1:amd64.
Preparing to unpack .../libboost-date-time1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-date-time1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Preparing to unpack .../libcmis-0.5-5v5_0.5.1+git20160603-3build2_amd64.deb ...
Unpacking libcmis-0.5-5v5 (0.5.1+git20160603-3build2) over (0.5.1-2ubuntu2) ...
Preparing to unpack .../libassuan0_2.5.1-2_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.1-2) over (2.4.2-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libassuan0:amd64 (2.5.1-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 250695 files and directories currently installed.)
Preparing to unpack .../dirmngr_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.4) over (2.1.11-6ubuntu2.1) ...
Preparing to unpack .../gnupg2_2.2.4-1ubuntu1.4_all.deb ...
Unpacking gnupg2 (2.2.4-1ubuntu1.4) over (2.1.11-6ubuntu2.1) ...
Preparing to unpack .../software-properties-common_0.96.24.32.18_all.deb ...
Unpacking software-properties-common (0.96.24.32.18) over (0.96.20.10) ...
Preparing to unpack .../gnupg_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.4) over (1.4.20-1ubuntu3.3) ...
Preparing to unpack .../gnupg-agent_2.2.4-1ubuntu1.4_all.deb ...
Unpacking gnupg-agent (2.2.4-1ubuntu1.4) over (2.1.11-6ubuntu2.1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../gpgconf_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.4) ...
Preparing to unpack .../libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) over (1.3.3-1ubuntu0.16.04.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libksba8:amd64 (1.3.5-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Selecting previously unselected package gnupg-l10n.
(Reading database ... 250650 files and directories currently installed.)
Preparing to unpack .../gnupg-l10n_2.2.4-1ubuntu1.4_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../gnupg-utils_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg.
Preparing to unpack .../gpg_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../gpg-wks-client_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../gpg-wks-server_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../gpgsm_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.4) ...
Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpgv (2.2.4-1ubuntu1.4) over (1.4.20-1ubuntu3.3) ...
Setting up gpgv (2.2.4-1ubuntu1.4) ...
(Reading database ... 250730 files and directories currently installed.)
Preparing to unpack .../python3-software-properties_0.96.24.32.18_all.deb ...
Unpacking python3-software-properties (0.96.24.32.18) over (0.96.20.10) ...
Preparing to unpack .../libgoa-1.0-common_3.28.0-0ubuntu2.1_all.deb ...
Unpacking libgoa-1.0-common (3.28.0-0ubuntu2.1) over (3.18.3-1ubuntu2) ...
Preparing to unpack .../libgoa-1.0-0b_3.28.0-0ubuntu2.1_amd64.deb ...
Unpacking libgoa-1.0-0b:amd64 (3.28.0-0ubuntu2.1) over (3.18.3-1ubuntu2) ...
Preparing to unpack .../gir1.2-goa-1.0_3.28.0-0ubuntu2.1_amd64.deb ...
Unpacking gir1.2-goa-1.0:amd64 (3.28.0-0ubuntu2.1) over (3.18.3-1ubuntu2) ...
Preparing to unpack .../libjson-glib-1.0-common_1.4.2-3ubuntu0.18.04.1_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.2-3ubuntu0.18.04.1) over (1.1.2-0ubuntu1) ...
Preparing to unpack .../libjson-glib-1.0-0_1.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.4.2-3ubuntu0.18.04.1) over (1.1.2-0ubuntu1) ...
Preparing to unpack .../libsnapd-glib1_1.58-0ubuntu0.18.04.0_amd64.deb ...
Unpacking libsnapd-glib1:amd64 (1.58-0ubuntu0.18.04.0) over (1.49-0ubuntu0.16.04.2) ...
Selecting previously unselected package gir1.2-snapd-1:amd64.
Preparing to unpack .../gir1.2-snapd-1_1.58-0ubuntu0.18.04.0_amd64.deb ...
Unpacking gir1.2-snapd-1:amd64 (1.58-0ubuntu0.18.04.0) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../python3-dateutil_2.6.1-1_all.deb ...
Unpacking python3-dateutil (2.6.1-1) ...
Selecting previously unselected package python3-requests-unixsocket.
Preparing to unpack .../python3-requests-unixsocket_0.1.5-3_all.deb ...
Unpacking python3-requests-unixsocket (0.1.5-3) ...
Preparing to unpack .../python3-distupgrade_1%3a18.04.45_all.deb ...
Unpacking python3-distupgrade (1:18.04.45) over (1:16.04.32) ...
Preparing to unpack .../python3-update-manager_1%3a18.04.11.13_all.deb ...
Unpacking python3-update-manager (1:18.04.11.13) over (1:16.04.17) ...
Preparing to unpack .../ubuntu-release-upgrader-core_1%3a18.04.45_all.deb ...
Unpacking ubuntu-release-upgrader-core (1:18.04.45) over (1:16.04.32) ...
Preparing to unpack .../update-manager-core_1%3a18.04.11.13_all.deb ...
Unpacking update-manager-core (1:18.04.11.13) over (1:16.04.17) ...
Preparing to unpack .../update-notifier-common_3.192.1.12_all.deb ...
Unpacking update-notifier-common (3.192.1.12) over (3.168.15) ...
Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ...
Unpacking debconf (1.5.66ubuntu1) over (1.5.58ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up debconf (1.5.66ubuntu1) ...
Selecting previously unselected package python3-debconf.
(Reading database ... 250776 files and directories currently installed.)
Preparing to unpack .../python3-debconf_1.5.66ubuntu1_all.deb ...
Unpacking python3-debconf (1.5.66ubuntu1) ...
Preparing to unpack .../ubuntu-release-upgrader-gtk_1%3a18.04.45_all.deb ...
Unpacking ubuntu-release-upgrader-gtk (1:18.04.45) over (1:16.04.32) ...
Preparing to unpack .../libpython2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.17-1~18.04ubuntu1.6) over (2.7.12-1ubuntu0~16.04.18) ...
Preparing to unpack .../python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python2.7 (2.7.17-1~18.04ubuntu1.6) over (2.7.12-1ubuntu0~16.04.18) ...
Preparing to unpack .../libpython2.7-stdlib_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.6) over (2.7.12-1ubuntu0~16.04.18) ...
Preparing to unpack .../libpython2.7-minimal_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.6) over (2.7.12-1ubuntu0~16.04.18) ...
Preparing to unpack .../python2.7-minimal_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.6) over (2.7.12-1ubuntu0~16.04.18) ...
Preparing to unpack .../python-minimal_2.7.15~rc1-1_amd64.deb ...
Unpacking python-minimal (2.7.15~rc1-1) over (2.7.12-1~16.04) ...
Preparing to unpack .../libpython-stdlib_2.7.15~rc1-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) over (2.7.12-1~16.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.6) ...
Setting up python-minimal (2.7.15~rc1-1) ...
(Reading database ... 250780 files and directories currently installed.)
Preparing to unpack .../python_2.7.15~rc1-1_amd64.deb ...
Unpacking python (2.7.15~rc1-1) over (2.7.12-1~16.04) ...
Selecting previously unselected package libcamel-1.2-61:amd64.
Preparing to unpack .../libcamel-1.2-61_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libcamel-1.2-61:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Preparing to unpack .../evolution-data-server-online-accounts_3.28.5-0ubuntu0.18.04.3_all.deb ...
Unpacking evolution-data-server-online-accounts (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Preparing to unpack .../libebackend-1.2-10_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libebackend-1.2-10:amd64 (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Selecting previously unselected package libprotobuf10:amd64.
Preparing to unpack .../libprotobuf10_3.0.0-9.1ubuntu1_amd64.deb ...
Unpacking libprotobuf10:amd64 (3.0.0-9.1ubuntu1) ...
Selecting previously unselected package libphonenumber7:amd64.
Preparing to unpack .../libphonenumber7_7.1.0-5ubuntu5_amd64.deb ...
Unpacking libphonenumber7:amd64 (7.1.0-5ubuntu5) ...
Preparing to unpack .../libebook-contacts-1.2-2_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libebook-contacts-1.2-2:amd64 (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Preparing to unpack .../libedata-book-1.2-25_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libedata-book-1.2-25:amd64 (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Selecting previously unselected package libebook-1.2-19:amd64.
Preparing to unpack .../libebook-1.2-19_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libebook-1.2-19:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Selecting previously unselected package libical3:amd64.
Preparing to unpack .../libical3_3.0.1-5_amd64.deb ...
Unpacking libical3:amd64 (3.0.1-5) ...
Selecting previously unselected package libdazzle-1.0-0:amd64.
Preparing to unpack .../libdazzle-1.0-0_3.28.1-1_amd64.deb ...
Unpacking libdazzle-1.0-0:amd64 (3.28.1-1) ...
Selecting previously unselected package libedataserverui-1.2-2:amd64.
Preparing to unpack .../libedataserverui-1.2-2_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libedataserverui-1.2-2:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Selecting previously unselected package geoclue-2.0.
Preparing to unpack .../geoclue-2.0_2.4.7-1ubuntu1_amd64.deb ...
Unpacking geoclue-2.0 (2.4.7-1ubuntu1) ...
Selecting previously unselected package libgeoclue-2-0:amd64.
Preparing to unpack .../libgeoclue-2-0_2.4.7-1ubuntu1_amd64.deb ...
Unpacking libgeoclue-2-0:amd64 (2.4.7-1ubuntu1) ...
Selecting previously unselected package libgweather-3-15:amd64.
Preparing to unpack .../libgweather-3-15_3.28.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking libgweather-3-15:amd64 (3.28.2-1~ubuntu18.04.1) ...
Preparing to unpack .../gnome-calendar_3.28.2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking gnome-calendar (3.28.2-0ubuntu0.18.04.1) over (3.20.4-0ubuntu0.1) ...
Preparing to unpack .../evolution-data-server_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking evolution-data-server (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Preparing to unpack .../libedata-cal-1.2-28_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libedata-cal-1.2-28:amd64 (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Preparing to unpack .../libecal-1.2-19_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libecal-1.2-19:amd64 (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Preparing to unpack .../evolution-data-server-common_3.28.5-0ubuntu0.18.04.3_all.deb ...
Unpacking evolution-data-server-common (3.28.5-0ubuntu0.18.04.3) over (3.18.5-1ubuntu1.3) ...
Selecting previously unselected package libedataserver-1.2-23:amd64.
Preparing to unpack .../libedataserver-1.2-23_3.28.5-0ubuntu0.18.04.3_amd64.deb ...
Unpacking libedataserver-1.2-23:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Selecting previously unselected package libmozjs-52-0:amd64.
Preparing to unpack .../libmozjs-52-0_52.9.1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libmozjs-52-0:amd64 (52.9.1-0ubuntu0.18.04.1) ...
Preparing to unpack .../gir1.2-freedesktop_1.56.1-1_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.56.1-1) over (1.46.0-3ubuntu1) ...
Preparing to unpack .../gir1.2-glib-2.0_1.56.1-1_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) over (1.46.0-3ubuntu1) ...
Selecting previously unselected package libgjs0g.
Preparing to unpack .../libgjs0g_1.52.5-0ubuntu18.04.1_amd64.deb ...
Unpacking libgjs0g (1.52.5-0ubuntu18.04.1) ...
Selecting previously unselected package libxcb-res0:amd64.
Preparing to unpack .../libxcb-res0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-res0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package mutter-common.
Preparing to unpack .../mutter-common_3.28.4+git20200505-0ubuntu18.04.2_all.deb ...
Unpacking mutter-common (3.28.4+git20200505-0ubuntu18.04.2) ...
Selecting previously unselected package libmutter-2-0:amd64.
Preparing to unpack .../libmutter-2-0_3.28.4+git20200505-0ubuntu18.04.2_amd64.deb ...
Unpacking libmutter-2-0:amd64 (3.28.4+git20200505-0ubuntu18.04.2) ...
Preparing to unpack .../accountsservice_0.6.45-1ubuntu1.3_amd64.deb ...
Unpacking accountsservice (0.6.45-1ubuntu1.3) over (0.6.40-2ubuntu11.6) ...
Preparing to unpack .../libaccountsservice0_0.6.45-1ubuntu1.3_amd64.deb ...
Unpacking libaccountsservice0:amd64 (0.6.45-1ubuntu1.3) over (0.6.40-2ubuntu11.6) ...
Selecting previously unselected package gir1.2-accountsservice-1.0.
Preparing to unpack .../gir1.2-accountsservice-1.0_0.6.45-1ubuntu1.3_amd64.deb ...
Unpacking gir1.2-accountsservice-1.0 (0.6.45-1ubuntu1.3) ...
Selecting previously unselected package gir1.2-gdesktopenums-3.0:amd64.
Preparing to unpack .../gir1.2-gdesktopenums-3.0_3.28.0-1ubuntu1_amd64.deb ...
Unpacking gir1.2-gdesktopenums-3.0:amd64 (3.28.0-1ubuntu1) ...
Selecting previously unselected package gir1.2-geoclue-2.0:amd64.
Preparing to unpack .../gir1.2-geoclue-2.0_2.4.7-1ubuntu1_amd64.deb ...
Unpacking gir1.2-geoclue-2.0:amd64 (2.4.7-1ubuntu1) ...
Selecting previously unselected package gir1.2-gck-1:amd64.
Preparing to unpack .../gir1.2-gck-1_3.28.0-1_amd64.deb ...
Unpacking gir1.2-gck-1:amd64 (3.28.0-1) ...
Preparing to unpack .../libgcr-base-3-1_3.28.0-1_amd64.deb ...
Unpacking libgcr-base-3-1:amd64 (3.28.0-1) over (3.18.0-1ubuntu1) ...
Selecting previously unselected package gir1.2-gcr-3:amd64.
Preparing to unpack .../gir1.2-gcr-3_3.28.0-1_amd64.deb ...
Unpacking gir1.2-gcr-3:amd64 (3.28.0-1) ...
Selecting previously unselected package libgdm1.
Preparing to unpack .../libgdm1_3.28.3-0ubuntu18.04.6_amd64.deb ...
Unpacking libgdm1 (3.28.3-0ubuntu18.04.6) ...
Selecting previously unselected package gir1.2-gdm-1.0.
Preparing to unpack .../gir1.2-gdm-1.0_3.28.3-0ubuntu18.04.6_amd64.deb ...
Unpacking gir1.2-gdm-1.0 (3.28.3-0ubuntu18.04.6) ...
Preparing to unpack .../libgnome-bluetooth13_3.28.0-2ubuntu0.2_amd64.deb ...
Unpacking libgnome-bluetooth13:amd64 (3.28.0-2ubuntu0.2) over (3.18.2-1ubuntu2) ...
Selecting previously unselected package gir1.2-gnomebluetooth-1.0:amd64.
Preparing to unpack .../gir1.2-gnomebluetooth-1.0_3.28.0-2ubuntu0.2_amd64.deb ...
Unpacking gir1.2-gnomebluetooth-1.0:amd64 (3.28.0-2ubuntu0.2) ...
Selecting previously unselected package gir1.2-gnomedesktop-3.0:amd64.
Preparing to unpack .../gir1.2-gnomedesktop-3.0_3.28.2-0ubuntu1.5_amd64.deb ...
Unpacking gir1.2-gnomedesktop-3.0:amd64 (3.28.2-0ubuntu1.5) ...
Selecting previously unselected package gir1.2-gweather-3.0:amd64.
Preparing to unpack .../gir1.2-gweather-3.0_3.28.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking gir1.2-gweather-3.0:amd64 (3.28.2-1~ubuntu18.04.1) ...
Selecting previously unselected package gir1.2-mutter-2:amd64.
Preparing to unpack .../gir1.2-mutter-2_3.28.4+git20200505-0ubuntu18.04.2_amd64.deb ...
Unpacking gir1.2-mutter-2:amd64 (3.28.4+git20200505-0ubuntu18.04.2) ...
Preparing to unpack .../libnm0_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking libnm0:amd64 (1.10.6-2ubuntu1.4) over (1.2.6-0ubuntu0.16.04.3) ...
Selecting previously unselected package gir1.2-nm-1.0:amd64.
Preparing to unpack .../gir1.2-nm-1.0_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking gir1.2-nm-1.0:amd64 (1.10.6-2ubuntu1.4) ...
Selecting previously unselected package libjansson4:amd64.
Preparing to unpack .../libjansson4_2.11-1_amd64.deb ...
Unpacking libjansson4:amd64 (2.11-1) ...
Selecting previously unselected package libteamdctl0:amd64.
Preparing to unpack .../libteamdctl0_1.26-1_amd64.deb ...
Unpacking libteamdctl0:amd64 (1.26-1) ...
Preparing to unpack .../network-manager-pptp-gnome_1.2.6-1_amd64.deb ...
Unpacking network-manager-pptp-gnome (1.2.6-1) over (1.1.93-1ubuntu1) ...
Preparing to unpack .../network-manager-pptp_1.2.6-1_amd64.deb ...
Unpacking network-manager-pptp (1.2.6-1) over (1.1.93-1ubuntu1) ...
Preparing to unpack .../ppp_2.4.7-2+2ubuntu1.3_amd64.deb ...
Unpacking ppp (2.4.7-2+2ubuntu1.3) over (2.4.7-1+2ubuntu1.16.04.3) ...
Preparing to unpack .../libmbim-proxy_1.18.0-1~ubuntu18.04.1_amd64.deb ...
Unpacking libmbim-proxy (1.18.0-1~ubuntu18.04.1) over (1.14.0-1ubuntu0.16.04.1) ...
Preparing to unpack .../libmbim-glib4_1.18.0-1~ubuntu18.04.1_amd64.deb ...
Unpacking libmbim-glib4:amd64 (1.18.0-1~ubuntu18.04.1) over (1.14.0-1ubuntu0.16.04.1) ...
Preparing to unpack .../libmm-glib0_1.10.0-1~ubuntu18.04.2_amd64.deb ...
Unpacking libmm-glib0:amd64 (1.10.0-1~ubuntu18.04.2) over (1.6.4-1ubuntu0.16.04.1) ...
Preparing to unpack .../libqmi-proxy_1.22.0-1.2~ubuntu18.04.1_amd64.deb ...
Unpacking libqmi-proxy (1.22.0-1.2~ubuntu18.04.1) over (1.16.2-1ubuntu0.16.04.1) ...
Preparing to unpack .../libqmi-glib5_1.22.0-1.2~ubuntu18.04.1_amd64.deb ...
Unpacking libqmi-glib5:amd64 (1.22.0-1.2~ubuntu18.04.1) over (1.16.2-1ubuntu0.16.04.1) ...
Preparing to unpack .../modemmanager_1.10.0-1~ubuntu18.04.2_amd64.deb ...
Unpacking modemmanager (1.10.0-1~ubuntu18.04.2) over (1.6.4-1ubuntu0.16.04.1) ...
Preparing to unpack .../network-manager_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking network-manager (1.10.6-2ubuntu1.4) over (1.2.6-0ubuntu0.16.04.3) ...
dpkg: warning: unable to delete old directory '/etc/NetworkManager/VPN': Directory not empty
Preparing to unpack .../policykit-1-gnome_0.105-6ubuntu2_amd64.deb ...
Unpacking policykit-1-gnome (0.105-6ubuntu2) over (0.105-2ubuntu2) ...
Preparing to unpack .../dbus-x11_1.12.2-1ubuntu1.2_amd64.deb ...
Unpacking dbus-x11 (1.12.2-1ubuntu1.2) over (1.10.6-1ubuntu3.6) ...
Preparing to unpack .../libdbus-1-3_1.12.2-1ubuntu1.2_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.2) over (1.10.6-1ubuntu3.6) ...
Preparing to unpack .../dbus_1.12.2-1ubuntu1.2_amd64.deb ...
Unpacking dbus (1.12.2-1ubuntu1.2) over (1.10.6-1ubuntu3.6) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../dbus-user-session_1.12.2-1ubuntu1.2_amd64.deb ...
Unpacking dbus-user-session (1.12.2-1ubuntu1.2) ...
Preparing to unpack .../libnm-gtk0_1.8.10-2ubuntu3_amd64.deb ...
Unpacking libnm-gtk0:amd64 (1.8.10-2ubuntu3) over (1.2.6-0ubuntu0.16.04.4) ...
Preparing to unpack .../network-manager-gnome_1.8.10-2ubuntu3_amd64.deb ...
Unpacking network-manager-gnome (1.8.10-2ubuntu3) over (1.2.6-0ubuntu0.16.04.4) ...
Preparing to unpack .../libnma0_1.8.10-2ubuntu3_amd64.deb ...
Unpacking libnma0:amd64 (1.8.10-2ubuntu3) over (1.2.6-0ubuntu0.16.04.4) ...
Selecting previously unselected package gir1.2-nma-1.0:amd64.
Preparing to unpack .../gir1.2-nma-1.0_1.8.10-2ubuntu3_amd64.deb ...
Unpacking gir1.2-nma-1.0:amd64 (1.8.10-2ubuntu3) ...
Selecting previously unselected package gir1.2-polkit-1.0.
Preparing to unpack .../gir1.2-polkit-1.0_0.105-20ubuntu0.18.04.5_amd64.deb ...
Unpacking gir1.2-polkit-1.0 (0.105-20ubuntu0.18.04.5) ...
Preparing to unpack .../librsvg2-common_2.40.20-2ubuntu0.2_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.40.20-2ubuntu0.2) over (2.40.13-3ubuntu0.2) ...
Preparing to unpack .../librsvg2-2_2.40.20-2ubuntu0.2_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.40.20-2ubuntu0.2) over (2.40.13-3ubuntu0.2) ...
Selecting previously unselected package gir1.2-rsvg-2.0:amd64.
Preparing to unpack .../gir1.2-rsvg-2.0_2.40.20-2ubuntu0.2_amd64.deb ...
Unpacking gir1.2-rsvg-2.0:amd64 (2.40.20-2ubuntu0.2) ...
Preparing to unpack .../libupower-glib3_0.99.7-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libupower-glib3:amd64 (0.99.7-2ubuntu0.18.04.1) over (0.99.4-2ubuntu0.3) ...
Selecting previously unselected package gir1.2-upowerglib-1.0:amd64.
Preparing to unpack .../gir1.2-upowerglib-1.0_0.99.7-2ubuntu0.18.04.1_amd64.deb ...
Unpacking gir1.2-upowerglib-1.0:amd64 (0.99.7-2ubuntu0.18.04.1) ...
Selecting previously unselected package gjs.
Preparing to unpack .../gjs_1.52.5-0ubuntu18.04.1_amd64.deb ...
Unpacking gjs (1.52.5-0ubuntu18.04.1) ...
Preparing to unpack .../gnome-settings-daemon-schemas_3.28.1-0ubuntu1.3_all.deb ...
Unpacking gnome-settings-daemon-schemas (3.28.1-0ubuntu1.3) over (3.18.2-0ubuntu3.1) ...
Preparing to unpack .../ubuntu-system-service_0.3.1_all.deb ...
Unpacking ubuntu-system-service (0.3.1) over (0.3) ...
Preparing to unpack .../policykit-desktop-privileges_0.20ubuntu18.04.1_all.deb ...
Unpacking policykit-desktop-privileges (0.20ubuntu18.04.1) over (0.20ubuntu16.04.1) ...
Selecting previously unselected package gnome-settings-daemon.
Preparing to unpack .../gnome-settings-daemon_3.28.1-0ubuntu1.3_amd64.deb ...
Unpacking gnome-settings-daemon (3.28.1-0ubuntu1.3) ...
Selecting previously unselected package gnome-shell-common.
Preparing to unpack .../gnome-shell-common_3.28.4-0ubuntu18.04.7_all.deb ...
Unpacking gnome-shell-common (3.28.4-0ubuntu18.04.7) ...
Selecting previously unselected package mutter.
Preparing to unpack .../mutter_3.28.4+git20200505-0ubuntu18.04.2_amd64.deb ...
Unpacking mutter (3.28.4+git20200505-0ubuntu18.04.2) ...
Selecting previously unselected package libcolord-gtk1:amd64.
Preparing to unpack .../libcolord-gtk1_0.1.26-2_amd64.deb ...
Unpacking libcolord-gtk1:amd64 (0.1.26-2) ...
Selecting previously unselected package libgoa-backend-1.0-1:amd64.
Preparing to unpack .../libgoa-backend-1.0-1_3.28.0-0ubuntu2.1_amd64.deb ...
Unpacking libgoa-backend-1.0-1:amd64 (3.28.0-0ubuntu2.1) ...
Preparing to unpack .../libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) over (1.6.0-1) ...
Selecting previously unselected package libgmime-3.0-0:amd64.
Preparing to unpack .../libgmime-3.0-0_3.2.0-1_amd64.deb ...
Unpacking libgmime-3.0-0:amd64 (3.2.0-1) ...
Preparing to unpack .../libtotem-plparser-common_3.26.0-1ubuntu2_all.deb ...
Unpacking libtotem-plparser-common (3.26.0-1ubuntu2) over (3.10.6-1ubuntu1) ...
Preparing to unpack .../libtotem-plparser18_3.26.0-1ubuntu2_amd64.deb ...
Unpacking libtotem-plparser18:amd64 (3.26.0-1ubuntu2) over (3.10.6-1ubuntu1) ...
Selecting previously unselected package libgrilo-0.3-0:amd64.
Preparing to unpack .../libgrilo-0.3-0_0.3.4-1ubuntu0.1_amd64.deb ...
Unpacking libgrilo-0.3-0:amd64 (0.3.4-1ubuntu0.1) ...
Preparing to unpack .../libgtop2-common_2.38.0-2ubuntu0.18.04.1_all.deb ...
Unpacking libgtop2-common (2.38.0-2ubuntu0.18.04.1) over (2.32.0-1) ...
Selecting previously unselected package libgtop-2.0-11:amd64.
Preparing to unpack .../libgtop-2.0-11_2.38.0-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libgtop-2.0-11:amd64 (2.38.0-2ubuntu0.18.04.1) ...
Selecting previously unselected package gnome-control-center-data.
Preparing to unpack .../gnome-control-center-data_1%3a3.28.2-0ubuntu0.18.04.6_all.deb ...
Unpacking gnome-control-center-data (1:3.28.2-0ubuntu0.18.04.6) ...
Preparing to unpack .../language-selector-common_0.188.3_all.deb ...
Unpacking language-selector-common (0.188.3) over (0.165.4) ...
Preparing to unpack .../language-selector-gnome_0.188.3_all.deb ...
Unpacking language-selector-gnome (0.188.3) over (0.165.4) ...
Preparing to unpack .../ttf-ubuntu-font-family_1%3a0.83-2_all.deb ...
Unpacking ttf-ubuntu-font-family (1:0.83-2) over (1:0.83-0ubuntu2) ...
Selecting previously unselected package fonts-ubuntu.
Preparing to unpack .../fonts-ubuntu_0.83-2_all.deb ...
Unpacking fonts-ubuntu (0.83-2) ...
Preparing to unpack .../gnome-menus_3.13.3-11ubuntu1.1_amd64.deb ...
Unpacking gnome-menus (3.13.3-11ubuntu1.1) over (3.13.3-6ubuntu3.1) ...
Selecting previously unselected package gnome-control-center.
Preparing to unpack .../gnome-control-center_1%3a3.28.2-0ubuntu0.18.04.6_amd64.deb ...
Unpacking gnome-control-center (1:3.28.2-0ubuntu0.18.04.6) ...
Preparing to unpack .../indicator-bluetooth_0.0.6+17.10.20170605-0ubuntu3_amd64.deb ...
Unpacking indicator-bluetooth (0.0.6+17.10.20170605-0ubuntu3) over (0.0.6+16.04.20160526-0ubuntu1) ...
Preparing to unpack .../gnome-bluetooth_3.28.0-2ubuntu0.2_amd64.deb ...
Unpacking gnome-bluetooth (3.28.0-2ubuntu0.2) over (3.18.2-1ubuntu2) ...
Selecting previously unselected package gnome-shell.
Preparing to unpack .../gnome-shell_3.28.4-0ubuntu18.04.7_amd64.deb ...
Unpacking gnome-shell (3.28.4-0ubuntu18.04.7) ...
Preparing to unpack .../update-notifier_3.192.1.12_amd64.deb ...
Unpacking update-notifier (3.192.1.12) over (3.168.15) ...
Preparing to unpack .../update-manager_1%3a18.04.11.13_all.deb ...
Unpacking update-manager (1:18.04.11.13) over (1:16.04.17) ...
Preparing to unpack .../debconf-i18n_1.5.66ubuntu1_all.deb ...
Unpacking debconf-i18n (1.5.66ubuntu1) over (1.5.58ubuntu2) ...
Preparing to unpack .../liblist-moreutils-perl_0.416-1build3_amd64.deb ...
Unpacking liblist-moreutils-perl (0.416-1build3) over (0.413-1build1) ...
Preparing to unpack .../libgtk2-perl_2%3a1.24992-1build1_amd64.deb ...
Unpacking libgtk2-perl (2:1.24992-1build1) over (2:1.2498-1) ...
Preparing to unpack .../libapparmor-perl_2.12-4ubuntu5.1_amd64.deb ...
Unpacking libapparmor-perl (2.12-4ubuntu5.1) over (2.10.95-0ubuntu2.11) ...
Preparing to unpack .../libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
Unpacking libyaml-libyaml-perl (0.69+repack-1) over (0.41-6build1) ...
Preparing to unpack .../libpango-perl_1.227-2build1_amd64.deb ...
Unpacking libpango-perl (1.227-2build1) over (1.227-1) ...
Preparing to unpack .../libsub-name-perl_0.21-1build1_amd64.deb ...
Unpacking libsub-name-perl (0.21-1build1) over (0.14-1build1) ...
Preparing to unpack .../libtext-charwidth-perl_0.04-7.1_amd64.deb ...
Unpacking libtext-charwidth-perl (0.04-7.1) over (0.04-7build5) ...
Preparing to unpack .../libclone-perl_0.39-1_amd64.deb ...
Unpacking libclone-perl (0.39-1) over (0.38-1build1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 changed doc-base file...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
dpkg: perl-modules-5.22: dependency problems, but removing anyway as you requested:
 perl depends on perl-modules-5.22 (>= 5.22.1-9ubuntu0.9).
 libperl5.22:amd64 depends on perl-modules-5.22 (>= 5.22.1-9ubuntu0.9).
 libmailtools-perl depends on libnet-perl; however:
  Package libnet-perl is not installed.
  Package perl-modules-5.22 which provides libnet-perl is to be removed.

(Reading database ... 251288 files and directories currently installed.)
Removing perl-modules-5.22 (5.22.1-9ubuntu0.9) ...
(Reading database ... 250059 files and directories currently installed.)
Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ...
Unpacking perl (5.26.1-6ubuntu0.5) over (5.22.1-9ubuntu0.9) ...
Selecting previously unselected package perl-modules-5.26.
Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
Selecting previously unselected package libgdbm5:amd64.
Preparing to unpack .../libgdbm5_1.14.1-6_amd64.deb ...
Unpacking libgdbm5:amd64 (1.14.1-6) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../libgdbm-compat4_1.14.1-6_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
Selecting previously unselected package libperl5.26:amd64.
Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ...
Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ...
Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.22.1-9ubuntu0.9) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up perl-base (5.26.1-6ubuntu0.5) ...
(Reading database ... 251962 files and directories currently installed.)
Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3build2) over (1.07-1build1) ...
Preparing to unpack .../libxml-parser-perl_2.44-2build3_amd64.deb ...
Unpacking libxml-parser-perl (2.44-2build3) over (2.44-1build1) ...
Preparing to unpack .../libtext-iconv-perl_1.7-5build6_amd64.deb ...
Unpacking libtext-iconv-perl (1.7-5build6) over (1.7-5build4) ...
Preparing to unpack .../libuuid-perl_0.27-1build1_amd64.deb ...
Unpacking libuuid-perl (0.27-1build1) over (0.24-1build1) ...
Preparing to unpack .../libsocket6-perl_0.27-1build2_amd64.deb ...
Unpacking libsocket6-perl (0.27-1build2) over (0.25-1build2) ...
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5) over (0.04-4build1) ...
Preparing to unpack .../libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build2) over (0.22-3) ...
Preparing to unpack .../libnet-dns-perl_1.10-2_all.deb ...
Unpacking libnet-dns-perl (1.10-2) over (0.81-2build1) ...
Preparing to unpack .../libnet-dbus-perl_1.1.0-4build2_amd64.deb ...
Unpacking libnet-dbus-perl (1.1.0-4build2) over (1.1.0-3build1) ...
Preparing to unpack .../libdata-alias-perl_1.21-1_amd64.deb ...
Unpacking libdata-alias-perl (1.21-1) over (1.20-1build1) ...
Preparing to unpack .../libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) over (1.72-1build1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../perl-openssl-defaults_3build1_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3build1) ...
Preparing to unpack .../libperlio-gzip-perl_0.19-1build3_amd64.deb ...
Unpacking libperlio-gzip-perl (0.19-1build3) over (0.19-1build1) ...
Preparing to unpack .../libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
Unpacking libio-pty-perl (1:1.08-1.1build4) over (1:1.08-1.1build1) ...
Preparing to unpack .../libcairo-perl_1.106-2build2_amd64.deb ...
Unpacking libcairo-perl (1.106-2build2) over (1.106-1build1) ...
Preparing to unpack .../libapt-pkg-perl_0.1.33build1_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.33build1) over (0.1.29build7) ...
Preparing to unpack .../libnet-libidn-perl_0.12.ds-2build4_amd64.deb ...
Unpacking libnet-libidn-perl (0.12.ds-2build4) over (0.12.ds-2build2) ...
Preparing to unpack .../libglib-perl_3%3a1.326-1build1_amd64.deb ...
Unpacking libglib-perl (3:1.326-1build1) over (3:1.320-2) ...
Preparing to unpack .../pciutils_1%3a3.5.2-1ubuntu1.1_amd64.deb ...
Unpacking pciutils (1:3.5.2-1ubuntu1.1) over (1:3.3.1-1.1ubuntu1.3) ...
Preparing to unpack .../libpci3_1%3a3.5.2-1ubuntu1.1_amd64.deb ...
Unpacking libpci3:amd64 (1:3.5.2-1ubuntu1.1) over (1:3.3.1-1.1ubuntu1.3) ...
Preparing to unpack .../libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ...
Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) over (5.7.3+dfsg-1ubuntu4.6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
dpkg: libperl5.22:amd64: dependency problems, but removing anyway as you requested:
 lintian depends on libdigest-sha-perl; however:
  Package libdigest-sha-perl is not installed.
  Package libperl5.26:amd64 which provides libdigest-sha-perl is not configured yet.
  Package libperl5.22:amd64 which provides libdigest-sha-perl is to be removed.
 libhttp-message-perl depends on perl (>= 5.11) | libio-compress-perl; however:
  Package perl is not configured yet.
  Package libio-compress-perl is not installed.
  Package libperl5.26:amd64 which provides libio-compress-perl is not configured yet.
  Package libperl5.22:amd64 which provides libio-compress-perl is to be removed.

(Reading database ... 252002 files and directories currently installed.)
Removing libperl5.22:amd64 (5.22.1-9ubuntu0.9) ...
dpkg: man-db: dependency problems, but processing triggers anyway as you requested:
 man-db depends on bsdmainutils; however:
  Package bsdmainutils is not configured yet.

Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251535 files and directories currently installed.)
Preparing to unpack .../libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) over (2.13-1) ...
Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-12_all.deb ...
Unpacking libparse-debianchangelog-perl (1.2.0-12) over (1.2.0-8) ...
Selecting previously unselected package libcairo-gobject-perl.
Preparing to unpack .../libcairo-gobject-perl_1.004-2build3_amd64.deb ...
Unpacking libcairo-gobject-perl (1.004-2build3) ...
Selecting previously unselected package libglib-object-introspection-perl.
Preparing to unpack .../libglib-object-introspection-perl_0.044-2_amd64.deb ...
Unpacking libglib-object-introspection-perl (0.044-2) ...
Selecting previously unselected package libgtk3-perl.
Preparing to unpack .../libgtk3-perl_0.032-1_all.deb ...
Unpacking libgtk3-perl (0.032-1) ...
Preparing to unpack .../software-properties-gtk_0.96.24.32.18_all.deb ...
Unpacking software-properties-gtk (0.96.24.32.18) over (0.96.20.10) ...
Preparing to unpack .../pinentry-curses_1.1.0-1_amd64.deb ...
Unpacking pinentry-curses (1.1.0-1) over (0.9.7-3) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Setting up pinentry-curses (1.1.0-1) ...
(Reading database ... 251581 files and directories currently installed.)
Preparing to unpack .../libgck-1-0_3.28.0-1_amd64.deb ...
Unpacking libgck-1-0:amd64 (3.28.0-1) over (3.18.0-1ubuntu1) ...
Preparing to unpack .../libgdk-pixbuf2.0-0_2.36.11-2_amd64.deb ...
Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.11-2) over (2.32.2-1ubuntu1.6) ...
Preparing to unpack .../libgdk-pixbuf2.0-common_2.36.11-2_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.36.11-2) over (2.32.2-1ubuntu1.6) ...
Preparing to unpack .../libjbig0_2.1-3.1build1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1build1) over (2.1-3.1) ...
Preparing to unpack .../libtiff5_4.0.9-5ubuntu0.4_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) over (4.0.6-1ubuntu0.8) ...
Preparing to unpack .../libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
Unpacking libx11-data (2:1.6.4-3ubuntu0.4) over (2:1.6.3-1ubuntu2.2) ...
Preparing to unpack .../xkb-data_2.23.1-1ubuntu1.18.04.1_all.deb ...
Unpacking xkb-data (2.23.1-1ubuntu1.18.04.1) over (2.16-1ubuntu1) ...
Preparing to unpack .../libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) over (1:1.0.8-1) ...
Preparing to unpack .../libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) over (1:1.1.2-1.1) ...
Preparing to unpack .../libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) over (2:1.6.3-1ubuntu2.2) ...
Preparing to unpack .../shared-mime-info_1.9-2_amd64.deb ...
Unpacking shared-mime-info (1.9-2) over (1.5-2ubuntu0.2) ...
Preparing to unpack .../libgraphite2-3_1.3.11-2_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.11-2) over (1.3.10-0ubuntu0.16.04.1) ...
Preparing to unpack .../libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) over (1:0.9.9-0ubuntu1) ...
Preparing to unpack .../fontconfig_2.12.6-0ubuntu2_amd64.deb ...
Unpacking fontconfig (2.12.6-0ubuntu2) over (2.11.94-0ubuntu1.1) ...
Preparing to unpack .../libthai-data_0.1.27-2_all.deb ...
Unpacking libthai-data (0.1.27-2) over (0.1.24-2) ...
Preparing to unpack .../libdatrie1_0.2.10-7_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.10-7) over (0.2.10-2) ...
Preparing to unpack .../libthai0_0.1.27-2_amd64.deb ...
Unpacking libthai0:amd64 (0.1.27-2) over (0.1.24-2) ...
Preparing to unpack .../libgcr-ui-3-1_3.28.0-1_amd64.deb ...
Unpacking libgcr-ui-3-1:amd64 (3.28.0-1) over (3.18.0-1ubuntu1) ...
Preparing to unpack .../gcr_3.28.0-1_amd64.deb ...
Unpacking gcr (3.28.0-1) over (3.18.0-1ubuntu1) ...
Preparing to unpack .../libsecret-common_0.18.6-1_all.deb ...
Unpacking libsecret-common (0.18.6-1) over (0.18.4-1ubuntu2) ...
Preparing to unpack .../libsecret-1-0_0.18.6-1_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.18.6-1) over (0.18.4-1ubuntu2) ...
Preparing to unpack .../pinentry-gnome3_1.1.0-1_amd64.deb ...
Unpacking pinentry-gnome3 (1.1.0-1) over (0.9.7-3) ...
Preparing to unpack .../libnpth0_1.5-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.5-3) over (1.2-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Setting up libnpth0:amd64 (1.5-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251582 files and directories currently installed.)
Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ...
Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251582 files and directories currently installed.)
Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ...
Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.2.35) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libapt-pkg5.0:amd64 (1.6.14) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251582 files and directories currently installed.)
Preparing to unpack .../libapt-inst2.0_1.6.14_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.6.14) over (1.2.35) ...
Preparing to unpack .../python-apt-common_1.6.5ubuntu0.7_all.deb ...
Unpacking python-apt-common (1.6.5ubuntu0.7) over (1.1.0~beta1ubuntu0.16.04.12) ...
Preparing to unpack .../libgirepository-1.0-1_1.56.1-1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) over (1.46.0-3ubuntu1) ...
Preparing to unpack .../python3-six_1.11.0-2_all.deb ...
Unpacking python3-six (1.11.0-2) over (1.10.0-3) ...
Preparing to unpack .../tzdata_2021e-0ubuntu0.18.04_all.deb ...
Unpacking tzdata (2021e-0ubuntu0.18.04) over (2021a-0ubuntu0.16.04) ...
Preparing to unpack .../openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ...
Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.0.2g-1ubuntu4.20) ...
Preparing to unpack .../ca-certificates_20210119~18.04.2_all.deb ...
Unpacking ca-certificates (20210119~18.04.2) over (20210119~16.04.1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../python3-certifi_2018.1.18-2_all.deb ...
Unpacking python3-certifi (2018.1.18-2) ...
Preparing to unpack .../python3-pkg-resources_39.0.1-2_all.deb ...
Unpacking python3-pkg-resources (39.0.1-2) over (20.7.0-1) ...
Preparing to unpack .../python3-chardet_3.0.4-1_all.deb ...
Unpacking python3-chardet (3.0.4-1) over (2.3.0-2) ...
Preparing to unpack .../python3-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python3-requests (2.18.4-2ubuntu0.1) over (2.9.1-3ubuntu0.1) ...
Preparing to unpack .../python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) over (1.13.1-2ubuntu0.16.04.4) ...
Preparing to unpack .../python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) over (2.0-3) ...
Preparing to unpack .../libcairo-gobject2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) over (1.14.6-1) ...
Preparing to unpack .../gir1.2-pango-1.0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking gir1.2-pango-1.0:amd64 (1.40.14-1ubuntu0.1) over (1.38.1-1) ...
Preparing to unpack .../libatk1.0-0_2.28.1-1_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.28.1-1) over (2.18.0-1) ...
Preparing to unpack .../libatk1.0-data_2.28.1-1_all.deb ...
Unpacking libatk1.0-data (2.28.1-1) over (2.18.0-1) ...
Preparing to unpack .../gir1.2-atk-1.0_2.28.1-1_amd64.deb ...
Unpacking gir1.2-atk-1.0:amd64 (2.28.1-1) over (2.18.0-1) ...
Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.36.11-2_amd64.deb ...
Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.36.11-2) over (2.32.2-1ubuntu1.6) ...
Preparing to unpack .../session-migration_0.3.3_amd64.deb ...
Unpacking session-migration (0.3.3) over (0.2.3) ...
Selecting previously unselected package libpackagekit-glib2-18:amd64.
Preparing to unpack .../libpackagekit-glib2-18_1.1.9-1ubuntu2.18.04.6_amd64.deb ...
Unpacking libpackagekit-glib2-18:amd64 (1.1.9-1ubuntu2.18.04.6) ...
Preparing to unpack .../python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu19.5_all.deb ...
Unpacking python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu19.5) over (1.1.1+bzr982-0ubuntu14.5) ...
Preparing to unpack .../system-config-printer-gnome_1.5.11-1ubuntu2_all.deb ...
Unpacking system-config-printer-gnome (1.5.11-1ubuntu2) over (1.5.7+20160212-0ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251587 files and directories currently installed.)
Removing python3-aptdaemon.pkcompat (1.1.1+bzr982-0ubuntu14.5) ...
(Reading database ... 251580 files and directories currently installed.)
Preparing to unpack .../aptdaemon_1.1.1+bzr982-0ubuntu19.5_all.deb ...
Unpacking aptdaemon (1.1.1+bzr982-0ubuntu19.5) over (1.1.1+bzr982-0ubuntu14.5) ...
Preparing to unpack .../python3-aptdaemon_1.1.1+bzr982-0ubuntu19.5_all.deb ...
Unpacking python3-aptdaemon (1.1.1+bzr982-0ubuntu19.5) over (1.1.1+bzr982-0ubuntu14.5) ...
Preparing to unpack .../gir1.2-packagekitglib-1.0_1.1.9-1ubuntu2.18.04.6_amd64.deb ...
Unpacking gir1.2-packagekitglib-1.0 (1.1.9-1ubuntu2.18.04.6) over (0.8.17-4ubuntu6~gcc5.4ubuntu1.5) ...
Preparing to unpack .../libcupscgi1_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcupscgi1:amd64 (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) over (2:4.13.1-0ubuntu0.16.04.1) ...
Preparing to unpack .../libnss3_2%3a3.35-2ubuntu2.13_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.13) over (2:3.28.4-0ubuntu0.16.04.14) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251581 files and directories currently installed.)
Removing libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.14) ...
Selecting previously unselected package libpoppler73:amd64.
(Reading database ... 251573 files and directories currently installed.)
Preparing to unpack .../libpoppler73_0.62.0-2ubuntu2.12_amd64.deb ...
Unpacking libpoppler73:amd64 (0.62.0-2ubuntu2.12) ...
Preparing to unpack .../libcupsfilters1_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) over (1.8.3-2ubuntu3.5) ...
Selecting previously unselected package cups-ipp-utils.
Preparing to unpack .../cups-ipp-utils_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups-ipp-utils (2.2.7-1ubuntu2.8) ...
Preparing to unpack .../libcupsimage2_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../libqpdf21_8.0.2-3ubuntu0.1_amd64.deb ...
Unpacking libqpdf21:amd64 (8.0.2-3ubuntu0.1) over (8.0.2-3~16.04.1) ...
Preparing to unpack .../archives/bc_1.07.1-2_amd64.deb ...
Unpacking bc (1.07.1-2) over (1.06.95-9build1) ...
Preparing to unpack .../poppler-utils_0.62.0-2ubuntu2.12_amd64.deb ...
Unpacking poppler-utils (0.62.0-2ubuntu2.12) over (0.41.0-0ubuntu1.16) ...
Preparing to unpack .../cups-browsed_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking cups-browsed (1.20.2-0ubuntu3.1) over (1.8.3-2ubuntu3.5) ...
Preparing to unpack .../printer-driver-gutenprint_5.2.13-2_amd64.deb ...
Unpacking printer-driver-gutenprint (5.2.13-2) over (5.2.11-1) ...
Preparing to unpack .../cups-bsd_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups-bsd (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../cups-client_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups-client (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../foomatic-db-compressed-ppds_20180306-1_all.deb ...
Unpacking foomatic-db-compressed-ppds (20180306-1) over (20160212-0ubuntu1) ...
Preparing to unpack .../libcupsppdc1_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcupsppdc1:amd64 (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../cups-core-drivers_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups-core-drivers (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../cups-daemon_2.2.7-1ubuntu2.8_amd64.deb ...
Warning: Stopping cups.service, but it can still be activated by:
  cups.socket
Unpacking cups-daemon (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../libcupsmime1_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcupsmime1:amd64 (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../libcups2_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcups2:amd64 (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../printer-driver-c2esp_27-4_amd64.deb ...
Unpacking printer-driver-c2esp (27-4) over (27-2) ...
Preparing to unpack .../printer-driver-sag-gdi_0.1-5_all.deb ...
Unpacking printer-driver-sag-gdi (0.1-5) over (0.1-4ubuntu1) ...
Preparing to unpack .../openprinting-ppds_20180306-1_all.deb ...
Unpacking openprinting-ppds (20180306-1) over (20160212-0ubuntu1) ...
Preparing to unpack .../cups-server-common_2.2.7-1ubuntu2.8_all.deb ...
Unpacking cups-server-common (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../cups_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../printer-driver-pxljr_1.4+repack0-5_amd64.deb ...
Unpacking printer-driver-pxljr (1.4+repack0-5) over (1.4+repack0-4) ...
Preparing to unpack .../cups-filters_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking cups-filters (1.20.2-0ubuntu3.1) over (1.8.3-2ubuntu3.5) ...
Preparing to unpack .../cups-filters-core-drivers_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking cups-filters-core-drivers (1.20.2-0ubuntu3.1) over (1.8.3-2ubuntu3.5) ...
Preparing to unpack .../libavahi-glib1_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-glib1:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ...
Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) over (1.1.24+nmu4ubuntu1) ...
Selecting previously unselected package libprocps6:amd64.
Preparing to unpack .../libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ...
Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251778 files and directories currently installed.)
Preparing to unpack .../procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ...
Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.10-4ubuntu2.5) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up procps (2:3.3.12-3ubuntu1.2) ...
Installing new version of config file /etc/init.d/procps ...
Installing new version of config file /etc/sysctl.conf ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
(Reading database ... 251777 files and directories currently installed.)
Preparing to unpack .../ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) over (1.0.37) ...
Preparing to unpack .../libgutenprint2_5.2.13-2_amd64.deb ...
Unpacking libgutenprint2 (5.2.13-2) over (5.2.11-1) ...
Preparing to unpack .../libusb-1.0-0_2%3a1.0.21-2_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.21-2) over (2:1.0.20-1) ...
Preparing to unpack .../xz-utils_5.2.2-1.3_amd64.deb ...
Unpacking xz-utils (5.2.2-1.3) over (5.1.1alpha+20120614-2ubuntu2) ...
Preparing to unpack .../mscompress_0.4-3build1_amd64.deb ...
Unpacking mscompress (0.4-3build1) over (0.4-3) ...
Preparing to unpack .../archives/dc_1.07.1-2_amd64.deb ...
Unpacking dc (1.07.1-2) over (1.06.95-9build1) ...
Preparing to unpack .../liblcms2-utils_2.9-1ubuntu0.1_amd64.deb ...
Unpacking liblcms2-utils (2.9-1ubuntu0.1) over (2.6-3ubuntu2.1) ...
Preparing to unpack .../ghostscript-x_9.26~dfsg+0-0ubuntu0.18.04.14_amd64.deb ...
Unpacking ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.14) over (9.26~dfsg+0-0ubuntu0.16.04.14) ...
Preparing to unpack .../ghostscript_9.26~dfsg+0-0ubuntu0.18.04.14_amd64.deb ...
Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.14) over (9.26~dfsg+0-0ubuntu0.16.04.14) ...
Preparing to unpack .../libgs9_9.26~dfsg+0-0ubuntu0.18.04.14_amd64.deb ...
Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.14) over (9.26~dfsg+0-0ubuntu0.16.04.14) ...
Preparing to unpack .../libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.14_all.deb ...
Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.14) over (9.26~dfsg+0-0ubuntu0.16.04.14) ...
Preparing to unpack .../libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.32-3ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251792 files and directories currently installed.)
Preparing to unpack .../libijs-0.35_0.35-13_amd64.deb ...
Unpacking libijs-0.35:amd64 (0.35-13) over (0.35-12) ...
Preparing to unpack .../libjbig2dec0_0.13-6_amd64.deb ...
Unpacking libjbig2dec0:amd64 (0.13-6) over (0.12+20150918-1ubuntu0.1) ...
Preparing to unpack .../poppler-data_0.4.8-2_all.deb ...
Unpacking poppler-data (0.4.8-2) over (0.4.7-7) ...
Preparing to unpack .../libdrm-common_2.4.101-2~18.04.1_all.deb ...
Unpacking libdrm-common (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libdrm2_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libx11-xcb1_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) over (2:1.6.3-1ubuntu2.2) ...
Preparing to unpack .../libxcb-dri2-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-glx0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-present0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-sync1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxdamage1_1%3a1.1.4-3_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-3) over (1:1.1.4-2) ...
Preparing to unpack .../libxfixes3_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.3-1) over (1:5.0.1-2) ...
Preparing to unpack .../libxshmfence1_1.3-1_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1) over (1.2-1) ...
Preparing to unpack .../libdrm-amdgpu1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libedit2_3.1-20170329-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20170329-1) over (3.1-20150325-1ubuntu2) ...
Selecting previously unselected package libllvm10:amd64.
Preparing to unpack .../libllvm10_1%3a10.0.0-4ubuntu1~18.04.2_amd64.deb ...
Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
Preparing to unpack .../libxcb-xfixes0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libfribidi0_0.19.7-2_amd64.deb ...
Unpacking libfribidi0:amd64 (0.19.7-2) over (0.19.7-1) ...
Preparing to unpack .../libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libsoxr0_0.1.2-3_amd64.deb ...
Unpacking libsoxr0:amd64 (0.1.2-3) over (0.1.2-1) ...
Preparing to unpack .../libnuma1_2.0.11-2.1ubuntu0.1_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.11-2.1ubuntu0.1) over (2.0.11-1ubuntu1.1) ...
Preparing to unpack .../libcrystalhd3_1%3a0.0~git20110715.fdd2f19-12_amd64.deb ...
Unpacking libcrystalhd3:amd64 (1:0.0~git20110715.fdd2f19-12) over (1:0.0~git20110715.fdd2f19-11build1) ...
Preparing to unpack .../libgsm1_1.0.13-4build1_amd64.deb ...
Unpacking libgsm1:amd64 (1.0.13-4build1) over (1.0.13-4) ...
Preparing to unpack .../libcroco3_0.6.12-2_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-2) over (0.6.11-1) ...
Preparing to unpack .../libshine3_3.1.1-1_amd64.deb ...
Unpacking libshine3:amd64 (3.1.1-1) over (3.1.0-4) ...
Preparing to unpack .../libsnappy1v5_1.1.7-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.7-1) over (1.1.3-2) ...
Preparing to unpack .../libspeex1_1.2~rc1.2-1ubuntu2_amd64.deb ...
Unpacking libspeex1:amd64 (1.2~rc1.2-1ubuntu2) over (1.2~rc1.2-1ubuntu1) ...
Preparing to unpack .../libtheora0_1.1.1+dfsg.1-14_amd64.deb ...
Unpacking libtheora0:amd64 (1.1.1+dfsg.1-14) over (1.1.1+dfsg.1-8) ...
Preparing to unpack .../libtwolame0_0.3.13-3_amd64.deb ...
Unpacking libtwolame0:amd64 (0.3.13-3) over (0.3.13-1.2) ...
Preparing to unpack .../libvorbisenc2_1.3.5-4.2_amd64.deb ...
Unpacking libvorbisenc2:amd64 (1.3.5-4.2) over (1.3.5-3ubuntu0.2) ...
Preparing to unpack .../libvorbisfile3_1.3.5-4.2_amd64.deb ...
Unpacking libvorbisfile3:amd64 (1.3.5-4.2) over (1.3.5-3ubuntu0.2) ...
Preparing to unpack .../libvorbis0a_1.3.5-4.2_amd64.deb ...
Unpacking libvorbis0a:amd64 (1.3.5-4.2) over (1.3.5-3ubuntu0.2) ...
Preparing to unpack .../libwavpack1_5.1.0-2ubuntu1.5_amd64.deb ...
Unpacking libwavpack1:amd64 (5.1.0-2ubuntu1.5) over (4.75.2-2ubuntu0.2) ...
Preparing to unpack .../libxvidcore4_2%3a1.3.5-1_amd64.deb ...
Unpacking libxvidcore4:amd64 (2:1.3.5-1) over (2:1.3.4-1) ...
Preparing to unpack .../libzvbi0_0.2.35-13_amd64.deb ...
Unpacking libzvbi0:amd64 (0.2.35-13) over (0.2.35-10) ...
Preparing to unpack .../libzvbi-common_0.2.35-13_all.deb ...
Unpacking libzvbi-common (0.2.35-13) over (0.2.35-10) ...
Preparing to unpack .../libsamplerate0_0.1.9-1_amd64.deb ...
Unpacking libsamplerate0:amd64 (0.1.9-1) over (0.1.8-8) ...
Preparing to unpack .../libasound2_1.1.3-5ubuntu0.6_amd64.deb ...
Unpacking libasound2:amd64 (1.1.3-5ubuntu0.6) over (1.1.0-0ubuntu1) ...
Preparing to unpack .../libasound2-data_1.1.3-5ubuntu0.6_all.deb ...
Unpacking libasound2-data (1.1.3-5ubuntu0.6) over (1.1.0-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251858 files and directories currently installed.)
Removing pulseaudio-module-x11 (1:8.0-0ubuntu3.15) ...
(Reading database ... 251850 files and directories currently installed.)
Preparing to unpack .../libltdl7_2.4.6-2_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-2) over (2.4.6-0.1) ...
Preparing to unpack .../liborc-0.4-0_1%3a0.4.28-1_amd64.deb ...
Unpacking liborc-0.4-0:amd64 (1:0.4.28-1) over (1:0.4.25-1) ...
Preparing to unpack .../libflac8_1.3.2-1_amd64.deb ...
Unpacking libflac8:amd64 (1.3.2-1) over (1.3.1-4) ...
Preparing to unpack .../libsndfile1_1.0.28-4ubuntu0.18.04.2_amd64.deb ...
Unpacking libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) over (1.0.25-10ubuntu0.16.04.3) ...
Preparing to unpack .../libspeexdsp1_1.2~rc1.2-1ubuntu2_amd64.deb ...
Unpacking libspeexdsp1:amd64 (1.2~rc1.2-1ubuntu2) over (1.2~rc1.2-1ubuntu1) ...
Preparing to unpack .../libtdb1_1.3.15-2_amd64.deb ...
Unpacking libtdb1:amd64 (1.3.15-2) over (1.3.8-2) ...
Preparing to unpack .../libxtst6_2%3a1.2.3-1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.3-1) over (2:1.2.2-1) ...
Preparing to unpack .../libasound2-plugins_1.1.1-1ubuntu1_amd64.deb ...
Unpacking libasound2-plugins:amd64 (1.1.1-1ubuntu1) over (1.1.0-0ubuntu1) ...
Preparing to unpack .../libpulsedsp_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulsedsp:amd64 (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../pulseaudio-utils_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking pulseaudio-utils (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../pulseaudio-module-bluetooth_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking pulseaudio-module-bluetooth (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../pulseaudio_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking pulseaudio (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../libsbc1_1.3-2_amd64.deb ...
Unpacking libsbc1:amd64 (1.3-2) over (1.3-1) ...
Preparing to unpack .../libpulse-mainloop-glib0_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../libapparmor1_2.12-4ubuntu5.1_amd64.deb ...
Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.10.95-0ubuntu2.11) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 251862 files and directories currently installed.)
Preparing to unpack .../libasyncns0_0.8-6_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-6) over (0.8-5build1) ...
Preparing to unpack .../libwrap0_7.6.q-27_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-27) over (7.6.q-25) ...
Preparing to unpack .../libpulse0_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.11) over (1:8.0-0ubuntu3.15) ...
Preparing to unpack .../liba52-0.7.4_0.7.4-19_amd64.deb ...
Unpacking liba52-0.7.4:amd64 (0.7.4-19) over (0.7.4-18) ...
Preparing to unpack .../libdvdread4_6.0.0-1_amd64.deb ...
Unpacking libdvdread4:amd64 (6.0.0-1) over (5.0.3-1) ...
Preparing to unpack .../libmpeg2-4_0.5.1-8_amd64.deb ...
Unpacking libmpeg2-4:amd64 (0.5.1-8) over (0.5.1-7) ...
Preparing to unpack .../libsidplay1v5_1.36.59-11_amd64.deb ...
Unpacking libsidplay1v5:amd64 (1.36.59-11) over (1.36.59-8) ...
Preparing to unpack .../libslang2_2.3.1a-3ubuntu1_amd64.deb ...
Unpacking libslang2:amd64 (2.3.1a-3ubuntu1) over (2.3.0-2ubuntu1.1) ...
Preparing to unpack .../libaa1_1.4p5-44build2_amd64.deb ...
Unpacking libaa1:amd64 (1.4p5-44build2) over (1.4p5-44build1) ...
Preparing to unpack .../libraw1394-11_2.1.2-1_amd64.deb ...
Unpacking libraw1394-11:amd64 (2.1.2-1) over (2.1.1-2) ...
Preparing to unpack .../libavc1394-0_0.5.4-4build1_amd64.deb ...
Unpacking libavc1394-0:amd64 (0.5.4-4build1) over (0.5.4-4) ...
Preparing to unpack .../libcaca0_0.99.beta19-2ubuntu0.18.04.3_amd64.deb ...
Unpacking libcaca0:amd64 (0.99.beta19-2ubuntu0.18.04.3) over (0.99.beta19-2ubuntu0.16.04.2) ...
Preparing to unpack .../libdv4_1.0.0-11_amd64.deb ...
Unpacking libdv4:amd64 (1.0.0-11) over (1.0.0-7) ...
Preparing to unpack .../libgudev-1.0-0_1%3a232-2_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (1:232-2) over (1:230-2) ...
Preparing to unpack .../libiec61883-0_1.2.0-2_amd64.deb ...
Unpacking libiec61883-0:amd64 (1.2.0-2) over (1.2.0-0.2) ...
Preparing to unpack .../libmpg123-0_1.25.10-1_amd64.deb ...
Unpacking libmpg123-0:amd64 (1.25.10-1) over (1.22.4-1ubuntu0.1) ...
Preparing to unpack .../libshout3_2.4.1-2build1_amd64.deb ...
Unpacking libshout3:amd64 (2.4.1-2build1) over (2.3.1-3) ...
Preparing to unpack .../libtag1v5_1.11.1+dfsg.1-0.2build2_amd64.deb ...
Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-0.2build2) over (1.9.1-2.4ubuntu1) ...
Preparing to unpack .../libtag1v5-vanilla_1.11.1+dfsg.1-0.2build2_amd64.deb ...
Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.2build2) over (1.9.1-2.4ubuntu1) ...
Preparing to unpack .../libv4l-0_1.14.2-1_amd64.deb ...
Unpacking libv4l-0:amd64 (1.14.2-1) over (1.10.0-1) ...
Preparing to unpack .../libv4lconvert0_1.14.2-1_amd64.deb ...
Unpacking libv4lconvert0:amd64 (1.14.2-1) over (1.10.0-1) ...
Preparing to unpack .../libcdparanoia0_3.10.2+debian-13_amd64.deb ...
Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) over (3.10.2+debian-11) ...
Preparing to unpack .../libvisual-0.4-0_0.4.0-11_amd64.deb ...
Unpacking libvisual-0.4-0:amd64 (0.4.0-11) over (0.4.0-8) ...
Preparing to unpack .../libwildmidi-config_0.4.2-1_all.deb ...
Unpacking libwildmidi-config (0.4.2-1) over (0.3.8-2) ...
Preparing to unpack .../libdc1394-22_2.2.5-1_amd64.deb ...
Unpacking libdc1394-22:amd64 (2.2.5-1) over (2.2.4-1) ...
Preparing to unpack .../libdca0_0.0.5-10_amd64.deb ...
Unpacking libdca0:amd64 (0.0.5-10) over (0.0.5-7build1) ...
Preparing to unpack .../libde265-0_1.0.2-2build1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.2-2build1) over (1.0.2-2) ...
Preparing to unpack .../libdvdnav4_6.0.0-1_amd64.deb ...
Unpacking libdvdnav4:amd64 (6.0.0-1) over (5.0.3-1) ...
Preparing to unpack .../libfaad2_2.8.8-1_amd64.deb ...
Unpacking libfaad2:amd64 (2.8.8-1) over (2.8.0~cvs20150510-1ubuntu0.1) ...
Preparing to unpack .../libflite1_2.1-release-1_amd64.deb ...
Unpacking libflite1:amd64 (2.1-release-1) over (2.0.0-release-1) ...
Preparing to unpack .../libgme0_0.6.2-1_amd64.deb ...
Unpacking libgme0:amd64 (0.6.2-1) over (0.6.0-3ubuntu0.16.04.1) ...
Preparing to unpack .../libkate1_0.4.1-7build1_amd64.deb ...
Unpacking libkate1:amd64 (0.4.1-7build1) over (0.4.1-7) ...
Preparing to unpack .../libmjpegutils-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmjpegutils-2.1-0 (1:2.1.0+debian-5) over (1:2.1.0+debian-4) ...
Preparing to unpack .../libmms0_0.6.4-2_amd64.deb ...
Unpacking libmms0:amd64 (0.6.4-2) over (0.6.4-1) ...
Preparing to unpack .../libmodplug1_1%3a0.8.9.0-1_amd64.deb ...
Unpacking libmodplug1:amd64 (1:0.8.9.0-1) over (1:0.8.8.5-2) ...
Preparing to unpack .../libmpeg2encpp-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) over (1:2.1.0+debian-4) ...
Preparing to unpack .../libmplex2-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmplex2-2.1-0 (1:2.1.0+debian-5) over (1:2.1.0+debian-4) ...
Preparing to unpack .../libfftw3-double3_3.3.7-1_amd64.deb ...
Unpacking libfftw3-double3:amd64 (3.3.7-1) over (3.3.4-2ubuntu1) ...
Preparing to unpack .../libofa0_0.9.3-15_amd64.deb ...
Unpacking libofa0:amd64 (0.9.3-15) over (0.9.3-10ubuntu1) ...
Preparing to unpack .../libopenal1_1%3a1.18.2-2_amd64.deb ...
Unpacking libopenal1:amd64 (1:1.18.2-2) over (1:1.16.0-3) ...
Preparing to unpack .../libopenal-data_1%3a1.18.2-2_all.deb ...
Unpacking libopenal-data (1:1.18.2-2) over (1:1.16.0-3) ...
Selecting previously unselected package libsndio6.1:amd64.
Preparing to unpack .../libsndio6.1_1.1.0-3_amd64.deb ...
Unpacking libsndio6.1:amd64 (1.1.0-3) ...
Preparing to unpack .../libopenexr22_2.2.0-11.1ubuntu1.9_amd64.deb ...
Unpacking libopenexr22:amd64 (2.2.0-11.1ubuntu1.9) over (2.2.0-10ubuntu2.6) ...
Preparing to unpack .../libsoundtouch1_1.9.2-3_amd64.deb ...
Unpacking libsoundtouch1:amd64 (1.9.2-3) over (1.9.2-2+deb9u1build0.16.04.1) ...
Preparing to unpack .../libspandsp2_0.0.6+dfsg-0.1_amd64.deb ...
Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) over (0.0.6-2.1) ...
Preparing to unpack .../libvulkan1_1.1.70+dfsg1-1ubuntu0.18.04.1_amd64.deb ...
Unpacking libvulkan1:amd64 (1.1.70+dfsg1-1ubuntu0.18.04.1) over (1.0.61.1+dfsg1-1ubuntu1~16.04.1) ...
Preparing to unpack .../libzbar0_0.10+doc-10.1build2_amd64.deb ...
Unpacking libzbar0:amd64 (0.10+doc-10.1build2) over (0.10+doc-10ubuntu1) ...
Preparing to unpack .../libcap2-bin_1%3a2.25-1.2_amd64.deb ...
Unpacking libcap2-bin (1:2.25-1.2) over (1:2.24-12) ...
Preparing to unpack .../iso-codes_3.79-1_all.deb ...
Unpacking iso-codes (3.79-1) over (3.65-1) ...
Preparing to unpack .../libhyphen0_2.8.8-5_amd64.deb ...
Unpacking libhyphen0:amd64 (2.8.8-5) over (2.8.8-2ubuntu1) ...
Preparing to unpack .../libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.28-2.1ubuntu0.3) ...
Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-sql-sqlite_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-sql-sqlite:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libaudio2_1.9.4-6_amd64.deb ...
Unpacking libaudio2:amd64 (1.9.4-6) over (1.9.4-4) ...
Preparing to unpack .../libxi6_2%3a1.7.9-1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.9-1) over (2:1.7.6-1) ...
Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-7ubuntu1_all.deb ...
Unpacking qtcore4-l10n (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../qtchooser_64-ga1b6736-5_amd64.deb ...
Unpacking qtchooser (64-ga1b6736-5) over (52-gae5eeef-2build1~gcc5.2) ...
Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking qdbus (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-7ubuntu1_amd64.deb ...
Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-7ubuntu1) over (4:4.8.7+dfsg-5ubuntu2) ...
Preparing to unpack .../libevdev2_1.5.8+dfsg-1ubuntu0.1_amd64.deb ...
Unpacking libevdev2:amd64 (1.5.8+dfsg-1ubuntu0.1) over (1.4.6+dfsg-1) ...
Preparing to unpack .../libwacom2_0.29-1_amd64.deb ...
Unpacking libwacom2:amd64 (0.29-1) over (0.22-1~ubuntu16.04.1) ...
Preparing to unpack .../libwacom-common_0.29-1_all.deb ...
Unpacking libwacom-common (0.29-1) over (0.22-1~ubuntu16.04.1) ...
Preparing to unpack .../libinput-bin_1.10.4-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libinput-bin (1.10.4-1ubuntu0.18.04.2) over (1.6.3-1ubuntu1~16.04.1) ...
Preparing to unpack .../libmtdev1_1.1.5-1ubuntu3_amd64.deb ...
Unpacking libmtdev1:amd64 (1.1.5-1ubuntu3) over (1.1.5-1ubuntu2) ...
Preparing to unpack .../libinput10_1.10.4-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libinput10:amd64 (1.10.4-1ubuntu0.18.04.2) over (1.6.3-1ubuntu1~16.04.1) ...
Preparing to unpack .../libxcb-randr0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-shape0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxcb-xkb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) over (1.11.1-1ubuntu1) ...
Preparing to unpack .../libxkbcommon-x11-0_0.8.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1~ubuntu18.04.1) over (0.5.0-1ubuntu2.1) ...
Preparing to unpack .../libxkbcommon0_0.8.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.1) over (0.5.0-1ubuntu2.1) ...
Selecting previously unselected package libhunspell-1.6-0:amd64.
Preparing to unpack .../libhunspell-1.6-0_1.6.2-1_amd64.deb ...
Unpacking libhunspell-1.6-0:amd64 (1.6.2-1) ...
Preparing to unpack .../enchant_1.6.0-11.1_amd64.deb ...
Unpacking enchant (1.6.0-11.1) over (1.6.0-10.1build2) ...
Preparing to unpack .../aspell_0.60.7~20110707-4ubuntu0.2_amd64.deb ...
Unpacking aspell (0.60.7~20110707-4ubuntu0.2) over (0.60.7~20110707-3ubuntu0.1) ...
Preparing to unpack .../libaspell15_0.60.7~20110707-4ubuntu0.2_amd64.deb ...
Unpacking libaspell15:amd64 (0.60.7~20110707-4ubuntu0.2) over (0.60.7~20110707-3ubuntu0.1) ...
Preparing to unpack .../dictionaries-common_1.27.2_all.deb ...
Leaving 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.27.2) over (1.26.3) ...
Preparing to unpack .../aspell-en_2017.08.24-0-0.1_all.deb ...
Unpacking aspell-en (2017.08.24-0-0.1) over (7.1-0-1.1) ...
Preparing to unpack .../hunspell-en-us_1%3a2017.08.24_all.deb ...
Unpacking hunspell-en-us (1:2017.08.24) over (20070829-6ubuntu3) ...
Preparing to unpack .../libenchant1c2a_1.6.0-11.1_amd64.deb ...
Unpacking libenchant1c2a:amd64 (1.6.0-11.1) over (1.6.0-10.1build2) ...
Preparing to unpack .../libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) over (1.0.1-1ubuntu0.1) ...
Preparing to unpack .../libnotify4_0.7.7-3_amd64.deb ...
Unpacking libnotify4:amd64 (0.7.7-3) over (0.7.6-2svn1) ...
Preparing to unpack .../libxcomposite1_1%3a0.4.4-2_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-2) over (1:0.4.4-1) ...
Preparing to unpack .../libxrandr2_2%3a1.5.1-1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.1-1) over (2:1.5.0-1) ...
Preparing to unpack .../libpciaccess0_0.14-1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.14-1) over (0.13.4-1) ...
Preparing to unpack .../libdrm-intel1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libdrm-nouveau2_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libdrm-radeon1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.101-2~18.04.1) over (2.4.91-2~16.04.1) ...
Preparing to unpack .../libsensors4_1%3a3.4.0-4_amd64.deb ...
Unpacking libsensors4:amd64 (1:3.4.0-4) over (1:3.4.0-2) ...
Preparing to unpack .../libgl1-mesa-dri_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Preparing to unpack .../nux-tools_4.0.8+18.04.20180622.2-0ubuntu1_amd64.deb ...
Unpacking nux-tools (4.0.8+18.04.20180622.2-0ubuntu1) over (4.0.8+16.04.20180622.2-0ubuntu1) ...
Preparing to unpack .../x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
invoke-rc.d: Unit x11-common.service is masked
Unpacking x11-common (1:7.7+19ubuntu7.1) over (1:7.7+13ubuntu3.1) ...
Preparing to unpack .../libxkbfile1_1%3a1.0.9-2_amd64.deb ...
Unpacking libxkbfile1:amd64 (1:1.0.9-2) over (1:1.0.9-0ubuntu1) ...
Preparing to unpack .../x11-xkb-utils_7.7+3ubuntu0.18.04.1_amd64.deb ...
Unpacking x11-xkb-utils (7.7+3ubuntu0.18.04.1) over (7.7+2) ...
Preparing to unpack .../libice6_2%3a1.0.9-2_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.9-2) over (2:1.0.9-1) ...
Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.5-1) over (1:1.1.5-0ubuntu1) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../libxml-namespacesupport-perl_1.12-1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.12-1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../libxml-sax-base-perl_1.09-1_all.deb ...
Unpacking libxml-sax-base-perl (1.09-1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Preparing to unpack .../libfile-copy-recursive-perl_0.40-1_all.deb ...
Unpacking libfile-copy-recursive-perl (0.40-1) over (0.38-1) ...
Preparing to unpack .../liblwp-protocol-https-perl_6.07-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.07-2) over (6.06-2) ...
Preparing to unpack .../libnet-http-perl_6.17-1_all.deb ...
Unpacking libnet-http-perl (6.17-1) over (6.09-1) ...
Preparing to unpack .../libhttp-message-perl_6.14-1_all.deb ...
Unpacking libhttp-message-perl (6.14-1) over (6.11-1) ...
Preparing to unpack .../libhttp-cookies-perl_6.04-1_all.deb ...
Unpacking libhttp-cookies-perl (6.04-1) over (6.01-1) ...
Preparing to unpack .../libwww-perl_6.31-1ubuntu0.1_all.deb ...
Unpacking libwww-perl (6.31-1ubuntu0.1) over (6.15-1) ...
Preparing to unpack .../libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) over (2.024-1) ...
Preparing to unpack .../libhtml-tree-perl_5.07-1_all.deb ...
Unpacking libhtml-tree-perl (5.07-1) over (5.03-2) ...
Selecting previously unselected package libxml-sax-expat-perl.
Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ...
Unpacking libxml-sax-expat-perl (0.40-2) ...
Selecting previously unselected package libxml-simple-perl.
Preparing to unpack .../libxml-simple-perl_2.24-1_all.deb ...
Unpacking libxml-simple-perl (2.24-1) ...
Preparing to unpack .../binutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.26.1-1ubuntu1~16.04.8) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
Preparing to unpack .../diffstat_1.61-1build1_amd64.deb ...
Unpacking diffstat (1.61-1build1) over (1.61-1) ...
Preparing to unpack .../file_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking file (1:5.32-2ubuntu0.4) over (1:5.25-2ubuntu1.4) ...
Preparing to unpack .../libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) over (1:5.25-2ubuntu1.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
Preparing to unpack .../libgettextpo-dev_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking libgettextpo-dev:amd64 (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../libgettextpo0_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking libgettextpo0:amd64 (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
Unpacking gettext (0.19.8.1-6ubuntu0.3) over (0.19.7-2ubuntu3.1) ...
Preparing to unpack .../libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) over (1.56-2ubuntu0.1) ...
Preparing to unpack .../libclass-accessor-perl_0.51-1_all.deb ...
Unpacking libclass-accessor-perl (0.51-1) over (0.34-1) ...
Preparing to unpack .../libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) over (1.03-1) ...
Preparing to unpack .../libnet-domain-tld-perl_1.75-1_all.deb ...
Unpacking libnet-domain-tld-perl (1.75-1) over (1.73-1) ...
Preparing to unpack .../libemail-valid-perl_1.202-1_all.deb ...
Unpacking libemail-valid-perl (1.202-1) over (1.198-1) ...
Preparing to unpack .../libipc-run-perl_0.96-1_all.deb ...
Unpacking libipc-run-perl (0.96-1) over (0.94-1) ...
Preparing to unpack .../libexporter-tiny-perl_1.000000-2_all.deb ...
Unpacking libexporter-tiny-perl (1.000000-2) over (0.042-1) ...
Preparing to unpack .../libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) over (0.1.6-3) ...
Preparing to unpack .../libpipeline1_1.5.0-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.0-1) over (1.4.1-2) ...
Preparing to unpack .../liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) over (5.2.4-1ubuntu1) ...
Preparing to unpack .../libpopt0_1.16-11_amd64.deb ...
Unpacking libpopt0:amd64 (1.16-11) over (1.16-10) ...
Selecting previously unselected package librpmio8.
Preparing to unpack .../librpmio8_4.14.1+dfsg1-2_amd64.deb ...
Unpacking librpmio8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package librpm8.
Preparing to unpack .../librpm8_4.14.1+dfsg1-2_amd64.deb ...
Unpacking librpm8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package libdw1:amd64.
Preparing to unpack .../libdw1_0.170-0.4ubuntu0.1_amd64.deb ...
Unpacking libdw1:amd64 (0.170-0.4ubuntu0.1) ...
Selecting previously unselected package librpmbuild8.
Preparing to unpack .../librpmbuild8_4.14.1+dfsg1-2_amd64.deb ...
Unpacking librpmbuild8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package librpmsign8.
Preparing to unpack .../librpmsign8_4.14.1+dfsg1-2_amd64.deb ...
Unpacking librpmsign8 (4.14.1+dfsg1-2) ...
Preparing to unpack .../python-rpm_4.14.1+dfsg1-2_amd64.deb ...
Unpacking python-rpm (4.14.1+dfsg1-2) over (4.12.0.1+dfsg1-3build3) ...
Preparing to unpack .../rpm2cpio_4.14.1+dfsg1-2_amd64.deb ...
Unpacking rpm2cpio (4.14.1+dfsg1-2) over (4.12.0.1+dfsg1-3build3) ...
Preparing to unpack .../rpm-common_4.14.1+dfsg1-2_amd64.deb ...
Unpacking rpm-common (4.14.1+dfsg1-2) over (4.12.0.1+dfsg1-3build3) ...
Preparing to unpack .../rpm_4.14.1+dfsg1-2_amd64.deb ...
Unpacking rpm (4.14.1+dfsg1-2) over (4.12.0.1+dfsg1-3build3) ...
Preparing to unpack .../debugedit_4.14.1+dfsg1-2_amd64.deb ...
Unpacking debugedit (4.14.1+dfsg1-2) over (4.12.0.1+dfsg1-3build3) ...
Preparing to unpack .../acl_2.2.52-3build1_amd64.deb ...
Unpacking acl (2.2.52-3build1) over (2.2.52-3) ...
Preparing to unpack .../libattr1_1%3a2.4.47-2build1_amd64.deb ...
Unpacking libattr1:amd64 (1:2.4.47-2build1) over (1:2.4.47-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up libattr1:amd64 (1:2.4.47-2build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 252998 files and directories currently installed.)
Preparing to unpack .../libacl1_2.2.52-3build1_amd64.deb ...
Unpacking libacl1:amd64 (2.2.52-3build1) over (2.2.52-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libacl1:amd64 (2.2.52-3build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 252998 files and directories currently installed.)
Preparing to unpack .../libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) over (3.1.2-11ubuntu0.16.04.8) ...
Preparing to unpack .../groff-base_1.22.3-10_amd64.deb ...
Unpacking groff-base (1.22.3-10) over (1.22.3-7) ...
Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.5.1-1ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 252998 files and directories currently installed.)
Preparing to unpack .../man-db_2.8.3-2ubuntu0.1_amd64.deb ...
Unpacking man-db (2.8.3-2ubuntu0.1) over (2.7.5-1) ...
Preparing to unpack .../patch_2.7.6-2ubuntu1.1_amd64.deb ...
Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.5-1ubuntu0.16.04.2) ...
Preparing to unpack .../patchutils_0.3.4-2_amd64.deb ...
Unpacking patchutils (0.3.4-2) over (0.3.4-1) ...
Preparing to unpack .../t1utils_1.41-2_amd64.deb ...
Unpacking t1utils (1.41-2) over (1.39-2) ...
Preparing to unpack .../lintian_2.5.81ubuntu1_all.deb ...
Unpacking lintian (2.5.81ubuntu1) over (2.5.43ubuntu0.1) ...
Preparing to unpack .../libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ...
Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) over (5.7.3+dfsg-1ubuntu4.6) ...
Preparing to unpack .../hplip-data_3.17.10+repack0-5_all.deb ...
Unpacking hplip-data (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../printer-driver-hpcups_3.17.10+repack0-5_amd64.deb ...
Unpacking printer-driver-hpcups (3.17.10+repack0-5) over (3.16.3+repack0-1) ...
Preparing to unpack .../libieee1284-3_0.2.11-13_amd64.deb ...
Unpacking libieee1284-3:amd64 (0.2.11-13) over (0.2.11-12) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
dpkg: libsane:amd64: dependency problems, but removing anyway as you requested:
 sane-utils depends on libsane (>= 1.0.24); however:
  Package libsane:amd64 is to be removed.
 colord depends on libsane (>= 1.0.24); however:
  Package libsane:amd64 is to be removed.
 simple-scan depends on libsane (>= 1.0.24); however:
  Package libsane:amd64 is to be removed.

(Reading database ... 253131 files and directories currently installed.)
Removing libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Selecting previously unselected package libsane1:amd64.
(Reading database ... 252865 files and directories currently installed.)
Preparing to unpack .../libsane1_1.0.27-1~experimental3ubuntu2.4_amd64.deb ...
Unpacking libsane1:amd64 (1.0.27-1~experimental3ubuntu2.4) ...
dpkg: considering deconfiguration of sane-utils, which would be broken by installation of libsane-common ...
dpkg: yes, will deconfigure sane-utils (broken by libsane-common)
Preparing to unpack .../libsane-common_1.0.27-1~experimental3ubuntu2.4_all.deb ...
De-configuring sane-utils (1.0.25+git20150528-1ubuntu2.16.04.3) ...
invoke-rc.d: Unit saned.service is masked
Unpacking libsane-common (1.0.27-1~experimental3ubuntu2.4) over (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Preparing to unpack .../sane-utils_1.0.27-1~experimental3ubuntu2.4_amd64.deb ...
invoke-rc.d: Unit saned.service is masked
Unpacking sane-utils (1.0.27-1~experimental3ubuntu2.4) over (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Preparing to unpack .../libcolord2_1.3.3-2build1_amd64.deb ...
Unpacking libcolord2:amd64 (1.3.3-2build1) over (1.2.12-1ubuntu1) ...
Preparing to unpack .../colord-data_1.3.3-2build1_all.deb ...
Unpacking colord-data (1.3.3-2build1) over (1.2.12-1ubuntu1) ...
Preparing to unpack .../libgusb2_0.2.11-1_amd64.deb ...
Unpacking libgusb2:amd64 (0.2.11-1) over (0.2.9-0ubuntu1) ...
Preparing to unpack .../libcolorhug2_1.3.3-2build1_amd64.deb ...
Unpacking libcolorhug2:amd64 (1.3.3-2build1) over (1.2.12-1ubuntu1) ...
Preparing to unpack .../colord_1.3.3-2build1_amd64.deb ...
Unpacking colord (1.3.3-2build1) over (1.2.12-1ubuntu1) ...
Preparing to unpack .../xdg-utils_1.1.2-1ubuntu2.5_all.deb ...
Unpacking xdg-utils (1.1.2-1ubuntu2.5) over (1.1.1-1ubuntu1.16.04.5) ...
Preparing to unpack .../simple-scan_3.28.0-0ubuntu1_amd64.deb ...
Unpacking simple-scan (3.28.0-0ubuntu1) over (3.20.0-0ubuntu1) ...
Preparing to unpack .../libgphoto2-port12_2.5.16-2_amd64.deb ...
Unpacking libgphoto2-port12:amd64 (2.5.16-2) over (2.5.9-3) ...
Preparing to unpack .../libexif12_0.6.21-4ubuntu0.6_amd64.deb ...
Unpacking libexif12:amd64 (0.6.21-4ubuntu0.6) over (0.6.21-2ubuntu0.6) ...
Preparing to unpack .../libxpm4_1%3a3.5.12-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1) over (1:3.5.11-1ubuntu0.16.04.1) ...
Preparing to unpack .../libgd3_2.2.5-4ubuntu0.5_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-4ubuntu0.5) over (2.1.1-4ubuntu0.16.04.12) ...
Preparing to unpack .../libgphoto2-6_2.5.16-2_amd64.deb ...
Unpacking libgphoto2-6:amd64 (2.5.16-2) over (2.5.9-3) ...
Preparing to unpack .../libdebconfclient0_0.213ubuntu1_amd64.deb ...
Unpacking libdebconfclient0:amd64 (0.213ubuntu1) over (0.198ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up libdebconfclient0:amd64 (0.213ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253171 files and directories currently installed.)
Preparing to unpack .../base-passwd_3.5.44_amd64.deb ...
Unpacking base-passwd (3.5.44) over (3.5.39) ...
Setting up base-passwd (3.5.44) ...
(Reading database ... 253171 files and directories currently installed.)
Preparing to unpack .../makedev_2.3.1-93ubuntu2_all.deb ...
Unpacking makedev (2.3.1-93ubuntu2) over (2.3.1-93ubuntu2~ubuntu16.04.1) ...
Preparing to unpack .../python3-ptyprocess_0.5.2-1_all.deb ...
Unpacking python3-ptyprocess (0.5.2-1) over (0.5-1) ...
Preparing to unpack .../python3-pexpect_4.2.1-1_all.deb ...
Unpacking python3-pexpect (4.2.1-1) over (4.0.1-1) ...
Preparing to unpack .../python3-reportlab_3.4.0-3ubuntu0.1_all.deb ...
Unpacking python3-reportlab (3.4.0-3ubuntu0.1) over (3.3.0-1ubuntu0.1) ...
Preparing to unpack .../wget_1.19.4-1ubuntu2.2_amd64.deb ...
Unpacking wget (1.19.4-1ubuntu2.2) over (1.17.1-1ubuntu1.5) ...
Preparing to unpack .../cups-ppdc_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking cups-ppdc (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../libfontembed1_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking libfontembed1:amd64 (1.20.2-0ubuntu3.1) over (1.8.3-2ubuntu3.5) ...
Preparing to unpack .../cups-common_2.2.7-1ubuntu2.8_all.deb ...
Unpacking cups-common (2.2.7-1ubuntu2.8) over (2.1.3-4ubuntu0.11) ...
Preparing to unpack .../python3-cupshelpers_1.5.11-1ubuntu2_all.deb ...
Unpacking python3-cupshelpers (1.5.11-1ubuntu2) over (1.5.7+20160212-0ubuntu2) ...
Preparing to unpack .../gir1.2-notify-0.7_0.7.7-3_amd64.deb ...
Unpacking gir1.2-notify-0.7:amd64 (0.7.7-3) over (0.7.6-2svn1) ...
Preparing to unpack .../gir1.2-secret-1_0.18.6-1_amd64.deb ...
Unpacking gir1.2-secret-1:amd64 (0.18.6-1) over (0.18.4-1ubuntu2) ...
Preparing to unpack .../system-config-printer-common_1.5.11-1ubuntu2_all.deb ...
Unpacking system-config-printer-common (1.5.11-1ubuntu2) over (1.5.7+20160212-0ubuntu2) ...
Selecting previously unselected package system-config-printer.
Preparing to unpack .../system-config-printer_1.5.11-1ubuntu2_all.deb ...
Unpacking system-config-printer (1.5.11-1ubuntu2) ...
Preparing to unpack .../libvte-2.91-0_0.52.2-1ubuntu1~18.04.2_amd64.deb ...
Unpacking libvte-2.91-0:amd64 (0.52.2-1ubuntu1~18.04.2) over (0.42.5-1ubuntu1) ...
Preparing to unpack .../libvte-2.91-common_0.52.2-1ubuntu1~18.04.2_all.deb ...
Unpacking libvte-2.91-common (0.52.2-1ubuntu1~18.04.2) over (0.42.5-1ubuntu1) ...
Preparing to unpack .../gir1.2-vte-2.91_0.52.2-1ubuntu1~18.04.2_amd64.deb ...
Unpacking gir1.2-vte-2.91:amd64 (0.52.2-1ubuntu1~18.04.2) over (0.42.5-1ubuntu1) ...
Preparing to unpack .../aptdaemon-data_1.1.1+bzr982-0ubuntu19.5_all.deb ...
Unpacking aptdaemon-data (1.1.1+bzr982-0ubuntu19.5) over (1.1.1+bzr982-0ubuntu14.5) ...
Preparing to unpack .../distro-info_0.18ubuntu0.18.04.1_amd64.deb ...
Unpacking distro-info (0.18ubuntu0.18.04.1) over (0.14ubuntu0.2) ...
Preparing to unpack .../distro-info-data_0.37ubuntu0.13_all.deb ...
Unpacking distro-info-data (0.37ubuntu0.13) over (0.28ubuntu0.18) ...
Preparing to unpack .../python3-distro-info_0.18ubuntu0.18.04.1_all.deb ...
Unpacking python3-distro-info (0.18ubuntu0.18.04.1) over (0.14ubuntu0.2) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../python3-colorama_0.3.7-1_all.deb ...
Unpacking python3-colorama (0.3.7-1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../python3-click_6.7-3_all.deb ...
Unpacking python3-click (6.7-3) ...
Preparing to unpack .../usbutils_1%3a007-4build1_amd64.deb ...
Unpacking usbutils (1:007-4build1) over (1:007-4) ...
Preparing to unpack .../libfftw3-single3_3.3.7-1_amd64.deb ...
Unpacking libfftw3-single3:amd64 (3.3.7-1) over (3.3.4-2ubuntu1) ...
Preparing to unpack .../libnewt0.52_0.52.20-1ubuntu1_amd64.deb ...
Unpacking libnewt0.52:amd64 (0.52.20-1ubuntu1) over (0.52.18-1ubuntu2) ...
Preparing to unpack .../whiptail_0.52.20-1ubuntu1_amd64.deb ...
Unpacking whiptail (0.52.20-1ubuntu1) over (0.52.18-1ubuntu2) ...
Preparing to unpack .../alsa-utils_1.1.3-1ubuntu1_amd64.deb ...
Unpacking alsa-utils (1.1.3-1ubuntu1) over (1.1.0-0ubuntu5) ...
Preparing to unpack .../ubuntu-drivers-common_1%3a0.8.6.3~0.18.04.2_amd64.deb ...
Unpacking ubuntu-drivers-common (1:0.8.6.3~0.18.04.2) over (1:0.4.17.7) ...
Preparing to unpack .../lsb-release_9.20170808ubuntu1_all.deb ...
Unpacking lsb-release (9.20170808ubuntu1) over (9.20160110ubuntu0.2) ...
Selecting previously unselected package libgpgmepp6:amd64.
Preparing to unpack .../libgpgmepp6_1.10.0-1ubuntu2_amd64.deb ...
Unpacking libgpgmepp6:amd64 (1.10.0-1ubuntu2) ...
Selecting previously unselected package libxmlsec1:amd64.
Preparing to unpack .../libxmlsec1_1.2.25-1build1_amd64.deb ...
Unpacking libxmlsec1:amd64 (1.2.25-1build1) ...
Selecting previously unselected package libxmlsec1-nss:amd64.
Preparing to unpack .../libxmlsec1-nss_1.2.25-1build1_amd64.deb ...
Unpacking libxmlsec1-nss:amd64 (1.2.25-1build1) ...
Selecting previously unselected package libreoffice-gtk3.
Preparing to unpack .../libreoffice-gtk3_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-gtk3 (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../libgail-common_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgail-common:amd64 (2.24.32-1ubuntu1) over (2.24.30-1ubuntu1.16.04.2) ...
Preparing to unpack .../libgail18_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgail18:amd64 (2.24.32-1ubuntu1) over (2.24.30-1ubuntu1.16.04.2) ...
Preparing to unpack .../libgtk-3-bin_3.22.30-1ubuntu4_amd64.deb ...
Unpacking libgtk-3-bin (3.22.30-1ubuntu4) over (3.18.9-1ubuntu3.3) ...
Preparing to unpack .../libgtk2.0-bin_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgtk2.0-bin (2.24.32-1ubuntu1) over (2.24.30-1ubuntu1.16.04.2) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../gtk-update-icon-cache_3.22.30-1ubuntu4_amd64.deb ...
Removing 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin'
Removing 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin'
Unpacking gtk-update-icon-cache (3.22.30-1ubuntu4) ...
Preparing to unpack .../libgtk2.0-common_2.24.32-1ubuntu1_all.deb ...
Unpacking libgtk2.0-common (2.24.32-1ubuntu1) over (2.24.30-1ubuntu1.16.04.2) ...
Preparing to unpack .../libxcursor1_1%3a1.1.15-1_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.15-1) over (1:1.1.14-1ubuntu0.16.04.2) ...
Preparing to unpack .../hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) over (0.15-0ubuntu1.1) ...
Preparing to unpack .../humanity-icon-theme_0.6.15_all.deb ...
Unpacking humanity-icon-theme (0.6.15) over (0.6.10.1) ...
Preparing to unpack .../ubuntu-mono_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking ubuntu-mono (16.10+18.04.20181005-0ubuntu1) over (14.04+16.04.20180326-0ubuntu1) ...
Preparing to unpack .../adwaita-icon-theme_3.28.0-1ubuntu1_all.deb ...
Unpacking adwaita-icon-theme (3.28.0-1ubuntu1) over (3.18.0-2ubuntu3.1) ...
Preparing to unpack .../libgtk2.0-0_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgtk2.0-0:amd64 (2.24.32-1ubuntu1) over (2.24.30-1ubuntu1.16.04.2) ...
Selecting previously unselected package libreoffice-gtk2.
Preparing to unpack .../libreoffice-gtk2_1%3a6.0.7-0ubuntu0.18.04.10_amd64.deb ...
Unpacking libreoffice-gtk2 (1:6.0.7-0ubuntu0.18.04.10) ...
Selecting previously unselected package libpython3.6:amd64.
Preparing to unpack .../libpython3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
Unpacking libpython3.6:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Preparing to unpack .../fonts-opensymbol_2%3a102.10+LibO6.0.7-0ubuntu0.18.04.10_all.deb ...
Unpacking fonts-opensymbol (2:102.10+LibO6.0.7-0ubuntu0.18.04.10) over (2:102.7+LibO5.1.6~rc2-0ubuntu1~xenial10) ...
Preparing to unpack .../libdbus-glib-1-2_0.110-2_amd64.deb ...
Unpacking libdbus-glib-1-2:amd64 (0.110-2) over (0.106-1) ...
Preparing to unpack .../libeot0_0.01-5_amd64.deb ...
Unpacking libeot0:amd64 (0.01-5) over (0.01-3ubuntu1) ...
Preparing to unpack .../libexttextcat-2.0-0_3.4.5-1_amd64.deb ...
Unpacking libexttextcat-2.0-0:amd64 (3.4.5-1) over (3.4.4-1ubuntu3) ...
Preparing to unpack .../libexttextcat-data_3.4.5-1_all.deb ...
Unpacking libexttextcat-data (3.4.5-1) over (3.4.4-1ubuntu3) ...
Preparing to unpack .../libmythes-1.2-0_2%3a1.2.4-3_amd64.deb ...
Unpacking libmythes-1.2-0:amd64 (2:1.2.4-3) over (2:1.2.4-1ubuntu3) ...
Preparing to unpack .../libneon27-gnutls_0.30.2-3~ubuntu18.04.1_amd64.deb ...
Unpacking libneon27-gnutls:amd64 (0.30.2-3~ubuntu18.04.1) over (0.30.1-3build1) ...
Preparing to unpack .../libyajl2_2.1.0-2build1_amd64.deb ...
Unpacking libyajl2:amd64 (2.1.0-2build1) over (2.1.0-2) ...
Preparing to unpack .../libraptor2-0_2.0.14-1ubuntu0.18.04.1_amd64.deb ...
Unpacking libraptor2-0:amd64 (2.0.14-1ubuntu0.18.04.1) over (2.0.14-1ubuntu0.16.04.1) ...
Preparing to unpack .../librasqal3_0.9.32-1build1_amd64.deb ...
Unpacking librasqal3:amd64 (0.9.32-1build1) over (0.9.32-1) ...
Preparing to unpack .../librdf0_1.0.17-1.1_amd64.deb ...
Unpacking librdf0:amd64 (1.0.17-1.1) over (1.0.17-1build1) ...
Preparing to unpack .../libpixman-1-0_0.34.0-2_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.34.0-2) over (0.33.6-1) ...
Preparing to unpack .../libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) over (1.14.6-1) ...
Preparing to unpack .../gsettings-ubuntu-schemas_0.0.7+17.10.20170922-0ubuntu1_all.deb ...
Unpacking gsettings-ubuntu-schemas (0.0.7+17.10.20170922-0ubuntu1) over (0.0.5+16.04.20160307-0ubuntu1) ...
Preparing to unpack .../libgeocode-glib0_3.25.4.1-4ubuntu0.18.04.1_amd64.deb ...
Unpacking libgeocode-glib0:amd64 (3.25.4.1-4ubuntu0.18.04.1) over (3.18.2-1) ...
Preparing to unpack .../libgweather-common_3.28.2-1~ubuntu18.04.1_all.deb ...
Unpacking libgweather-common (3.28.2-1~ubuntu18.04.1) over (3.18.2-0ubuntu0.2) ...
Preparing to unpack .../libcanberra-pulse_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra-pulse:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Preparing to unpack .../sound-theme-freedesktop_0.8-2ubuntu1_all.deb ...
Unpacking sound-theme-freedesktop (0.8-2ubuntu1) over (0.8-1) ...
Preparing to unpack .../libcanberra0_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra0:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Preparing to unpack .../libcanberra-gtk3-0_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra-gtk3-0:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Preparing to unpack .../libexempi3_2.4.5-2_amd64.deb ...
Unpacking libexempi3:amd64 (2.4.5-2) over (2.2.2-2ubuntu0.1) ...
Selecting previously unselected package libgnome-autoar-0-0:amd64.
Preparing to unpack .../libgnome-autoar-0-0_0.2.3-1ubuntu0.4_amd64.deb ...
Unpacking libgnome-autoar-0-0:amd64 (0.2.3-1ubuntu0.4) ...
Selecting previously unselected package libstemmer0d:amd64.
Preparing to unpack .../libstemmer0d_0+svn585-1build1_amd64.deb ...
Unpacking libstemmer0d:amd64 (0+svn585-1build1) ...
Selecting previously unselected package libtracker-sparql-2.0-0:amd64.
Preparing to unpack .../libtracker-sparql-2.0-0_2.0.3-1ubuntu4_amd64.deb ...
Unpacking libtracker-sparql-2.0-0:amd64 (2.0.3-1ubuntu4) ...
Preparing to unpack .../gir1.2-dbusmenu-glib-0.4_16.04.1+18.04.20171206-0ubuntu2_amd64.deb ...
Unpacking gir1.2-dbusmenu-glib-0.4:amd64 (16.04.1+18.04.20171206-0ubuntu2) over (16.04.1+16.04.20160927-0ubuntu1) ...
Preparing to unpack .../libdbusmenu-glib4_16.04.1+18.04.20171206-0ubuntu2_amd64.deb ...
Unpacking libdbusmenu-glib4:amd64 (16.04.1+18.04.20171206-0ubuntu2) over (16.04.1+16.04.20160927-0ubuntu1) ...
Preparing to unpack .../libatspi2.0-0_2.28.0-1_amd64.deb ...
Unpacking libatspi2.0-0:amd64 (2.28.0-1) over (2.18.3-4ubuntu1) ...
Preparing to unpack .../at-spi2-core_2.28.0-1_amd64.deb ...
Unpacking at-spi2-core (2.28.0-1) over (2.18.3-4ubuntu1) ...
dpkg: warning: unable to delete old directory '/etc/at-spi2': Directory not empty
Preparing to unpack .../libdee-1.0-4_1.2.7+17.10.20170616-0ubuntu4_amd64.deb ...
Unpacking libdee-1.0-4:amd64 (1.2.7+17.10.20170616-0ubuntu4) over (1.2.7+15.04.20150304-0ubuntu2) ...
Preparing to unpack .../libunity9_7.1.4+18.04.20180209.1-0ubuntu2_amd64.deb ...
Unpacking libunity9:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) over (7.1.4+16.04.20180209.1-0ubuntu1) ...
Preparing to unpack .../libunity-protocol-private0_7.1.4+18.04.20180209.1-0ubuntu2_amd64.deb ...
Unpacking libunity-protocol-private0:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) over (7.1.4+16.04.20180209.1-0ubuntu1) ...
Preparing to unpack .../libunity-scopes-json-def-desktop_7.1.4+18.04.20180209.1-0ubuntu2_all.deb ...
Unpacking libunity-scopes-json-def-desktop (7.1.4+18.04.20180209.1-0ubuntu2) over (7.1.4+16.04.20180209.1-0ubuntu1) ...
Preparing to unpack .../libzeitgeist-2.0-0_1.0-0.1ubuntu1_amd64.deb ...
Unpacking libzeitgeist-2.0-0:amd64 (1.0-0.1ubuntu1) over (0.9.16-0ubuntu4) ...
Preparing to unpack .../desktop-file-utils_0.23-1ubuntu3.18.04.2_amd64.deb ...
Unpacking desktop-file-utils (0.23-1ubuntu3.18.04.2) over (0.22-1ubuntu5.2) ...
Selecting previously unselected package libcdio-cdda2:amd64.
Preparing to unpack .../libcdio-cdda2_10.2+0.94+2-2build1_amd64.deb ...
Unpacking libcdio-cdda2:amd64 (10.2+0.94+2-2build1) ...
Selecting previously unselected package libcdio-paranoia2:amd64.
Preparing to unpack .../libcdio-paranoia2_10.2+0.94+2-2build1_amd64.deb ...
Unpacking libcdio-paranoia2:amd64 (10.2+0.94+2-2build1) ...
Preparing to unpack .../liboauth0_1.0.3-1_amd64.deb ...
Unpacking liboauth0:amd64 (1.0.3-1) over (1.0.3-0ubuntu2) ...
Preparing to unpack .../libgdata-common_0.17.9-2_all.deb ...
Unpacking libgdata-common (0.17.9-2) over (0.17.4-1) ...
Preparing to unpack .../libgdata22_0.17.9-2_amd64.deb ...
Unpacking libgdata22:amd64 (0.17.9-2) over (0.17.4-1) ...
Preparing to unpack .../libmtp-common_1.1.13-1_all.deb ...
Unpacking libmtp-common (1.1.13-1) over (1.1.10-2ubuntu1) ...
Preparing to unpack .../libmtp-runtime_1.1.13-1_amd64.deb ...
Unpacking libmtp-runtime (1.1.13-1) over (1.1.10-2ubuntu1) ...
Preparing to unpack .../libmtp9_1.1.13-1_amd64.deb ...
Unpacking libmtp9:amd64 (1.1.13-1) over (1.1.10-2ubuntu1) ...
Preparing to unpack .../libtalloc2_2.1.10-2ubuntu1_amd64.deb ...
Unpacking libtalloc2:amd64 (2.1.10-2ubuntu1) over (2.1.5-2) ...
Preparing to unpack .../libtevent0_0.9.34-1_amd64.deb ...
Unpacking libtevent0:amd64 (0.9.34-1) over (0.9.28-0ubuntu0.16.04.1) ...
Preparing to unpack .../libwbclient0_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.24_amd64.deb ...
Unpacking libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) over (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...
Preparing to unpack .../libsmbclient_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.24_amd64.deb ...
Unpacking libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) over (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...
Preparing to unpack .../samba-libs_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.24_amd64.deb ...
Unpacking samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) over (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...
Preparing to unpack .../libldb1_2%3a1.2.3-1ubuntu0.2_amd64.deb ...
Unpacking libldb1:amd64 (2:1.2.3-1ubuntu0.2) over (2:1.1.24-1ubuntu3.2) ...
Preparing to unpack .../python-talloc_2.1.10-2ubuntu1_amd64.deb ...
Unpacking python-talloc (2.1.10-2ubuntu1) over (2.1.5-2) ...
Preparing to unpack .../libplist3_2.0.0-2ubuntu1_amd64.deb ...
Unpacking libplist3:amd64 (2.0.0-2ubuntu1) over (1.12-3.1ubuntu0.16.04.1) ...
Preparing to unpack .../libusbmuxd4_1.1.0~git20171206.c724e70f-0.1_amd64.deb ...
Unpacking libusbmuxd4:amd64 (1.1.0~git20171206.c724e70f-0.1) over (1.0.10-2ubuntu0.1) ...
Preparing to unpack .../libimobiledevice6_1.2.1~git20171128.5a854327+dfsg-0.1_amd64.deb ...
Unpacking libimobiledevice6:amd64 (1.2.1~git20171128.5a854327+dfsg-0.1) over (1.2.0+dfsg-3~ubuntu0.2) ...
Preparing to unpack .../psmisc_23.1-1ubuntu0.1_amd64.deb ...
Unpacking psmisc (23.1-1ubuntu0.1) over (22.21-2.1ubuntu0.1) ...
Preparing to unpack .../gvfs-backends_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs-backends (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs-bin_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs-bin (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs-fuse_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs-fuse (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs:amd64 (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs-daemons_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs-daemons (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs-libs_1.36.1-0ubuntu1.3.3_amd64.deb ...
Unpacking gvfs-libs:amd64 (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../gvfs-common_1.36.1-0ubuntu1.3.3_all.deb ...
Unpacking gvfs-common (1.36.1-0ubuntu1.3.3) over (1.28.2-1ubuntu1~16.04.3) ...
Preparing to unpack .../libudisks2-0_2.7.6-3ubuntu0.2_amd64.deb ...
Unpacking libudisks2-0:amd64 (2.7.6-3ubuntu0.2) over (2.1.7-1ubuntu1) ...
Preparing to unpack .../libxv1_2%3a1.0.11-1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.11-1) over (2:1.0.10-1) ...
Preparing to unpack .../x11-utils_7.7+3build1_amd64.deb ...
Unpacking x11-utils (7.7+3build1) over (7.7+3) ...
Selecting previously unselected package libblockdev-part-err2:amd64.
Preparing to unpack .../libblockdev-part-err2_2.16-2_amd64.deb ...
Unpacking libblockdev-part-err2:amd64 (2.16-2) ...
Selecting previously unselected package libblockdev-utils2:amd64.
Preparing to unpack .../libblockdev-utils2_2.16-2_amd64.deb ...
Unpacking libblockdev-utils2:amd64 (2.16-2) ...
Preparing to unpack .../parted_3.2-20ubuntu0.2_amd64.deb ...
Unpacking parted (3.2-20ubuntu0.2) over (3.2-15ubuntu0.1) ...
Preparing to unpack .../libparted2_3.2-20ubuntu0.2_amd64.deb ...
Unpacking libparted2:amd64 (3.2-20ubuntu0.2) over (3.2-15ubuntu0.1) ...
Preparing to unpack .../gdisk_1.0.3-1_amd64.deb ...
Unpacking gdisk (1.0.3-1) over (1.0.1-1build1) ...
Selecting previously unselected package libblockdev-part2:amd64.
Preparing to unpack .../libblockdev-part2_2.16-2_amd64.deb ...
Unpacking libblockdev-part2:amd64 (2.16-2) ...
Selecting previously unselected package libblockdev-swap2:amd64.
Preparing to unpack .../libblockdev-swap2_2.16-2_amd64.deb ...
Unpacking libblockdev-swap2:amd64 (2.16-2) ...
Selecting previously unselected package libblockdev-loop2:amd64.
Preparing to unpack .../libblockdev-loop2_2.16-2_amd64.deb ...
Unpacking libblockdev-loop2:amd64 (2.16-2) ...
Selecting previously unselected package libparted-fs-resize0:amd64.
Preparing to unpack .../libparted-fs-resize0_3.2-20ubuntu0.2_amd64.deb ...
Unpacking libparted-fs-resize0:amd64 (3.2-20ubuntu0.2) ...
Preparing to unpack .../e2fslibs_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking e2fslibs:amd64 (1.44.1-1ubuntu1.3) over (1.42.13-1ubuntu1.2) ...
Selecting previously unselected package libext2fs2:amd64.
Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for systemd (237-3ubuntu10.52) ...
Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253397 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.42.13-1ubuntu1.2) ...
Setting up e2fsprogs (1.44.1-1ubuntu1.3) ...
Installing new version of config file /etc/mke2fs.conf ...
update-initramfs: deferring update (trigger activated)
Selecting previously unselected package libblockdev-fs2:amd64.
(Reading database ... 253380 files and directories currently installed.)
Preparing to unpack .../libblockdev-fs2_2.16-2_amd64.deb ...
Unpacking libblockdev-fs2:amd64 (2.16-2) ...
Selecting previously unselected package libblockdev2:amd64.
Preparing to unpack .../libblockdev2_2.16-2_amd64.deb ...
Unpacking libblockdev2:amd64 (2.16-2) ...
Preparing to unpack .../libatasmart4_0.19-4_amd64.deb ...
Unpacking libatasmart4:amd64 (0.19-4) over (0.19-3) ...
Preparing to unpack .../udisks2_2.7.6-3ubuntu0.2_amd64.deb ...
Unpacking udisks2 (2.7.6-3ubuntu0.2) over (2.1.7-1ubuntu1) ...
Selecting previously unselected package libgspell-1-common.
Preparing to unpack .../libgspell-1-common_1.6.1-1_all.deb ...
Unpacking libgspell-1-common (1.6.1-1) ...
Selecting previously unselected package libgspell-1-1:amd64.
Preparing to unpack .../libgspell-1-1_1.6.1-1_amd64.deb ...
Unpacking libgspell-1-1:amd64 (1.6.1-1) ...
Preparing to unpack .../libgtksourceview-3.0-common_3.24.7-1_all.deb ...
Unpacking libgtksourceview-3.0-common (3.24.7-1) over (3.18.2-1) ...
Preparing to unpack .../libgtksourceview-3.0-1_3.24.7-1_amd64.deb ...
Unpacking libgtksourceview-3.0-1:amd64 (3.24.7-1) over (3.18.2-1) ...
Preparing to unpack .../gir1.2-gtksource-3.0_3.24.7-1_amd64.deb ...
Unpacking gir1.2-gtksource-3.0:amd64 (3.24.7-1) over (3.18.2-1) ...
Preparing to unpack .../gedit_3.28.1-1ubuntu1.2_amd64.deb ...
Unpacking gedit (3.28.1-1ubuntu1.2) over (3.18.3-0ubuntu4) ...
Preparing to unpack .../gedit-common_3.28.1-1ubuntu1.2_all.deb ...
Unpacking gedit-common (3.28.1-1ubuntu1.2) over (3.18.3-0ubuntu4) ...
Preparing to unpack .../gir1.2-peas-1.0_1.22.0-2_amd64.deb ...
Unpacking gir1.2-peas-1.0:amd64 (1.22.0-2) over (1.16.0-1ubuntu2) ...
Preparing to unpack .../liblircclient0_0.10.0-2_amd64.deb ...
Unpacking liblircclient0 (0.10.0-2) over (0.9.0-0ubuntu6) ...
Selecting previously unselected package liblirc-client0:amd64.
Preparing to unpack .../liblirc-client0_0.10.0-2_amd64.deb ...
Unpacking liblirc-client0:amd64 (0.10.0-2) ...
Preparing to unpack .../gir1.2-gstreamer-1.0_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking gir1.2-gstreamer-1.0:amd64 (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1~ubuntu0.1) ...
Preparing to unpack .../gir1.2-gst-plugins-base-1.0_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gir1.2-gst-plugins-base-1.0:amd64 (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Preparing to unpack .../gir1.2-rb-3.0_3.4.2-4ubuntu1_amd64.deb ...
Unpacking gir1.2-rb-3.0:amd64 (3.4.2-4ubuntu1) over (3.3-1ubuntu7) ...
Preparing to unpack .../libdmapsharing-3.0-2_2.9.39-2_amd64.deb ...
Unpacking libdmapsharing-3.0-2:amd64 (2.9.39-2) over (2.9.34-1) ...
Preparing to unpack .../libgpod4_0.8.3-11_amd64.deb ...
Unpacking libgpod4:amd64 (0.8.3-11) over (0.8.3-6ubuntu2) ...
Preparing to unpack .../gir1.2-webkit2-4.0_2.32.4-0ubuntu0.18.04.1_amd64.deb ...
Unpacking gir1.2-webkit2-4.0:amd64 (2.32.4-0ubuntu0.18.04.1) over (2.20.5-0ubuntu0.16.04.1) ...
Preparing to unpack .../gir1.2-javascriptcoregtk-4.0_2.32.4-0ubuntu0.18.04.1_amd64.deb ...
Unpacking gir1.2-javascriptcoregtk-4.0:amd64 (2.32.4-0ubuntu0.18.04.1) over (2.20.5-0ubuntu0.16.04.1) ...
Preparing to unpack .../libsoup-gnome2.4-1_2.62.1-1ubuntu0.4_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.4) over (2.52.2-1ubuntu0.3) ...
Preparing to unpack .../gir1.2-soup-2.4_2.62.1-1ubuntu0.4_amd64.deb ...
Unpacking gir1.2-soup-2.4:amd64 (2.62.1-1ubuntu0.4) over (2.52.2-1ubuntu0.3) ...
Preparing to unpack .../python3-mako_1.0.7+ds1-1_all.deb ...
Unpacking python3-mako (1.0.7+ds1-1) over (1.0.3+ds1-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253292 files and directories currently installed.)
Removing libpeas-1.0-0-python3loader (1.16.0-1ubuntu2) ...
(Reading database ... 253284 files and directories currently installed.)
Preparing to unpack .../libpeas-common_1.22.0-2_all.deb ...
Unpacking libpeas-common (1.22.0-2) over (1.16.0-1ubuntu2) ...
Preparing to unpack .../libpeas-1.0-0_1.22.0-2_amd64.deb ...
Unpacking libpeas-1.0-0:amd64 (1.22.0-2) over (1.16.0-1ubuntu2) ...
Selecting previously unselected package librhythmbox-core10:amd64.
Preparing to unpack .../librhythmbox-core10_3.4.2-4ubuntu1_amd64.deb ...
Unpacking librhythmbox-core10:amd64 (3.4.2-4ubuntu1) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../libxapian30_1.4.5-1ubuntu0.1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Preparing to unpack .../zeitgeist-core_1.0-0.1ubuntu1_amd64.deb ...
Unpacking zeitgeist-core (1.0-0.1ubuntu1) over (0.9.16-0ubuntu4) ...
Preparing to unpack .../gstreamer1.0-x_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-x:amd64 (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Preparing to unpack .../media-player-info_23-1_all.deb ...
Unpacking media-player-info (23-1) over (22-2) ...
Preparing to unpack .../nautilus-data_1%3a3.26.4-0~ubuntu18.04.5_all.deb ...
Unpacking nautilus-data (1:3.26.4-0~ubuntu18.04.5) over (1:3.18.4.is.3.14.3-0ubuntu6) ...
Preparing to unpack .../libp11-kit-gnome-keyring_3.28.0.2-1ubuntu1.18.04.1_amd64.deb ...
Unpacking libp11-kit-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) over (3.18.3-0ubuntu2.1) ...
Preparing to unpack .../gnome-keyring_3.28.0.2-1ubuntu1.18.04.1_amd64.deb ...
Unpacking gnome-keyring (3.28.0.2-1ubuntu1.18.04.1) over (3.18.3-0ubuntu2.1) ...
Selecting previously unselected package gnome-keyring-pkcs11:amd64.
Preparing to unpack .../gnome-keyring-pkcs11_3.28.0.2-1ubuntu1.18.04.1_amd64.deb ...
Unpacking gnome-keyring-pkcs11:amd64 (3.28.0.2-1ubuntu1.18.04.1) ...
Preparing to unpack .../p11-kit_0.23.9-2ubuntu0.1_amd64.deb ...
Unpacking p11-kit (0.23.9-2ubuntu0.1) over (0.23.2-5~ubuntu16.04.2) ...
Preparing to unpack .../libstartup-notification0_0.12-5_amd64.deb ...
Unpacking libstartup-notification0:amd64 (0.12-5) over (0.12-4build1) ...
Preparing to unpack .../gir1.2-json-1.0_1.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking gir1.2-json-1.0:amd64 (1.4.2-3ubuntu0.18.04.1) over (1.1.2-0ubuntu1) ...
Preparing to unpack .../pptp-linux_1.9.0+ds-2_amd64.deb ...
Unpacking pptp-linux (1.9.0+ds-2) over (1.8.0-1) ...
Preparing to unpack .../libpcap0.8_1.8.1-6ubuntu1.18.04.2_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) over (1.7.4-2ubuntu0.1) ...
Preparing to unpack .../libndp0_1.6-1_amd64.deb ...
Unpacking libndp0:amd64 (1.6-1) over (1.4-2ubuntu0.16.04.1) ...
Preparing to unpack .../libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) over (3.2.27-1ubuntu0.16.04.1) ...
Preparing to unpack .../libnl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) over (3.2.27-1ubuntu0.16.04.1) ...
Preparing to unpack .../libpcsclite1_1.8.23-1_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.8.23-1) over (1.8.14-1ubuntu1.16.04.1) ...
Preparing to unpack .../wpasupplicant_2%3a2.6-15ubuntu2.8_amd64.deb ...
Unpacking wpasupplicant (2:2.6-15ubuntu2.8) over (2.4-0ubuntu6.8) ...
Preparing to unpack .../libnm-util2_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking libnm-util2:amd64 (1.10.6-2ubuntu1.4) over (1.2.6-0ubuntu0.16.04.3) ...
Preparing to unpack .../libnm-glib4_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking libnm-glib4:amd64 (1.10.6-2ubuntu1.4) over (1.2.6-0ubuntu0.16.04.3) ...
Preparing to unpack .../libdbusmenu-gtk3-4_16.04.1+18.04.20171206-0ubuntu2_amd64.deb ...
Unpacking libdbusmenu-gtk3-4:amd64 (16.04.1+18.04.20171206-0ubuntu2) over (16.04.1+16.04.20160927-0ubuntu1) ...
Preparing to unpack .../libindicator3-7_16.10.0+18.04.20180321.1-0ubuntu1_amd64.deb ...
Unpacking libindicator3-7 (16.10.0+18.04.20180321.1-0ubuntu1) over (12.10.2+16.04.20151208-0ubuntu1) ...
Preparing to unpack .../libappindicator3-1_12.10.1+18.04.20200408.1-0ubuntu1_amd64.deb ...
Unpacking libappindicator3-1 (12.10.1+18.04.20200408.1-0ubuntu1) over (12.10.1+16.04.20170215-0ubuntu1) ...
Preparing to unpack .../zenity_3.28.1-1_amd64.deb ...
Unpacking zenity (3.28.1-1) over (3.18.1.1-1ubuntu2) ...
Preparing to unpack .../zenity-common_3.28.1-1_all.deb ...
Unpacking zenity-common (3.28.1-1) over (3.18.1.1-1ubuntu2) ...
Preparing to unpack .../librest-0.7-0_0.8.0-2_amd64.deb ...
Unpacking librest-0.7-0:amd64 (0.8.0-2) over (0.7.93-1) ...
Preparing to unpack .../im-config_0.34-1ubuntu1.3_all.deb ...
Unpacking im-config (0.34-1ubuntu1.3) over (0.29-1ubuntu12.4) ...
Preparing to unpack .../libcogl-pango20_1.22.2-3ubuntu1_amd64.deb ...
Unpacking libcogl-pango20:amd64 (1.22.2-3ubuntu1) over (1.22.0-2) ...
Preparing to unpack .../libcogl-path20_1.22.2-3ubuntu1_amd64.deb ...
Unpacking libcogl-path20:amd64 (1.22.2-3ubuntu1) over (1.22.0-2) ...
Preparing to unpack .../libwayland-cursor0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.3) over (1.12.0-1~ubuntu16.04.3) ...
Preparing to unpack .../libclutter-1.0-0_1.26.2+dfsg-4_amd64.deb ...
Unpacking libclutter-1.0-0:amd64 (1.26.2+dfsg-4) over (1.24.2-1) ...
Preparing to unpack .../libclutter-gst-3.0-0_3.0.26-1_amd64.deb ...
Unpacking libclutter-gst-3.0-0:amd64 (3.0.26-1) over (3.0.18-1) ...
Preparing to unpack .../libcheese8_3.28.0-1ubuntu1_amd64.deb ...
Unpacking libcheese8:amd64 (3.28.0-1ubuntu1) over (3.18.1-2ubuntu3) ...
Preparing to unpack .../libclutter-gtk-1.0-0_1.8.4-3_amd64.deb ...
Unpacking libclutter-gtk-1.0-0:amd64 (1.8.4-3) over (1.6.6-1) ...
Preparing to unpack .../gnome-video-effects_0.4.3-1ubuntu1_all.deb ...
Unpacking gnome-video-effects (0.4.3-1ubuntu1) over (0.4.1-3ubuntu1) ...
Preparing to unpack .../cheese_3.28.0-1ubuntu1_amd64.deb ...
Unpacking cheese (3.28.0-1ubuntu1) over (3.18.1-2ubuntu3) ...
Preparing to unpack .../libcheese-gtk25_3.28.0-1ubuntu1_amd64.deb ...
Unpacking libcheese-gtk25:amd64 (3.28.0-1ubuntu1) over (3.18.1-2ubuntu3) ...
Preparing to unpack .../cheese-common_3.28.0-1ubuntu1_all.deb ...
Unpacking cheese-common (3.28.0-1ubuntu1) over (3.18.1-2ubuntu3) ...
Preparing to unpack .../gstreamer1.0-clutter-3.0_3.0.26-1_amd64.deb ...
Unpacking gstreamer1.0-clutter-3.0:amd64 (3.0.26-1) over (3.0.18-1) ...
Preparing to unpack .../libpwquality-common_1.4.0-2_all.deb ...
Unpacking libpwquality-common (1.4.0-2) over (1.3.0-0ubuntu1) ...
Preparing to unpack .../cracklib-runtime_2.9.2-5build1_amd64.deb ...
Unpacking cracklib-runtime (2.9.2-5build1) over (2.9.2-1ubuntu1) ...
Preparing to unpack .../libcrack2_2.9.2-5build1_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.2-5build1) over (2.9.2-1ubuntu1) ...
Preparing to unpack .../libpwquality1_1.4.0-2_amd64.deb ...
Unpacking libpwquality1:amd64 (1.4.0-2) over (1.3.0-0ubuntu1) ...
Preparing to unpack .../whoopsie-preferences_0.19_amd64.deb ...
Unpacking whoopsie-preferences (0.19) over (0.18) ...
Preparing to unpack .../libwhoopsie-preferences0_0.19_amd64.deb ...
Unpacking libwhoopsie-preferences0 (0.19) over (0.18) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up sysvinit-utils (2.88dsf-59.10ubuntu1) ...
(Reading database ... 253285 files and directories currently installed.)
Preparing to unpack .../whoopsie_0.2.62ubuntu0.6_amd64.deb ...
Unpacking whoopsie (0.2.62ubuntu0.6) over (0.2.52.5ubuntu0.5) ...
Preparing to unpack .../libwhoopsie0_0.2.62ubuntu0.6_amd64.deb ...
Unpacking libwhoopsie0:amd64 (0.2.62ubuntu0.6) over (0.2.52.5ubuntu0.5) ...
Preparing to unpack .../apg_2.2.3.dfsg.1-5_amd64.deb ...
Unpacking apg (2.2.3.dfsg.1-5) over (2.2.3.dfsg.1-2ubuntu1) ...
Preparing to unpack .../libunity-control-center1_15.04.0+18.04.20180216-0ubuntu1_amd64.deb ...
Unpacking libunity-control-center1 (15.04.0+18.04.20180216-0ubuntu1) over (15.04.0+16.04.20171130-0ubuntu1) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../libsodium23_1.0.16-2_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.16-2) ...
Selecting previously unselected package python3-nacl.
Preparing to unpack .../python3-nacl_1.1.2-1build1_amd64.deb ...
Unpacking python3-nacl (1.1.2-1build1) ...
Selecting previously unselected package python3-protobuf.
Preparing to unpack .../python3-protobuf_3.0.0-9.1ubuntu1_amd64.deb ...
Unpacking python3-protobuf (3.0.0-9.1ubuntu1) ...
Selecting previously unselected package python3-pymacaroons.
Preparing to unpack .../python3-pymacaroons_0.13.0-1_all.deb ...
Unpacking python3-pymacaroons (0.13.0-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../python3-tz_2018.3-2_all.deb ...
Unpacking python3-tz (2018.3-2) ...
Selecting previously unselected package python3-rfc3339.
Preparing to unpack .../python3-rfc3339_1.0-4_all.deb ...
Unpacking python3-rfc3339 (1.0-4) ...
Selecting previously unselected package python3-macaroonbakery.
Preparing to unpack .../python3-macaroonbakery_1.1.3-1_all.deb ...
Unpacking python3-macaroonbakery (1.1.3-1) ...
Selecting previously unselected package gnome-online-accounts.
Preparing to unpack .../gnome-online-accounts_3.28.0-0ubuntu2.1_amd64.deb ...
Unpacking gnome-online-accounts (3.28.0-0ubuntu2.1) ...
Preparing to unpack .../libfcitx-config4_1%3a4.2.9.6-1_amd64.deb ...
Unpacking libfcitx-config4:amd64 (1:4.2.9.6-1) over (1:4.2.9.1-1ubuntu1.16.04.2) ...
Selecting previously unselected package libgeonames-common.
Preparing to unpack .../libgeonames-common_0.2+17.04.20170220-0ubuntu1_all.deb ...
Unpacking libgeonames-common (0.2+17.04.20170220-0ubuntu1) ...
Preparing to unpack .../libgeonames0_0.2+17.04.20170220-0ubuntu1_amd64.deb ...
Unpacking libgeonames0:amd64 (0.2+17.04.20170220-0ubuntu1) over (0.2+16.04.20160321-0ubuntu1) ...
Preparing to unpack .../libgnome-menu-3-0_3.13.3-11ubuntu1.1_amd64.deb ...
Unpacking libgnome-menu-3-0:amd64 (3.13.3-11ubuntu1.1) over (3.13.3-6ubuntu3.1) ...
Preparing to unpack .../libunity-settings-daemon1_15.04.1+18.04.20180413-0ubuntu1.2_amd64.deb ...
Unpacking libunity-settings-daemon1:amd64 (15.04.1+18.04.20180413-0ubuntu1.2) over (15.04.1+16.04.20160701-0ubuntu3) ...
Preparing to unpack .../libgnomekbd-common_3.26.0-3ubuntu0.18.04.1_all.deb ...
Unpacking libgnomekbd-common (3.26.0-3ubuntu0.18.04.1) over (3.6.0-1ubuntu2) ...
Preparing to unpack .../libxklavier16_5.4-3_amd64.deb ...
Unpacking libxklavier16:amd64 (5.4-3) over (5.4-0ubuntu2) ...
Preparing to unpack .../libgnomekbd8_3.26.0-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libgnomekbd8:amd64 (3.26.0-3ubuntu0.18.04.1) over (3.6.0-1ubuntu2) ...
Preparing to unpack .../gkbd-capplet_3.26.0-3ubuntu0.18.04.1_amd64.deb ...
Unpacking gkbd-capplet (3.26.0-3ubuntu0.18.04.1) over (3.6.0-1ubuntu2) ...
Preparing to unpack .../libgee-0.8-2_0.20.1-1_amd64.deb ...
Unpacking libgee-0.8-2:amd64 (0.20.1-1) over (0.18.0-1) ...
Preparing to unpack .../liblightdm-gobject-1-0_1.26.0-0ubuntu1_amd64.deb ...
Unpacking liblightdm-gobject-1-0:amd64 (1.26.0-0ubuntu1) over (1.18.3-0ubuntu1.1) ...
Preparing to unpack .../gir1.2-accounts-1.0_1.23+17.04.20161104-0ubuntu1_amd64.deb ...
Unpacking gir1.2-accounts-1.0:amd64 (1.23+17.04.20161104-0ubuntu1) over (1.21+16.04.20160222-0ubuntu1) ...
Preparing to unpack .../libaccounts-glib0_1.23+17.04.20161104-0ubuntu1_amd64.deb ...
Unpacking libaccounts-glib0:amd64 (1.23+17.04.20161104-0ubuntu1) over (1.21+16.04.20160222-0ubuntu1) ...
Preparing to unpack .../libmessaging-menu0_13.10.1+17.04.20170120-0ubuntu2_amd64.deb ...
Unpacking libmessaging-menu0:amd64 (13.10.1+17.04.20170120-0ubuntu2) over (13.10.1+15.10.20150505-0ubuntu1) ...
Preparing to unpack .../liburl-dispatcher1_0.1+17.04.20170328-0ubuntu4_amd64.deb ...
Unpacking liburl-dispatcher1:amd64 (0.1+17.04.20170328-0ubuntu4) over (0.1+16.04.20151110-0ubuntu2) ...
Preparing to unpack .../indicator-datetime_15.10+17.10.20170829.2-0ubuntu4_amd64.deb ...
Unpacking indicator-datetime (15.10+17.10.20170829.2-0ubuntu4) over (15.10+16.04.20160406-0ubuntu1) ...
Preparing to unpack .../upower_0.99.7-2ubuntu0.18.04.1_amd64.deb ...
Unpacking upower (0.99.7-2ubuntu0.18.04.1) over (0.99.4-2ubuntu0.3) ...
Preparing to unpack .../indicator-power_12.10.6+17.10.20170829.1-0ubuntu4_amd64.deb ...
Unpacking indicator-power (12.10.6+17.10.20170829.1-0ubuntu4) over (12.10.6+16.04.20160105-0ubuntu1) ...
Preparing to unpack .../indicator-sound_12.10.2+18.04.20180420.3-0ubuntu1_amd64.deb ...
Unpacking indicator-sound (12.10.2+18.04.20180420.3-0ubuntu1) over (12.10.2+16.04.20160406-0ubuntu1) ...
Preparing to unpack .../bluez-obexd_5.48-0ubuntu3.6_amd64.deb ...
Unpacking bluez-obexd (5.48-0ubuntu3.6) over (5.37-0ubuntu5.3) ...
Preparing to unpack .../libatk-bridge2.0-0_2.26.2-1_amd64.deb ...
Unpacking libatk-bridge2.0-0:amd64 (2.26.2-1) over (2.18.1-2ubuntu1) ...
Preparing to unpack .../gir1.2-atspi-2.0_2.28.0-1_amd64.deb ...
Unpacking gir1.2-atspi-2.0:amd64 (2.28.0-1) over (2.18.3-4ubuntu1) ...
Selecting previously unselected package ubuntu-wallpapers-bionic.
Preparing to unpack .../ubuntu-wallpapers-bionic_18.04.1-0ubuntu1_all.deb ...
Unpacking ubuntu-wallpapers-bionic (18.04.1-0ubuntu1) ...
Preparing to unpack .../ubuntu-wallpapers_18.04.1-0ubuntu1_all.deb ...
Unpacking ubuntu-wallpapers (18.04.1-0ubuntu1) over (16.04.1-0ubuntu1) ...
Selecting previously unselected package libgles2:amd64.
Preparing to unpack .../libgles2_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgles2:amd64 (1.0.0-2ubuntu2.3) ...
Preparing to unpack .../libminiupnpc10_1.9.20140610-4ubuntu2_amd64.deb ...
Unpacking libminiupnpc10:amd64 (1.9.20140610-4ubuntu2) over (1.9.20140610-2ubuntu2.16.04.2) ...
Preparing to unpack .../vino_3.22.0-3ubuntu1.2_amd64.deb ...
Unpacking vino (3.22.0-3ubuntu1.2) over (3.8.1-0ubuntu9.4) ...
Preparing to unpack .../gnome-session-bin_3.28.1-0ubuntu3_amd64.deb ...
Unpacking gnome-session-bin (3.28.1-0ubuntu3) over (3.18.1.2-1ubuntu1.16.04.2) ...
Preparing to unpack .../gnome-session-common_3.28.1-0ubuntu3_all.deb ...
Unpacking gnome-session-common (3.28.1-0ubuntu3) over (3.18.1.2-1ubuntu1.16.04.2) ...
Preparing to unpack .../libxfont2_1%3a2.0.3-1_amd64.deb ...
Unpacking libxfont2:amd64 (1:2.0.3-1) over (1:2.0.1-3~ubuntu16.04.3) ...
Selecting previously unselected package xwayland.
Preparing to unpack .../xwayland_2%3a1.19.6-1ubuntu4.9_amd64.deb ...
Unpacking xwayland (2:1.19.6-1ubuntu4.9) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253650 files and directories currently installed.)
Removing libdbusmenu-qt5:amd64 (0.9.3+16.04.20160218-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Selecting previously unselected package libdbusmenu-qt5-2:amd64.
(Reading database ... 253646 files and directories currently installed.)
Preparing to unpack .../libdbusmenu-qt5-2_0.9.3+16.04.20160218-1ubuntu1_amd64.deb ...
Unpacking libdbusmenu-qt5-2:amd64 (0.9.3+16.04.20160218-1ubuntu1) ...
Preparing to unpack .../libcolumbus1v5_1.1.0+15.10.20150806-0ubuntu12_amd64.deb ...
Unpacking libcolumbus1v5:amd64 (1.1.0+15.10.20150806-0ubuntu12) over (1.1.0+15.10.20150806-0ubuntu4) ...
Preparing to unpack .../libcolumbus1-common_1.1.0+15.10.20150806-0ubuntu12_all.deb ...
Unpacking libcolumbus1-common (1.1.0+15.10.20150806-0ubuntu12) over (1.1.0+15.10.20150806-0ubuntu4) ...
Preparing to unpack .../libgsettings-qt1_0.1+17.10.20170824-2fakesync1build2_amd64.deb ...
Unpacking libgsettings-qt1:amd64 (0.1+17.10.20170824-2fakesync1build2) over (0.1+16.04.20160329-0ubuntu1) ...
Preparing to unpack .../libsigc++-2.0-0v5_2.10.0-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.10.0-2) over (2.6.2-1) ...
Preparing to unpack .../libido3-0.1-0_13.10.0+17.04.20161028-0ubuntu1_amd64.deb ...
Unpacking libido3-0.1-0:amd64 (13.10.0+17.04.20161028-0ubuntu1) over (13.10.0+16.04.20161028-0ubuntu1) ...
Preparing to unpack .../unity-schemas_7.5.0+18.04.20190304-0ubuntu1_all.deb ...
Unpacking unity-schemas (7.5.0+18.04.20190304-0ubuntu1) over (7.4.5+16.04.20190312-0ubuntu1) ...
Preparing to unpack .../libunity-core-6.0-9_7.5.0+18.04.20190304-0ubuntu1_amd64.deb ...
Unpacking libunity-core-6.0-9:amd64 (7.5.0+18.04.20190304-0ubuntu1) over (7.4.5+16.04.20190312-0ubuntu1) ...
Preparing to unpack .../unity-services_7.5.0+18.04.20190304-0ubuntu1_amd64.deb ...
Unpacking unity-services (7.5.0+18.04.20190304-0ubuntu1) over (7.4.5+16.04.20190312-0ubuntu1) ...
Preparing to unpack .../libnux-4.0-0_4.0.8+18.04.20180622.2-0ubuntu1_amd64.deb ...
Unpacking libnux-4.0-0 (4.0.8+18.04.20180622.2-0ubuntu1) over (4.0.8+16.04.20180622.2-0ubuntu1) ...
Preparing to unpack .../libnux-4.0-common_4.0.8+18.04.20180622.2-0ubuntu1_all.deb ...
Unpacking libnux-4.0-common (4.0.8+18.04.20180622.2-0ubuntu1) over (4.0.8+16.04.20180622.2-0ubuntu1) ...
Preparing to unpack .../libframe6_2.5.0daily13.06.05+16.10.20160809-0ubuntu1_amd64.deb ...
Unpacking libframe6:amd64 (2.5.0daily13.06.05+16.10.20160809-0ubuntu1) over (2.5.0daily13.06.05+16.04.20160809-0ubuntu1) ...
Preparing to unpack .../libgrail6_3.1.0+16.04.20160125-0ubuntu2_amd64.deb ...
Unpacking libgrail6 (3.1.0+16.04.20160125-0ubuntu2) over (3.1.0+16.04.20160125-0ubuntu1) ...
Preparing to unpack .../libgeis1_2.2.17+16.04.20160126-0ubuntu2_amd64.deb ...
Unpacking libgeis1:amd64 (2.2.17+16.04.20160126-0ubuntu2) over (2.2.17+16.04.20160126-0ubuntu1) ...
Preparing to unpack .../libglewmx1.13_1.13.0-4ubuntu0.18.04.1_amd64.deb ...
Unpacking libglewmx1.13:amd64 (1.13.0-4ubuntu0.18.04.1) over (1.13.0-2) ...
Preparing to unpack .../libglu1-mesa_9.0.0-2.1build1_amd64.deb ...
Unpacking libglu1-mesa:amd64 (9.0.0-2.1build1) over (9.0.0-2.1) ...
Preparing to unpack .../libxres1_2%3a1.2.0-2_amd64.deb ...
Unpacking libxres1:amd64 (2:1.2.0-2) over (2:1.0.7-1) ...
Preparing to unpack .../libwnck-3-common_3.24.1-2_all.deb ...
Unpacking libwnck-3-common (3.24.1-2) over (3.14.1-2) ...
Preparing to unpack .../libwnck-3-0_3.24.1-2_amd64.deb ...
Unpacking libwnck-3-0:amd64 (3.24.1-2) over (3.14.1-2) ...
Preparing to unpack .../libglibmm-2.4-1v5_2.56.0-1_amd64.deb ...
Unpacking libglibmm-2.4-1v5:amd64 (2.56.0-1) over (2.46.3-1) ...
Preparing to unpack .../libcompizconfig0_1%3a0.9.13.1+18.04.20180302-0ubuntu1_amd64.deb ...
Unpacking libcompizconfig0:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../compiz-gnome_1%3a0.9.13.1+18.04.20180302-0ubuntu1_amd64.deb ...
Unpacking compiz-gnome (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../compiz-plugins-default_1%3a0.9.13.1+18.04.20180302-0ubuntu1_amd64.deb ...
Unpacking compiz-plugins-default:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../libdecoration0_1%3a0.9.13.1+18.04.20180302-0ubuntu1_amd64.deb ...
Unpacking libdecoration0:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) over (1.26+nmu4ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253696 files and directories currently installed.)
Removing libmetacity-private3a:amd64 (1:3.18.7-0ubuntu0.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253690 files and directories currently installed.)
Preparing to unpack .../metacity-common_1%3a3.28.0-1ubuntu0.1_all.deb ...
Unpacking metacity-common (1:3.28.0-1ubuntu0.1) over (1:3.18.7-0ubuntu0.3) ...
Selecting previously unselected package libmetacity1:amd64.
Preparing to unpack .../libmetacity1_1%3a3.28.0-1ubuntu0.1_amd64.deb ...
Unpacking libmetacity1:amd64 (1:3.28.0-1ubuntu0.1) ...
Preparing to unpack .../compiz-core_1%3a0.9.13.1+18.04.20180302-0ubuntu1_amd64.deb ...
Unpacking compiz-core (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../libgcab-1.0-0_1.1-2_amd64.deb ...
Unpacking libgcab-1.0-0:amd64 (1.1-2) over (0.7-1ubuntu0.1) ...
Preparing to unpack .../libappstream-glib8_0.7.7-2_amd64.deb ...
Unpacking libappstream-glib8:amd64 (0.7.7-2) over (0.5.13-1ubuntu6) ...
Preparing to unpack .../compiz_1%3a0.9.13.1+18.04.20180302-0ubuntu1_all.deb ...
Unpacking compiz (1:0.9.13.1+18.04.20180302-0ubuntu1) over (1:0.9.12.3+16.04.20180221-0ubuntu1) ...
Preparing to unpack .../unity-asset-pool_0.8.24+17.10.20170507-0ubuntu1_all.deb ...
Unpacking unity-asset-pool (0.8.24+17.10.20170507-0ubuntu1) over (0.8.24+15.04.20141217-0ubuntu2) ...
Preparing to unpack .../unity-scopes-master-default_6.8.2+16.04.20160212.1-0ubuntu3_all.deb ...
Unpacking unity-scopes-master-default (6.8.2+16.04.20160212.1-0ubuntu3) over (6.8.2+16.04.20160212.1-0ubuntu1) ...
Preparing to unpack .../unity-scope-home_6.8.2+16.04.20160212.1-0ubuntu3_amd64.deb ...
Unpacking unity-scope-home (6.8.2+16.04.20160212.1-0ubuntu3) over (6.8.2+16.04.20160212.1-0ubuntu1) ...
Preparing to unpack .../linux-base_4.5ubuntu1.7_all.deb ...
Unpacking linux-base (4.5ubuntu1.7) over (4.5ubuntu1.2~16.04.1) ...
Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ...
Unpacking systemd-sysv (237-3ubuntu10.52) over (229-4ubuntu21.31) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up systemd-sysv (237-3ubuntu10.52) ...
(Reading database ... 253731 files and directories currently installed.)
Preparing to unpack .../policykit-1_0.105-20ubuntu0.18.04.5_amd64.deb ...
Unit polkit.service does not exist, proceeding anyway.
Created symlink /run/systemd/system/polkit.service → /dev/null.
Unpacking policykit-1 (0.105-20ubuntu0.18.04.5) over (0.105-14.1ubuntu0.5) ...
Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.110-1ubuntu10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253733 files and directories currently installed.)
Preparing to unpack .../python3-httplib2_0.9.2+dfsg-1ubuntu0.3_all.deb ...
Unpacking python3-httplib2 (0.9.2+dfsg-1ubuntu0.3) over (0.9.1+dfsg-1) ...
Preparing to unpack .../python3-problem-report_2.20.9-0ubuntu7.27_all.deb ...
Unpacking python3-problem-report (2.20.9-0ubuntu7.27) over (2.20.1-0ubuntu2.30) ...
Preparing to unpack .../python3-apport_2.20.9-0ubuntu7.27_all.deb ...
Unpacking python3-apport (2.20.9-0ubuntu7.27) over (2.20.1-0ubuntu2.30) ...
Selecting previously unselected package xserver-xorg-input-libinput.
Preparing to unpack .../xserver-xorg-input-libinput_0.27.1-1_amd64.deb ...
Unpacking xserver-xorg-input-libinput (0.27.1-1) ...
Preparing to unpack .../xserver-xorg-input-all-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-input-all-hwe-16.04 (3:14.1) over (1:7.7+16ubuntu3~16.04.1) ...
Selecting previously unselected package xserver-xorg-input-all.
Preparing to unpack .../xserver-xorg-input-all_1%3a7.7+19ubuntu7.1_amd64.deb ...
Unpacking xserver-xorg-input-all (1:7.7+19ubuntu7.1) ...
Preparing to unpack .../xserver-xorg-input-wacom-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-input-wacom-hwe-16.04 (3:14.1) over (1:0.34.0-0ubuntu2~16.04.1) ...
Selecting previously unselected package xserver-xorg-input-wacom.
Preparing to unpack .../xserver-xorg-input-wacom_1%3a0.36.1-0ubuntu1.1_amd64.deb ...
Unpacking xserver-xorg-input-wacom (1:0.36.1-0ubuntu1.1) ...
Preparing to unpack .../xserver-xorg-input-synaptics-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-input-synaptics-hwe-16.04 (3:14.1) over (1.9.0-1ubuntu1~16.04.1) ...
Selecting previously unselected package xserver-xorg-input-synaptics.
Preparing to unpack .../xserver-xorg-input-synaptics_1.9.0-1ubuntu1_amd64.deb ...
Unpacking xserver-xorg-input-synaptics (1.9.0-1ubuntu1) ...
Preparing to unpack .../kbd_2.0.4-2ubuntu1_amd64.deb ...
Unpacking kbd (2.0.4-2ubuntu1) over (1.15.5-1ubuntu5) ...
dpkg: warning: unable to delete old directory '/etc/kbd': Directory not empty
Preparing to unpack .../console-setup_1.178ubuntu2.9_all.deb ...
Unpacking console-setup (1.178ubuntu2.9) over (1.108ubuntu15.5) ...
Preparing to unpack .../keyboard-configuration_1.178ubuntu2.9_all.deb ...
Unpacking keyboard-configuration (1.178ubuntu2.9) over (1.108ubuntu15.5) ...
Preparing to unpack .../console-setup-linux_1.178ubuntu2.9_all.deb ...
Unpacking console-setup-linux (1.178ubuntu2.9) over (1.108ubuntu15.5) ...
Preparing to unpack .../lsb-base_9.20170808ubuntu1_all.deb ...
Unpacking lsb-base (9.20170808ubuntu1) over (9.20160110ubuntu0.2) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Setting up lsb-base (9.20170808ubuntu1) ...
(Reading database ... 253743 files and directories currently installed.)
Preparing to unpack .../dconf-cli_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-cli (0.26.0-2ubuntu3) over (0.24.0-2) ...
Preparing to unpack .../dconf-gsettings-backend_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) over (0.24.0-2) ...
Preparing to unpack .../dconf-service_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-service (0.26.0-2ubuntu3) over (0.24.0-2) ...
Preparing to unpack .../libdconf1_0.26.0-2ubuntu3_amd64.deb ...
Unpacking libdconf1:amd64 (0.26.0-2ubuntu3) over (0.24.0-2) ...
Preparing to unpack .../totem_3.26.0-0ubuntu6.2_amd64.deb ...
Unpacking totem (3.26.0-0ubuntu6.2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../totem-common_3.26.0-0ubuntu6.2_all.deb ...
Unpacking totem-common (3.26.0-0ubuntu6.2) over (3.18.1-1ubuntu4) ...
Selecting previously unselected package liblua5.3-0:amd64.
Preparing to unpack .../liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ...
Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253740 files and directories currently installed.)
Removing grilo-plugins-0.2-base:amd64 (0.2.17-0ubuntu2) ...
(Reading database ... 253700 files and directories currently installed.)
Preparing to unpack .../libgom-1.0-0_0.3.3-4_amd64.deb ...
Unpacking libgom-1.0-0:amd64 (0.3.3-4) over (0.3.1-1) ...
Preparing to unpack .../libmediaart-2.0-0_1.9.4-1_amd64.deb ...
Unpacking libmediaart-2.0-0:amd64 (1.9.4-1) over (1.9.0-2) ...
Selecting previously unselected package grilo-plugins-0.3-base:amd64.
Preparing to unpack .../grilo-plugins-0.3-base_0.3.5-1ubuntu1_amd64.deb ...
Unpacking grilo-plugins-0.3-base:amd64 (0.3.5-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
dpkg: gir1.2-totem-plparser-1.0:amd64: dependency problems, but removing anyway as you requested:
 gir1.2-totem-1.0:amd64 depends on gir1.2-totem-plparser-1.0; however:
  Package gir1.2-totem-plparser-1.0:amd64 is to be removed.

(Reading database ... 253744 files and directories currently installed.)
Removing gir1.2-totem-plparser-1.0:amd64 (3.10.6-1ubuntu1) ...
Selecting previously unselected package gir1.2-totemplparser-1.0:amd64.
(Reading database ... 253738 files and directories currently installed.)
Preparing to unpack .../gir1.2-totemplparser-1.0_3.26.0-1ubuntu2_amd64.deb ...
Unpacking gir1.2-totemplparser-1.0:amd64 (3.26.0-1ubuntu2) ...
Preparing to unpack .../gir1.2-totem-1.0_3.26.0-0ubuntu6.2_amd64.deb ...
Unpacking gir1.2-totem-1.0:amd64 (3.26.0-0ubuntu6.2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../libtotem0_3.26.0-0ubuntu6.2_amd64.deb ...
Unpacking libtotem0:amd64 (3.26.0-0ubuntu6.2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../python3-xdg_0.25-4ubuntu1.1_all.deb ...
Unpacking python3-xdg (0.25-4ubuntu1.1) over (0.25-4ubuntu0.16.04.1) ...
Preparing to unpack .../libart-2.0-2_2.3.21-3_amd64.deb ...
Unpacking libart-2.0-2:amd64 (2.3.21-3) over (2.3.21-2) ...
Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb ...
Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) over (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ...
Selecting previously unselected package onboard-common.
Preparing to unpack .../onboard-common_1.4.1-2ubuntu1_all.deb ...
Unpacking onboard-common (1.4.1-2ubuntu1) ...
Selecting previously unselected package python3-asn1crypto.
Preparing to unpack .../python3-asn1crypto_0.24.0-1_all.deb ...
Unpacking python3-asn1crypto (0.24.0-1) ...
Preparing to unpack .../notify-osd_0.9.35+16.04.20160415-0ubuntu2_amd64.deb ...
Unpacking notify-osd (0.9.35+16.04.20160415-0ubuntu2) over (0.9.35+16.04.20160415-0ubuntu1) ...
Preparing to unpack .../python3-debian_0.1.32_all.deb ...
Unpacking python3-debian (0.1.32) over (0.1.27ubuntu2) ...
Preparing to unpack .../libxml-twig-perl_1%3a3.50-1_all.deb ...
Unpacking libxml-twig-perl (1:3.50-1) over (1:3.48-1) ...
Preparing to unpack .../make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) over (4.1-6) ...
Preparing to unpack .../dash_0.5.8-2.10_amd64.deb ...
Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'
Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'
Unpacking dash (0.5.8-2.10) over (0.5.8-2.1ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up dash (0.5.8-2.10) ...
Removing 'diversion of /bin/sh to /bin/sh.distrib by bash'
Adding 'diversion of /bin/sh to /bin/sh.distrib by dash'
Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'
Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../diffutils_1%3a3.6-1_amd64.deb ...
Unpacking diffutils (1:3.6-1) over (1:3.3-3) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up diffutils (1:3.6-1) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../findutils_4.6.0+git+20170828-2_amd64.deb ...
Unpacking findutils (4.6.0+git+20170828-2) over (4.6.0+git+20160126-2) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up findutils (4.6.0+git+20170828-2) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../grep_3.1-2build1_amd64.deb ...
Unpacking grep (3.1-2build1) over (2.25-1~16.04.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up grep (3.1-2build1) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ...
Unpacking gzip (1.6-5ubuntu1.1) over (1.6-4ubuntu1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up gzip (1.6-5ubuntu1.1) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../hostname_3.20_amd64.deb ...
Unpacking hostname (3.20) over (3.16ubuntu2) ...
Setting up hostname (3.20) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ...
Unpacking login (1:4.5-1ubuntu2) over (1:4.2-3.1ubuntu5.4) ...
Setting up login (1:4.5-1ubuntu2) ...
Installing new version of config file /etc/login.defs ...
Installing new version of config file /etc/pam.d/login ...
Installing new version of config file /etc/securetty ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../archives/init_1.51_amd64.deb ...
Unpacking init (1.51) over (1.29ubuntu4) ...
Setting up init (1.51) ...
(Reading database ... 254036 files and directories currently installed.)
Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ...
Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Setting up ncurses-base (6.1-1ubuntu1.18.04) ...
(Reading database ... 254038 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_1.6.14_all.deb ...
Unpacking apt-transport-https (1.6.14) over (1.2.35) ...
Preparing to unpack .../apt-utils_1.6.14_amd64.deb ...
Unpacking apt-utils (1.6.14) over (1.2.35) ...
Preparing to unpack .../archives/apt_1.6.14_amd64.deb ...
Unpacking apt (1.6.14) over (1.2.35) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up apt (1.6.14) ...
Installing new version of config file /etc/cron.daily/apt-compat ...
Installing new version of config file /etc/kernel/postinst.d/apt-auto-removal ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254047 files and directories currently installed.)
Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ...
Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2012.05.19.1) ...
Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ...
(Reading database ... 254051 files and directories currently installed.)
Preparing to unpack .../anacron_2.3-24_amd64.deb ...
Unpacking anacron (2.3-24) over (2.3-23) ...
Preparing to unpack .../dmz-cursor-theme_0.4.5ubuntu1_all.deb ...
Unpacking dmz-cursor-theme (0.4.5ubuntu1) over (0.4.4ubuntu1) ...
Preparing to unpack .../fonts-freefont-ttf_20120503-7_all.deb ...
Unpacking fonts-freefont-ttf (20120503-7) over (20120503-4) ...
Selecting previously unselected package unity-session.
Preparing to unpack .../unity-session_3.28.1-0ubuntu3_all.deb ...
Unpacking unity-session (3.28.1-0ubuntu3) ...
Preparing to unpack .../xterm_330-1ubuntu2.2_amd64.deb ...
Unpacking xterm (330-1ubuntu2.2) over (322-1ubuntu1.2) ...
Preparing to unpack .../gnome-terminal_3.28.2-1ubuntu1~18.04.1_amd64.deb ...
Unpacking gnome-terminal (3.28.2-1ubuntu1~18.04.1) over (3.18.3-1ubuntu1) ...
Preparing to unpack .../gnome-terminal-data_3.28.2-1ubuntu1~18.04.1_all.deb ...
Unpacking gnome-terminal-data (3.28.2-1ubuntu1~18.04.1) over (3.18.3-1ubuntu1) ...
Selecting previously unselected package gcc-7-base:amd64.
Preparing to unpack .../gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../libisl19_0.19-1_amd64.deb ...
Unpacking libisl19:amd64 (0.19-1) ...
Preparing to unpack .../libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) over (1.0.3-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../libmpfr6_4.0.1-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.1-1) ...
Selecting previously unselected package cpp-7.
Preparing to unpack .../cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
Preparing to unpack .../cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:5.3.1-1ubuntu1) ...
Preparing to unpack .../x11-xserver-utils_7.7+7build1_amd64.deb ...
Unpacking x11-xserver-utils (7.7+7build1) over (7.7+7) ...
Selecting previously unselected package gdm3.
Preparing to unpack .../gdm3_3.28.3-0ubuntu18.04.6_amd64.deb ...
Unpacking gdm3 (3.28.3-0ubuntu18.04.6) ...
Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ...
Unpacking genisoimage (9:1.1.11-3ubuntu2) over (9:1.1.11-3ubuntu1) ...
Preparing to unpack .../gnome-session-canberra_0.30-5ubuntu1_amd64.deb ...
Unpacking gnome-session-canberra (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Selecting previously unselected package gnome-shell-extension-appindicator.
Preparing to unpack .../gnome-shell-extension-appindicator_18.04.1_all.deb ...
Unpacking gnome-shell-extension-appindicator (18.04.1) ...
Selecting previously unselected package gnome-shell-extension-ubuntu-dock.
Preparing to unpack .../gnome-shell-extension-ubuntu-dock_0.9.1ubuntu18.04.3_all.deb ...
Unpacking gnome-shell-extension-ubuntu-dock (0.9.1ubuntu18.04.3) ...
Preparing to unpack .../gstreamer1.0-alsa_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-alsa:amd64 (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Selecting previously unselected package libappstream4:amd64.
Preparing to unpack .../libappstream4_0.12.0-3ubuntu1_amd64.deb ...
Unpacking libappstream4:amd64 (0.12.0-3ubuntu1) ...
Selecting previously unselected package packagekit.
Preparing to unpack .../packagekit_1.1.9-1ubuntu2.18.04.6_amd64.deb ...
Unpacking packagekit (1.1.9-1ubuntu2.18.04.6) ...
Selecting previously unselected package gstreamer1.0-packagekit.
Preparing to unpack .../gstreamer1.0-packagekit_1.1.9-1ubuntu2.18.04.6_amd64.deb ...
Unpacking gstreamer1.0-packagekit (1.1.9-1ubuntu2.18.04.6) ...
Preparing to unpack .../gstreamer1.0-tools_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking gstreamer1.0-tools (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1~ubuntu0.1) ...
Preparing to unpack .../gstreamer1.0-plugins-base-apps_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-plugins-base-apps (1.14.5-0ubuntu1~18.04.3) over (1.8.3-1ubuntu0.3) ...
Preparing to unpack .../gstreamer1.0-pulseaudio_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking gstreamer1.0-pulseaudio:amd64 (1.14.5-0ubuntu1~18.04.2) over (1.8.3-1ubuntu0.5) ...
Preparing to unpack .../inputattach_1%3a1.6.0-2_amd64.deb ...
Unpacking inputattach (1:1.6.0-2) over (1:1.4.9-1) ...
Preparing to unpack .../libatk-adaptor_2.26.2-1_amd64.deb ...
Unpacking libatk-adaptor:amd64 (2.26.2-1) over (2.18.1-2ubuntu1) ...
Preparing to unpack .../libnotify-bin_0.7.7-3_amd64.deb ...
Unpacking libnotify-bin (0.7.7-3) over (0.7.6-2svn1) ...
Preparing to unpack .../libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.26.dfsg1-14ubuntu0.2) ...
Selecting previously unselected package libu2f-udev.
Preparing to unpack .../libu2f-udev_1.1.4-1ubuntu0.1_all.deb ...
Unpacking libu2f-udev (1.1.4-1ubuntu0.1) ...
Preparing to unpack .../printer-driver-pnm2ppa_1.13+nondbs-0ubuntu6_amd64.deb ...
Unpacking printer-driver-pnm2ppa (1.13+nondbs-0ubuntu6) over (1.13+nondbs-0ubuntu5) ...
Preparing to unpack .../rfkill_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking rfkill (2.31.1-0.4ubuntu3.7) over (0.5-1ubuntu3.1) ...
Selecting previously unselected package spice-vdagent.
Preparing to unpack .../spice-vdagent_0.17.0-1ubuntu2.2_amd64.deb ...
Unpacking spice-vdagent (0.17.0-1ubuntu2.2) ...
Preparing to unpack .../adium-theme-ubuntu_0.3.4-0ubuntu4_all.deb ...
Unpacking adium-theme-ubuntu (0.3.4-0ubuntu4) over (0.3.4-0ubuntu1.1) ...
Preparing to unpack .../gtk2-engines-murrine_0.98.2-2ubuntu1_amd64.deb ...
Unpacking gtk2-engines-murrine:amd64 (0.98.2-2ubuntu1) over (0.98.2-0ubuntu2.2) ...
Preparing to unpack .../light-themes_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking light-themes (16.10+18.04.20181005-0ubuntu1) over (14.04+16.04.20180326-0ubuntu1) ...
Preparing to unpack .../ubuntu-artwork_1%3a16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking ubuntu-artwork (1:16.10+18.04.20181005-0ubuntu1) over (1:14.04+16.04.20180326-0ubuntu1) ...
Preparing to unpack .../ubuntu-settings_18.04.7_all.deb ...
Unpacking ubuntu-settings (18.04.7) over (15.10.8) ...
Preparing to unpack .../unzip_6.0-21ubuntu1.1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1.1) over (6.0-20ubuntu1.1) ...
Preparing to unpack .../libiw30_30~pre9-12ubuntu1_amd64.deb ...
Unpacking libiw30:amd64 (30~pre9-12ubuntu1) over (30~pre9-8ubuntu1) ...
Preparing to unpack .../wireless-tools_30~pre9-12ubuntu1_amd64.deb ...
Unpacking wireless-tools (30~pre9-12ubuntu1) over (30~pre9-8ubuntu1) ...
Preparing to unpack .../xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
Unpacking xdg-user-dirs (0.17-1ubuntu1) over (0.15-2ubuntu6.16.04.1) ...
Preparing to unpack .../xdg-user-dirs-gtk_0.10-2_amd64.deb ...
Unpacking xdg-user-dirs-gtk (0.10-2) over (0.10-1ubuntu1) ...
Preparing to unpack .../x11-apps_7.7+6ubuntu1_amd64.deb ...
Unpacking x11-apps (7.7+6ubuntu1) over (7.7+5+nmu1ubuntu1) ...
Preparing to unpack .../x11-session-utils_7.7+2build1_amd64.deb ...
Unpacking x11-session-utils (7.7+2build1) over (7.7+2) ...
Preparing to unpack .../xauth_1%3a1.0.10-1_amd64.deb ...
Unpacking xauth (1:1.0.10-1) over (1:1.0.9-1ubuntu2) ...
Preparing to unpack .../xinit_1.3.4-3ubuntu3_amd64.deb ...
Unpacking xinit (1.3.4-3ubuntu3) over (1.3.4-3ubuntu0.1) ...
Preparing to unpack .../xfonts-utils_1%3a7.7+6_amd64.deb ...
Unpacking xfonts-utils (1:7.7+6) over (1:7.7+3ubuntu0.16.04.2) ...
Preparing to unpack .../xorg-docs-core_1%3a1.7.1-1.1_all.deb ...
Unpacking xorg-docs-core (1:1.7.1-1.1) over (1:1.7.1-1ubuntu1) ...
Preparing to unpack .../xinput_1.6.2-1build1_amd64.deb ...
Unpacking xinput (1.6.2-1build1) over (1.6.2-1) ...
Preparing to unpack .../xorg_1%3a7.7+19ubuntu7.1_amd64.deb ...
Unpacking xorg (1:7.7+19ubuntu7.1) over (1:7.7+13ubuntu3.1) ...
Preparing to unpack .../yelp_3.26.0-1ubuntu2_amd64.deb ...
Unpacking yelp (3.26.0-1ubuntu2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../libyelp0_3.26.0-1ubuntu2_amd64.deb ...
Unpacking libyelp0:amd64 (3.26.0-1ubuntu2) over (3.18.1-1ubuntu4) ...
Preparing to unpack .../yelp-xsl_3.20.1-4_all.deb ...
Unpacking yelp-xsl (3.20.1-4) over (3.18.1-1) ...
Preparing to unpack .../zip_3.0-11build1_amd64.deb ...
Unpacking zip (3.0-11build1) over (3.0-11) ...
Preparing to unpack .../ubuntu-desktop_1.417.5_amd64.deb ...
Unpacking ubuntu-desktop (1.417.5) over (1.361.6) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254708 files and directories currently installed.)
Removing checkbox-gui (1.2.4-0ubuntu1) ...
Removing checkbox-converged (1.2.4-0ubuntu1) ...
Removing kerneloops-daemon (0.12+git20140509-2ubuntu1) ...
Selecting previously unselected package libefivar1:amd64.
(Reading database ... 254651 files and directories currently installed.)
Preparing to unpack .../libefivar1_34-1_amd64.deb ...
Unpacking libefivar1:amd64 (34-1) ...
Selecting previously unselected package libefiboot1:amd64.
Preparing to unpack .../libefiboot1_34-1_amd64.deb ...
Unpacking libefiboot1:amd64 (34-1) ...
Selecting previously unselected package libfwupd2:amd64.
Preparing to unpack .../libfwupd2_1.2.14-0~18.04.2_amd64.deb ...
Unpacking libfwupd2:amd64 (1.2.14-0~18.04.2) ...
Selecting previously unselected package libsmbios-c2.
Preparing to unpack .../libsmbios-c2_2.4.1-1_amd64.deb ...
Unpacking libsmbios-c2 (2.4.1-1) ...
Selecting previously unselected package libxmlb1:amd64.
Preparing to unpack .../libxmlb1_0.1.8-1~ubuntu18.04.2_amd64.deb ...
Unpacking libxmlb1:amd64 (0.1.8-1~ubuntu18.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
dpkg: libdfu1:amd64: dependency problems, but removing anyway as you requested:
 fwupd depends on libdfu1 (>= 0.8.3); however:
  Package libdfu1:amd64 is to be removed.

(Reading database ... 254678 files and directories currently installed.)
Removing libdfu1:amd64 (0.8.3-0ubuntu5.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254673 files and directories currently installed.)
Preparing to unpack .../fwupd_1.2.14-0~18.04.2_amd64.deb ...
Unpacking fwupd (1.2.14-0~18.04.2) over (0.8.3-0ubuntu5.1) ...
Preparing to unpack .../imagemagick_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking imagemagick (8:6.9.7.4+dfsg-16ubuntu6.12) over (8:6.8.9.9-7ubuntu5.16) ...
Preparing to unpack .../liblqr-1-0_0.4.2-2.1_amd64.deb ...
Unpacking liblqr-1-0:amd64 (0.4.2-2.1) over (0.4.2-2) ...
Preparing to unpack .../imagemagick-6.q16_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking imagemagick-6.q16 (8:6.9.7.4+dfsg-16ubuntu6.12) over (8:6.8.9.9-7ubuntu5.16) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254920 files and directories currently installed.)
Removing libmagickcore-6.q16-2-extra:amd64 (8:6.8.9.9-7ubuntu5.16) ...
Removing libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.16) ...
Removing libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.16) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254655 files and directories currently installed.)
Preparing to unpack .../imagemagick-common_8%3a6.9.7.4+dfsg-16ubuntu6.12_all.deb ...
Unpacking imagemagick-common (8:6.9.7.4+dfsg-16ubuntu6.12) over (8:6.8.9.9-7ubuntu5.16) ...
dpkg: warning: unable to delete old directory '/etc/ImageMagick-6': Directory not empty
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../imagemagick-6-common_8%3a6.9.7.4+dfsg-16ubuntu6.12_all.deb ...
Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Selecting previously unselected package libmagickcore-6.q16-3:amd64.
Preparing to unpack .../libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Selecting previously unselected package libmagickwand-6.q16-3:amd64.
Preparing to unpack .../libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254916 files and directories currently installed.)
Removing liboxideqtquick0:amd64 (1.21.5-0ubuntu0.16.04.1) ...
Removing sessioninstaller (0.20+bzr150-0ubuntu4.1) ...
Removing unity-control-center-faces (15.04.0+16.04.20171130-0ubuntu1) ...
Removing unity-webapps-qml (0.1+16.04.20160114-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254823 files and directories currently installed.)
Preparing to unpack .../mawk_1.3.3-17ubuntu3_amd64.deb ...
Unpacking mawk (1.3.3-17ubuntu3) over (1.3.3-17ubuntu2) ...
Preparing to unpack .../libnih-dbus1_1.0.3-6ubuntu2_amd64.deb ...
Unpacking libnih-dbus1:amd64 (1.0.3-6ubuntu2) over (1.0.3-4.3ubuntu1) ...
Preparing to unpack .../libnih1_1.0.3-6ubuntu2_amd64.deb ...
Unpacking libnih1:amd64 (1.0.3-6ubuntu2) over (1.0.3-4.3ubuntu1) ...
Selecting previously unselected package libntfs-3g88.
Preparing to unpack .../libntfs-3g88_1%3a2017.3.23-2ubuntu0.18.04.3_amd64.deb ...
Unpacking libntfs-3g88 (1:2017.3.23-2ubuntu0.18.04.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ...
Setting up fuse (2.9.7-1ubuntu1) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 254828 files and directories currently installed.)
Preparing to unpack .../ntfs-3g_1%3a2017.3.23-2ubuntu0.18.04.3_amd64.deb ...
Unpacking ntfs-3g (1:2017.3.23-2ubuntu0.18.04.3) over (1:2015.3.14AR.1-1ubuntu0.3) ...
Preparing to unpack .../popularity-contest_1.66ubuntu1_all.deb ...
Unpacking popularity-contest (1.66ubuntu1) over (1.64ubuntu2) ...
Preparing to unpack .../uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ...
Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.27.1-6ubuntu3.10) ...
Preparing to unpack .../chromium-codecs-ffmpeg-extra_95.0.4638.69-0ubuntu0.18.04.1_amd64.deb ...
Unpacking chromium-codecs-ffmpeg-extra (95.0.4638.69-0ubuntu0.18.04.1) over (90.0.4430.72-0ubuntu0.16.04.1) ...
Selecting previously unselected package fonts-deva-extra.
Preparing to unpack .../fonts-deva-extra_3.0-4ubuntu0.1_all.deb ...
Unpacking fonts-deva-extra (3.0-4ubuntu0.1) ...
Selecting previously unselected package fonts-droid-fallback.
Preparing to unpack .../fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
Preparing to unpack .../fonts-kacst-one_5.0+svn11846-9_all.deb ...
Unpacking fonts-kacst-one (5.0+svn11846-9) over (5.0+svn11846-7) ...
Preparing to unpack .../fonts-kacst_2.01+mry-14_all.deb ...
Unpacking fonts-kacst (2.01+mry-14) over (2.01+mry-12) ...
Selecting previously unselected package fonts-kalapi.
Preparing to unpack .../fonts-kalapi_1.0-2_all.deb ...
Unpacking fonts-kalapi (1.0-2) ...
Preparing to unpack .../fonts-nanum_20170925-1_all.deb ...
Unpacking fonts-nanum (20170925-1) over (20140930-1) ...
Selecting previously unselected package fonts-smc-anjalioldlipi.
Preparing to unpack .../fonts-smc-anjalioldlipi_7.0-2_all.deb ...
Unpacking fonts-smc-anjalioldlipi (7.0-2) ...
Selecting previously unselected package fonts-smc-chilanka.
Preparing to unpack .../fonts-smc-chilanka_1.2.0-2_all.deb ...
Unpacking fonts-smc-chilanka (1.2.0-2) ...
Selecting previously unselected package fonts-smc-dyuthi.
Preparing to unpack .../fonts-smc-dyuthi_2.0-1_all.deb ...
Unpacking fonts-smc-dyuthi (2.0-1) ...
Selecting previously unselected package fonts-smc-karumbi.
Preparing to unpack .../fonts-smc-karumbi_1.0-1_all.deb ...
Unpacking fonts-smc-karumbi (1.0-1) ...
Selecting previously unselected package fonts-smc-keraleeyam.
Preparing to unpack .../fonts-smc-keraleeyam_2.0-1_all.deb ...
Unpacking fonts-smc-keraleeyam (2.0-1) ...
Selecting previously unselected package fonts-smc-manjari.
Preparing to unpack .../fonts-smc-manjari_1.5.1-1_all.deb ...
Unpacking fonts-smc-manjari (1.5.1-1) ...
Selecting previously unselected package fonts-smc-meera.
Preparing to unpack .../fonts-smc-meera_7.0-2_all.deb ...
Unpacking fonts-smc-meera (7.0-2) ...
Selecting previously unselected package fonts-smc-rachana.
Preparing to unpack .../fonts-smc-rachana_7.0-2_all.deb ...
Unpacking fonts-smc-rachana (7.0-2) ...
Selecting previously unselected package fonts-smc-raghumalayalamsans.
Preparing to unpack .../fonts-smc-raghumalayalamsans_2.1.1-2_all.deb ...
Unpacking fonts-smc-raghumalayalamsans (2.1.1-2) ...
Selecting previously unselected package fonts-smc-suruma.
Preparing to unpack .../fonts-smc-suruma_3.2.1-1_all.deb ...
Unpacking fonts-smc-suruma (3.2.1-1) ...
Selecting previously unselected package fonts-smc-uroob.
Preparing to unpack .../fonts-smc-uroob_2.0-1_all.deb ...
Unpacking fonts-smc-uroob (2.0-1) ...
Selecting previously unselected package fonts-smc.
Preparing to unpack .../fonts-smc_1%3a7.0_all.deb ...
Unpacking fonts-smc (1:7.0) ...
Preparing to unpack .../fonts-takao-pgothic_00303.01-2ubuntu1_all.deb ...
Unpacking fonts-takao-pgothic (00303.01-2ubuntu1) over (003.02.01-9ubuntu3) ...
Preparing to unpack .../language-pack-en_1%3a18.04+20190718_all.deb ...
Unpacking language-pack-en (1:18.04+20190718) over (1:16.04+20161009) ...
Replacing files in old package language-pack-en-base (1:16.04+20160627) ...
Preparing to unpack .../language-pack-en-base_1%3a18.04+20180712_all.deb ...
Unpacking language-pack-en-base (1:18.04+20180712) over (1:16.04+20160627) ...
Replaced by files in installed package language-pack-en (1:18.04+20190718) ...
Replacing files in old package language-pack-gnome-en-base (1:16.04+20160627) ...
Replacing files in old package language-pack-gnome-en (1:16.04+20161009) ...
Preparing to unpack .../language-pack-gnome-en_1%3a18.04+20190718_all.deb ...
Unpacking language-pack-gnome-en (1:18.04+20190718) over (1:16.04+20161009) ...
Replacing files in old package language-pack-gnome-en-base (1:16.04+20160627) ...
Preparing to unpack .../language-pack-gnome-en-base_1%3a18.04+20180712_all.deb ...
Unpacking language-pack-gnome-en-base (1:18.04+20180712) over (1:16.04+20160627) ...
Replaced by files in installed package language-pack-gnome-en (1:18.04+20190718) ...
Preparing to unpack .../libdbusmenu-gtk4_16.04.1+18.04.20171206-0ubuntu2_amd64.deb ...
Unpacking libdbusmenu-gtk4:amd64 (16.04.1+18.04.20171206-0ubuntu2) over (16.04.1+16.04.20160927-0ubuntu1) ...
Preparing to unpack .../libindicator7_16.10.0+18.04.20180321.1-0ubuntu1_amd64.deb ...
Unpacking libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) over (12.10.2+16.04.20151208-0ubuntu1) ...
Preparing to unpack .../libappindicator1_12.10.1+18.04.20200408.1-0ubuntu1_amd64.deb ...
Unpacking libappindicator1 (12.10.1+18.04.20200408.1-0ubuntu1) over (12.10.1+16.04.20170215-0ubuntu1) ...
Preparing to unpack .../libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) over (1.4.2-0ubuntu3.4) ...
Preparing to unpack .../gir1.2-signon-1.0_1.14+17.04.20161117-0ubuntu1_amd64.deb ...
Unpacking gir1.2-signon-1.0 (1.14+17.04.20161117-0ubuntu1) over (1.13+16.04.20151209.1-0ubuntu1) ...
Preparing to unpack .../libsignon-glib1_1.14+17.04.20161117-0ubuntu1_amd64.deb ...
Unpacking libsignon-glib1:amd64 (1.14+17.04.20161117-0ubuntu1) over (1.13+16.04.20151209.1-0ubuntu1) ...
Preparing to unpack .../libunity-gtk2-parser0_0.0.0+18.04.20171202-0ubuntu1_amd64.deb ...
Unpacking libunity-gtk2-parser0:amd64 (0.0.0+18.04.20171202-0ubuntu1) over (0.0.0+15.04.20150118-0ubuntu2) ...
Preparing to unpack .../libunity-gtk3-parser0_0.0.0+18.04.20171202-0ubuntu1_amd64.deb ...
Unpacking libunity-gtk3-parser0:amd64 (0.0.0+18.04.20171202-0ubuntu1) over (0.0.0+15.04.20150118-0ubuntu2) ...
Preparing to unpack .../apparmor_2.12-4ubuntu5.1_amd64.deb ...
Unpacking apparmor (2.12-4ubuntu5.1) over (2.10.95-0ubuntu2.11) ...
Preparing to unpack .../libplymouth4_0.9.3-1ubuntu7.18.04.2_amd64.deb ...
Unpacking libplymouth4:amd64 (0.9.3-1ubuntu7.18.04.2) over (0.9.2-3ubuntu13.5) ...
Preparing to unpack .../plymouth-theme-ubuntu-text_0.9.3-1ubuntu7.18.04.2_amd64.deb ...
Unpacking plymouth-theme-ubuntu-text (0.9.3-1ubuntu7.18.04.2) over (0.9.2-3ubuntu13.5) ...
Preparing to unpack .../plymouth_0.9.3-1ubuntu7.18.04.2_amd64.deb ...
Unpacking plymouth (0.9.3-1ubuntu7.18.04.2) over (0.9.2-3ubuntu13.5) ...
Preparing to unpack .../plymouth-theme-ubuntu-logo_0.9.3-1ubuntu7.18.04.2_amd64.deb ...
Unpacking plymouth-theme-ubuntu-logo (0.9.3-1ubuntu7.18.04.2) over (0.9.2-3ubuntu13.5) ...
Preparing to unpack .../plymouth-label_0.9.3-1ubuntu7.18.04.2_amd64.deb ...
Unpacking plymouth-label (0.9.3-1ubuntu7.18.04.2) over (0.9.2-3ubuntu13.5) ...
Preparing to unpack .../lightdm_1.26.0-0ubuntu1_amd64.deb ...
Unpacking lightdm (1.26.0-0ubuntu1) over (1.18.3-0ubuntu1.1) ...
Preparing to unpack .../qml-module-qtgraphicaleffects_5.9.5-0ubuntu1_amd64.deb ...
Unpacking qml-module-qtgraphicaleffects:amd64 (5.9.5-0ubuntu1) over (5.5.1-1ubuntu1) ...
Selecting previously unselected package qml-module-qtwebkit:amd64.
Preparing to unpack .../qml-module-qtwebkit_5.212.0~alpha2-7ubuntu1_amd64.deb ...
Unpacking qml-module-qtwebkit:amd64 (5.212.0~alpha2-7ubuntu1) ...
Preparing to unpack .../openssh-sftp-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-sftp-server (1:7.6p1-4ubuntu0.5) over (1:7.2p2-4ubuntu2.10) ...
Preparing to unpack .../libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) over (1.0.2g-1ubuntu4.20) ...
Preparing to unpack .../openssh-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-server (1:7.6p1-4ubuntu0.5) over (1:7.2p2-4ubuntu2.10) ...
Preparing to unpack .../openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-client (1:7.6p1-4ubuntu0.5) over (1:7.2p2-4ubuntu2.10) ...
Preparing to unpack .../squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ...
Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) over (1:4.3-3ubuntu2.16.04.3) ...
Preparing to unpack .../ubuntu-core-launcher_2.51.1+18.04_amd64.deb ...
Unpacking ubuntu-core-launcher (2.51.1+18.04) over (2.48.3) ...
Preparing to unpack .../snapd_2.51.1+18.04_amd64.deb ...
Unpacking snapd (2.51.1+18.04) over (2.48.3) ...
Preparing to unpack .../unity-gtk-module-common_0.0.0+18.04.20171202-0ubuntu1_all.deb ...
Unpacking unity-gtk-module-common (0.0.0+18.04.20171202-0ubuntu1) over (0.0.0+15.04.20150118-0ubuntu2) ...
Preparing to unpack .../unity-gtk2-module_0.0.0+18.04.20171202-0ubuntu1_amd64.deb ...
Unpacking unity-gtk2-module:amd64 (0.0.0+18.04.20171202-0ubuntu1) over (0.0.0+15.04.20150118-0ubuntu2) ...
Preparing to unpack .../unity-gtk3-module_0.0.0+18.04.20171202-0ubuntu1_amd64.deb ...
Unpacking unity-gtk3-module:amd64 (0.0.0+18.04.20171202-0ubuntu1) over (0.0.0+15.04.20150118-0ubuntu2) ...
Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
Unpacking pigz (2.4-1) over (2.3.1-2) ...
Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ...
Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.42.13-1ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for systemd (237-3ubuntu10.52) ...
Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
(Reading database ... 253999 files and directories currently installed.)
Preparing to unpack .../libusb-0.1-4_2%3a0.1.12-31_amd64.deb ...
Unpacking libusb-0.1-4:amd64 (2:0.1.12-31) over (2:0.1.12-28) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Setting up libusb-0.1-4:amd64 (2:0.1.12-31) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Selecting previously unselected package dmsetup.
(Reading database ... 253999 files and directories currently installed.)
Preparing to unpack .../dmsetup_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
Unpacking dmsetup (2:1.02.145-4.1ubuntu3.18.04.3) ...
Preparing to unpack .../eject_2.1.5+deb1+cvs20081104-13.2_amd64.deb ...
Unpacking eject (2.1.5+deb1+cvs20081104-13.2) over (2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1) ...
Preparing to unpack .../iputils-ping_3%3a20161105-1ubuntu3_amd64.deb ...
Unpacking iputils-ping (3:20161105-1ubuntu3) over (3:20121221-5ubuntu2) ...
Preparing to unpack .../isc-dhcp-common_4.3.5-3ubuntu7.3_amd64.deb ...
Unpacking isc-dhcp-common (4.3.5-3ubuntu7.3) over (4.3.3-5ubuntu12.10) ...
Preparing to unpack .../less_487-0.1_amd64.deb ...
Unpacking less (487-0.1) over (481-2.1ubuntu0.2) ...
Preparing to unpack .../libatm1_1%3a2.5.1-2build1_amd64.deb ...
Unpacking libatm1:amd64 (1:2.5.1-2build1) over (1:2.5.1-1.5) ...
Preparing to unpack .../libestr0_0.1.10-2.1_amd64.deb ...
Unpacking libestr0:amd64 (0.1.10-2.1) over (0.1.10-1) ...
Selecting previously unselected package libfastjson4:amd64.
Preparing to unpack .../libfastjson4_0.99.8-2_amd64.deb ...
Unpacking libfastjson4:amd64 (0.99.8-2) ...
Selecting previously unselected package libnss-systemd:amd64.
Preparing to unpack .../libnss-systemd_237-3ubuntu10.52_amd64.deb ...
Unpacking libnss-systemd:amd64 (237-3ubuntu10.52) ...
Selecting previously unselected package libxtables12:amd64.
Preparing to unpack .../libxtables12_1.6.1-2ubuntu2_amd64.deb ...
Unpacking libxtables12:amd64 (1.6.1-2ubuntu2) ...
Preparing to unpack .../logrotate_3.11.0-0.1ubuntu1_amd64.deb ...
Unpacking logrotate (3.11.0-0.1ubuntu1) over (3.8.7-2ubuntu2.16.04.2) ...
Preparing to unpack .../netcat-openbsd_1.187-1ubuntu0.1_amd64.deb ...
Unpacking netcat-openbsd (1.187-1ubuntu0.1) over (1.105-7ubuntu1) ...
Selecting previously unselected package libnetplan0:amd64.
Preparing to unpack .../libnetplan0_0.99-0ubuntu3~18.04.5_amd64.deb ...
Unpacking libnetplan0:amd64 (0.99-0ubuntu3~18.04.5) ...
Selecting previously unselected package python3-netifaces.
Preparing to unpack .../python3-netifaces_0.10.4-0.1build4_amd64.deb ...
Unpacking python3-netifaces (0.10.4-0.1build4) ...
Selecting previously unselected package netplan.io.
Preparing to unpack .../netplan.io_0.99-0ubuntu3~18.04.5_amd64.deb ...
Unpacking netplan.io (0.99-0ubuntu3~18.04.5) ...
Selecting previously unselected package networkd-dispatcher.
Preparing to unpack .../networkd-dispatcher_1.7-0ubuntu3.3_all.deb ...
Unpacking networkd-dispatcher (1.7-0ubuntu3.3) ...
Selecting previously unselected package nplan.
Preparing to unpack .../nplan_0.99-0ubuntu3~18.04.5_all.deb ...
Unpacking nplan (0.99-0ubuntu3~18.04.5) ...
Preparing to unpack .../rsyslog_8.32.0-1ubuntu4_amd64.deb ...
Unpacking rsyslog (8.32.0-1ubuntu4) over (8.16.0-1ubuntu3.1) ...
Preparing to unpack .../sudo_1.8.21p2-3ubuntu1.4_amd64.deb ...
Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.16-0ubuntu1.10) ...
Preparing to unpack .../ubuntu-advantage-tools_27.4.1~18.04.1_amd64.deb ...
Unpacking ubuntu-advantage-tools (27.4.1~18.04.1) over (27.4.1~16.04.1) ...
Preparing to unpack .../vim-tiny_2%3a8.0.1453-1ubuntu1.7_amd64.deb ...
Unpacking vim-tiny (2:8.0.1453-1ubuntu1.7) over (2:7.4.1689-3ubuntu1.5) ...
Preparing to unpack .../vim-common_2%3a8.0.1453-1ubuntu1.7_all.deb ...
Unpacking vim-common (2:8.0.1453-1ubuntu1.7) over (2:7.4.1689-3ubuntu1.5) ...
Selecting previously unselected package xxd.
Preparing to unpack .../xxd_2%3a8.0.1453-1ubuntu1.7_amd64.deb ...
Unpacking xxd (2:8.0.1453-1ubuntu1.7) ...
Preparing to unpack .../ubuntu-minimal_1.417.5_amd64.deb ...
Unpacking ubuntu-minimal (1.417.5) over (1.361.6) ...
Selecting previously unselected package libisc169:amd64.
Preparing to unpack .../libisc169_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Preparing to unpack .../geoip-database_20180315-1_all.deb ...
Unpacking geoip-database (20180315-1) over (20160408-1) ...
Preparing to unpack .../libgeoip1_1.6.12-1_amd64.deb ...
Unpacking libgeoip1:amd64 (1.6.12-1) over (1.6.9-1) ...
Selecting previously unselected package libdns1100:amd64.
Preparing to unpack .../libdns1100_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Selecting previously unselected package libisccc160:amd64.
Preparing to unpack .../libisccc160_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Selecting previously unselected package libisccfg160:amd64.
Preparing to unpack .../libisccfg160_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Selecting previously unselected package libbind9-160:amd64.
Preparing to unpack .../libbind9-160_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Selecting previously unselected package liblwres160:amd64.
Preparing to unpack .../liblwres160_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Preparing to unpack .../bind9-host_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking bind9-host (1:9.11.3+dfsg-1ubuntu1.16) over (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Preparing to unpack .../busybox-static_1%3a1.27.2-2ubuntu3.3_amd64.deb ...
Unpacking busybox-static (1:1.27.2-2ubuntu3.3) over (1:1.22.0-15ubuntu1.4) ...
Preparing to unpack .../command-not-found-data_18.04.5_amd64.deb ...
Unpacking command-not-found-data (18.04.5) over (0.3ubuntu16.04.2) ...
Preparing to unpack .../python3-commandnotfound_18.04.5_all.deb ...
Unpacking python3-commandnotfound (18.04.5) over (0.3ubuntu16.04.2) ...
Preparing to unpack .../command-not-found_18.04.5_all.deb ...
Unpacking command-not-found (18.04.5) over (0.3ubuntu16.04.2) ...
Preparing to unpack .../dmidecode_3.1-1ubuntu0.1_amd64.deb ...
Unpacking dmidecode (3.1-1ubuntu0.1) over (3.0-2ubuntu0.2) ...
Selecting previously unselected package libirs160:amd64.
Preparing to unpack .../libirs160_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking libirs160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Preparing to unpack .../dnsutils_1%3a9.11.3+dfsg-1ubuntu1.16_amd64.deb ...
Unpacking dnsutils (1:9.11.3+dfsg-1ubuntu1.16) over (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Preparing to unpack .../dosfstools_4.1-1_amd64.deb ...
Unpacking dosfstools (4.1-1) over (3.0.28-2ubuntu0.1) ...
Preparing to unpack .../archives/ed_1.10-2.1_amd64.deb ...
Unpacking ed (1.10-2.1) over (1.10-2) ...
Preparing to unpack .../archives/ftp_0.17-34_amd64.deb ...
Unpacking ftp (0.17-34) over (0.17-33) ...
Preparing to unpack .../hdparm_9.54+ds-1_amd64.deb ...
Unpacking hdparm (9.54+ds-1) over (9.48+ds-1ubuntu0.1) ...
Preparing to unpack .../info_6.5.0.dfsg.1-2_amd64.deb ...
Unpacking info (6.5.0.dfsg.1-2) over (6.1.0.dfsg.1-5) ...
Selecting previously unselected package libip6tc0:amd64.
Preparing to unpack .../libip6tc0_1.6.1-2ubuntu2_amd64.deb ...
Unpacking libip6tc0:amd64 (1.6.1-2ubuntu2) ...
Selecting previously unselected package libiptc0:amd64.
Preparing to unpack .../libiptc0_1.6.1-2ubuntu2_amd64.deb ...
Unpacking libiptc0:amd64 (1.6.1-2ubuntu2) ...
Preparing to unpack .../libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) over (1.0.5-1) ...
Preparing to unpack .../iptables_1.6.1-2ubuntu2_amd64.deb ...
Unpacking iptables (1.6.1-2ubuntu2) over (1.6.0-2ubuntu3) ...
Preparing to unpack .../iputils-tracepath_3%3a20161105-1ubuntu3_amd64.deb ...
Unpacking iputils-tracepath (3:20161105-1ubuntu3) over (3:20121221-5ubuntu2) ...
Preparing to unpack .../irqbalance_1.3.0-0.1ubuntu0.18.04.1_amd64.deb ...
Unpacking irqbalance (1.3.0-0.1ubuntu0.18.04.1) over (1.1.0-2ubuntu1) ...
Preparing to unpack .../krb5-locales_1.16-2ubuntu0.2_all.deb ...
Unpacking krb5-locales (1.16-2ubuntu0.2) over (1.13.2+dfsg-5ubuntu2.2) ...
Preparing to unpack .../lshw_02.18-0.1ubuntu6.18.04.2_amd64.deb ...
Unpacking lshw (02.18-0.1ubuntu6.18.04.2) over (02.17-1.1ubuntu3.6) ...
Preparing to unpack .../ltrace_0.7.3-6ubuntu1_amd64.deb ...
Unpacking ltrace (0.7.3-6ubuntu1) over (0.7.3-5.1ubuntu4) ...
dpkg: considering deconfiguration of manpages-dev, which would be broken by installation of manpages ...
dpkg: yes, will deconfigure manpages-dev (broken by manpages)
Preparing to unpack .../manpages_4.15-1_all.deb ...
De-configuring manpages-dev (4.04-2) ...
Unpacking manpages (4.15-1) over (4.04-2) ...
Preparing to unpack .../manpages-dev_4.15-1_all.deb ...
Unpacking manpages-dev (4.15-1) over (4.04-2) ...
Preparing to unpack .../mlocate_0.26-2ubuntu3.1_amd64.deb ...
Unpacking mlocate (0.26-2ubuntu3.1) over (0.26-1ubuntu2) ...
Preparing to unpack .../mtr-tiny_0.92-1_amd64.deb ...
Unpacking mtr-tiny (0.92-1) over (0.86-1ubuntu0.1) ...
Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ...
Unpacking multiarch-support (2.27-3ubuntu1.4) over (2.23-0ubuntu11.3) ...
Preparing to unpack .../nano_2.9.3-2_amd64.deb ...
Unpacking nano (2.9.3-2) over (2.5.3-2ubuntu2) ...
Preparing to unpack .../powermgmt-base_1.33_all.deb ...
Unpacking powermgmt-base (1.33) over (1.31+nmu1) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../publicsuffix_20180223.1310-1_all.deb ...
Unpacking publicsuffix (20180223.1310-1) ...
Preparing to unpack .../rsync_3.1.2-2.1ubuntu1.2_amd64.deb ...
Unpacking rsync (3.1.2-2.1ubuntu1.2) over (3.1.1-3ubuntu1.3) ...
Preparing to unpack .../libunwind8_1.2.1-8_amd64.deb ...
Unpacking libunwind8:amd64 (1.2.1-8) over (1.1-4.1) ...
Preparing to unpack .../strace_4.21-1ubuntu1_amd64.deb ...
Unpacking strace (4.21-1ubuntu1) over (4.11-1ubuntu3) ...
Preparing to unpack .../tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.3-0ubuntu0.16.04.1) ...
Preparing to unpack .../telnet_0.17-41_amd64.deb ...
Unpacking telnet (0.17-41) over (0.17-40) ...
Preparing to unpack .../time_1.7-25.1build1_amd64.deb ...
Unpacking time (1.7-25.1build1) over (1.7-25.1) ...
Preparing to unpack .../ubuntu-standard_1.417.5_amd64.deb ...
Unpacking ubuntu-standard (1.417.5) over (1.361.6) ...
Preparing to unpack .../ufw_0.36-0ubuntu0.18.04.2_all.deb ...
Unpacking ufw (0.36-0ubuntu0.18.04.2) over (0.35-0ubuntu2) ...
Preparing to unpack .../ureadahead_0.100.0-21_amd64.deb ...
Unpacking ureadahead (0.100.0-21) over (0.100.0-19.1) ...
Preparing to unpack .../unity-accessibility-profiles_0.1.11-0ubuntu4_all.deb ...
Unpacking unity-accessibility-profiles (0.1.11-0ubuntu4) over (0.1.10-0ubuntu3) ...
Preparing to unpack .../liba11y-profile-manager-data_0.1.11-0ubuntu4_all.deb ...
Unpacking liba11y-profile-manager-data (0.1.11-0ubuntu4) over (0.1.10-0ubuntu3) ...
Preparing to unpack .../liba11y-profile-manager-0.1-0_0.1.11-0ubuntu4_amd64.deb ...
Unpacking liba11y-profile-manager-0.1-0:amd64 (0.1.11-0ubuntu4) over (0.1.10-0ubuntu3) ...
Preparing to unpack .../a11y-profile-manager-indicator_0.1.11-0ubuntu4_amd64.deb ...
Unpacking a11y-profile-manager-indicator (0.1.11-0ubuntu4) over (0.1.10-0ubuntu3) ...
Preparing to unpack .../acpid_1%3a2.0.28-1ubuntu1_amd64.deb ...
Unpacking acpid (1:2.0.28-1ubuntu1) over (1:2.0.26-1ubuntu2) ...
Preparing to unpack .../activity-log-manager_0.9.7-0ubuntu26_amd64.deb ...
Unpacking activity-log-manager (0.9.7-0ubuntu26) over (0.9.7-0ubuntu23.16.04.1) ...
Preparing to unpack .../libgc1c2_1%3a7.4.2-8ubuntu1_amd64.deb ...
Unpacking libgc1c2:amd64 (1:7.4.2-8ubuntu1) over (1:7.4.2-7.3ubuntu0.1) ...
Preparing to unpack .../guile-2.0-libs_2.0.13+1-5ubuntu0.1_amd64.deb ...
Unpacking guile-2.0-libs:amd64 (2.0.13+1-5ubuntu0.1) over (2.0.11+1-10ubuntu0.1) ...
Preparing to unpack .../aisleriot_1%3a3.22.5-1_amd64.deb ...
Unpacking aisleriot (1:3.22.5-1) over (1:3.18.2-1ubuntu1) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../libapr1_1.6.3-2_amd64.deb ...
Unpacking libapr1:amd64 (1.6.3-2) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../libaprutil1_1.6.1-2_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-2) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
Preparing to unpack .../libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ...
Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
Selecting previously unselected package libaprutil1-ldap:amd64.
Preparing to unpack .../libaprutil1-ldap_1.6.1-2_amd64.deb ...
Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.29-1ubuntu4.20_amd64.deb ...
Unpacking apache2-bin (2.4.29-1ubuntu4.20) ...
Preparing to unpack .../apport_2.20.9-0ubuntu7.27_all.deb ...
Unpacking apport (2.20.9-0ubuntu7.27) over (2.20.1-0ubuntu2.30) ...
Preparing to unpack .../gir1.2-wnck-3.0_3.24.1-2_amd64.deb ...
Unpacking gir1.2-wnck-3.0:amd64 (3.24.1-2) over (3.14.1-2) ...
Preparing to unpack .../apport-gtk_2.20.9-0ubuntu7.27_all.deb ...
Unpacking apport-gtk (2.20.9-0ubuntu7.27) over (2.20.1-0ubuntu2.30) ...
Preparing to unpack .../ubuntu-software_3.28.1-0ubuntu4.18.04.15_all.deb ...
Unpacking ubuntu-software (3.28.1-0ubuntu4.18.04.15) over (3.20.5-0ubuntu0.16.04.13) ...
Selecting previously unselected package apt-config-icons.
Preparing to unpack .../apt-config-icons_0.12.0-3ubuntu1_all.deb ...
Unpacking apt-config-icons (0.12.0-3ubuntu1) ...
Preparing to unpack .../gnome-software_3.28.1-0ubuntu4.18.04.15_amd64.deb ...
Unpacking gnome-software (3.28.1-0ubuntu4.18.04.15) over (3.20.5-0ubuntu0.16.04.13) ...
Preparing to unpack .../gnome-software-common_3.28.1-0ubuntu4.18.04.15_all.deb ...
Unpacking gnome-software-common (3.28.1-0ubuntu4.18.04.15) over (3.20.5-0ubuntu0.16.04.13) ...
Preparing to unpack .../appstream_0.12.0-3ubuntu1_amd64.deb ...
Unpacking appstream (0.12.0-3ubuntu1) over (0.9.4-1ubuntu4) ...
Preparing to unpack .../apturl_0.5.2ubuntu14.2_amd64.deb ...
Unpacking apturl (0.5.2ubuntu14.2) over (0.5.2ubuntu11.2) ...
Preparing to unpack .../apturl-common_0.5.2ubuntu14.2_amd64.deb ...
Unpacking apturl-common (0.5.2ubuntu14.2) over (0.5.2ubuntu11.2) ...
Preparing to unpack .../aufs-tools_1%3a4.9+20170918-1ubuntu1_amd64.deb ...
Unpacking aufs-tools (1:4.9+20170918-1ubuntu1) over (1:3.2+20130722-1.1ubuntu1) ...
Preparing to unpack .../avahi-autoipd_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking avahi-autoipd (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../libavahi-core7_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-core7:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../avahi-daemon_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking avahi-daemon (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../avahi-utils_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking avahi-utils (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../baobab_3.28.0-1_amd64.deb ...
Unpacking baobab (3.28.0-1) over (3.18.1-1ubuntu1) ...
Preparing to unpack .../bluez-cups_5.48-0ubuntu3.6_amd64.deb ...
Unpacking bluez-cups (5.48-0ubuntu3.6) over (5.37-0ubuntu5.3) ...
Selecting previously unselected package bolt.
Preparing to unpack .../bolt_0.5-0ubuntu0.18.04.1_amd64.deb ...
Unpacking bolt (0.5-0ubuntu0.18.04.1) ...
Preparing to unpack .../branding-ubuntu_0.10_all.deb ...
Leaving 'diversion of /usr/share/aisleriot/pixmaps/slot.svg to /usr/share/aisleriot/pixmaps/slot.svg.unbranded by branding-ubuntu'
Leaving 'diversion of /usr/share/aisleriot/pixmaps/baize.png to /usr/share/aisleriot/pixmaps/baize.png.unbranded by branding-ubuntu'
Leaving 'diversion of /usr/share/aisleriot/cards/bonded.svg to /usr/share/aisleriot/cards/bonded.svg.unbranded by branding-ubuntu'
Leaving 'diversion of /usr/share/gnome-mahjongg/themes/postmodern.svg to /usr/share/gnome-mahjongg/themes/postmodern.svg.unbranded by branding-ubuntu'
Unpacking branding-ubuntu (0.10) over (0.8) ...
Preparing to unpack .../bridge-utils_1.5-15ubuntu1_amd64.deb ...
Unpacking bridge-utils (1.5-15ubuntu1) over (1.5-9ubuntu1) ...
Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
Preparing to unpack .../liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
Preparing to unpack .../libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
Preparing to unpack .../gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
Preparing to unpack .../g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:5.3.1-1ubuntu1) ...
Preparing to unpack .../build-essential_12.4ubuntu1_amd64.deb ...
Unpacking build-essential (12.4ubuntu1) over (12.1ubuntu2) ...
Preparing to unpack .../cgroupfs-mount_1.4_all.deb ...
Unpacking cgroupfs-mount (1.4) over (1.2) ...
Preparing to unpack .../conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ...
Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) over (1:1.4.3-3) ...
Preparing to unpack .../runc_1.0.1-0ubuntu2~18.04.1_amd64.deb ...
Unpacking runc (1.0.1-0ubuntu2~18.04.1) over (1.0.0~rc7+git20190403.029124da-0ubuntu1~16.04.4) ...
Preparing to unpack .../docker.io_20.10.7-0ubuntu5~18.04.3_amd64.deb ...
Unpacking docker.io (20.10.7-0ubuntu5~18.04.3) over (18.09.7-0ubuntu1~16.04.7) ...
Preparing to unpack .../containerd_1.5.5-0ubuntu3~18.04.1_amd64.deb ...
Unpacking containerd (1.5.5-0ubuntu3~18.04.1) over (1.2.6-0ubuntu1~16.04.6) ...
Preparing to unpack .../libasan2_5.5.0-12ubuntu1_amd64.deb ...
Unpacking libasan2:amd64 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libmpx0_5.5.0-12ubuntu1_amd64.deb ...
Unpacking libmpx0:amd64 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../g++-5_5.5.0-12ubuntu1_amd64.deb ...
Unpacking g++-5 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../gcc-5_5.5.0-12ubuntu1_amd64.deb ...
Unpacking gcc-5 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libstdc++-5-dev_5.5.0-12ubuntu1_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libgcc-5-dev_5.5.0-12ubuntu1_amd64.deb ...
Unpacking libgcc-5-dev:amd64 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../cpp-5_5.5.0-12ubuntu1_amd64.deb ...
Unpacking cpp-5 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../gcc-5-base_5.5.0-12ubuntu1_amd64.deb ...
Unpacking gcc-5-base:amd64 (5.5.0-12ubuntu1) over (5.4.0-6ubuntu1~16.04.12) ...
Preparing to unpack .../libisl15_0.18-4_amd64.deb ...
Unpacking libisl15:amd64 (0.18-4) over (0.16.1-1) ...
Preparing to unpack .../wireless-regdb_2021.08.28-0ubuntu1~18.04.1_all.deb ...
Unpacking wireless-regdb (2021.08.28-0ubuntu1~18.04.1) over (2020.11.20-0ubuntu1~16.04.2) ...
Preparing to unpack .../archives/iw_4.14-0.1_amd64.deb ...
Unpacking iw (4.14-0.1) over (3.17-1) ...
Preparing to unpack .../crda_3.18-1build1_amd64.deb ...
Unpacking crda (3.18-1build1) over (3.13-1) ...
Preparing to unpack .../deja-dup_37.1-2fakesync1ubuntu0.1_amd64.deb ...
Unpacking deja-dup (37.1-2fakesync1ubuntu0.1) over (34.2-0ubuntu1.1) ...
Preparing to unpack .../dns-root-data_2018013001_all.deb ...
Unpacking dns-root-data (2018013001) over (2018013001~16.04.1) ...
Preparing to unpack .../dnsmasq-base_2.79-1ubuntu0.5_amd64.deb ...
Unpacking dnsmasq-base (2.79-1ubuntu0.5) over (2.75-1ubuntu0.16.04.10) ...
Preparing to unpack .../libyaml-tiny-perl_1.70-1_all.deb ...
Unpacking libyaml-tiny-perl (1.70-1) over (1.69-1) ...
Preparing to unpack .../doc-base_0.10.8_all.deb ...
Unpacking doc-base (0.10.8) over (0.10.7) ...
Selecting previously unselected package e2fsprogs-l10n.
Preparing to unpack .../e2fsprogs-l10n_1.44.1-1ubuntu1.3_all.deb ...
Unpacking e2fsprogs-l10n (1.44.1-1ubuntu1.3) ...
Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.3_amd64.deb ...
Unpacking ebtables (2.0.10.4-3.5ubuntu2.18.04.3) over (2.0.10.4-3.4ubuntu2.16.04.2) ...
Preparing to unpack .../efibootmgr_15-1_amd64.deb ...
Unpacking efibootmgr (15-1) over (0.12-4) ...
Preparing to unpack .../eog_3.28.1-1_amd64.deb ...
Unpacking eog (3.28.1-1) over (3.18.2-1ubuntu2.1) ...
Preparing to unpack .../libportaudio2_19.6.0-1_amd64.deb ...
Unpacking libportaudio2:amd64 (19.6.0-1) over (19+svn20140130-1build1) ...
Preparing to unpack .../libsonic0_0.2.0-6_amd64.deb ...
Unpacking libsonic0:amd64 (0.2.0-6) over (0.2.0-3) ...
Preparing to unpack .../libespeak1_1.48.04+dfsg-5_amd64.deb ...
Unpacking libespeak1:amd64 (1.48.04+dfsg-5) over (1.48.04+dfsg-2) ...
Preparing to unpack .../espeak-data_1.48.04+dfsg-5_amd64.deb ...
Unpacking espeak-data:amd64 (1.48.04+dfsg-5) over (1.48.04+dfsg-2) ...
Selecting previously unselected package espeak-ng-data:amd64.
Preparing to unpack .../espeak-ng-data_1.49.2+dfsg-1_amd64.deb ...
Unpacking espeak-ng-data:amd64 (1.49.2+dfsg-1) ...
Preparing to unpack .../ethtool_1%3a4.15-0ubuntu1_amd64.deb ...
Unpacking ethtool (1:4.15-0ubuntu1) over (1:4.5-1) ...
Preparing to unpack .../evince-common_3.28.4-0ubuntu1.2_all.deb ...
Unpacking evince-common (3.28.4-0ubuntu1.2) over (3.18.2-1ubuntu4.6) ...
Preparing to unpack .../evince_3.28.4-0ubuntu1.2_amd64.deb ...
Unpacking evince (3.28.4-0ubuntu1.2) over (3.18.2-1ubuntu4.6) ...
Preparing to unpack .../libdjvulibre-text_3.5.27.1-8ubuntu0.4_all.deb ...
Unpacking libdjvulibre-text (3.5.27.1-8ubuntu0.4) over (3.5.27.1-5ubuntu0.1) ...
Preparing to unpack .../libdjvulibre21_3.5.27.1-8ubuntu0.4_amd64.deb ...
Unpacking libdjvulibre21:amd64 (3.5.27.1-8ubuntu0.4) over (3.5.27.1-5ubuntu0.1) ...
Preparing to unpack .../libgxps2_0.3.0-2_amd64.deb ...
Unpacking libgxps2:amd64 (0.3.0-2) over (0.2.3.2-1) ...
Preparing to unpack .../libkpathsea6_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) over (2015.20160222.37495-1ubuntu0.1) ...
Preparing to unpack .../libpoppler-glib8_0.62.0-2ubuntu2.12_amd64.deb ...
Unpacking libpoppler-glib8:amd64 (0.62.0-2ubuntu2.12) over (0.41.0-0ubuntu1.16) ...
Preparing to unpack .../libspectre1_0.2.8-1_amd64.deb ...
Unpacking libspectre1:amd64 (0.2.8-1) over (0.2.7-3ubuntu2) ...
Preparing to unpack .../libevdocument3-4_3.28.4-0ubuntu1.2_amd64.deb ...
Unpacking libevdocument3-4:amd64 (3.28.4-0ubuntu1.2) over (3.18.2-1ubuntu4.6) ...
Preparing to unpack .../libevview3-3_3.28.4-0ubuntu1.2_amd64.deb ...
Unpacking libevview3-3:amd64 (3.28.4-0ubuntu1.2) over (3.18.2-1ubuntu4.6) ...
Preparing to unpack .../example-content_50_all.deb ...
Unpacking example-content (50) over (49) ...
Preparing to unpack .../libfakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2ubuntu1) over (1.20.2-1ubuntu1) ...
Preparing to unpack .../fakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) over (1.20.2-1ubuntu1) ...
Preparing to unpack .../file-roller_3.28.0-1ubuntu1.3_amd64.deb ...
Unpacking file-roller (3.28.0-1ubuntu1.3) over (3.16.5-0ubuntu1.5) ...
Preparing to unpack .../firefox_94.0+build3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking firefox (94.0+build3-0ubuntu0.18.04.1) over (88.0+build2-0ubuntu0.16.04.1) ...
Preparing to unpack .../firefox-locale-en_94.0+build3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking firefox-locale-en (94.0+build3-0ubuntu0.18.04.1) over (88.0+build2-0ubuntu0.16.04.1) ...
Preparing to unpack .../flashplugin-installer_32.0.0.465ubuntu0.18.04.2_amd64.deb ...
Unpacking flashplugin-installer (32.0.0.465ubuntu0.18.04.2) over (32.0.0.465ubuntu0.16.04.2) ...
Selecting previously unselected package fonts-lohit-beng-bengali.
Preparing to unpack .../fonts-lohit-beng-bengali_2.91.5-1_all.deb ...
Unpacking fonts-lohit-beng-bengali (2.91.5-1) ...
Selecting previously unselected package fonts-lohit-beng-assamese.
Preparing to unpack .../fonts-lohit-beng-assamese_2.91.5-1_all.deb ...
Unpacking fonts-lohit-beng-assamese (2.91.5-1) ...
Selecting previously unselected package fonts-beng-extra.
Preparing to unpack .../fonts-beng-extra_1.0-6ubuntu0.1_all.deb ...
Unpacking fonts-beng-extra (1.0-6ubuntu0.1) ...
Selecting previously unselected package fonts-beng.
Preparing to unpack .../fonts-beng_2%3a1.2_all.deb ...
Unpacking fonts-beng (2:1.2) ...
Selecting previously unselected package fonts-lohit-deva.
Preparing to unpack .../fonts-lohit-deva_2.95.4-2_all.deb ...
Unpacking fonts-lohit-deva (2.95.4-2) ...
Selecting previously unselected package fonts-sahadeva.
Preparing to unpack .../fonts-sahadeva_1.0-4_all.deb ...
Unpacking fonts-sahadeva (1.0-4) ...
Selecting previously unselected package fonts-nakula.
Preparing to unpack .../fonts-nakula_1.0-3_all.deb ...
Unpacking fonts-nakula (1.0-3) ...
Selecting previously unselected package fonts-samyak-deva.
Preparing to unpack .../fonts-samyak-deva_1.2.2-4_all.deb ...
Unpacking fonts-samyak-deva (1.2.2-4) ...
Selecting previously unselected package fonts-deva.
Preparing to unpack .../fonts-deva_2%3a1.2_all.deb ...
Unpacking fonts-deva (2:1.2) ...
Selecting previously unselected package fonts-gargi.
Preparing to unpack .../fonts-gargi_2.0-4_all.deb ...
Unpacking fonts-gargi (2.0-4) ...
Selecting previously unselected package fonts-gubbi.
Preparing to unpack .../fonts-gubbi_1.3-3_all.deb ...
Unpacking fonts-gubbi (1.3-3) ...
Selecting previously unselected package fonts-lohit-gujr.
Preparing to unpack .../fonts-lohit-gujr_2.92.4-2_all.deb ...
Unpacking fonts-lohit-gujr (2.92.4-2) ...
Selecting previously unselected package fonts-samyak-gujr.
Preparing to unpack .../fonts-samyak-gujr_1.2.2-4_all.deb ...
Unpacking fonts-samyak-gujr (1.2.2-4) ...
Selecting previously unselected package fonts-gujr-extra.
Preparing to unpack .../fonts-gujr-extra_1.0-6ubuntu0.1_all.deb ...
Unpacking fonts-gujr-extra (1.0-6ubuntu0.1) ...
Selecting previously unselected package fonts-gujr.
Preparing to unpack .../fonts-gujr_2%3a1.2_all.deb ...
Unpacking fonts-gujr (2:1.2) ...
Preparing to unpack .../fonts-guru-extra_2.0-4ubuntu0.1_all.deb ...
Unpacking fonts-guru-extra (2.0-4ubuntu0.1) over (2.0-3) ...
Selecting previously unselected package fonts-lohit-knda.
Preparing to unpack .../fonts-lohit-knda_2.5.4-1_all.deb ...
Unpacking fonts-lohit-knda (2.5.4-1) ...
Selecting previously unselected package fonts-navilu.
Preparing to unpack .../fonts-navilu_1.2-2_all.deb ...
Unpacking fonts-navilu (1.2-2) ...
Selecting previously unselected package fonts-knda.
Preparing to unpack .../fonts-knda_2%3a1.2_all.deb ...
Unpacking fonts-knda (2:1.2) ...
Selecting previously unselected package fonts-lohit-mlym.
Preparing to unpack .../fonts-lohit-mlym_2.92.2-1_all.deb ...
Unpacking fonts-lohit-mlym (2.92.2-1) ...
Selecting previously unselected package fonts-samyak-mlym.
Preparing to unpack .../fonts-samyak-mlym_1.2.2-4_all.deb ...
Unpacking fonts-samyak-mlym (1.2.2-4) ...
Selecting previously unselected package fonts-mlym.
Preparing to unpack .../fonts-mlym_2%3a1.2_all.deb ...
Unpacking fonts-mlym (2:1.2) ...
Selecting previously unselected package fonts-lohit-orya.
Preparing to unpack .../fonts-lohit-orya_2.91.2-1_all.deb ...
Unpacking fonts-lohit-orya (2.91.2-1) ...
Selecting previously unselected package fonts-orya-extra.
Preparing to unpack .../fonts-orya-extra_2.0-5ubuntu0.1_all.deb ...
Unpacking fonts-orya-extra (2.0-5ubuntu0.1) ...
Selecting previously unselected package fonts-orya.
Preparing to unpack .../fonts-orya_2%3a1.2_all.deb ...
Unpacking fonts-orya (2:1.2) ...
Selecting previously unselected package fonts-pagul.
Preparing to unpack .../fonts-pagul_1.0-7_all.deb ...
Unpacking fonts-pagul (1.0-7) ...
Selecting previously unselected package fonts-lohit-taml.
Preparing to unpack .../fonts-lohit-taml_2.91.3-1_all.deb ...
Unpacking fonts-lohit-taml (2.91.3-1) ...
Selecting previously unselected package fonts-samyak-taml.
Preparing to unpack .../fonts-samyak-taml_1.2.2-4_all.deb ...
Unpacking fonts-samyak-taml (1.2.2-4) ...
Selecting previously unselected package fonts-lohit-taml-classical.
Preparing to unpack .../fonts-lohit-taml-classical_2.5.4-1_all.deb ...
Unpacking fonts-lohit-taml-classical (2.5.4-1) ...
Selecting previously unselected package fonts-taml.
Preparing to unpack .../fonts-taml_2%3a1.3_all.deb ...
Unpacking fonts-taml (2:1.3) ...
Selecting previously unselected package fonts-lohit-telu.
Preparing to unpack .../fonts-lohit-telu_2.5.5-1_all.deb ...
Unpacking fonts-lohit-telu (2.5.5-1) ...
Selecting previously unselected package fonts-telu-extra.
Preparing to unpack .../fonts-telu-extra_2.0-4_all.deb ...
Unpacking fonts-telu-extra (2.0-4) ...
Selecting previously unselected package fonts-telu.
Preparing to unpack .../fonts-telu_2%3a1.2_all.deb ...
Unpacking fonts-telu (2:1.2) ...
Selecting previously unselected package fonts-indic.
Preparing to unpack .../fonts-indic_2%3a1.2_all.deb ...
Unpacking fonts-indic (2:1.2) ...
Preparing to unpack .../fonts-lao_0.0.20060226-9ubuntu1_all.deb ...
Unpacking fonts-lao (0.0.20060226-9ubuntu1) over (0.0.20060226-9) ...
Selecting previously unselected package fonts-liberation2.
Preparing to unpack .../fonts-liberation2_2.00.1-7~18.04.2_all.deb ...
Unpacking fonts-liberation2 (2.00.1-7~18.04.2) ...
Preparing to unpack .../fonts-lohit-guru_2.91.2-1_all.deb ...
Unpacking fonts-lohit-guru (2.91.2-1) over (2.5.3-2) ...
Preparing to unpack .../fonts-noto-cjk_1%3a20190409+repack1-0ubuntu0.18.04_all.deb ...
Unpacking fonts-noto-cjk (1:20190409+repack1-0ubuntu0.18.04) over (1:1.004+repack2-1~ubuntu1) ...
Selecting previously unselected package fonts-noto-color-emoji.
Preparing to unpack .../fonts-noto-color-emoji_0~20180810-0ubuntu1_all.deb ...
Unpacking fonts-noto-color-emoji (0~20180810-0ubuntu1) ...
Selecting previously unselected package fonts-noto-mono.
Preparing to unpack .../fonts-noto-mono_20171026-2_all.deb ...
Unpacking fonts-noto-mono (20171026-2) ...
Selecting previously unselected package fonts-sarai.
Preparing to unpack .../fonts-sarai_1.0-2_all.deb ...
Unpacking fonts-sarai (1.0-2) ...
Preparing to unpack .../fonts-sil-padauk_3.003-1_all.deb ...
Unpacking fonts-sil-padauk (3.003-1) over (2.80-2) ...
Preparing to unpack .../fonts-symbola_2.60-1_all.deb ...
Unpacking fonts-symbola (2.60-1) over (2.59-1) ...
Preparing to unpack .../fonts-tlwg-garuda-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-garuda-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-garuda_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-garuda (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-kinnari-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-kinnari-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-kinnari_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-kinnari (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-laksaman-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-laksaman-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-laksaman_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-laksaman (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-loma-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-loma-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-loma_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-loma (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-mono-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-mono-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-mono_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-mono (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-norasi-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-norasi-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-norasi_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-norasi (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-purisa-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-purisa-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-purisa_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-purisa (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-sawasdee-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-sawasdee-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-sawasdee_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-sawasdee (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typewriter-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typewriter-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typewriter_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typewriter (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typist-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typist-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typist_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typist (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typo-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typo-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-typo_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-typo (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-umpush-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-umpush-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-umpush_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-umpush (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-waree-ttf_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-waree-ttf (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-tlwg-waree_1%3a0.6.4-2_all.deb ...
Unpacking fonts-tlwg-waree (1:0.6.4-2) over (1:0.6.2-2.1) ...
Preparing to unpack .../fonts-thai-tlwg_1%3a0.6.4-2_all.deb ...
Unpacking fonts-thai-tlwg (1:0.6.4-2) over (1:0.6.2-2.1) ...
Selecting previously unselected package fwupd-signed.
Preparing to unpack .../fwupd-signed_1.10~ubuntu18.04.6+1.2.14-0~18.04.2_amd64.deb ...
Unpacking fwupd-signed (1.10~ubuntu18.04.6+1.2.14-0~18.04.2) ...
Preparing to unpack .../fwupdate-signed_12-7~ubuntu18.04.3_amd64.deb ...
Unpacking fwupdate-signed (12-7~ubuntu18.04.3) over (1.11.3+0.5-2ubuntu7) ...
Preparing to unpack .../fwupdate_12-7~ubuntu18.04.3_amd64.deb ...
Unpacking fwupdate (12-7~ubuntu18.04.3) over (0.5-2ubuntu7) ...
Preparing to unpack .../gcc-6-base_6.5.0-2ubuntu1~18.04_amd64.deb ...
Unpacking gcc-6-base:amd64 (6.5.0-2ubuntu1~18.04) over (6.0.1-0ubuntu1) ...
Preparing to unpack .../libgconf-2-4_3.2.6-4ubuntu1_amd64.deb ...
Unpacking libgconf-2-4:amd64 (3.2.6-4ubuntu1) over (3.2.6-3ubuntu6) ...
Preparing to unpack .../gconf2_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf2 (3.2.6-4ubuntu1) over (3.2.6-3ubuntu6) ...
Preparing to unpack .../gconf-service_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service (3.2.6-4ubuntu1) over (3.2.6-3ubuntu6) ...
Preparing to unpack .../gconf-service-backend_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service-backend (3.2.6-4ubuntu1) over (3.2.6-3ubuntu6) ...
Preparing to unpack .../gconf2-common_3.2.6-4ubuntu1_all.deb ...
Unpacking gconf2-common (3.2.6-4ubuntu1) over (3.2.6-3ubuntu6) ...
Preparing to unpack .../libbabeltrace-ctf1_1.5.5-1_all.deb ...
Unpacking libbabeltrace-ctf1 (1.5.5-1) over (1.3.2-1) ...
Preparing to unpack .../libbabeltrace1_1.5.5-1_amd64.deb ...
Unpacking libbabeltrace1:amd64 (1.5.5-1) over (1.3.2-1) ...
Preparing to unpack .../gdb_8.1.1-0ubuntu1_amd64.deb ...
Unpacking gdb (8.1.1-0ubuntu1) over (7.11.1-0ubuntu1~16.5) ...
Preparing to unpack .../gdbserver_8.1.1-0ubuntu1_amd64.deb ...
Unpacking gdbserver (8.1.1-0ubuntu1) over (7.11.1-0ubuntu1~16.5) ...
Preparing to unpack .../libgeoclue0_0.12.99-4ubuntu2_amd64.deb ...
Unpacking libgeoclue0:amd64 (0.12.99-4ubuntu2) over (0.12.99-4ubuntu1) ...
Preparing to unpack .../geoclue_0.12.99-4ubuntu2_amd64.deb ...
Unpacking geoclue (0.12.99-4ubuntu2) over (0.12.99-4ubuntu1) ...
Preparing to unpack .../geoclue-ubuntu-geoip_1.0.2+18.04.20180223-0ubuntu1_amd64.deb ...
Unpacking geoclue-ubuntu-geoip (1.0.2+18.04.20180223-0ubuntu1) over (1.0.2+14.04.20131125-0ubuntu2.16.04.1) ...
Preparing to unpack .../gir1.2-appindicator3-0.1_12.10.1+18.04.20200408.1-0ubuntu1_amd64.deb ...
Unpacking gir1.2-appindicator3-0.1 (12.10.1+18.04.20200408.1-0ubuntu1) over (12.10.1+16.04.20170215-0ubuntu1) ...
Preparing to unpack .../gir1.2-dee-1.0_1.2.7+17.10.20170616-0ubuntu4_amd64.deb ...
Unpacking gir1.2-dee-1.0 (1.2.7+17.10.20170616-0ubuntu4) over (1.2.7+15.04.20150304-0ubuntu2) ...
Preparing to unpack .../gir1.2-gdata-0.0_0.17.9-2_amd64.deb ...
Unpacking gir1.2-gdata-0.0:amd64 (0.17.9-2) over (0.17.4-1) ...
Selecting previously unselected package gir1.2-gmenu-3.0:amd64.
Preparing to unpack .../gir1.2-gmenu-3.0_3.13.3-11ubuntu1.1_amd64.deb ...
Unpacking gir1.2-gmenu-3.0:amd64 (3.13.3-11ubuntu1.1) ...
Preparing to unpack .../gir1.2-gudev-1.0_1%3a232-2_amd64.deb ...
Unpacking gir1.2-gudev-1.0:amd64 (1:232-2) over (1:230-2) ...
Preparing to unpack .../gir1.2-udisks-2.0_2.7.6-3ubuntu0.2_amd64.deb ...
Unpacking gir1.2-udisks-2.0:amd64 (2.7.6-3ubuntu0.2) over (2.1.7-1ubuntu1) ...
Preparing to unpack .../gir1.2-unity-5.0_7.1.4+18.04.20180209.1-0ubuntu2_amd64.deb ...
Unpacking gir1.2-unity-5.0:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) over (7.1.4+16.04.20180209.1-0ubuntu1) ...
Selecting previously unselected package libgnome-games-support-common.
Preparing to unpack .../libgnome-games-support-common_1.4.1-1_all.deb ...
Unpacking libgnome-games-support-common (1.4.1-1) ...
Selecting previously unselected package libgnome-games-support-1-3:amd64.
Preparing to unpack .../libgnome-games-support-1-3_1.4.1-1_amd64.deb ...
Unpacking libgnome-games-support-1-3:amd64 (1.4.1-1) ...
Preparing to unpack .../gnome-mines_1%3a3.28.0-1ubuntu1_amd64.deb ...
Unpacking gnome-mines (1:3.28.0-1ubuntu1) over (1:3.18.2-2) ...
Preparing to unpack .../gnome-accessibility-themes_3.28-1ubuntu1_all.deb ...
Unpacking gnome-accessibility-themes (3.28-1ubuntu1) over (3.18.0-2ubuntu2) ...
Preparing to unpack .../gnome-calculator_1%3a3.28.2-1~ubuntu18.04.3_amd64.deb ...
Unpacking gnome-calculator (1:3.28.2-1~ubuntu18.04.3) over (1:3.18.3-0ubuntu1.16.04.1) ...
Selecting previously unselected package gnome-control-center-faces.
Preparing to unpack .../gnome-control-center-faces_1%3a3.28.2-0ubuntu0.18.04.6_all.deb ...
Unpacking gnome-control-center-faces (1:3.28.2-0ubuntu0.18.04.6) ...
Preparing to unpack .../gnome-disk-utility_3.28.3-0ubuntu1~18.04.1_amd64.deb ...
Unpacking gnome-disk-utility (3.28.3-0ubuntu1~18.04.1) over (3.18.3.1-1ubuntu1.1) ...
Preparing to unpack .../gnome-font-viewer_3.28.0-1_amd64.deb ...
Unpacking gnome-font-viewer (3.28.0-1) over (3.16.2-1ubuntu1) ...
Preparing to unpack .../gnome-user-guide_3.28.2+git20180715-0ubuntu0.1_all.deb ...
Unpacking gnome-user-guide (3.28.2+git20180715-0ubuntu0.1) over (3.18.1-1) ...
Preparing to unpack .../ubuntu-docs_18.04.4_all.deb ...
Unpacking ubuntu-docs (18.04.4) over (16.04.4) ...
Selecting previously unselected package gnome-user-docs.
Preparing to unpack .../gnome-user-docs_3.28.2+git20180715-0ubuntu0.1_all.deb ...
Unpacking gnome-user-docs (3.28.2+git20180715-0ubuntu0.1) ...
Selecting previously unselected package gnome-getting-started-docs.
Preparing to unpack .../gnome-getting-started-docs_3.28.2-0ubuntu0.1_all.deb ...
Unpacking gnome-getting-started-docs (3.28.2-0ubuntu0.1) ...
Selecting previously unselected package libsysmetrics1:amd64.
Preparing to unpack .../libsysmetrics1_1.3.2_amd64.deb ...
Unpacking libsysmetrics1:amd64 (1.3.2) ...
Selecting previously unselected package gnome-initial-setup.
Preparing to unpack .../gnome-initial-setup_3.28.0-2ubuntu6.16.04.6_amd64.deb ...
Unpacking gnome-initial-setup (3.28.0-2ubuntu6.16.04.6) ...
Preparing to unpack .../gnome-mahjongg_1%3a3.22.0-3_amd64.deb ...
Unpacking gnome-mahjongg (1:3.22.0-3) over (1:3.18.0-1) ...
Preparing to unpack .../liblouis-data_3.5.0-1ubuntu0.3_all.deb ...
Unpacking liblouis-data (3.5.0-1ubuntu0.3) over (2.6.4-2ubuntu0.4) ...
Selecting previously unselected package liblouis14:amd64.
Preparing to unpack .../liblouis14_3.5.0-1ubuntu0.3_amd64.deb ...
Unpacking liblouis14:amd64 (3.5.0-1ubuntu0.3) ...
Preparing to unpack .../python3-louis_3.5.0-1ubuntu0.3_all.deb ...
Unpacking python3-louis (3.5.0-1ubuntu0.3) over (2.6.4-2ubuntu0.4) ...
Preparing to unpack .../python3-pyatspi_2.26.0+dfsg-1_all.deb ...
Unpacking python3-pyatspi (2.26.0+dfsg-1) over (2.18.0+dfsg-3) ...
Preparing to unpack .../python3-speechd_0.8.8-1ubuntu1_all.deb ...
Unpacking python3-speechd (0.8.8-1ubuntu1) over (0.8.3-1ubuntu3) ...
Preparing to unpack .../libao-common_1.2.2+20180113-1ubuntu1_all.deb ...
Unpacking libao-common (1.2.2+20180113-1ubuntu1) over (1.1.0-3ubuntu1) ...
Preparing to unpack .../libao4_1.2.2+20180113-1ubuntu1_amd64.deb ...
Unpacking libao4:amd64 (1.2.2+20180113-1ubuntu1) over (1.1.0-3ubuntu1) ...
Preparing to unpack .../speech-dispatcher_0.8.8-1ubuntu1_amd64.deb ...
Unpacking speech-dispatcher (0.8.8-1ubuntu1) over (0.8.3-1ubuntu3) ...
Preparing to unpack .../speech-dispatcher-audio-plugins_0.8.8-1ubuntu1_amd64.deb ...
Unpacking speech-dispatcher-audio-plugins:amd64 (0.8.8-1ubuntu1) over (0.8.3-1ubuntu3) ...
Preparing to unpack .../libdotconf0_1.3-0.3fakesync1_amd64.deb ...
Unpacking libdotconf0:amd64 (1.3-0.3fakesync1) over (1.3-0.2) ...
Preparing to unpack .../libspeechd2_0.8.8-1ubuntu1_amd64.deb ...
Unpacking libspeechd2:amd64 (0.8.8-1ubuntu1) over (0.8.3-1ubuntu3) ...
Preparing to unpack .../gnome-orca_3.28.0-3ubuntu1_all.deb ...
Unpacking gnome-orca (3.28.0-3ubuntu1) over (3.18.2-1ubuntu3) ...
Selecting previously unselected package orca.
Preparing to unpack .../orca_3.28.0-3ubuntu1_all.deb ...
Unpacking orca (3.28.0-3ubuntu1) ...
Preparing to unpack .../gnome-power-manager_3.26.0-1_amd64.deb ...
Unpacking gnome-power-manager (3.26.0-1) over (3.18.0-1ubuntu1) ...
Preparing to unpack .../gnome-screensaver_3.6.1-8ubuntu3_amd64.deb ...
Unpacking gnome-screensaver (3.6.1-8ubuntu3) over (3.6.1-7ubuntu4) ...
Preparing to unpack .../gnome-screenshot_3.25.0-0ubuntu2_amd64.deb ...
Unpacking gnome-screenshot (3.25.0-0ubuntu2) over (3.18.0-1ubuntu2) ...
Selecting previously unselected package gnome-software-plugin-snap.
Preparing to unpack .../gnome-software-plugin-snap_3.28.1-0ubuntu4.18.04.15_amd64.deb ...
Unpacking gnome-software-plugin-snap (3.28.1-0ubuntu4.18.04.15) ...
Selecting previously unselected package gnome-startup-applications.
Preparing to unpack .../gnome-startup-applications_3.28.1-0ubuntu3_amd64.deb ...
Unpacking gnome-startup-applications (3.28.1-0ubuntu3) ...
Preparing to unpack .../libqqwing2v5_1.3.4-1.1_amd64.deb ...
Unpacking libqqwing2v5:amd64 (1.3.4-1.1) over (1.3.4-1) ...
Preparing to unpack .../gnome-sudoku_1%3a3.28.0-1_amd64.deb ...
Unpacking gnome-sudoku (1:3.28.0-1) over (1:3.18.4-0ubuntu2) ...
Preparing to unpack .../gnome-system-log_3.9.90-5_amd64.deb ...
Unpacking gnome-system-log (3.9.90-5) over (3.9.90-4) ...
Preparing to unpack .../libatkmm-1.6-1v5_2.24.2-3_amd64.deb ...
Unpacking libatkmm-1.6-1v5:amd64 (2.24.2-3) over (2.24.2-1) ...
Preparing to unpack .../libcairomm-1.0-1v5_1.12.2-3_amd64.deb ...
Unpacking libcairomm-1.0-1v5:amd64 (1.12.2-3) over (1.12.0-1) ...
Preparing to unpack .../libpangomm-1.4-1v5_2.40.1-4_amd64.deb ...
Unpacking libpangomm-1.4-1v5:amd64 (2.40.1-4) over (2.38.1-1) ...
Preparing to unpack .../libgtkmm-3.0-1v5_3.22.2-2_amd64.deb ...
Unpacking libgtkmm-3.0-1v5:amd64 (3.22.2-2) over (3.18.0-1) ...
Preparing to unpack .../gnome-system-monitor_3.28.2-0ubuntu1_amd64.deb ...
Unpacking gnome-system-monitor (3.28.2-0ubuntu1) over (3.18.2-1ubuntu1) ...
Selecting previously unselected package gnome-themes-extra-data.
Preparing to unpack .../gnome-themes-extra-data_3.28-1ubuntu1_all.deb ...
Unpacking gnome-themes-extra-data (3.28-1ubuntu1) ...
Selecting previously unselected package gtk2-engines-pixbuf:amd64.
Preparing to unpack .../gtk2-engines-pixbuf_2.24.32-1ubuntu1_amd64.deb ...
Unpacking gtk2-engines-pixbuf:amd64 (2.24.32-1ubuntu1) ...
Selecting previously unselected package gnome-themes-extra:amd64.
Preparing to unpack .../gnome-themes-extra_3.28-1ubuntu1_amd64.deb ...
Unpacking gnome-themes-extra:amd64 (3.28-1ubuntu1) ...
Selecting previously unselected package gnome-todo-common.
Preparing to unpack .../gnome-todo-common_3.28.1-1_all.deb ...
Unpacking gnome-todo-common (3.28.1-1) ...
Selecting previously unselected package libgnome-todo.
Preparing to unpack .../libgnome-todo_3.28.1-1_amd64.deb ...
Unpacking libgnome-todo (3.28.1-1) ...
Selecting previously unselected package gnome-todo.
Preparing to unpack .../gnome-todo_3.28.1-1_amd64.deb ...
Unpacking gnome-todo (3.28.1-1) ...
Selecting previously unselected package libapache2-mod-dnssd.
Preparing to unpack .../libapache2-mod-dnssd_0.6-3.2_amd64.deb ...
Unpacking libapache2-mod-dnssd (0.6-3.2) ...
Preparing to unpack .../gnome-user-share_3.18.3-3_amd64.deb ...
Unpacking gnome-user-share (3.18.3-3) over (3.14.2-2ubuntu4) ...
Preparing to unpack .../grub-efi-amd64-signed_1.167~18.04.5+2.04-1ubuntu44.1.2_amd64.deb ...
Unpacking grub-efi-amd64-signed (1.167~18.04.5+2.04-1ubuntu44.1.2) over (1.167~16.04.6+2.04-1ubuntu44.1.2) ...
Selecting previously unselected package libgraphene-1.0-0:amd64.
Preparing to unpack .../libgraphene-1.0-0_1.8.0-1_amd64.deb ...
Unpacking libgraphene-1.0-0:amd64 (1.8.0-1) ...
Selecting previously unselected package gstreamer1.0-gl:amd64.
Preparing to unpack .../gstreamer1.0-gl_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-gl:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Selecting previously unselected package gstreamer1.0-gtk3:amd64.
Preparing to unpack .../gstreamer1.0-gtk3_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking gstreamer1.0-gtk3:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Selecting previously unselected package libbluray2:amd64.
Preparing to unpack .../libbluray2_1%3a1.0.2-3_amd64.deb ...
Unpacking libbluray2:amd64 (1:1.0.2-3) ...
Preparing to unpack .../libssh-gcrypt-4_0.8.0~20170825.94fa1e38-1ubuntu0.7_amd64.deb ...
Unpacking libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.7) over (0.6.3-4.3ubuntu0.6) ...
Selecting previously unselected package libavformat57:amd64.
Preparing to unpack .../libavformat57_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libavformat57:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package libavresample3:amd64.
Preparing to unpack .../libavresample3_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libavresample3:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package libmysofa0:amd64.
Preparing to unpack .../libmysofa0_0.6~dfsg0-3+deb10u1build1_amd64.deb ...
Unpacking libmysofa0:amd64 (0.6~dfsg0-3+deb10u1build1) ...
Selecting previously unselected package libpostproc54:amd64.
Preparing to unpack .../libpostproc54_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libpostproc54:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package librubberband2:amd64.
Preparing to unpack .../librubberband2_1.8.1-7ubuntu2_amd64.deb ...
Unpacking librubberband2:amd64 (1.8.1-7ubuntu2) ...
Selecting previously unselected package libswscale4:amd64.
Preparing to unpack .../libswscale4_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libswscale4:amd64 (7:3.4.8-0ubuntu0.2) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../libnorm1_1.5r6+dfsg1-6_amd64.deb ...
Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ...
Selecting previously unselected package libpgm-5.2-0:amd64.
Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ...
Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ...
Preparing to unpack .../libzmq5_4.2.5-1ubuntu0.2_amd64.deb ...
Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) over (4.1.4-7ubuntu0.1) ...
Selecting previously unselected package libavfilter6:amd64.
Preparing to unpack .../libavfilter6_7%3a3.4.8-0ubuntu0.2_amd64.deb ...
Unpacking libavfilter6:amd64 (7:3.4.8-0ubuntu0.2) ...
Preparing to unpack .../gstreamer1.0-libav_1.14.5-0ubuntu1~18.04.1_amd64.deb ...
Unpacking gstreamer1.0-libav:amd64 (1.14.5-0ubuntu1~18.04.1) over (1.8.3-1ubuntu0.2) ...
Selecting previously unselected package libva-wayland2:amd64.
Preparing to unpack .../libva-wayland2_2.1.0-3_amd64.deb ...
Unpacking libva-wayland2:amd64 (2.1.0-3) ...
Selecting previously unselected package gstreamer1.0-vaapi:amd64.
Preparing to unpack .../gstreamer1.0-vaapi_1.14.5-0ubuntu1~ubuntu18.04.1_amd64.deb ...
Unpacking gstreamer1.0-vaapi:amd64 (1.14.5-0ubuntu1~ubuntu18.04.1) ...
Preparing to unpack .../gucharmap_1%3a10.0.4-1_amd64.deb ...
Unpacking gucharmap (1:10.0.4-1) over (1:3.18.2-1ubuntu1) ...
Preparing to unpack .../libgucharmap-2-90-7_1%3a10.0.4-1_amd64.deb ...
Unpacking libgucharmap-2-90-7:amd64 (1:10.0.4-1) over (1:3.18.2-1ubuntu1) ...
Preparing to unpack .../hwdata_0.290-1ubuntu0.18.04.1_all.deb ...
Unpacking hwdata (0.290-1ubuntu0.18.04.1) over (0.267-1ubuntu2) ...
Preparing to unpack .../openoffice.org-hyphenation_0.10_all.deb ...
Unpacking openoffice.org-hyphenation (0.10) over (0.9) ...
Selecting previously unselected package hyphen-fi.
Preparing to unpack .../hyphen-fi_0.10_all.deb ...
Unpacking hyphen-fi (0.10) ...
Selecting previously unselected package hyphen-ga.
Preparing to unpack .../hyphen-ga_0.10_all.deb ...
Unpacking hyphen-ga (0.10) ...
Selecting previously unselected package hyphen-id.
Preparing to unpack .../hyphen-id_0.10_all.deb ...
Unpacking hyphen-id (0.10) ...
Selecting previously unselected package hyphen-en-ca.
Preparing to unpack .../hyphen-en-ca_0.10_all.deb ...
Unpacking hyphen-en-ca (0.10) ...
Preparing to unpack .../hyphen-en-us_2.8.8-5_all.deb ...
Unpacking hyphen-en-us (2.8.8-5) over (2.8.8-2ubuntu1) ...
Preparing to unpack .../ibus-gtk_1.5.17-3ubuntu5.3_amd64.deb ...
Unpacking ibus-gtk:amd64 (1.5.17-3ubuntu5.3) over (1.5.11-1ubuntu2.4) ...
Preparing to unpack .../ibus-gtk3_1.5.17-3ubuntu5.3_amd64.deb ...
Unpacking ibus-gtk3:amd64 (1.5.17-3ubuntu5.3) over (1.5.11-1ubuntu2.4) ...
Preparing to unpack .../ibus-table_1.9.14-3_all.deb ...
Unpacking ibus-table (1.9.14-3) over (1.9.1-3ubuntu2) ...
Selecting previously unselected package iio-sensor-proxy.
Preparing to unpack .../iio-sensor-proxy_2.4-2_amd64.deb ...
Unpacking iio-sensor-proxy (2.4-2) ...
Preparing to unpack .../indicator-application_12.10.1+18.04.20190308.1-0ubuntu1_amd64.deb ...
Unpacking indicator-application (12.10.1+18.04.20190308.1-0ubuntu1) over (12.10.1+16.04.20170120-0ubuntu1) ...
Preparing to unpack .../indicator-appmenu_15.02.0+16.10.20160927-0ubuntu3_amd64.deb ...
Unpacking indicator-appmenu (15.02.0+16.10.20160927-0ubuntu3) over (15.02.0+16.04.20151104-0ubuntu1) ...
Preparing to unpack .../indicator-messages_13.10.1+17.04.20170120-0ubuntu2_amd64.deb ...
Unpacking indicator-messages (13.10.1+17.04.20170120-0ubuntu2) over (13.10.1+15.10.20150505-0ubuntu1) ...
Preparing to unpack .../intel-gpu-tools_1.22-1_amd64.deb ...
Unpacking intel-gpu-tools (1.22-1) over (1.14-1) ...
Preparing to unpack .../iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ...
Unpacking iputils-arping (3:20161105-1ubuntu3) over (3:20121221-5ubuntu2) ...
Preparing to unpack .../iucode-tool_2.3.1-1_amd64.deb ...
Unpacking iucode-tool (2.3.1-1) over (1.5.1-1ubuntu0.1) ...
Selecting previously unselected package kerneloops.
Preparing to unpack .../kerneloops_0.12+git20140509-6ubuntu2_amd64.deb ...
Unpacking kerneloops (0.12+git20140509-6ubuntu2) ...
Preparing to unpack .../laptop-detect_0.16_all.deb ...
Unpacking laptop-detect (0.16) over (0.13.7ubuntu2) ...
Preparing to unpack .../libaacs0_0.9.0-1_amd64.deb ...
Unpacking libaacs0:amd64 (0.9.0-1) over (0.8.1-1) ...
Preparing to unpack .../libaccounts-qt5-1_1.15+17.04.20161104.1-0ubuntu1_amd64.deb ...
Unpacking libaccounts-qt5-1:amd64 (1.15+17.04.20161104.1-0ubuntu1) over (1.14+16.04.20151106.1-0ubuntu1) ...
Preparing to unpack .../libavahi-ui-gtk3-0_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-ui-gtk3-0:amd64 (0.7-3.1ubuntu1.3) over (0.6.32~rc+dfsg-1ubuntu2.3) ...
Preparing to unpack .../libbdplus0_0.1.2-2_amd64.deb ...
Unpacking libbdplus0:amd64 (0.1.2-2) over (0.1.2-1) ...
Selecting previously unselected package libvolume-key1.
Preparing to unpack .../libvolume-key1_0.3.9-4_amd64.deb ...
Unpacking libvolume-key1 (0.3.9-4) ...
Selecting previously unselected package libblockdev-crypto2:amd64.
Preparing to unpack .../libblockdev-crypto2_2.16-2_amd64.deb ...
Unpacking libblockdev-crypto2:amd64 (2.16-2) ...
Preparing to unpack .../libcanberra-gtk0_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra-gtk0:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Preparing to unpack .../libcanberra-gtk-module_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra-gtk-module:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Selecting previously unselected package libcapnp-0.6.1:amd64.
Preparing to unpack .../libcapnp-0.6.1_0.6.1-1ubuntu1_amd64.deb ...
Unpacking libcapnp-0.6.1:amd64 (0.6.1-1ubuntu1) ...
Preparing to unpack .../libclutter-1.0-common_1.26.2+dfsg-4_all.deb ...
Unpacking libclutter-1.0-common (1.26.2+dfsg-4) over (1.24.2-1) ...
Preparing to unpack .../libcogl-common_1.22.2-3ubuntu1_all.deb ...
Unpacking libcogl-common (1.22.2-3ubuntu1) over (1.22.0-2) ...
Preparing to unpack .../libcurl3_7.58.0-2ubuntu2_amd64.deb ...
Unpacking libcurl3:amd64 (7.58.0-2ubuntu2) over (7.47.0-1ubuntu2.19) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../libdata-dump-perl_1.23-1_all.deb ...
Unpacking libdata-dump-perl (1.23-1) ...
Preparing to unpack .../libdbusmenu-qt2_0.9.3+16.04.20160218-1ubuntu1_amd64.deb ...
Unpacking libdbusmenu-qt2:amd64 (0.9.3+16.04.20160218-1ubuntu1) over (0.9.3+16.04.20160218-0ubuntu1) ...
Selecting previously unselected package libpcaudio0.
Preparing to unpack .../libpcaudio0_1.0-1_amd64.deb ...
Unpacking libpcaudio0 (1.0-1) ...
Selecting previously unselected package libespeak-ng1:amd64.
Preparing to unpack .../libespeak-ng1_1.49.2+dfsg-1_amd64.deb ...
Unpacking libespeak-ng1:amd64 (1.49.2+dfsg-1) ...
Selecting previously unselected package libevent-2.1-6:amd64.
Preparing to unpack .../libevent-2.1-6_2.1.8-stable-4build1_amd64.deb ...
Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4build1) ...
Preparing to unpack .../libexiv2-14_0.25-3.1ubuntu0.18.04.11_amd64.deb ...
Unpacking libexiv2-14:amd64 (0.25-3.1ubuntu0.18.04.11) over (0.25-2.1ubuntu16.04.6) ...
Preparing to unpack .../libfile-mimeinfo-perl_0.28-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.28-1) over (0.27-1) ...
Preparing to unpack .../libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) over (1.20-1) ...
Preparing to unpack .../libwinpr-sysinfo0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-sysinfo0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-primitives1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-primitives1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-handle0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-handle0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-interlocked0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-interlocked0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-thread0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-thread0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-synch0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-synch0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-crt0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-crt0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-utils0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-utils0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-pool0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-pool0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-registry0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-registry0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-codec1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-codec1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-library0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-library0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-environment0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-environment0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-heap0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-heap0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-path0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-path0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-common1.1.0_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-common1.1.0:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-utils1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-utils1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-file0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-file0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-crypto1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-crypto1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-input0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-input0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-locale1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-locale1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-dsparse0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-dsparse0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-rpc0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-rpc0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libwinpr-sspi0.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libwinpr-sspi0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-core1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-core1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-cache1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-cache1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-client1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-client1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Selecting previously unselected package libwinpr2-2:amd64.
Preparing to unpack .../libwinpr2-2_2.2.0+dfsg1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libwinpr2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Selecting previously unselected package libfreerdp2-2:amd64.
Preparing to unpack .../libfreerdp2-2_2.2.0+dfsg1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libfreerdp2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Selecting previously unselected package libfreerdp-client2-2:amd64.
Preparing to unpack .../libfreerdp-client2-2_2.2.0+dfsg1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libfreerdp-client2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Preparing to unpack .../libfreerdp-gdi1.1_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-gdi1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Preparing to unpack .../libfreerdp-plugins-standard_1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2_amd64.deb ...
Unpacking libfreerdp-plugins-standard:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) over (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.4) ...
Selecting previously unselected package libgdk-pixbuf2.0-bin.
Preparing to unpack .../libgdk-pixbuf2.0-bin_2.36.11-2_amd64.deb ...
Unpacking libgdk-pixbuf2.0-bin (2.36.11-2) ...
Preparing to unpack .../libgexiv2-2_0.10.8-1_amd64.deb ...
Unpacking libgexiv2-2:amd64 (0.10.8-1) over (0.10.3-2) ...
Preparing to unpack .../libgmime-2.6-0_2.6.23+dfsg1-2_amd64.deb ...
Unpacking libgmime-2.6-0:amd64 (2.6.23+dfsg1-2) over (2.6.20-1) ...
Preparing to unpack .../libgphoto2-l10n_2.5.16-2_all.deb ...
Unpacking libgphoto2-l10n (2.5.16-2) over (2.5.9-3) ...
Preparing to unpack .../libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ...
Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) over (1.40-0ubuntu1) ...
Preparing to unpack .../libgpod-common_0.8.3-11_amd64.deb ...
Unpacking libgpod-common (0.8.3-11) over (0.8.3-6ubuntu2) ...
Preparing to unpack .../libgtkglext1_1.2.0-8_amd64.deb ...
Unpacking libgtkglext1:amd64 (1.2.0-8) over (1.2.0-3.2fakesync1ubuntu1) ...
Preparing to unpack .../libgtkspell3-3-0_3.0.9-2_amd64.deb ...
Unpacking libgtkspell3-3-0:amd64 (3.0.9-2) over (3.0.7-2) ...
Preparing to unpack .../libhtml-format-perl_2.12-1_all.deb ...
Unpacking libhtml-format-perl (2.12-1) over (2.11-2) ...
Preparing to unpack .../libhud2_14.10+17.10.20170619-0ubuntu2_amd64.deb ...
Unpacking libhud2:amd64 (14.10+17.10.20170619-0ubuntu2) over (14.10+16.04.20160415-0ubuntu1) ...
Preparing to unpack .../libipc-system-simple-perl_1.25-4_all.deb ...
Unpacking libipc-system-simple-perl (1.25-4) over (1.25-3) ...
Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2_amd64.deb ...
Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2) over (1:6.0-1ubuntu2~16.04.1) ...
Preparing to unpack .../liblouisutdml-data_2.7.0-1_all.deb ...
Unpacking liblouisutdml-data (2.7.0-1) over (2.5.0-3) ...
Selecting previously unselected package liblouisutdml8:amd64.
Preparing to unpack .../liblouisutdml8_2.7.0-1_amd64.deb ...
Unpacking liblouisutdml8:amd64 (2.7.0-1) ...
Preparing to unpack .../libmad0_0.15.1b-9ubuntu18.04.1_amd64.deb ...
Unpacking libmad0:amd64 (0.15.1b-9ubuntu18.04.1) over (0.15.1b-9ubuntu16.04.1) ...
Preparing to unpack .../libwmf0.2-7_0.2.8.4-12_amd64.deb ...
Unpacking libwmf0.2-7:amd64 (0.2.8.4-12) over (0.2.8.4-10.5ubuntu1) ...
Preparing to unpack .../libwmf0.2-7-gtk_0.2.8.4-12_amd64.deb ...
Unpacking libwmf0.2-7-gtk (0.2.8.4-12) over (0.2.8.4-10.5ubuntu1) ...
Selecting previously unselected package libmagickcore-6.q16-3-extra:amd64.
Preparing to unpack .../libmagickcore-6.q16-3-extra_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Preparing to unpack .../libmircore1_0.31.1-0ubuntu1_amd64.deb ...
Unpacking libmircore1:amd64 (0.31.1-0ubuntu1) over (0.26.3+16.04.20170605-0ubuntu1.1) ...
Preparing to unpack .../libmircommon7_0.31.1-0ubuntu1_amd64.deb ...
Unpacking libmircommon7:amd64 (0.31.1-0ubuntu1) over (0.26.3+16.04.20170605-0ubuntu1.1) ...
Selecting previously unselected package libprotobuf-lite10:amd64.
Preparing to unpack .../libprotobuf-lite10_3.0.0-9.1ubuntu1_amd64.deb ...
Unpacking libprotobuf-lite10:amd64 (3.0.0-9.1ubuntu1) ...
Preparing to unpack .../libmirprotobuf3_0.31.1-0ubuntu1_amd64.deb ...
Unpacking libmirprotobuf3:amd64 (0.31.1-0ubuntu1) over (0.26.3+16.04.20170605-0ubuntu1.1) ...
Preparing to unpack .../libmirclient9_0.31.1-0ubuntu1_amd64.deb ...
Unpacking libmirclient9:amd64 (0.31.1-0ubuntu1) over (0.26.3+16.04.20170605-0ubuntu1.1) ...
Preparing to unpack .../libnatpmp1_20150609-2_amd64.deb ...
Unpacking libnatpmp1 (20150609-2) over (20110808-4) ...
Preparing to unpack .../netpbm_2%3a10.0-15.3build1_amd64.deb ...
Unpacking netpbm (2:10.0-15.3build1) over (2:10.0-15.3) ...
Preparing to unpack .../libnetpbm10_2%3a10.0-15.3build1_amd64.deb ...
Unpacking libnetpbm10 (2:10.0-15.3build1) over (2:10.0-15.3) ...
Preparing to unpack .../libnm-glib-vpn1_1.10.6-2ubuntu1.4_amd64.deb ...
Unpacking libnm-glib-vpn1:amd64 (1.10.6-2ubuntu1.4) over (1.2.6-0ubuntu0.16.04.3) ...
Preparing to unpack .../libnss-mdns_0.10-8ubuntu1_amd64.deb ...
Unpacking libnss-mdns:amd64 (0.10-8ubuntu1) over (0.10-7) ...
Preparing to unpack .../libpam-gnome-keyring_3.28.0.2-1ubuntu1.18.04.1_amd64.deb ...
Unpacking libpam-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) over (3.18.3-0ubuntu2.1) ...
Preparing to unpack .../libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ...
Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) over (1.1.24+nmu4ubuntu1) ...
Preparing to unpack .../libpcre16-3_2%3a8.39-9_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-9) over (2:8.38-3.1) ...
Selecting previously unselected package libraw16:amd64.
Preparing to unpack .../libraw16_0.18.8-1ubuntu0.3_amd64.deb ...
Unpacking libraw16:amd64 (0.18.8-1ubuntu0.3) ...
Preparing to unpack .../libsdl1.2debian_1.2.15+dfsg2-0.1ubuntu0.1_amd64.deb ...
Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) over (1.2.15+dfsg1-3ubuntu0.1) ...
Preparing to unpack .../libsdl-ttf2.0-0_2.0.11-4_amd64.deb ...
Unpacking libsdl-ttf2.0-0:amd64 (2.0.11-4) over (2.0.11-3) ...
Preparing to unpack .../libsignon-extension1_8.59+17.10.20170606-0ubuntu1_amd64.deb ...
Unpacking libsignon-extension1:amd64 (8.59+17.10.20170606-0ubuntu1) over (8.58+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../libsignon-plugins-common1_8.59+17.10.20170606-0ubuntu1_amd64.deb ...
Unpacking libsignon-plugins-common1:amd64 (8.59+17.10.20170606-0ubuntu1) over (8.58+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../libsignon-qt5-1_8.59+17.10.20170606-0ubuntu1_amd64.deb ...
Unpacking libsignon-qt5-1:amd64 (8.59+17.10.20170606-0ubuntu1) over (8.58+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../libsqlite0_2.8.17-14fakesync1_amd64.deb ...
Unpacking libsqlite0 (2.8.17-14fakesync1) over (2.8.17-12fakesync1) ...
Preparing to unpack .../libsrtp0_1.4.5~20130609~dfsg-2ubuntu1_amd64.deb ...
Unpacking libsrtp0 (1.4.5~20130609~dfsg-2ubuntu1) over (1.4.5~20130609~dfsg-1.1ubuntu1) ...
Preparing to unpack .../libssh-4_0.8.0~20170825.94fa1e38-1ubuntu0.7_amd64.deb ...
Unpacking libssh-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.7) over (0.6.3-4.3ubuntu0.6) ...
Preparing to unpack .../libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) over (8.6.5+dfsg-2) ...
Preparing to unpack .../libtelepathy-glib0_0.24.1-2_amd64.deb ...
Unpacking libtelepathy-glib0:amd64 (0.24.1-2) over (0.24.1-1.1) ...
Preparing to unpack .../libtk8.6_8.6.8-4_amd64.deb ...
Unpacking libtk8.6:amd64 (8.6.8-4) over (8.6.5-1) ...
Preparing to unpack .../qtdeclarative5-unity-action-plugin_1.1.0+17.04.20170405-0ubuntu1_amd64.deb ...
Unpacking qtdeclarative5-unity-action-plugin:amd64 (1.1.0+17.04.20170405-0ubuntu1) over (1.1.0+14.04.20140304-0ubuntu2~gcc5.1) ...
Preparing to unpack .../libunity-action-qt1_1.1.0+17.04.20170405-0ubuntu1_amd64.deb ...
Unpacking libunity-action-qt1:amd64 (1.1.0+17.04.20170405-0ubuntu1) over (1.1.0+14.04.20140304-0ubuntu2~gcc5.1) ...
Preparing to unpack .../libustr-1.0-1_1.0.4-6_amd64.deb ...
Unpacking libustr-1.0-1:amd64 (1.0.4-6) over (1.0.4-5) ...
Preparing to unpack .../libvncclient1_0.9.11+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libvncclient1:amd64 (0.9.11+dfsg-1ubuntu1.4) over (0.9.10+dfsg-3ubuntu0.16.04.6) ...
Preparing to unpack .../libwacom-bin_0.29-1_amd64.deb ...
Unpacking libwacom-bin (0.29-1) over (0.22-1~ubuntu16.04.1) ...
Preparing to unpack .../libx86-1_1.1+ds1-10.2_amd64.deb ...
Unpacking libx86-1:amd64 (1.1+ds1-10.2) over (1.1+ds1-10) ...
Preparing to unpack .../libxatracker2_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libxatracker2:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Selecting previously unselected package libxcb-xv0:amd64.
Preparing to unpack .../libxcb-xv0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xv0:amd64 (1.13-2~ubuntu18.04) ...
Preparing to unpack .../libxml-xpathengine-perl_0.14-1_all.deb ...
Unpacking libxml-xpathengine-perl (0.14-1) over (0.13-1) ...
Preparing to unpack .../libxvmc1_2%3a1.0.10-1_amd64.deb ...
Unpacking libxvmc1:amd64 (2:1.0.10-1) over (2:1.0.9-1ubuntu1) ...
Preparing to unpack .../linux-firmware_1.173.20_all.deb ...
Unpacking linux-firmware (1.173.20) over (1.157.23) ...
Selecting previously unselected package linux-modules-4.15.0-163-generic.
Preparing to unpack .../linux-modules-4.15.0-163-generic_4.15.0-163.171_amd64.deb ...
Unpacking linux-modules-4.15.0-163-generic (4.15.0-163.171) ...
Selecting previously unselected package linux-image-4.15.0-163-generic.
Preparing to unpack .../linux-image-4.15.0-163-generic_4.15.0-163.171_amd64.deb ...
Unpacking linux-image-4.15.0-163-generic (4.15.0-163.171) ...
Selecting previously unselected package linux-modules-extra-4.15.0-163-generic.
Preparing to unpack .../linux-modules-extra-4.15.0-163-generic_4.15.0-163.171_amd64.deb ...
Unpacking linux-modules-extra-4.15.0-163-generic (4.15.0-163.171) ...
Preparing to unpack .../amd64-microcode_3.20191021.1+really3.20181128.1~ubuntu0.18.04.1_amd64.deb ...
Unpacking amd64-microcode (3.20191021.1+really3.20181128.1~ubuntu0.18.04.1) over (3.20191021.1+really3.20180524.1~ubuntu0.16.04.2) ...
Preparing to unpack .../intel-microcode_3.20210608.0ubuntu0.18.04.1_amd64.deb ...
Unpacking intel-microcode (3.20210608.0ubuntu0.18.04.1) over (3.20210216.0ubuntu0.16.04.1) ...
Selecting previously unselected package linux-image-generic.
Preparing to unpack .../linux-image-generic_4.15.0.163.152_amd64.deb ...
Unpacking linux-image-generic (4.15.0.163.152) ...
Selecting previously unselected package linux-headers-4.15.0-163.
Preparing to unpack .../linux-headers-4.15.0-163_4.15.0-163.171_all.deb ...
Unpacking linux-headers-4.15.0-163 (4.15.0-163.171) ...
Selecting previously unselected package linux-headers-4.15.0-163-generic.
Preparing to unpack .../linux-headers-4.15.0-163-generic_4.15.0-163.171_amd64.deb ...
Unpacking linux-headers-4.15.0-163-generic (4.15.0-163.171) ...
Selecting previously unselected package linux-headers-generic.
Preparing to unpack .../linux-headers-generic_4.15.0.163.152_amd64.deb ...
Unpacking linux-headers-generic (4.15.0.163.152) ...
Selecting previously unselected package linux-generic.
Preparing to unpack .../linux-generic_4.15.0.163.152_amd64.deb ...
Unpacking linux-generic (4.15.0.163.152) ...
Preparing to unpack .../linux-generic-hwe-16.04_4.15.0.163.152_amd64.deb ...
Unpacking linux-generic-hwe-16.04 (4.15.0.163.152) over (4.15.0.142.137) ...
Preparing to unpack .../linux-headers-4.15.0-140_4.15.0-140.144_all.deb ...
Unpacking linux-headers-4.15.0-140 (4.15.0-140.144) over (4.15.0-140.144~16.04.1) ...
Preparing to unpack .../linux-headers-4.15.0-140-generic_4.15.0-140.144_amd64.deb ...
Unpacking linux-headers-4.15.0-140-generic (4.15.0-140.144) over (4.15.0-140.144~16.04.1) ...
Preparing to unpack .../linux-headers-4.15.0-142_4.15.0-142.146_all.deb ...
Unpacking linux-headers-4.15.0-142 (4.15.0-142.146) over (4.15.0-142.146~16.04.1) ...
Preparing to unpack .../linux-headers-4.15.0-142-generic_4.15.0-142.146_amd64.deb ...
Unpacking linux-headers-4.15.0-142-generic (4.15.0-142.146) over (4.15.0-142.146~16.04.1) ...
Preparing to unpack .../linux-headers-generic-hwe-16.04_4.15.0.163.152_amd64.deb ...
Unpacking linux-headers-generic-hwe-16.04 (4.15.0.163.152) over (4.15.0.142.137) ...
Preparing to unpack .../linux-modules-4.15.0-140-generic_4.15.0-140.144_amd64.deb ...
Unpacking linux-modules-4.15.0-140-generic (4.15.0-140.144) over (4.15.0-140.144~16.04.1) ...
Preparing to unpack .../linux-image-4.15.0-140-generic_4.15.0-140.144_amd64.deb ...
Unpacking linux-image-4.15.0-140-generic (4.15.0-140.144) over (4.15.0-140.144~16.04.1) ...
Preparing to unpack .../linux-modules-4.15.0-142-generic_4.15.0-142.146_amd64.deb ...
Unpacking linux-modules-4.15.0-142-generic (4.15.0-142.146) over (4.15.0-142.146~16.04.1) ...
Preparing to unpack .../linux-image-4.15.0-142-generic_4.15.0-142.146_amd64.deb ...
Unpacking linux-image-4.15.0-142-generic (4.15.0-142.146) over (4.15.0-142.146~16.04.1) ...
Preparing to unpack .../linux-image-generic-hwe-16.04_4.15.0.163.152_amd64.deb ...
Unpacking linux-image-generic-hwe-16.04 (4.15.0.163.152) over (4.15.0.142.137) ...
Preparing to unpack .../linux-libc-dev_4.15.0-163.171_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-163.171) over (4.4.0-210.242) ...
Preparing to unpack .../linux-modules-extra-4.15.0-140-generic_4.15.0-140.144_amd64.deb ...
Unpacking linux-modules-extra-4.15.0-140-generic (4.15.0-140.144) over (4.15.0-140.144~16.04.1) ...
Preparing to unpack .../linux-modules-extra-4.15.0-142-generic_4.15.0-142.146_amd64.deb ...
Unpacking linux-modules-extra-4.15.0-142-generic (4.15.0-142.146) over (4.15.0-142.146~16.04.1) ...
Selecting previously unselected package linux-signed-generic.
Preparing to unpack .../linux-signed-generic_4.15.0.163.152_amd64.deb ...
Unpacking linux-signed-generic (4.15.0.163.152) ...
Preparing to unpack .../linux-signed-generic-hwe-16.04_4.15.0.163.152_amd64.deb ...
Unpacking linux-signed-generic-hwe-16.04 (4.15.0.163.152) over (4.15.0.142.137) ...
Selecting previously unselected package linux-signed-image-generic.
Preparing to unpack .../linux-signed-image-generic_4.15.0.163.152_amd64.deb ...
Unpacking linux-signed-image-generic (4.15.0.163.152) ...
Preparing to unpack .../linux-signed-image-generic-hwe-16.04_4.15.0.163.152_amd64.deb ...
Unpacking linux-signed-image-generic-hwe-16.04 (4.15.0.163.152) over (4.15.0.142.137) ...
Preparing to unpack .../mesa-va-drivers_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking mesa-va-drivers:amd64 (20.0.8-0ubuntu1~18.04.1) over (18.0.5-0ubuntu0~16.04.1) ...
Selecting previously unselected package mesa-vdpau-drivers:amd64.
Preparing to unpack .../mesa-vdpau-drivers_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking mesa-vdpau-drivers:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Preparing to unpack .../mokutil_0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1_amd64.deb ...
Unpacking mokutil (0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1) over (0.3.0+1538710437.fb6250f-0ubuntu2~16.04.1) ...
Preparing to unpack .../mousetweaks_3.12.0-4_amd64.deb ...
Unpacking mousetweaks (3.12.0-4) over (3.12.0-1ubuntu2) ...
Preparing to unpack .../mtools_4.0.18-2ubuntu1_amd64.deb ...
Unpacking mtools (4.0.18-2ubuntu1) over (4.0.18-2ubuntu0.16.04) ...
Preparing to unpack .../mythes-en-us_1%3a6.0.3-3_all.deb ...
Unpacking mythes-en-us (1:6.0.3-3) over (1:5.1.0-1ubuntu2.2) ...
Selecting previously unselected package nautilus-extension-gnome-terminal.
Preparing to unpack .../nautilus-extension-gnome-terminal_3.28.2-1ubuntu1~18.04.1_amd64.deb ...
Unpacking nautilus-extension-gnome-terminal (3.28.2-1ubuntu1~18.04.1) ...
Preparing to unpack .../nautilus-sendto_3.8.6-2_amd64.deb ...
Unpacking nautilus-sendto (3.8.6-2) over (3.8.2-1ubuntu1) ...
Preparing to unpack .../nautilus-share_0.7.3-2ubuntu3_amd64.deb ...
Unpacking nautilus-share (0.7.3-2ubuntu3) over (0.7.3-2ubuntu1) ...
Preparing to unpack .../ncurses-term_6.1-1ubuntu1.18.04_all.deb ...
Unpacking ncurses-term (6.1-1ubuntu1.18.04) over (6.0+20160213-1ubuntu1) ...
Preparing to unpack .../net-tools_1.60+git20161116.90da8a0-1ubuntu1_amd64.deb ...
Unpacking net-tools (1.60+git20161116.90da8a0-1ubuntu1) over (1.60-26ubuntu1) ...
Selecting previously unselected package network-manager-config-connectivity-ubuntu.
Preparing to unpack .../network-manager-config-connectivity-ubuntu_1.10.6-2ubuntu1.4_all.deb ...
Unpacking network-manager-config-connectivity-ubuntu (1.10.6-2ubuntu1.4) ...
Preparing to unpack .../onboard-data_1.4.1-2ubuntu1_all.deb ...
Unpacking onboard-data (1.4.1-2ubuntu1) over (1.2.0-0ubuntu5) ...
Preparing to unpack .../os-prober_1.74ubuntu1_amd64.deb ...
Unpacking os-prober (1.74ubuntu1) over (1.70ubuntu3.3) ...
Preparing to unpack .../overlay-scrollbar-gtk2_0.2.17.1+16.04.20151117-0ubuntu2_amd64.deb ...
Unpacking overlay-scrollbar-gtk2:amd64 (0.2.17.1+16.04.20151117-0ubuntu2) over (0.2.17.1+16.04.20151117-0ubuntu1.16.04.1) ...
Preparing to unpack .../overlay-scrollbar_0.2.17.1+16.04.20151117-0ubuntu2_all.deb ...
Unpacking overlay-scrollbar (0.2.17.1+16.04.20151117-0ubuntu2) over (0.2.17.1+16.04.20151117-0ubuntu1.16.04.1) ...
Selecting previously unselected package packagekit-tools.
Preparing to unpack .../packagekit-tools_1.1.9-1ubuntu2.18.04.6_amd64.deb ...
Unpacking packagekit-tools (1.1.9-1ubuntu2.18.04.6) ...
Preparing to unpack .../pcmciautils_018-8build1_amd64.deb ...
Unpacking pcmciautils (018-8build1) over (018-8) ...
Preparing to unpack .../pkg-config_0.29.1-0ubuntu2_amd64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu2) over (0.29.1-0ubuntu1) ...
Preparing to unpack .../plainbox-provider-resource-generic_0.23-1.1_amd64.deb ...
Unpacking plainbox-provider-resource-generic (0.23-1.1) over (0.23-1) ...
Preparing to unpack .../python3-guacamole_0.9.2-2_all.deb ...
Unpacking python3-guacamole (0.9.2-2) over (0.9.2-1) ...
Preparing to unpack .../plainbox-provider-checkbox_0.25-2_amd64.deb ...
Unpacking plainbox-provider-checkbox (0.25-2) over (0.25-1) ...
Preparing to unpack .../pm-utils_1.4.1-17_all.deb ...
Unpacking pm-utils (1.4.1-17) over (1.4.1-16) ...
Preparing to unpack .../pppconfig_2.3.23_all.deb ...
Unpacking pppconfig (2.3.23) over (2.3.22) ...
Preparing to unpack .../printer-driver-brlaser_4-1_amd64.deb ...
Unpacking printer-driver-brlaser (4-1) over (3-5~ubuntu1) ...
Selecting previously unselected package printer-driver-m2300w.
Preparing to unpack .../printer-driver-m2300w_0.51-13_amd64.deb ...
Unpacking printer-driver-m2300w (0.51-13) ...
Preparing to unpack .../printer-driver-min12xxw_0.0.9-10_amd64.deb ...
Unpacking printer-driver-min12xxw (0.0.9-10) over (0.0.9-9) ...
Preparing to unpack .../printer-driver-ptouch_1.4.2-3_amd64.deb ...
Unpacking printer-driver-ptouch (1.4.2-3) over (1.4-1) ...
Preparing to unpack .../printer-driver-splix_2.0.0+svn315-6fakesync1_amd64.deb ...
Unpacking printer-driver-splix (2.0.0+svn315-6fakesync1) over (2.0.0+svn315-4fakesync1) ...
Preparing to unpack .../qml-module-io-thp-pyotherside_1.4.0-2build1_amd64.deb ...
Unpacking qml-module-io-thp-pyotherside:amd64 (1.4.0-2build1) over (1.4.0-2) ...
Preparing to unpack .../pyotherside_1.4.0-2build1_all.deb ...
Unpacking pyotherside (1.4.0-2build1) over (1.4.0-2) ...
Preparing to unpack .../python-libxml2_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ...
Unpacking python-libxml2 (2.9.4+dfsg1-6.1ubuntu1.4) over (2.9.3+dfsg1-1ubuntu0.7) ...
Preparing to unpack .../python-pycurl_7.43.0.1-0.2_amd64.deb ...
Unpacking python-pycurl (7.43.0.1-0.2) over (7.43.0-1ubuntu1) ...
Preparing to unpack .../python-urlgrabber_3.10.2-1_all.deb ...
Unpacking python-urlgrabber (3.10.2-1) over (3.9.1-4.2ubuntu1) ...
Preparing to unpack .../python3-blinker_1.4+dfsg1-0.1_all.deb ...
Unpacking python3-blinker (1.4+dfsg1-0.1) over (1.3.dfsg2-1build1) ...
Preparing to unpack .../python3-bs4_4.6.0-1_all.deb ...
Unpacking python3-bs4 (4.6.0-1) over (4.4.1-1) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../python3-crypto_2.6.1-8ubuntu2_amd64.deb ...
Unpacking python3-crypto (2.6.1-8ubuntu2) ...
Preparing to unpack .../python3-feedparser_5.2.1-1_all.deb ...
Unpacking python3-feedparser (5.2.1-1) over (5.1.3-3build1) ...
Selecting previously unselected package python3-webencodings.
Preparing to unpack .../python3-webencodings_0.5-2_all.deb ...
Unpacking python3-webencodings (0.5-2) ...
Preparing to unpack .../python3-html5lib_0.999999999-1_all.deb ...
Unpacking python3-html5lib (0.999999999-1) over (0.999-4) ...
Preparing to unpack .../python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ...
Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) over (2.8-1ubuntu0.1) ...
Preparing to unpack .../python3-jwt_1.5.3+ds1-1_all.deb ...
Unpacking python3-jwt (1.5.3+ds1-1) over (1.3.0-1ubuntu0.1) ...
Selecting previously unselected package python3-secretstorage.
Preparing to unpack .../python3-secretstorage_2.3.1-2_all.deb ...
Unpacking python3-secretstorage (2.3.1-2) ...
Selecting previously unselected package python3-keyring.
Preparing to unpack .../python3-keyring_10.6.0-1_all.deb ...
Unpacking python3-keyring (10.6.0-1) ...
Selecting previously unselected package python3-keyrings.alt.
Preparing to unpack .../python3-keyrings.alt_3.0-1_all.deb ...
Unpacking python3-keyrings.alt (3.0-1) ...
Selecting previously unselected package python3-lazr.uri.
Preparing to unpack .../python3-lazr.uri_1.0.3-2build1_all.deb ...
Unpacking python3-lazr.uri (1.0.3-2build1) ...
Selecting previously unselected package python3-simplejson.
Preparing to unpack .../python3-simplejson_3.13.2-1_amd64.deb ...
Unpacking python3-simplejson (3.13.2-1) ...
Selecting previously unselected package python3-wadllib.
Preparing to unpack .../python3-wadllib_1.3.2-3ubuntu0.18.04.1_all.deb ...
Unpacking python3-wadllib (1.3.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package python3-zope.interface.
Preparing to unpack .../python3-zope.interface_4.3.2-1build2_amd64.deb ...
Unpacking python3-zope.interface (4.3.2-1build2) ...
Selecting previously unselected package python3-oauth.
Preparing to unpack .../python3-oauth_1.0.1-5_all.deb ...
Unpacking python3-oauth (1.0.1-5) ...
Selecting previously unselected package python3-lazr.restfulclient.
Preparing to unpack .../python3-lazr.restfulclient_0.13.5-1_all.deb ...
Unpacking python3-lazr.restfulclient (0.13.5-1) ...
Selecting previously unselected package python3-launchpadlib.
Preparing to unpack .../python3-launchpadlib_1.10.6-1_all.deb ...
Unpacking python3-launchpadlib (1.10.6-1) ...
Preparing to unpack .../python3-oauthlib_2.0.6-1_all.deb ...
Unpacking python3-oauthlib (2.0.6-1) over (1.0.3-1) ...
Selecting previously unselected package python3-olefile.
Preparing to unpack .../python3-olefile_0.45.1-1_all.deb ...
Unpacking python3-olefile (0.45.1-1) ...
Preparing to unpack .../python3-pyasn1_0.4.2-3_all.deb ...
Unpacking python3-pyasn1 (0.4.2-3) over (0.1.9-1) ...
Preparing to unpack .../python3-pyparsing_2.2.0+dfsg1-2_all.deb ...
Unpacking python3-pyparsing (2.2.0+dfsg1-2) over (2.0.3+dfsg1-1ubuntu0.2) ...
Preparing to unpack .../python3-xlsxwriter_0.9.6-0.1_all.deb ...
Unpacking python3-xlsxwriter (0.9.6-0.1) over (0.7.3-1) ...
Preparing to unpack .../qml-module-qt-labs-folderlistmodel_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qt-labs-folderlistmodel:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qml-module-qt-labs-settings_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qml-module-qt-labs-settings:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qtdeclarative5-qtquick2-plugin_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qtdeclarative5-qtquick2-plugin:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qml-module-ubuntu-onlineaccounts_0.6+17.04.20170405-0ubuntu1_amd64.deb ...
Unpacking qml-module-ubuntu-onlineaccounts:amd64 (0.6+17.04.20170405-0ubuntu1) over (0.6+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../qpdf_8.0.2-3ubuntu0.1_amd64.deb ...
Unpacking qpdf (8.0.2-3ubuntu0.1) over (8.0.2-3~16.04.1) ...
Preparing to unpack .../qt-at-spi_0.4.0-8_amd64.deb ...
Unpacking qt-at-spi:amd64 (0.4.0-8) over (0.4.0-3) ...
Selecting previously unselected package qt5-gtk-platformtheme:amd64.
Preparing to unpack .../qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Preparing to unpack .../qtdeclarative5-accounts-plugin_0.6+17.04.20170405-0ubuntu1_amd64.deb ...
Unpacking qtdeclarative5-accounts-plugin:amd64 (0.6+17.04.20170405-0ubuntu1) over (0.6+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../qtdeclarative5-test-plugin_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking qtdeclarative5-test-plugin:amd64 (5.9.5-0ubuntu1.1) over (5.5.1-2ubuntu6) ...
Preparing to unpack .../qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ...
Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) over (5.5.1-2build1) ...
Preparing to unpack .../remmina-plugin-vnc_1.2.0-rcgit.29+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking remmina-plugin-vnc:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) over (1.1.2-3ubuntu1) ...
Preparing to unpack .../remmina-plugin-rdp_1.2.0-rcgit.29+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking remmina-plugin-rdp:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) over (1.1.2-3ubuntu1) ...
Preparing to unpack .../remmina_1.2.0-rcgit.29+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking remmina (1.2.0-rcgit.29+dfsg-1ubuntu1.2) over (1.1.2-3ubuntu1) ...
Preparing to unpack .../remmina-common_1.2.0-rcgit.29+dfsg-1ubuntu1.2_all.deb ...
Unpacking remmina-common (1.2.0-rcgit.29+dfsg-1ubuntu1.2) over (1.1.2-3ubuntu1) ...
Selecting previously unselected package remmina-plugin-secret:amd64.
Preparing to unpack .../remmina-plugin-secret_1.2.0-rcgit.29+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking remmina-plugin-secret:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Preparing to unpack .../archives/rename_0.20-7_all.deb ...
Unpacking rename (0.20-7) over (0.20-4) ...
Selecting previously unselected package rhythmbox-plugin-alternative-toolbar.
Preparing to unpack .../rhythmbox-plugin-alternative-toolbar_0.18.0-1_all.deb ...
Unpacking rhythmbox-plugin-alternative-toolbar (0.18.0-1) ...
Preparing to unpack .../rtkit_0.11-6_amd64.deb ...
Unpacking rtkit (0.11-6) over (0.11-4) ...
Preparing to unpack .../sbsigntool_0.9.2-2ubuntu1~18.04.1_amd64.deb ...
Unpacking sbsigntool (0.9.2-2ubuntu1~18.04.1) over (0.6-0ubuntu10.2) ...
Preparing to unpack .../seahorse_3.20.0-5_amd64.deb ...
Unpacking seahorse (3.20.0-5) over (3.18.0-2ubuntu1) ...
Preparing to unpack .../secureboot-db_1.4~ubuntu0.18.04.1_amd64.deb ...
Unpacking secureboot-db (1.4~ubuntu0.18.04.1) over (1.4~ubuntu0.16.04.1) ...
Preparing to unpack .../session-shortcuts_1.3_all.deb ...
Unpacking session-shortcuts (1.3) over (1.2ubuntu0.16.04.1) ...
Preparing to unpack .../shim-signed_1.37~18.04.11+15.4-0ubuntu9_amd64.deb ...
Unpacking shim-signed (1.37~18.04.11+15.4-0ubuntu9) over (1.33.1~16.04.10+15.4-0ubuntu7) ...
Preparing to unpack .../shotwell-common_0.28.4-0ubuntu2_all.deb ...
Unpacking shotwell-common (0.28.4-0ubuntu2) over (0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1) ...
Preparing to unpack .../shotwell_0.28.4-0ubuntu2_amd64.deb ...
Unpacking shotwell (0.28.4-0ubuntu2) over (0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1) ...
Preparing to unpack .../signon-plugin-oauth2_0.24+16.10.20160818-0ubuntu1_amd64.deb ...
Unpacking signon-plugin-oauth2 (0.24+16.10.20160818-0ubuntu1) over (0.23+16.04.20151209-0ubuntu1) ...
Preparing to unpack .../signond_8.59+17.10.20170606-0ubuntu1_amd64.deb ...
Unpacking signond (8.59+17.10.20170606-0ubuntu1) over (8.58+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../signon-plugin-password_8.59+17.10.20170606-0ubuntu1_amd64.deb ...
Unpacking signon-plugin-password (8.59+17.10.20170606-0ubuntu1) over (8.58+16.04.20151106-0ubuntu1) ...
Preparing to unpack .../signon-ui-service_0.17+18.04.20171027+really20160406-0ubuntu1_all.deb ...
Unpacking signon-ui-service (0.17+18.04.20171027+really20160406-0ubuntu1) over (0.17+16.04.20151125-0ubuntu1) ...
Preparing to unpack .../signon-ui-x11_0.17+18.04.20171027+really20160406-0ubuntu1_amd64.deb ...
Unpacking signon-ui-x11 (0.17+18.04.20171027+really20160406-0ubuntu1) over (0.17+16.04.20151125-0ubuntu1) ...
Preparing to unpack .../sni-qt_0.2.7+17.04.20170112-0ubuntu1_amd64.deb ...
Unpacking sni-qt:amd64 (0.2.7+17.04.20170112-0ubuntu1) over (0.2.7+16.04.20170217.1-0ubuntu1) ...
Selecting previously unselected package sound-icons.
Preparing to unpack .../sound-icons_0.1-6_all.deb ...
Unpacking sound-icons (0.1-6) ...
Selecting previously unselected package speech-dispatcher-espeak-ng.
Preparing to unpack .../speech-dispatcher-espeak-ng_0.8.8-1ubuntu1_amd64.deb ...
Unpacking speech-dispatcher-espeak-ng (0.8.8-1ubuntu1) ...
Preparing to unpack .../ubuntu-mobile-icons_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking ubuntu-mobile-icons (16.10+18.04.20181005-0ubuntu1) over (14.04+16.04.20180326-0ubuntu1) ...
Preparing to unpack .../suru-icon-theme_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking suru-icon-theme (16.10+18.04.20181005-0ubuntu1) over (14.04+16.04.20180326-0ubuntu1) ...
Preparing to unpack .../syslinux_3%3a6.03+dfsg1-2_amd64.deb ...
Unpacking syslinux (3:6.03+dfsg1-2) over (3:6.03+dfsg-11ubuntu1) ...
Preparing to unpack .../syslinux-common_3%3a6.03+dfsg1-2_all.deb ...
Unpacking syslinux-common (3:6.03+dfsg1-2) over (3:6.03+dfsg-11ubuntu1) ...
Preparing to unpack .../syslinux-legacy_2%3a3.63+dfsg-2ubuntu9_amd64.deb ...
Unpacking syslinux-legacy (2:3.63+dfsg-2ubuntu9) over (2:3.63+dfsg-2ubuntu8) ...
Preparing to unpack .../system-config-printer-udev_1.5.11-1ubuntu2_amd64.deb ...
Unpacking system-config-printer-udev (1.5.11-1ubuntu2) over (1.5.7+20160212-0ubuntu2) ...
Preparing to unpack .../tcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking tcl8.6 (8.6.8+dfsg-3) over (8.6.5+dfsg-2) ...
Preparing to unpack .../tcpd_7.6.q-27_amd64.deb ...
Unpacking tcpd (7.6.q-27) over (7.6.q-25) ...
Preparing to unpack .../thermald_1.7.0-5ubuntu5_amd64.deb ...
Unpacking thermald (1.7.0-5ubuntu5) over (1.5-2ubuntu4) ...
Preparing to unpack .../thunderbird-locale-en_1%3a78.14.0+build1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking thunderbird-locale-en (1:78.14.0+build1-0ubuntu0.18.04.2) over (1:68.10.0+build1-0ubuntu0.16.04.1) ...
Preparing to unpack .../thunderbird_1%3a78.14.0+build1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking thunderbird (1:78.14.0+build1-0ubuntu0.18.04.2) over (1:68.10.0+build1-0ubuntu0.16.04.1) ...
Preparing to unpack .../thunderbird-gnome-support_1%3a78.14.0+build1-0ubuntu0.18.04.2_amd64.deb ...
Unpacking thunderbird-gnome-support (1:78.14.0+build1-0ubuntu0.18.04.2) over (1:68.10.0+build1-0ubuntu0.16.04.1) ...
Preparing to unpack .../thunderbird-locale-en-us_1%3a78.14.0+build1-0ubuntu0.18.04.2_all.deb ...
Unpacking thunderbird-locale-en-us (1:78.14.0+build1-0ubuntu0.18.04.2) over (1:68.10.0+build1-0ubuntu0.16.04.1) ...
Preparing to unpack .../tk8.6_8.6.8-4_amd64.deb ...
Unpacking tk8.6 (8.6.8-4) over (8.6.5-1) ...
Preparing to unpack .../transmission-common_2.92-3ubuntu2_all.deb ...
Unpacking transmission-common (2.92-3ubuntu2) over (2.84-3ubuntu3.1) ...
Preparing to unpack .../transmission-gtk_2.92-3ubuntu2_amd64.deb ...
Unpacking transmission-gtk (2.92-3ubuntu2) over (2.84-3ubuntu3.1) ...
Preparing to unpack .../ttf-ancient-fonts-symbola_2.60-1_all.deb ...
Unpacking ttf-ancient-fonts-symbola (2.60-1) over (2.59-1) ...
Preparing to unpack .../ubuntu-fan_0.12.10_all.deb ...
Unpacking ubuntu-fan (0.12.10) over (0.12.8~16.04.3) ...
Selecting previously unselected package ubuntu-report.
Preparing to unpack .../ubuntu-report_1.3.2_amd64.deb ...
Unpacking ubuntu-report (1.3.2) ...
Preparing to unpack .../ubuntu-restricted-addons_26_amd64.deb ...
Unpacking ubuntu-restricted-addons (26) over (23) ...
Preparing to unpack .../ubuntu-wallpapers-xenial_18.04.1-0ubuntu1_all.deb ...
Unpacking ubuntu-wallpapers-xenial (18.04.1-0ubuntu1) over (16.04.1-0ubuntu1) ...
Preparing to unpack .../unattended-upgrades_1.1ubuntu1.18.04.14_all.deb ...
Unpacking unattended-upgrades (1.1ubuntu1.18.04.14) over (1.1ubuntu1.18.04.7~16.04.7) ...
Preparing to unpack .../unity-lens-photos_1.0+17.10.20170605-0ubuntu3_all.deb ...
Unpacking unity-lens-photos (1.0+17.10.20170605-0ubuntu3) over (1.0+14.04.20140318-0ubuntu1) ...
Preparing to unpack .../unity-scopes-runner_7.1.4+18.04.20180209.1-0ubuntu2_all.deb ...
Unpacking unity-scopes-runner (7.1.4+18.04.20180209.1-0ubuntu2) over (7.1.4+16.04.20180209.1-0ubuntu1) ...
Preparing to unpack .../unity-scope-calculator_0.1+14.04.20140328-0ubuntu3_all.deb ...
Unpacking unity-scope-calculator (0.1+14.04.20140328-0ubuntu3) over (0.1+14.04.20140328-0ubuntu1) ...
Preparing to unpack .../unity-scope-devhelp_0.1+14.04.20140328-0ubuntu3_all.deb ...
Unpacking unity-scope-devhelp (0.1+14.04.20140328-0ubuntu3) over (0.1+14.04.20140328-0ubuntu1) ...
Preparing to unpack .../unity-scope-manpages_3.0+14.04.20140324-0ubuntu3_all.deb ...
Unpacking unity-scope-manpages (3.0+14.04.20140324-0ubuntu3) over (3.0+14.04.20140324-0ubuntu1) ...
Preparing to unpack .../unity-scope-video-remote_0.3.15+16.04.20160212.1-0ubuntu3_amd64.deb ...
Unpacking unity-scope-video-remote (0.3.15+16.04.20160212.1-0ubuntu3) over (0.3.15+16.04.20160212.1-0ubuntu1) ...
Preparing to unpack .../usb-creator-gtk_0.3.5ubuntu18.04.2_amd64.deb ...
Unpacking usb-creator-gtk (0.3.5ubuntu18.04.2) over (0.3.2ubuntu16.04.2) ...
Preparing to unpack .../usb-creator-common_0.3.5ubuntu18.04.2_amd64.deb ...
Unpacking usb-creator-common (0.3.5ubuntu18.04.2) over (0.3.2ubuntu16.04.2) ...
Preparing to unpack .../usbmuxd_1.1.0-2ubuntu0.1_amd64.deb ...
Unpacking usbmuxd (1.1.0-2ubuntu0.1) over (1.1.0-2) ...
Preparing to unpack .../i965-va-driver_2.1.0-0ubuntu1_amd64.deb ...
Unpacking i965-va-driver:amd64 (2.1.0-0ubuntu1) over (1.7.0-1) ...
Preparing to unpack .../va-driver-all_2.1.0-3_amd64.deb ...
Unpacking va-driver-all:amd64 (2.1.0-3) over (1.7.0-1ubuntu0.1) ...
Preparing to unpack .../vbetool_1.1-4_amd64.deb ...
Unpacking vbetool (1.1-4) over (1.1-3) ...
Selecting previously unselected package vdpau-driver-all:amd64.
Preparing to unpack .../vdpau-driver-all_1.1.1-3ubuntu1_amd64.deb ...
Unpacking vdpau-driver-all:amd64 (1.1.1-3ubuntu1) ...
Preparing to unpack .../wamerican_2017.08.24-1_all.deb ...
Unpacking wamerican (2017.08.24-1) over (7.1-1) ...
Preparing to unpack .../wbritish_2017.08.24-1_all.deb ...
Unpacking wbritish (2017.08.24-1) over (7.1-1) ...
Preparing to unpack .../xdg-desktop-portal_1.0.3-0ubuntu0.2_amd64.deb ...
Unpacking xdg-desktop-portal (1.0.3-0ubuntu0.2) over (1.0.3-0ubuntu0.0) ...
Preparing to unpack .../xdg-desktop-portal-gtk_1.0.2-0ubuntu1.1_amd64.deb ...
Unpacking xdg-desktop-portal-gtk (1.0.2-0ubuntu1.1) over (1.0.2-0ubuntu0.0) ...
Preparing to unpack .../archives/xml-core_0.18_all.deb ...
Unpacking xml-core (0.18) over (0.13+nmu2) ...
Selecting previously unselected package xserver-xephyr.
Preparing to unpack .../xserver-xephyr_2%3a1.19.6-1ubuntu4.9_amd64.deb ...
Unpacking xserver-xephyr (2:1.19.6-1ubuntu4.9) ...
Preparing to unpack .../xserver-xorg-video-all-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-all-hwe-16.04 (3:14.1) over (1:7.7+16ubuntu3~16.04.1) ...
Preparing to unpack .../xserver-xorg-video-amdgpu-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-amdgpu-hwe-16.04 (3:14.1) over (18.0.1-1~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-amdgpu.
Preparing to unpack .../xserver-xorg-video-amdgpu_18.0.1-1_amd64.deb ...
Unpacking xserver-xorg-video-amdgpu (18.0.1-1) ...
Preparing to unpack .../xserver-xorg-video-ati-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-ati-hwe-16.04 (3:14.1) over (1:18.0.1-1~16.04.1) ...
Preparing to unpack .../xserver-xorg-video-radeon-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-radeon-hwe-16.04 (3:14.1) over (1:18.0.1-1~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-radeon.
Preparing to unpack .../xserver-xorg-video-radeon_1%3a18.0.1-1_amd64.deb ...
Unpacking xserver-xorg-video-radeon (1:18.0.1-1) ...
Selecting previously unselected package xserver-xorg-video-ati.
Preparing to unpack .../xserver-xorg-video-ati_1%3a18.0.1-1_amd64.deb ...
Unpacking xserver-xorg-video-ati (1:18.0.1-1) ...
Preparing to unpack .../xserver-xorg-video-fbdev-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-fbdev-hwe-16.04 (3:14.1) over (1:0.4.4-1build6~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-fbdev.
Preparing to unpack .../xserver-xorg-video-fbdev_1%3a0.4.4-1build6_amd64.deb ...
Unpacking xserver-xorg-video-fbdev (1:0.4.4-1build6) ...
Preparing to unpack .../xserver-xorg-video-nouveau-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-nouveau-hwe-16.04 (3:14.1) over (1:1.0.15-2~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-nouveau.
Preparing to unpack .../xserver-xorg-video-nouveau_1%3a1.0.15-2_amd64.deb ...
Unpacking xserver-xorg-video-nouveau (1:1.0.15-2) ...
Preparing to unpack .../xserver-xorg-video-vesa-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-vesa-hwe-16.04 (3:14.1) over (1:2.3.4-1build3~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-vesa.
Preparing to unpack .../xserver-xorg-video-vesa_1%3a2.3.4-1build3_amd64.deb ...
Unpacking xserver-xorg-video-vesa (1:2.3.4-1build3) ...
Preparing to unpack .../xserver-xorg-video-vmware-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-vmware-hwe-16.04 (3:14.1) over (1:13.2.1-1build1~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-vmware.
Preparing to unpack .../xserver-xorg-video-vmware_1%3a13.2.1-1build1_amd64.deb ...
Unpacking xserver-xorg-video-vmware (1:13.2.1-1build1) ...
Selecting previously unselected package xserver-xorg-video-all.
Preparing to unpack .../xserver-xorg-video-all_1%3a7.7+19ubuntu7.1_amd64.deb ...
Unpacking xserver-xorg-video-all (1:7.7+19ubuntu7.1) ...
Preparing to unpack .../xserver-xorg-video-intel-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-intel-hwe-16.04 (3:14.1) over (2:2.99.917+git20171229-1~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-intel.
Preparing to unpack .../xserver-xorg-video-intel_2%3a2.99.917+git20171229-1_amd64.deb ...
Unpacking xserver-xorg-video-intel (2:2.99.917+git20171229-1) ...
Preparing to unpack .../xserver-xorg-video-qxl-hwe-16.04_3%3a14.1_amd64.deb ...
Unpacking xserver-xorg-video-qxl-hwe-16.04 (3:14.1) over (0.1.5-2build1~16.04.1) ...
Selecting previously unselected package xserver-xorg-video-qxl.
Preparing to unpack .../xserver-xorg-video-qxl_0.1.5-2build1_amd64.deb ...
Unpacking xserver-xorg-video-qxl (0.1.5-2build1) ...
Preparing to unpack .../xul-ext-ubufox_3.4-0ubuntu1.17.10.1_all.deb ...
Unpacking xul-ext-ubufox (3.4-0ubuntu1.17.10.1) over (3.4-0ubuntu0.16.04.2) ...
Preparing to unpack .../zeitgeist-datahub_1.0-0.1ubuntu1_amd64.deb ...
Unpacking zeitgeist-datahub (1.0-0.1ubuntu1) over (0.9.16-0ubuntu4) ...
Preparing to unpack .../cups-pk-helper_0.2.6-1ubuntu1.2_amd64.deb ...
Unpacking cups-pk-helper (0.2.6-1ubuntu1.2) over (0.2.5-2ubuntu2) ...
Selecting previously unselected package libgtk3-nocsd0:amd64.
Preparing to unpack .../libgtk3-nocsd0_3-1ubuntu1_amd64.deb ...
Unpacking libgtk3-nocsd0:amd64 (3-1ubuntu1) ...
Selecting previously unselected package gtk3-nocsd.
Preparing to unpack .../gtk3-nocsd_3-1ubuntu1_all.deb ...
Unpacking gtk3-nocsd (3-1ubuntu1) ...
Preparing to unpack .../indicator-printers_0.1.7+17.10.20171101-0ubuntu1_amd64.deb ...
Unpacking indicator-printers (0.1.7+17.10.20171101-0ubuntu1) over (0.1.7+15.04.20150220-0ubuntu2) ...
Preparing to unpack .../ippusbxd_1.32-2_amd64.deb ...
Unpacking ippusbxd (1.32-2) over (1.23-1) ...
Preparing to unpack .../libcanberra-gtk3-module_0.30-5ubuntu1_amd64.deb ...
Unpacking libcanberra-gtk3-module:amd64 (0.30-5ubuntu1) over (0.30-2.1ubuntu1) ...
Preparing to unpack .../liblouisutdml-bin_2.7.0-1_amd64.deb ...
Unpacking liblouisutdml-bin (2.7.0-1) over (2.5.0-3) ...
Selecting previously unselected package libnss-myhostname:amd64.
Preparing to unpack .../libnss-myhostname_237-3ubuntu10.52_amd64.deb ...
Unpacking libnss-myhostname:amd64 (237-3ubuntu10.52) ...
Preparing to unpack .../libtbb2_2017~U7-8_amd64.deb ...
Unpacking libtbb2:amd64 (2017~U7-8) over (4.4~20151115-0ubuntu3) ...
Preparing to unpack .../mobile-broadband-provider-info_20170903-1_all.deb ...
Unpacking mobile-broadband-provider-info (20170903-1) over (20140317-1) ...
Preparing to unpack .../resolvconf_1.79ubuntu10.18.04.3_all.deb ...
Unpacking resolvconf (1.79ubuntu10.18.04.3) over (1.78ubuntu7) ...
Preparing to unpack .../socat_1.7.3.2-2ubuntu2_amd64.deb ...
Unpacking socat (1.7.3.2-2ubuntu2) over (1.7.3.1-1) ...
Preparing to unpack .../ssh-import-id_5.7-0ubuntu1.1_all.deb ...
Unpacking ssh-import-id (5.7-0ubuntu1.1) over (5.5-0ubuntu1) ...
Preparing to unpack .../usb-modeswitch_2.5.2+repack0-2ubuntu1_amd64.deb ...
Unpacking usb-modeswitch (2.5.2+repack0-2ubuntu1) over (2.2.5+repack0-1ubuntu1) ...
Preparing to unpack .../usb-modeswitch-data_20170806-2_all.deb ...
Unpacking usb-modeswitch-data (20170806-2) over (20151101-1) ...
Preparing to unpack .../xbrlapi_5.5-4ubuntu2.0.1_amd64.deb ...
Unpacking xbrlapi (5.5-4ubuntu2.0.1) over (5.3.1-2ubuntu2.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
Setting up bsdmainutils (11.1.2ubuntu1) ...
Setting up mime-support (3.60ubuntu1) ...
Installing new version of config file /etc/mime.types ...
Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ...
Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3 (3.6.7-1~18.04) ...
running python rtupdate hooks for python3.6...
running python post-rtupdate hooks for python3.6...
Setting up python3-lib2to3 (3.6.9-1~18.04) ...
Setting up python3-distutils (3.6.9-1~18.04) ...
Setting up dh-python (3.20180325ubuntu2) ...
Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ...
Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Setting up libjbig0:amd64 (2.1-3.1build1) ...
Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ...
Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ...
Setting up shared-mime-info (1.9-2) ...
Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
Setting up libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Setting up libdconf1:amd64 (0.26.0-2ubuntu3) ...
Setting up dconf-service (0.26.0-2ubuntu3) ...
Setting up dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ...
Setting up libgtk-3-common (3.22.30-1ubuntu4) ...
Setting up libatk1.0-data (2.28.1-1) ...
Setting up libatk1.0-0:amd64 (2.28.1-1) ...
Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.2) ...
Setting up libatspi2.0-0:amd64 (2.28.0-1) ...
Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ...
Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.1) ...
Setting up ucf (3.0038) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up fonts-liberation (1:1.07.4-7~18.04.1) ...
Setting up fontconfig-config (2.12.6-0ubuntu2) ...
Installing new version of config file /etc/fonts/conf.avail/10-antialias.conf ...
Installing new version of config file /etc/fonts/conf.avail/10-hinting-full.conf ...
Installing new version of config file /etc/fonts/conf.avail/10-hinting-medium.conf ...
Installing new version of config file /etc/fonts/conf.avail/10-hinting-slight.conf ...
Installing new version of config file /etc/fonts/conf.avail/30-metric-aliases.conf ...
Installing new version of config file /etc/fonts/conf.avail/40-nonlatin.conf ...
Installing new version of config file /etc/fonts/conf.avail/45-latin.conf ...
Installing new version of config file /etc/fonts/conf.avail/53-monospace-lcd-filter.conf ...
Installing new version of config file /etc/fonts/conf.avail/60-latin.conf ...
Installing new version of config file /etc/fonts/conf.avail/65-nonlatin.conf ...
Installing new version of config file /etc/fonts/fonts.conf ...
Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Setting up libpixman-1-0:amd64 (0.34.0-2) ...
Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Setting up libcolord2:amd64 (1.3.3-2build1) ...
Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
Setting up libcups2:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libepoxy0:amd64 (1.4.3-1) ...
Setting up libjson-glib-1.0-common (1.4.2-3ubuntu0.18.04.1) ...
Setting up libjson-glib-1.0-0:amd64 (1.4.2-3ubuntu0.18.04.1) ...
Setting up fontconfig (2.12.6-0ubuntu2) ...
Regenerating fonts cache... done.
Setting up libthai-data (0.1.27-2) ...
Setting up libdatrie1:amd64 (0.2.10-7) ...
Setting up libthai0:amd64 (0.1.27-2) ...
Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up libgraphite2-3:amd64 (1.3.11-2) ...
Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up libproxy1v5:amd64 (0.4.15-1ubuntu0.2) ...
Setting up glib-networking-common (2.56.0-1ubuntu0.1) ...
Setting up glib-networking-services (2.56.0-1ubuntu0.1) ...
Setting up gsettings-desktop-schemas (3.28.0-1ubuntu1) ...
Setting up glib-networking:amd64 (2.56.0-1ubuntu0.1) ...
Setting up libsoup2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Setting up libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Setting up librest-0.7-0:amd64 (0.8.0-2) ...
Setting up libwayland-client0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
Setting up libxfixes3:amd64 (1:5.0.3-1) ...
Setting up libxcursor1:amd64 (1:1.1.15-1) ...
Setting up libxdamage1:amd64 (1:1.1.4-3) ...
Setting up libxi6:amd64 (2:1.7.9-1) ...
Setting up xkb-data (2.23.1-1ubuntu1.18.04.1) ...
Setting up libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.1) ...
Setting up libxrandr2:amd64 (2:1.5.1-1) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up gtk-update-icon-cache (3.22.30-1ubuntu4) ...
Setting up libcroco3:amd64 (0.6.12-2) ...
Setting up librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
Setting up librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
Setting up liblirc-client0:amd64 (0.10.0-2) ...
Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ...
Setting up libpython3.6:amd64 (3.6.9-1~18.04ubuntu1.4) ...
Setting up libpeas-common (1.22.0-2) ...
Setting up libdrm-common (2.4.101-2~18.04.1) ...
Setting up libdrm2:amd64 (2.4.101-2~18.04.1) ...
Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libgbm1:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxshmfence1:amd64 (1.3-1) ...
Setting up libegl-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
update-alternatives: warning: alternative /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf (part of link group x86_64-linux-gnu_egl_conf) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/x86_64-linux-gnu_egl_conf is dangling; it will be updated with best choice
update-alternatives: using /usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode
Setting up libegl1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
Setting up libpciaccess0:amd64 (0.14-1) ...
Setting up libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
Setting up libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
Setting up libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
Setting up libelf1:amd64 (0.170-0.4ubuntu0.1) ...
Setting up libedit2:amd64 (3.1-20170329-1) ...
Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
Setting up libsensors4:amd64 (1:3.4.0-4) ...
Setting up libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Removing obsolete conffile /etc/drirc ...
Setting up libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
update-alternatives: warning: alternative /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf (part of link group x86_64-linux-gnu_gl_conf) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/x86_64-linux-gnu_gl_conf is dangling; it will be updated with best choice
Setting up libglx0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libgl1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libcogl20:amd64 (1.22.2-3ubuntu1) ...
Setting up libcogl-pango20:amd64 (1.22.2-3ubuntu1) ...
Setting up libcogl-path20:amd64 (1.22.2-3ubuntu1) ...
Setting up libevdev2:amd64 (1.5.8+dfsg-1ubuntu0.1) ...
Setting up libmtdev1:amd64 (1.1.5-1ubuntu3) ...
Setting up libgudev-1.0-0:amd64 (1:232-2) ...
Setting up libwacom-common (0.29-1) ...
Setting up libwacom2:amd64 (0.29-1) ...
Setting up libinput-bin (1.10.4-1ubuntu0.18.04.2) ...
Setting up libinput10:amd64 (1.10.4-1ubuntu0.18.04.2) ...
Setting up libcap2-bin (1:2.25-1.2) ...
Setting up libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up liborc-0.4-0:amd64 (1:0.4.28-1) ...
Setting up iso-codes (3.79-1) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up bubblewrap (0.2.1-1ubuntu0.1) ...
Setting up gnome-desktop3-data (3.28.2-0ubuntu1.5) ...
Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
Setting up gpgconf (2.2.4-1ubuntu1.4) ...
Setting up libcomerr2:amd64 (1.44.1-1ubuntu1.3) ...
Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
Setting up dirmngr (2.2.4-1ubuntu1.4) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.4) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.4) ...
Setting up gpg (2.2.4-1ubuntu1.4) ...
Setting up libgck-1-0:amd64 (3.28.0-1) ...
Setting up libgcr-base-3-1:amd64 (3.28.0-1) ...
Setting up dbus (1.12.2-1ubuntu1.2) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
Removing obsolete conffile /etc/init/dbus.conf ...
Setting up libpam-systemd:amd64 (237-3ubuntu10.52) ...
Setting up dbus-user-session (1.12.2-1ubuntu1.2) ...
Setting up dbus-x11 (1.12.2-1ubuntu1.2) ...
Installing new version of config file /etc/X11/Xsession.d/75dbus_dbus-launch ...
Setting up libsecret-common (0.18.6-1) ...
Setting up libsecret-1-0:amd64 (0.18.6-1) ...
Setting up gpg-agent (2.2.4-1ubuntu1.4) ...
Installing new version of config file /etc/X11/Xsession.d/90gpg-agent ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.4) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.4) ...
Setting up gpgsm (2.2.4-1ubuntu1.4) ...
Setting up gnupg (2.2.4-1ubuntu1.4) ...
Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
Setting up libgmime-3.0-0:amd64 (3.2.0-1) ...
Setting up libtotem-plparser-common (3.26.0-1ubuntu2) ...
Setting up libtotem-plparser18:amd64 (3.26.0-1ubuntu2) ...
Setting up libgrilo-0.3-0:amd64 (0.3.4-1ubuntu0.1) ...
Setting up libzeitgeist-2.0-0:amd64 (1.0-0.1ubuntu1) ...
Setting up totem-common (3.26.0-0ubuntu6.2) ...
Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-14) ...
Setting up libvisual-0.4-0:amd64 (0.4.0-11) ...
Setting up libvorbis0a:amd64 (1.3.5-4.2) ...
Setting up libvorbisenc2:amd64 (1.3.5-4.2) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libgpm2:amd64 (1.20.7-5) ...
Setting up libslang2:amd64 (2.3.1a-3ubuntu1) ...
Setting up libaa1:amd64 (1.4p5-44build2) ...
Setting up libraw1394-11:amd64 (2.1.2-1) ...
Setting up libavc1394-0:amd64 (0.5.4-4build1) ...
Setting up libcaca0:amd64 (0.99.beta19-2ubuntu0.18.04.3) ...
Setting up libdv4:amd64 (1.0.0-11) ...
Setting up libflac8:amd64 (1.3.2-1) ...
Setting up libgstreamer-plugins-good1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setting up libiec61883-0:amd64 (1.2.0-2) ...
Setting up libsamplerate0:amd64 (0.1.9-1) ...
Setting up libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
Setting up libmp3lame0:amd64 (3.100-2) ...
Setting up libmpg123-0:amd64 (1.25.10-1) ...
Setting up libspeex1:amd64 (1.2~rc1.2-1ubuntu2) ...
Setting up libshout3:amd64 (2.4.1-2build1) ...
Setting up libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.2build2) ...
Setting up libtag1v5:amd64 (1.11.1+dfsg.1-0.2build2) ...
Setting up libtwolame0:amd64 (0.3.13-3) ...
Setting up libv4lconvert0:amd64 (1.14.2-1) ...
Setting up libv4l-0:amd64 (1.14.2-1) ...
Setting up libvpx5:amd64 (1.7.0-3ubuntu0.18.04.1) ...
Setting up libwavpack1:amd64 (5.1.0-2ubuntu1.5) ...
Setting up gstreamer1.0-plugins-good:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setting up libxv1:amd64 (2:1.0.11-1) ...
Setting up gstreamer1.0-x:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libgoa-1.0-common (3.28.0-0ubuntu2.1) ...
Setting up libgoa-1.0-0b:amd64 (3.28.0-0ubuntu2.1) ...
Setting up libgom-1.0-0:amd64 (0.3.3-4) ...
Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ...
Setting up libmediaart-2.0-0:amd64 (1.9.4-1) ...
Setting up libstemmer0d:amd64 (0+svn585-1build1) ...
Setting up libtracker-sparql-2.0-0:amd64 (2.0.3-1ubuntu4) ...
Setting up grilo-plugins-0.3-base:amd64 (0.3.5-1ubuntu1) ...
Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.36.11-2) ...
Setting up gir1.2-atk-1.0:amd64 (2.28.1-1) ...
Setting up gir1.2-freedesktop:amd64 (1.56.1-1) ...
Setting up libpangoxft-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up gir1.2-pango-1.0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up gir1.2-totemplparser-1.0:amd64 (3.26.0-1ubuntu2) ...
Setting up python3-gi (3.26.1-2ubuntu1) ...
Setting up python3-xdg (0.25-4ubuntu1.1) ...
Setting up libart-2.0-2:amd64 (2.3.21-3) ...
Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...
Setting up python3-renderpm:amd64 (3.4.0-3ubuntu0.1) ...
Setting up onboard-common (1.4.1-2ubuntu1) ...
Setting up python3-cairo:amd64 (1.16.2-1) ...
Setting up python3-dbus (1.2.6-1) ...
Setting up python3-gi-cairo (3.26.1-2ubuntu1) ...
Setting up libasound2-data (1.1.3-5ubuntu0.6) ...
Setting up libasound2:amd64 (1.1.3-5ubuntu0.6) ...
Setting up libltdl7:amd64 (2.4.6-2) ...
Setting up libtdb1:amd64 (1.3.15-2) ...
Setting up libvorbisfile3:amd64 (1.3.5-4.2) ...
Setting up sound-theme-freedesktop (0.8-2ubuntu1) ...
Setting up libcanberra0:amd64 (0.30-5ubuntu1) ...
Setting up libhunspell-1.6-0:amd64 (1.6.2-1) ...
Setting up libxkbfile1:amd64 (1:1.0.9-2) ...
Setting up x11-common (1:7.7+19ubuntu7.1) ...
Installing new version of config file /etc/X11/Xsession.d/60x11-common_xdg_path ...
Removing obsolete conffile /etc/X11/Xsession.d/00upstart ...
Removing obsolete conffile /etc/X11/Xsession.d/99upstart ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: Unit x11-common.service is masked
Setting up libxtst6:amd64 (2:1.2.3-1) ...
Setting up python3-reportlab-accel:amd64 (3.4.0-3ubuntu0.1) ...
Setting up libgdbm5:amd64 (1.14.1-6) ...
Setting up python3-gdbm:amd64 (3.6.9-1~18.04) ...
Setting up rhythmbox-data (3.4.2-4ubuntu1) ...
Setting up libdbusmenu-glib4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Setting up libexempi3:amd64 (2.4.5-2) ...
Setting up libexif12:amd64 (0.6.21-4ubuntu0.6) ...
Setting up at-spi2-core (2.28.0-1) ...
Installing new version of config file /etc/X11/Xsession.d/90qt-a11y ...
Removing obsolete conffile /etc/at-spi2/accessibility.conf ...
Setting up libgnome-autoar-0-0:amd64 (0.2.3-1ubuntu0.4) ...
Setting up libdee-1.0-4:amd64 (1.2.7+17.10.20170616-0ubuntu4) ...
Setting up libunity-protocol-private0:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) ...
Setting up libunity-scopes-json-def-desktop (7.1.4+18.04.20180209.1-0ubuntu2) ...
Setting up libunity9:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) ...
Setting up nautilus-data (1:3.26.4-0~ubuntu18.04.5) ...
Setting up desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Installing new version of config file /etc/gnome/defaults.list ...
Setting up libudisks2-0:amd64 (2.7.6-3ubuntu0.2) ...
Setting up libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libice6:amd64 (2:1.0.9-2) ...
Setting up libxt6:amd64 (1:1.1.5-1) ...
Setting up x11-utils (7.7+3build1) ...
Setting up libblockdev-part-err2:amd64 (2.16-2) ...
Setting up libblockdev-utils2:amd64 (2.16-2) ...
Setting up libparted2:amd64 (3.2-20ubuntu0.2) ...
Setting up libpopt0:amd64 (1.16-11) ...
Setting up gdisk (1.0.3-1) ...
Setting up libblockdev-part2:amd64 (2.16-2) ...
Setting up libblockdev-swap2:amd64 (2.16-2) ...
Setting up libblockdev-loop2:amd64 (2.16-2) ...
Setting up libparted-fs-resize0:amd64 (3.2-20ubuntu0.2) ...
Setting up libblockdev-fs2:amd64 (2.16-2) ...
Setting up parted (3.2-20ubuntu0.2) ...
Setting up udev (237-3ubuntu10.52) ...
Installing new version of config file /etc/init.d/udev ...
update-initramfs: deferring update (trigger activated)
Removing obsolete conffile /etc/modprobe.d/fbdev-blacklist.conf ...
Removing obsolete conffile /etc/init/udev.conf ...
Removing obsolete conffile /etc/init/udevmonitor.conf ...
Removing obsolete conffile /etc/init/udevtrigger.conf ...
Setting up libatasmart4:amd64 (0.19-4) ...
Setting up libblockdev2:amd64 (2.16-2) ...
Setting up libpolkit-gobject-1-0:amd64 (0.105-20ubuntu0.18.04.5) ...
Setting up libpolkit-agent-1-0:amd64 (0.105-20ubuntu0.18.04.5) ...
Setting up udisks2 (2.7.6-3ubuntu0.2) ...
Created symlink /etc/systemd/system/graphical.target.wants/udisks2.service → /lib/systemd/system/udisks2.service.
Setting up gvfs-common (1.36.1-0ubuntu1.3.3) ...
Setting up gvfs-libs:amd64 (1.36.1-0ubuntu1.3.3) ...
Setting up gvfs-daemons (1.36.1-0ubuntu1.3.3) ...
Setting up gvfs:amd64 (1.36.1-0ubuntu1.3.3) ...
Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.8) ...
Setting up media-player-info (23-1) ...
Setting up libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Setting up zeitgeist-core (1.0-0.1ubuntu1) ...
Setting up libsigc++-2.0-0v5:amd64 (2.10.0-2) ...
Setting up libglibmm-2.4-1v5:amd64 (2.56.0-1) ...
Setting up libstartup-notification0:amd64 (0.12-5) ...
Setting up compiz-core (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Setting up libgcab-1.0-0:amd64 (1.1-2) ...
Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
Setting up libappstream-glib8:amd64 (0.7.7-2) ...
Setting up libbamf3-2:amd64 (0.5.3+18.04.20180207.2-0ubuntu1) ...
Setting up libprotobuf10:amd64 (3.0.0-9.1ubuntu1) ...
Setting up libcompizconfig0:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Setting up libglewmx1.13:amd64 (1.13.0-4ubuntu0.18.04.1) ...
Setting up multiarch-support (2.27-3ubuntu1.4) ...
Setting up libnotify4:amd64 (0.7.7-3) ...
Setting up libnux-4.0-common (4.0.8+18.04.20180622.2-0ubuntu1) ...
Setting up libframe6:amd64 (2.5.0daily13.06.05+16.10.20160809-0ubuntu1) ...
Setting up libgrail6 (3.1.0+16.04.20160125-0ubuntu2) ...
Setting up libgeis1:amd64 (2.2.17+16.04.20160126-0ubuntu2) ...
Setting up libglu1-mesa:amd64 (9.0.0-2.1build1) ...
Setting up libibus-1.0-5:amd64 (1.5.17-3ubuntu5.3) ...
Setting up libnux-4.0-0 (4.0.8+18.04.20180622.2-0ubuntu1) ...
Setting up indicator-common (16.10.0+18.04.20180321.1-0ubuntu1) ...
Setting up unity-schemas (7.5.0+18.04.20190304-0ubuntu1) ...
Setting up session-migration (0.3.3) ...
Setting up libdecoration0:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Setting up compiz-plugins-default:amd64 (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Setting up sgml-base (1.29) ...
Setting up metacity-common (1:3.28.0-1ubuntu0.1) ...
Setting up libxres1:amd64 (2:1.2.0-2) ...
Setting up libwnck-3-common (3.24.1-2) ...
Setting up gnome-settings-daemon-schemas (3.28.1-0ubuntu1.3) ...
Setting up gsettings-ubuntu-schemas (0.0.7+17.10.20170922-0ubuntu1) ...
Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ...
Setting up libpci3:amd64 (1:3.5.2-1ubuntu1.1) ...
Setting up nux-tools (4.0.8+18.04.20180622.2-0ubuntu1) ...
Setting up dconf-cli (0.26.0-2ubuntu3) ...
Setting up x11-xkb-utils (7.7+3ubuntu0.18.04.1) ...
Setting up libxklavier16:amd64 (5.4-3) ...
Setting up liblightdm-gobject-1-0:amd64 (1.26.0-0ubuntu1) ...
Setting up libaccountsservice0:amd64 (0.6.45-1ubuntu1.3) ...
Setting up libfcitx-utils0:amd64 (1:4.2.9.6-1) ...
Setting up libfcitx-config4:amd64 (1:4.2.9.6-1) ...
Setting up libfcitx-gclient1:amd64 (1:4.2.9.6-1) ...
Setting up libasyncns0:amd64 (0.8-6) ...
Setting up libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
Setting up libwrap0:amd64 (7.6.q-27) ...
Setting up libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
Setting up libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.11) ...
Setting up libupower-glib3:amd64 (0.99.7-2ubuntu0.18.04.1) ...
Setting up accountsservice (0.6.45-1ubuntu1.3) ...
Setting up libdbusmenu-gtk3-4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Setting up libgtop2-common (2.38.0-2ubuntu0.18.04.1) ...
Setting up libgtop-2.0-11:amd64 (2.38.0-2ubuntu0.18.04.1) ...
Setting up libgee-0.8-2:amd64 (0.20.1-1) ...
Setting up distro-info-data (0.37ubuntu0.13) ...
Setting up lsb-release (9.20170808ubuntu1) ...
Setting up unity-scopes-master-default (6.8.2+16.04.20160212.1-0ubuntu3) ...
Setting up unity-scope-home (6.8.2+16.04.20160212.1-0ubuntu3) ...
Setting up libavahi-glib1:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libmm-glib0:amd64 (1.10.0-1~ubuntu18.04.2) ...
Setting up libgeocode-glib0:amd64 (3.25.4.1-4ubuntu0.18.04.1) ...
Setting up libgweather-common (3.28.2-1~ubuntu18.04.1) ...
Setting up libnm0:amd64 (1.10.6-2ubuntu1.4) ...
Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.13) ...
Setting up libcamel-1.2-61:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Setting up libpsl5:amd64 (0.19.1-5build1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ...
Setting up liboauth0:amd64 (1.0.3-1) ...
Setting up libgdata-common (0.17.9-2) ...
Setting up libgdata22:amd64 (0.17.9-2) ...
Setting up evolution-data-server-common (3.28.5-0ubuntu0.18.04.3) ...
Setting up libedataserver-1.2-23:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up tzdata (2021e-0ubuntu0.18.04) ...

Current default time zone: 'America/New_York'
Local time is now:      Sun Dec  5 11:02:39 EST 2021.
Universal Time is now:  Sun Dec  5 16:02:39 UTC 2021.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libical3:amd64 (3.0.1-5) ...
Setting up libecal-1.2-19:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libmozjs-52-0:amd64 (52.9.1-0ubuntu0.18.04.1) ...
Setting up libxcb-randr0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-res0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxkbcommon-x11-0:amd64 (0.8.2-1~ubuntu18.04.1) ...
Setting up mutter-common (3.28.4+git20200505-0ubuntu18.04.2) ...
Setting up libebackend-1.2-10:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libboost-system1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libboost-thread1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libphonenumber7:amd64 (7.1.0-5ubuntu5) ...
Setting up libebook-contacts-1.2-2:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libedata-book-1.2-25:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libebook-1.2-19:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up libedata-cal-1.2-28:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up p11-kit-modules:amd64 (0.23.9-2ubuntu0.1) ...
Setting up p11-kit (0.23.9-2ubuntu0.1) ...
Setting up gir1.2-accountsservice-1.0 (0.6.45-1ubuntu1.3) ...
Setting up gir1.2-atspi-2.0:amd64 (2.28.0-1) ...
Setting up gir1.2-gdesktopenums-3.0:amd64 (3.28.0-1ubuntu1) ...
Setting up gir1.2-gck-1:amd64 (3.28.0-1) ...
Setting up libgdm1 (3.28.3-0ubuntu18.04.6) ...
Setting up gir1.2-gdm-1.0 (3.28.3-0ubuntu18.04.6) ...
Setting up gir1.2-ibus-1.0:amd64 (1.5.17-3ubuntu5.3) ...
Setting up gir1.2-json-1.0:amd64 (1.4.2-3ubuntu0.18.04.1) ...
Setting up gir1.2-nm-1.0:amd64 (1.10.6-2ubuntu1.4) ...
Setting up gir1.2-polkit-1.0 (0.105-20ubuntu0.18.04.5) ...
Setting up gir1.2-rsvg-2.0:amd64 (2.40.20-2ubuntu0.2) ...
Setting up gir1.2-soup-2.4:amd64 (2.62.1-1ubuntu0.4) ...
Setting up gir1.2-upowerglib-1.0:amd64 (0.99.7-2ubuntu0.18.04.1) ...
Setting up gnome-shell-common (3.28.4-0ubuntu18.04.7) ...
update-alternatives: using /usr/share/gnome-shell/theme/ubuntu.css to provide /usr/share/gnome-shell/theme/gdm3.css (gdm3.css) in auto mode
Setting up ubuntu-wallpapers-bionic (18.04.1-0ubuntu1) ...
Setting up ubuntu-wallpapers (18.04.1-0ubuntu1) ...
Setting up libjavascriptcoregtk-4.0-18:amd64 (2.32.4-0ubuntu0.18.04.1) ...
Setting up libaspell15:amd64 (0.60.7~20110707-4ubuntu0.2) ...
Setting up libtext-iconv-perl (1.7-5build6) ...
Setting up dictionaries-common (1.27.2) ...
Setting up aspell (0.60.7~20110707-4ubuntu0.2) ...
Setting up aspell-en (2017.08.24-0-0.1) ...
Setting up hunspell-en-us (1:2017.08.24) ...
Setting up libenchant1c2a:amd64 (1.6.0-11.1) ...
Setting up libgstreamer-gl1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ...
Setting up libhyphen0:amd64 (2.8.8-5) ...
Setting up libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Setting up libwebpdemux2:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Setting up libbrotli1:amd64 (1.0.3-1ubuntu1.3) ...
Setting up libwoff1:amd64 (1.0.2-1build0.1) ...
Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ...
Setting up zenity-common (3.28.1-1) ...
Setting up libgles2:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libplist3:amd64 (2.0.0-2ubuntu1) ...
Setting up libusbmuxd4:amd64 (1.1.0~git20171206.c724e70f-0.1) ...
Setting up libimobiledevice6:amd64 (1.2.1~git20171128.5a854327+dfsg-0.1) ...
Setting up libusb-1.0-0:amd64 (2:1.0.21-2) ...
Setting up upower (0.99.7-2ubuntu0.18.04.1) ...
Setting up gnome-session-common (3.28.1-0ubuntu3) ...
Installing new version of config file /etc/X11/Xsession.d/55gnome-session_gnomerc ...
Setting up xserver-common (2:1.19.6-1ubuntu4.9) ...
Setting up libxfont2:amd64 (1:2.0.3-1) ...
Setting up xwayland (2:1.19.6-1ubuntu4.9) ...
Setting up libcolumbus1-common (1.1.0+15.10.20150806-0ubuntu12) ...
Setting up libcolumbus1v5:amd64 (1.1.0+15.10.20150806-0ubuntu12) ...
Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libdbusmenu-qt5-2:amd64 (0.9.3+16.04.20160218-1ubuntu1) ...
Setting up libgsettings-qt1:amd64 (0.1+17.10.20170824-2fakesync1build2) ...
Setting up libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up hud (14.10+17.10.20170619-0ubuntu2) ...
Setting up unity-lens-music (6.9.1+16.04-0ubuntu3) ...
Setting up libgnome-menu-3-0:amd64 (3.13.3-11ubuntu1.1) ...
Setting up unity-lens-applications (7.1.0+16.10.20160927-0ubuntu3) ...
Setting up unity-lens-files (7.1.0+17.10.20170605-0ubuntu2) ...
Setting up unity-lens-video (0.3.15+16.04.20160212.1-0ubuntu3) ...
Setting up cheese-common (3.28.0-1ubuntu1) ...
Setting up libdbus-glib-1-2:amd64 (0.110-2) ...
Setting up libgeonames-common (0.2+17.04.20170220-0ubuntu1) ...
Setting up libgeonames0:amd64 (0.2+17.04.20170220-0ubuntu1) ...
Setting up libsnapd-glib1:amd64 (1.58-0ubuntu0.18.04.0) ...
Setting up libnm-util2:amd64 (1.10.6-2ubuntu1.4) ...
Setting up libnm-glib4:amd64 (1.10.6-2ubuntu1.4) ...
Setting up libcrack2:amd64 (2.9.2-5build1) ...
Setting up libpwquality-common (1.4.0-2) ...
Installing new version of config file /etc/security/pwquality.conf ...
Setting up libpwquality1:amd64 (1.4.0-2) ...
Setting up apg (2.2.3.dfsg.1-5) ...
Installing new version of config file /etc/apg.conf ...
Setting up libgnomekbd-common (3.26.0-3ubuntu0.18.04.1) ...
Setting up gnome-menus (3.13.3-11ubuntu1.1) ...
Installing new version of config file /etc/gnome/menus.blacklist ...
Installing new version of config file /etc/xdg/menus/gnome-applications.menu ...
Setting up python3-cffi-backend (1.11.5-1) ...
Setting up python3-six (1.11.0-2) ...
Setting up libsodium23:amd64 (1.0.16-2) ...
Setting up python3-nacl (1.1.2-1build1) ...
Setting up python3-pkg-resources (39.0.1-2) ...
Setting up python3-protobuf (3.0.0-9.1ubuntu1) ...
Setting up python3-pymacaroons (0.13.0-1) ...
Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ...
Installing new version of config file /etc/ssl/openssl.cnf ...
Setting up ca-certificates (20210119~18.04.2) ...
Updating certificates in /etc/ssl/certs...
0 added, 1 removed; done.
Setting up python3-certifi (2018.1.18-2) ...
Setting up python3-chardet (3.0.4-1) ...
Setting up python3-idna (2.6-1) ...
Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
Setting up python3-requests (2.18.4-2ubuntu0.1) ...
Setting up python3-tz (2018.3-2) ...
Setting up python3-rfc3339 (1.0-4) ...
Setting up python3-macaroonbakery (1.1.3-1) ...
Setting up kmod (24-1ubuntu3.5) ...
Installing new version of config file /etc/init.d/kmod ...
Installing new version of config file /etc/modprobe.d/blacklist-framebuffer.conf ...
Removing obsolete conffile /etc/modprobe.d/mlx4.conf ...
Removing obsolete conffile /etc/init/kmod.conf ...
Setting up bluez (5.48-0ubuntu3.6) ...
Installing new version of config file /etc/bluetooth/main.conf ...
Installing new version of config file /etc/dbus-1/system.d/bluetooth.conf ...
Setting up libjansson4:amd64 (2.11-1) ...
Setting up libtalloc2:amd64 (2.1.10-2ubuntu1) ...
Setting up libtevent0:amd64 (0.9.34-1) ...
Setting up libldb1:amd64 (2:1.2.3-1ubuntu0.2) ...
Setting up libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Setting up libpython2.7:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Setting up libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) ...
Setting up python-talloc (2.1.10-2ubuntu1) ...
Setting up samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) ...
Setting up libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.24) ...
Setting up libwhoopsie-preferences0 (0.19) ...
Setting up libgusb2:amd64 (0.2.11-1) ...
Setting up libcolorhug2:amd64 (1.3.3-2build1) ...
Setting up acl (2.2.52-3build1) ...
Setting up libsane-common (1.0.27-1~experimental3ubuntu2.4) ...
Installing new version of config file /etc/sane.d/canon_dr.conf ...
Installing new version of config file /etc/sane.d/cardscan.conf ...
Installing new version of config file /etc/sane.d/dll.conf ...
Installing new version of config file /etc/sane.d/epjitsu.conf ...
Installing new version of config file /etc/sane.d/epson2.conf ...
Installing new version of config file /etc/sane.d/epsonds.conf ...
Installing new version of config file /etc/sane.d/fujitsu.conf ...
Installing new version of config file /etc/sane.d/gt68xx.conf ...
Installing new version of config file /etc/sane.d/pixma.conf ...
Installing new version of config file /etc/sane.d/xerox_mfp.conf ...
Setting up makedev (2.3.1-93ubuntu2) ...
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up libgd3:amd64 (2.2.5-4ubuntu0.5) ...
Setting up libgphoto2-port12:amd64 (2.5.16-2) ...
Setting up libgphoto2-6:amd64 (2.5.16-2) ...
Setting up libieee1284-3:amd64 (0.2.11-13) ...
Setting up libsane1:amd64 (1.0.27-1~experimental3ubuntu2.4) ...
Setting up libpolkit-backend-1-0:amd64 (0.105-20ubuntu0.18.04.5) ...
Setting up policykit-1 (0.105-20ubuntu0.18.04.5) ...
Installing new version of config file /etc/pam.d/polkit-1 ...
Removed /run/systemd/system/polkit.service.
polkit.service is a disabled or a static unit not running, not starting it.
Setting up colord-data (1.3.3-2build1) ...
Setting up colord (1.3.3-2build1) ...
colord.service is a disabled or a static unit, not starting it.
Setting up gnome-control-center-data (1:3.28.2-0ubuntu0.18.04.6) ...
Setting up libapt-inst2.0:amd64 (1.6.14) ...
Setting up python-apt-common (1.6.5ubuntu0.7) ...
Setting up python3-apt (1.6.5ubuntu0.7) ...
Setting up language-selector-common (0.188.3) ...
Installing new version of config file /etc/fonts/conf.avail/30-cjk-aliases.conf ...
Installing new version of config file /etc/fonts/conf.avail/64-language-selector-prefer.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-cn.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-hk.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-mo.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-sg.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-tw.conf ...
Setting up libpackagekit-glib2-18:amd64 (1.1.9-1ubuntu2.18.04.6) ...
Setting up gir1.2-packagekitglib-1.0 (1.1.9-1ubuntu2.18.04.6) ...
Setting up libvte-2.91-common (0.52.2-1ubuntu1~18.04.2) ...
Setting up aptdaemon-data (1.1.1+bzr982-0ubuntu19.5) ...
Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
Setting up im-config (0.34-1ubuntu1.3) ...
Installing new version of config file /etc/default/im-config ...
Setting up libbluetooth3:amd64 (5.48-0ubuntu3.6) ...
Setting up libndp0:amd64 (1.6-1) ...
Setting up libnewt0.52:amd64 (0.52.20-1ubuntu1) ...
Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libteamdctl0:amd64 (1.26-1) ...
Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libpcsclite1:amd64 (1.8.23-1) ...
Setting up wpasupplicant (2:2.6-15ubuntu2.8) ...
Installing new version of config file /etc/dbus-1/system.d/wpa_supplicant.conf ...
Installing new version of config file /etc/wpa_supplicant/functions.sh ...
Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → /lib/systemd/system/wpa_supplicant.service.
Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service → /lib/systemd/system/wpa_supplicant.service.
Setting up libisc-export169:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up libdns-export1100 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up libmnl0:amd64 (1.0.4-2) ...
Setting up iproute2 (4.15.0-2ubuntu1.3) ...
Installing new version of config file /etc/iproute2/nl_protos ...
Setting up isc-dhcp-client (4.3.5-3ubuntu7.3) ...
Installing new version of config file /etc/apparmor.d/sbin.dhclient ...
Setting up network-manager (1.10.6-2ubuntu1.4) ...
Installing new version of config file /etc/NetworkManager/NetworkManager.conf ...
Installing new version of config file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf ...
Installing new version of config file /etc/init.d/network-manager ...
Setting up gir1.2-notify-0.7:amd64 (0.7.7-3) ...
Setting up gir1.2-secret-1:amd64 (0.18.6-1) ...
Setting up python3-cups (1.9.73-2) ...
Setting up python3-cupshelpers (1.5.11-1ubuntu2) ...
Installing new version of config file /etc/cupshelpers/preferreddrivers.xml ...
Setting up fonts-ubuntu (0.83-2) ...
Setting up libwhoopsie0:amd64 (0.2.62ubuntu0.6) ...
Setting up whoopsie-preferences (0.19) ...
Setting up bluez-obexd (5.48-0ubuntu3.6) ...
Setting up libaccounts-glib0:amd64 (1.23+17.04.20161104-0ubuntu1) ...
Setting up libmessaging-menu0:amd64 (13.10.1+17.04.20170120-0ubuntu2) ...
Setting up liburl-dispatcher1:amd64 (0.1+17.04.20170328-0ubuntu4) ...
Setting up indicator-datetime (15.10+17.10.20170829.2-0ubuntu4) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-datetime.desktop ...
Setting up indicator-power (12.10.6+17.10.20170829.1-0ubuntu4) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-power.desktop ...
Setting up libspeexdsp1:amd64 (1.2~rc1.2-1ubuntu2) ...
Setting up libwebrtc-audio-processing1:amd64 (0.3-1) ...
Setting up libasound2-plugins:amd64 (1.1.1-1ubuntu1) ...
Setting up libpulsedsp:amd64 (1:11.1-1ubuntu7.11) ...
Setting up pulseaudio-utils (1:11.1-1ubuntu7.11) ...
Setting up pulseaudio (1:11.1-1ubuntu7.11) ...
Installing new version of config file /etc/pulse/daemon.conf ...
Installing new version of config file /etc/pulse/default.pa ...
Installing new version of config file /etc/xdg/autostart/pulseaudio.desktop ...
Setting up indicator-sound (12.10.2+18.04.20180420.3-0ubuntu1) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-sound.desktop ...
Setting up libdmapsharing-3.0-2:amd64 (2.9.39-2) ...
Setting up libgpod4:amd64 (0.8.3-11) ...
Setting up libmtp-common (1.1.13-1) ...
Setting up libmtp9:amd64 (1.1.13-1) ...
Setting up gir1.2-gstreamer-1.0:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setting up gir1.2-gst-plugins-base-1.0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up gir1.2-javascriptcoregtk-4.0:amd64 (2.32.4-0ubuntu0.18.04.1) ...
Setting up python3-markupsafe (1.0-1build1) ...
Setting up python3-mako (1.0.7+ds1-1) ...
Setting up python3-systemd (234-1build1) ...
Setting up fonts-opensymbol (2:102.10+LibO6.0.7-0ubuntu0.18.04.10) ...
Setting up uno-libs3 (6.0.7-0ubuntu0.18.04.10) ...
Setting up liblangtag-common (0.6.2-1) ...
Setting up liblangtag1:amd64 (0.6.2-1) ...
Setting up ure (6.0.7-0ubuntu0.18.04.10) ...
Setting up libboost-locale1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libclucene-core1v5:amd64 (2.3.3.4+dfsg-1) ...
Setting up libclucene-contribs1v5:amd64 (2.3.3.4+dfsg-1) ...
Setting up libboost-date-time1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libcmis-0.5-5v5 (0.5.1+git20160603-3build2) ...
Setting up libeot0:amd64 (0.01-5) ...
Setting up libexttextcat-data (3.4.5-1) ...
Setting up libexttextcat-2.0-0:amd64 (3.4.5-1) ...
Setting up libgpgmepp6:amd64 (1.10.0-1ubuntu2) ...
Setting up libmythes-1.2-0:amd64 (2:1.2.4-3) ...
Setting up libneon27-gnutls:amd64 (0.30.2-3~ubuntu18.04.1) ...
Setting up libboost-filesystem1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libboost-iostreams1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up liborcus-0.13-0:amd64 (0.13.4-2) ...
Setting up libpoppler73:amd64 (0.62.0-2ubuntu2.12) ...
Setting up librevenge-0.0-0:amd64 (0.0.4-6ubuntu2) ...
Setting up libxmlsec1:amd64 (1.2.25-1build1) ...
Setting up libxmlsec1-nss:amd64 (1.2.25-1build1) ...
Setting up libyajl2:amd64 (2.1.0-2build1) ...
Setting up libraptor2-0:amd64 (2.0.14-1ubuntu0.18.04.1) ...
Setting up librasqal3:amd64 (0.9.32-1build1) ...
Setting up librdf0:amd64 (1.0.17-1.1) ...
Setting up libbrlapi0.6:amd64 (5.5-4ubuntu2.0.1) ...
Setting up python3-brlapi (5.5-4ubuntu2.0.1) ...
Setting up python3-lxml:amd64 (4.2.1-1ubuntu0.4) ...
Setting up libwebpmux3:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Setting up python3-pil:amd64 (5.1.0-1ubuntu0.6) ...
Setting up python3-pycurl (7.43.0.1-0.2) ...
Setting up python3-yaml (3.12-1build2) ...
Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ...
Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ...
Setting up libhpmud0:amd64 (3.17.10+repack0-5) ...
Setting up libcupscgi1:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libcupsmime1:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libcupsppdc1:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ...
Setting up ssl-cert (1.0.39) ...
Setting up bc (1.07.1-2) ...
Setting up cups-daemon (2.2.7-1ubuntu2.8) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.cupsd ...
Installing new version of config file /etc/cups/cups-files.conf ...
Installing new version of config file /etc/init.d/cups ...
Setting up libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ...
Setting up libqpdf21:amd64 (8.0.2-3ubuntu0.1) ...
Setting up poppler-utils (0.62.0-2ubuntu2.12) ...
Setting up cups-ipp-utils (2.2.7-1ubuntu2.8) ...
Setting up cups-filters-core-drivers (1.20.2-0ubuntu3.1) ...
Setting up cups-core-drivers (2.2.7-1ubuntu2.8) ...
Setting up libijs-0.35:amd64 (0.35-13) ...
Setting up libjbig2dec0:amd64 (0.13-6) ...
Setting up poppler-data (0.4.8-2) ...
Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up ghostscript (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up cups-common (2.2.7-1ubuntu2.8) ...
Setting up cups-server-common (2.2.7-1ubuntu2.8) ...
Setting up cups-client (2.2.7-1ubuntu2.8) ...
Setting up cups-ppdc (2.2.7-1ubuntu2.8) ...
Setting up libfontembed1:amd64 (1.20.2-0ubuntu3.1) ...
Setting up cups-filters (1.20.2-0ubuntu3.1) ...
Removing obsolete conffile /etc/fonts/conf.d/99pdftoopvp.conf ...
Setting up cups (2.2.7-1ubuntu2.8) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Updating PPD files for foomatic-db-compressed-ppds ...
Updating PPD files for openprinting-ppds ...
Updating PPD files for brlaser ...
Updating PPD files for c2esp ...
Updating PPD files for gutenprint ...
Updating PPD files for hpcups ...
Updating PPD files for m2300w ...
Updating PPD files for ptouch ...
Updating PPD files for pxljr ...
Updating PPD files for splix ...
Setting up xz-utils (5.2.2-1.3) ...
Setting up hplip-data (3.17.10+repack0-5) ...
Setting up libsane-hpaio:amd64 (3.17.10+repack0-5) ...
Installing new version of config file /etc/hp/hplip.conf ...
Setting up printer-driver-hpcups (3.17.10+repack0-5) ...
Setting up python3-ptyprocess (0.5.2-1) ...
Setting up python3-pexpect (4.2.1-1) ...
Setting up python3-reportlab (3.4.0-3ubuntu0.1) ...
Setting up wget (1.19.4-1ubuntu2.2) ...
Setting up hplip (3.17.10+repack0-5) ...
Creating/updating hplip user account...
Setting up printer-driver-postscript-hp (3.17.10+repack0-5) ...
Setting up python3-asn1crypto (0.24.0-1) ...
Setting up python3-cryptography (2.1.4-1ubuntu1.4) ...
Setting up perl (5.26.1-6ubuntu0.5) ...
Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
Setting up bzip2 (1.0.6-8.1ubuntu0.2) ...
Setting up patch (2.7.6-2ubuntu1.1) ...
Setting up make (4.1-9.1ubuntu1) ...
Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
Setting up binutils (2.30-21ubuntu1~18.04.7) ...
Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
Setting up cron (3.0pl1-128.1ubuntu1) ...
Installing new version of config file /etc/default/cron ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Removing obsolete conffile /etc/init/cron.conf ...
Setting up libgnutls-openssl27:amd64 (3.5.18-1ubuntu1.5) ...
Setting up libproxy1-plugin-gsettings:amd64 (0.4.15-1ubuntu0.2) ...
Setting up libwayland-egl1-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-qtquick-window2:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-qtquick-layouts:amd64 (5.9.5-0ubuntu1.1) ...
Setting up libqt5positioning5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libqt5sensors5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5webchannel5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) ...
Setting up libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5quicktest5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-qtquick2:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-qttest:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qtchooser (64-ga1b6736-5) ...
Setting up qtdeclarative5-dev-tools (5.9.5-0ubuntu1.1) ...
Setting up libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5organizer5:amd64 (5.0~git20140515~29475884-0ubuntu24~7) ...
Setting up qmlscene (5.9.5-0ubuntu1.1) ...
Setting up libfribidi0:amd64 (0.19.7-2) ...
Setting up libass9:amd64 (1:0.14.0-1) ...
Setting up libva2:amd64 (2.1.0-3) ...
Setting up libva-drm2:amd64 (2.1.0-3) ...
Setting up libva-x11-2:amd64 (2.1.0-3) ...
Setting up libvdpau1:amd64 (1.1.1-3ubuntu1) ...
Setting up libavutil55:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libopenjp2-7:amd64 (2.3.0-2build0.18.04.1) ...
Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libsoxr0:amd64 (0.1.2-3) ...
Setting up libswresample2:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libx264-152:amd64 (2:0.152.2854+gite9a5903-2) ...
Setting up libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ...
Setting up libx265-146:amd64 (2.6-3) ...
Setting up libcrystalhd3:amd64 (1:0.0~git20110715.fdd2f19-12) ...
Setting up libgsm1:amd64 (1.0.13-4build1) ...
Setting up libshine3:amd64 (3.1.1-1) ...
Setting up libsnappy1v5:amd64 (1.1.7-1) ...
Setting up libxvidcore4:amd64 (2:1.3.5-1) ...
Setting up libzvbi-common (0.2.35-13) ...
Setting up libzvbi0:amd64 (0.2.35-13) ...
Setting up libavcodec57:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libchromaprint1:amd64 (1.4.3-1) ...
Setting up libfluidsynth1:amd64 (1.1.9-1) ...
Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...
Setting up libserd-0-0:amd64 (0.28.0~dfsg0-1) ...
Setting up libsord-0-0:amd64 (0.16.0~dfsg0-1) ...
Setting up libsratom-0-0:amd64 (0.6.0~dfsg0-1) ...
Setting up liblilv-0-0 (0.24.2~dfsg0-1) ...
Setting up libmpcdec6:amd64 (2:0.1~r495-1) ...
Setting up libgssdp-1.0-3:amd64 (1.0.2-2) ...
Setting up libgupnp-1.0-4:amd64 (1.0.2-2) ...
Setting up libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Setting up libnice10:amd64 (0.1.14-1) ...
Setting up libopenmpt0:amd64 (0.3.6-1) ...
Setting up libsrtp2-1:amd64 (2.1.0-1) ...
Setting up libwildmidi-config (0.4.2-1) ...
Installing new version of config file /etc/wildmidi/wildmidi.cfg ...
Setting up libwildmidi2:amd64 (0.4.2-1) ...
Setting up libcdio17:amd64 (1.0.0-2ubuntu2) ...
Setting up liba52-0.7.4:amd64 (0.7.4-19) ...
Setting up libdvdread4:amd64 (6.0.0-1) ...
Setting up libmpeg2-4:amd64 (0.5.1-8) ...
Setting up libsidplay1v5:amd64 (1.36.59-11) ...
Setting up gstreamer1.0-plugins-ugly:amd64 (1.14.5-0ubuntu1~18.04.1) ...
Setting up libdc1394-22:amd64 (2.2.5-1) ...
Setting up libdca0:amd64 (0.0.5-10) ...
Setting up libde265-0:amd64 (1.0.2-2build1) ...
Setting up libdvdnav4:amd64 (6.0.0-1) ...
Setting up libfaad2:amd64 (2.8.8-1) ...
Setting up libflite1:amd64 (2.1-release-1) ...
Setting up libgme0:amd64 (0.6.2-1) ...
Setting up libkate1:amd64 (0.4.1-7build1) ...
Setting up libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Setting up libmms0:amd64 (0.6.4-2) ...
Setting up libmodplug1:amd64 (1:0.8.9.0-1) ...
Setting up libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Setting up libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Setting up libfftw3-double3:amd64 (3.3.7-1) ...
Setting up libofa0:amd64 (0.9.3-15) ...
Setting up libopenal-data (1:1.18.2-2) ...
Installing new version of config file /etc/openal/alsoft.conf ...
Setting up libsndio6.1:amd64 (1.1.0-3) ...
Setting up libopenal1:amd64 (1:1.18.2-2) ...
Setting up libopenexr22:amd64 (2.2.0-11.1ubuntu1.9) ...
Setting up libsbc1:amd64 (1.3-2) ...
Setting up libsoundtouch1:amd64 (1.9.2-3) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up libvulkan1:amd64 (1.1.70+dfsg1-1ubuntu0.18.04.1) ...
Setting up libzbar0:amd64 (0.10+doc-10.1build2) ...
Setting up gstreamer1.0-plugins-bad:amd64 (1.14.5-0ubuntu1~18.04.1) ...
Setting up libwebkit2gtk-4.0-37-gtk2 (2.32.4-0ubuntu0.18.04.1) ...
Setting up libproxy1-plugin-networkmanager:amd64 (0.4.15-1ubuntu0.2) ...
Setting up libpango1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up libegl1-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up python3-httplib2 (0.9.2+dfsg-1ubuntu0.3) ...
Setting up python3-problem-report (2.20.9-0ubuntu7.27) ...
Setting up python3-requests-unixsocket (0.1.5-3) ...
Setting up python3-apport (2.20.9-0ubuntu7.27) ...
Setting up liblocale-gettext-perl (1.07-3build2) ...
Setting up keyboard-configuration (1.178ubuntu2.9) ...
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
Removing obsolete conffile /etc/init.d/console-setup ...
Removing obsolete conffile /etc/init/console-setup.conf ...
update-initramfs: deferring update (trigger activated)
Setting up xserver-xorg-core (2:1.19.6-1ubuntu4.9) ...
Setting up xserver-xorg-input-libinput (0.27.1-1) ...
Setting up xserver-xorg-input-all (1:7.7+19ubuntu7.1) ...
Setting up xserver-xorg-input-wacom (1:0.36.1-0ubuntu1.1) ...
Setting up xserver-xorg-input-synaptics (1.9.0-1ubuntu1) ...
Setting up xserver-xorg-input-evdev (1:2.10.5-1ubuntu1) ...
Setting up xserver-xorg (1:7.7+19ubuntu7.1) ...
Setting up xserver-xorg-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-core-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-input-evdev-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-legacy (2:1.19.6-1ubuntu4.9) ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
Setting up xserver-xorg-legacy-hwe-16.04 (3:14.1) ...
Setting up bash-completion (1:2.8-1ubuntu1) ...
Installing new version of config file /etc/profile.d/bash_completion.sh ...
Setting up git-man (1:2.17.1-1ubuntu0.9) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up liburi-perl (1.73-1) ...
Setting up libhtml-parser-perl (3.72-3build1) ...
Setting up libcgi-pm-perl (4.38-1) ...
Setting up libfcgi-perl (0.78-2build1) ...
Setting up libcgi-fast-perl (1:2.13-1) ...
Setting up liberror-perl (0.17025-1) ...
Setting up git (1:2.17.1-1ubuntu0.9) ...
Setting up libfile-copy-recursive-perl (0.40-1) ...
Setting up update-inetd (4.44) ...
Setting up netbase (5.4) ...
Installing new version of config file /etc/services ...
Setting up ifupdown (0.8.17ubuntu1.1) ...
Installing new version of config file /etc/init.d/networking ...
Removing obsolete conffile /etc/init/network-interface-container.conf ...
Removing obsolete conffile /etc/init/network-interface-security.conf ...
Removing obsolete conffile /etc/init/network-interface.conf ...
Removing obsolete conffile /etc/init/networking.conf ...
Removing obsolete conffile /etc/network/if-down.d/upstart ...
Removing obsolete conffile /etc/network/if-up.d/upstart ...
Setting up indicator-session (17.3.20+17.10.20171006-0ubuntu1) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-session.desktop ...
Setting up busybox-initramfs (1:1.27.2-2ubuntu3.3) ...
Setting up initramfs-tools-bin (0.130ubuntu3.13) ...
Setting up libklibc (2.0.4-9ubuntu2) ...
Setting up klibc-utils (2.0.4-9ubuntu2) ...
Setting up cpio (2.12+dfsg-6ubuntu0.18.04.4) ...
Setting up initramfs-tools-core (0.130ubuntu3.13) ...
Installing new version of config file /etc/initramfs-tools/initramfs.conf ...
Setting up linux-base (4.5ubuntu1.7) ...
Setting up initramfs-tools (0.130ubuntu3.13) ...
Installing new version of config file /etc/kernel/postinst.d/initramfs-tools ...
update-initramfs: deferring update (trigger activated)
Setting up brltty (5.5-4ubuntu2.0.1) ...
Installing new version of config file /etc/brltty.conf ...
Installing new version of config file /etc/brltty/Attributes/invleft_right.atb ...
Installing new version of config file /etc/brltty/Attributes/left_right.atb ...
Installing new version of config file /etc/brltty/Attributes/upper_lower.atb ...
Installing new version of config file /etc/brltty/Contraction/af.ctb ...
Installing new version of config file /etc/brltty/Contraction/am.ctb ...
Installing new version of config file /etc/brltty/Contraction/countries.cti ...
Installing new version of config file /etc/brltty/Contraction/de-basis.ctb ...
Installing new version of config file /etc/brltty/Contraction/de-kurzschrift.ctb ...
Installing new version of config file /etc/brltty/Contraction/de-vollschrift.ctb ...
Installing new version of config file /etc/brltty/Contraction/en-ueb-g2.ctb ...
Installing new version of config file /etc/brltty/Contraction/en-us-g2.ctb ...
Installing new version of config file /etc/brltty/Contraction/es.ctb ...
Installing new version of config file /etc/brltty/Contraction/fr-abrege.ctb ...
Installing new version of config file /etc/brltty/Contraction/fr-integral.ctb ...
Installing new version of config file /etc/brltty/Contraction/ha.ctb ...
Installing new version of config file /etc/brltty/Contraction/id.ctb ...
Installing new version of config file /etc/brltty/Contraction/ipa.ctb ...
Installing new version of config file /etc/brltty/Contraction/ja.ctb ...
Installing new version of config file /etc/brltty/Contraction/ko-g1.ctb ...
Installing new version of config file /etc/brltty/Contraction/ko-g2.ctb ...
Installing new version of config file /etc/brltty/Contraction/ko.ctb ...
Installing new version of config file /etc/brltty/Contraction/latex-access.ctb ...
Installing new version of config file /etc/brltty/Contraction/letters-latin.cti ...
Installing new version of config file /etc/brltty/Contraction/mg.ctb ...
Installing new version of config file /etc/brltty/Contraction/mun.ctb ...
Installing new version of config file /etc/brltty/Contraction/nabcc.cti ...
Installing new version of config file /etc/brltty/Contraction/nl.ctb ...
Installing new version of config file /etc/brltty/Contraction/ny.ctb ...
Installing new version of config file /etc/brltty/Contraction/pt.ctb ...
Installing new version of config file /etc/brltty/Contraction/si.ctb ...
Installing new version of config file /etc/brltty/Contraction/sw.ctb ...
Installing new version of config file /etc/brltty/Contraction/th.ctb ...
Installing new version of config file /etc/brltty/Contraction/zh-tw-ucb.ctb ...
Installing new version of config file /etc/brltty/Contraction/zh-tw.ctb ...
Installing new version of config file /etc/brltty/Contraction/zu.ctb ...
Installing new version of config file /etc/brltty/Input/al/abt_basic.kti ...
Installing new version of config file /etc/brltty/Input/al/abt_extra.kti ...
Installing new version of config file /etc/brltty/Input/al/abt_large.ktb ...
Installing new version of config file /etc/brltty/Input/al/abt_small.ktb ...
Installing new version of config file /etc/brltty/Input/al/bc-etouch.kti ...
Installing new version of config file /etc/brltty/Input/al/bc-smartpad.kti ...
Installing new version of config file /etc/brltty/Input/al/bc-thumb.kti ...
Installing new version of config file /etc/brltty/Input/al/bc.kti ...
Installing new version of config file /etc/brltty/Input/al/bc640.ktb ...
Installing new version of config file /etc/brltty/Input/al/bc680.ktb ...
Installing new version of config file /etc/brltty/Input/al/el.ktb ...
Installing new version of config file /etc/brltty/Input/al/sat_basic.kti ...
Installing new version of config file /etc/brltty/Input/al/sat_extra.kti ...
Installing new version of config file /etc/brltty/Input/al/sat_large.ktb ...
Installing new version of config file /etc/brltty/Input/al/sat_small.ktb ...
Installing new version of config file /etc/brltty/Input/al/voyager.ktb ...
Installing new version of config file /etc/brltty/Input/at/all.ktb ...
Installing new version of config file /etc/brltty/Input/bg/all.ktb ...
Installing new version of config file /etc/brltty/Input/bm/b9b10.kti ...
Installing new version of config file /etc/brltty/Input/bm/b9b11b10.kti ...
Installing new version of config file /etc/brltty/Input/bm/command.kti ...
Installing new version of config file /etc/brltty/Input/bm/connect.ktb ...
Installing new version of config file /etc/brltty/Input/bm/conny.ktb ...
Installing new version of config file /etc/brltty/Input/bm/d6.kti ...
Installing new version of config file /etc/brltty/Input/bm/default.ktb ...
Installing new version of config file /etc/brltty/Input/bm/display6.kti ...
Installing new version of config file /etc/brltty/Input/bm/display7.kti ...
Installing new version of config file /etc/brltty/Input/bm/dm80p.ktb ...
Installing new version of config file /etc/brltty/Input/bm/front10.kti ...
Installing new version of config file /etc/brltty/Input/bm/front6.kti ...
Installing new version of config file /etc/brltty/Input/bm/horizontal.kti ...
Installing new version of config file /etc/brltty/Input/bm/inka.ktb ...
Installing new version of config file /etc/brltty/Input/bm/keyboard.kti ...
Installing new version of config file /etc/brltty/Input/bm/pro.ktb ...
Installing new version of config file /etc/brltty/Input/bm/pronto.ktb ...
Installing new version of config file /etc/brltty/Input/bm/pv.ktb ...
Installing new version of config file /etc/brltty/Input/bm/rb.ktb ...
Installing new version of config file /etc/brltty/Input/bm/routing6.kti ...
Installing new version of config file /etc/brltty/Input/bm/routing7.kti ...
Installing new version of config file /etc/brltty/Input/bm/status.kti ...
Installing new version of config file /etc/brltty/Input/bm/sv.ktb ...
Installing new version of config file /etc/brltty/Input/bm/ultra.ktb ...
Installing new version of config file /etc/brltty/Input/bm/v40.ktb ...
Installing new version of config file /etc/brltty/Input/bm/v80.ktb ...
Installing new version of config file /etc/brltty/Input/bm/vertical.kti ...
Installing new version of config file /etc/brltty/Input/bm/vk.ktb ...
Installing new version of config file /etc/brltty/Input/bm/wheels.kti ...
Installing new version of config file /etc/brltty/Input/bn/all.ktb ...
Installing new version of config file /etc/brltty/Input/bn/input.kti ...
Installing new version of config file /etc/brltty/Input/bp/all.kti ...
Installing new version of config file /etc/brltty/Input/cb/all.ktb ...
Installing new version of config file /etc/brltty/Input/ce/all.ktb ...
Installing new version of config file /etc/brltty/Input/ce/novem.ktb ...
Installing new version of config file /etc/brltty/Input/chords.kti ...
Installing new version of config file /etc/brltty/Input/eu/braille.kti ...
Installing new version of config file /etc/brltty/Input/eu/clio.ktb ...
Installing new version of config file /etc/brltty/Input/eu/common.kti ...
Installing new version of config file /etc/brltty/Input/eu/esys_large.ktb ...
Installing new version of config file /etc/brltty/Input/eu/esys_medium.ktb ...
Installing new version of config file /etc/brltty/Input/eu/esys_small.ktb ...
Installing new version of config file /etc/brltty/Input/eu/esytime.ktb ...
Installing new version of config file /etc/brltty/Input/eu/iris.ktb ...
Installing new version of config file /etc/brltty/Input/eu/joysticks.kti ...
Installing new version of config file /etc/brltty/Input/eu/sw12.kti ...
Installing new version of config file /etc/brltty/Input/eu/sw34.kti ...
Installing new version of config file /etc/brltty/Input/eu/sw56.kti ...
Installing new version of config file /etc/brltty/Input/fs/bumpers.kti ...
Installing new version of config file /etc/brltty/Input/fs/common.kti ...
Installing new version of config file /etc/brltty/Input/fs/focus_basic.ktb ...
Installing new version of config file /etc/brltty/Input/fs/focus_basic.kti ...
Installing new version of config file /etc/brltty/Input/fs/focus_large.ktb ...
Installing new version of config file /etc/brltty/Input/fs/focus_small.ktb ...
Installing new version of config file /etc/brltty/Input/fs/pacmate.ktb ...
Installing new version of config file /etc/brltty/Input/fs/rockers.kti ...
Installing new version of config file /etc/brltty/Input/hd/mbl.ktb ...
Installing new version of config file /etc/brltty/Input/hd/pfl.ktb ...
Installing new version of config file /etc/brltty/Input/hm/braille.kti ...
Installing new version of config file /etc/brltty/Input/hm/common.kti ...
Installing new version of config file /etc/brltty/Input/hm/contexts.kti ...
Installing new version of config file /etc/brltty/Input/hm/edge.ktb ...
Installing new version of config file /etc/brltty/Input/hm/f14.kti ...
Installing new version of config file /etc/brltty/Input/hm/f18.kti ...
Installing new version of config file /etc/brltty/Input/hm/fnkey.kti ...
Installing new version of config file /etc/brltty/Input/hm/left.kti ...
Installing new version of config file /etc/brltty/Input/hm/letters.kti ...
Installing new version of config file /etc/brltty/Input/hm/pan.ktb ...
Installing new version of config file /etc/brltty/Input/hm/pan.kti ...
Installing new version of config file /etc/brltty/Input/hm/qwerty.ktb ...
Installing new version of config file /etc/brltty/Input/hm/qwerty.kti ...
Installing new version of config file /etc/brltty/Input/hm/right.kti ...
Installing new version of config file /etc/brltty/Input/hm/scroll.ktb ...
Installing new version of config file /etc/brltty/Input/hm/scroll.kti ...
Installing new version of config file /etc/brltty/Input/hm/sync.ktb ...
Installing new version of config file /etc/brltty/Input/ht/ab40.ktb ...
Installing new version of config file /etc/brltty/Input/ht/as40.ktb ...
Installing new version of config file /etc/brltty/Input/ht/bb.ktb ...
Installing new version of config file /etc/brltty/Input/ht/bkwm.ktb ...
Installing new version of config file /etc/brltty/Input/ht/brln.ktb ...
Installing new version of config file /etc/brltty/Input/ht/bs.kti ...
Installing new version of config file /etc/brltty/Input/ht/bs40.ktb ...
Installing new version of config file /etc/brltty/Input/ht/bs80.ktb ...
Installing new version of config file /etc/brltty/Input/ht/cb40.ktb ...
Installing new version of config file /etc/brltty/Input/ht/dots.kti ...
Installing new version of config file /etc/brltty/Input/ht/easy.ktb ...
Installing new version of config file /etc/brltty/Input/ht/input.kti ...
Installing new version of config file /etc/brltty/Input/ht/keypad.kti ...
Installing new version of config file /etc/brltty/Input/ht/mc88.ktb ...
Installing new version of config file /etc/brltty/Input/ht/mdlr.ktb ...
Installing new version of config file /etc/brltty/Input/ht/me.kti ...
Installing new version of config file /etc/brltty/Input/ht/me64.ktb ...
Installing new version of config file /etc/brltty/Input/ht/me88.ktb ...
Installing new version of config file /etc/brltty/Input/ht/rockers.kti ...
Installing new version of config file /etc/brltty/Input/ht/wave.ktb ...
Installing new version of config file /etc/brltty/Input/ir/all.kti ...
Installing new version of config file /etc/brltty/Input/ir/brl.ktb ...
Installing new version of config file /etc/brltty/Input/ir/pc.ktb ...
Installing new version of config file /etc/brltty/Input/md/common.kti ...
Installing new version of config file /etc/brltty/Input/md/default.ktb ...
Installing new version of config file /etc/brltty/Input/md/fk.ktb ...
Installing new version of config file /etc/brltty/Input/md/fk_s.ktb ...
Installing new version of config file /etc/brltty/Input/md/fkeys.kti ...
Installing new version of config file /etc/brltty/Input/md/kbd.ktb ...
Installing new version of config file /etc/brltty/Input/md/keyboard.kti ...
Installing new version of config file /etc/brltty/Input/md/status.kti ...
Installing new version of config file /etc/brltty/Input/menu.kti ...
Installing new version of config file /etc/brltty/Input/mm/common.kti ...
Installing new version of config file /etc/brltty/Input/mm/pocket.ktb ...
Installing new version of config file /etc/brltty/Input/mm/smart.ktb ...
Installing new version of config file /etc/brltty/Input/mt/bd1_3.ktb ...
Installing new version of config file /etc/brltty/Input/mt/bd1_3.kti ...
Installing new version of config file /etc/brltty/Input/mt/bd1_3s.ktb ...
Installing new version of config file /etc/brltty/Input/mt/bd1_6.ktb ...
Installing new version of config file /etc/brltty/Input/mt/bd1_6.kti ...
Installing new version of config file /etc/brltty/Input/mt/bd1_6s.ktb ...
Installing new version of config file /etc/brltty/Input/mt/bd2.ktb ...
Installing new version of config file /etc/brltty/Input/mt/status.kti ...
Installing new version of config file /etc/brltty/Input/np/all.ktb ...
Installing new version of config file /etc/brltty/Input/pg/all.ktb ...
Installing new version of config file /etc/brltty/Input/pm/2d_l.ktb ...
Installing new version of config file /etc/brltty/Input/pm/2d_s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/bar.kti ...
Installing new version of config file /etc/brltty/Input/pm/c.ktb ...
Installing new version of config file /etc/brltty/Input/pm/c_486.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el2d_80s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el40c.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el40s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el60c.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el66s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el70s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el80_ii.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el80c.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el80s.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el_2d_40.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el_2d_66.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el_2d_80.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el_40_p.ktb ...
Installing new version of config file /etc/brltty/Input/pm/el_80.ktb ...
Installing new version of config file /etc/brltty/Input/pm/elb_tr_20.ktb ...
Installing new version of config file /etc/brltty/Input/pm/elb_tr_32.ktb ...
Installing new version of config file /etc/brltty/Input/pm/elba_20.ktb ...
Installing new version of config file /etc/brltty/Input/pm/elba_32.ktb ...
Installing new version of config file /etc/brltty/Input/pm/front13.kti ...
Installing new version of config file /etc/brltty/Input/pm/front9.kti ...
Installing new version of config file /etc/brltty/Input/pm/ib_80.ktb ...
Installing new version of config file /etc/brltty/Input/pm/keyboard.kti ...
Installing new version of config file /etc/brltty/Input/pm/keys.kti ...
Installing new version of config file /etc/brltty/Input/pm/routing.kti ...
Installing new version of config file /etc/brltty/Input/pm/status0.kti ...
Installing new version of config file /etc/brltty/Input/pm/status13.kti ...
Installing new version of config file /etc/brltty/Input/pm/status2.kti ...
Installing new version of config file /etc/brltty/Input/pm/status20.kti ...
Installing new version of config file /etc/brltty/Input/pm/status22.kti ...
Installing new version of config file /etc/brltty/Input/pm/status4.kti ...
Installing new version of config file /etc/brltty/Input/pm/switches.kti ...
Installing new version of config file /etc/brltty/Input/pm/trio.ktb ...
Installing new version of config file /etc/brltty/Input/sk/bdp.ktb ...
Installing new version of config file /etc/brltty/Input/sk/ntk.ktb ...
Installing new version of config file /etc/brltty/Input/toggle.kti ...
Installing new version of config file /etc/brltty/Input/ts/nav.kti ...
Installing new version of config file /etc/brltty/Input/ts/nav20.ktb ...
Installing new version of config file /etc/brltty/Input/ts/nav40.ktb ...
Installing new version of config file /etc/brltty/Input/ts/nav80.ktb ...
Installing new version of config file /etc/brltty/Input/ts/nav_large.kti ...
Installing new version of config file /etc/brltty/Input/ts/nav_small.kti ...
Installing new version of config file /etc/brltty/Input/ts/pb.kti ...
Installing new version of config file /etc/brltty/Input/ts/pb40.ktb ...
Installing new version of config file /etc/brltty/Input/ts/pb65.ktb ...
Installing new version of config file /etc/brltty/Input/ts/pb80.ktb ...
Installing new version of config file /etc/brltty/Input/ts/pb_large.kti ...
Installing new version of config file /etc/brltty/Input/ts/pb_small.kti ...
Installing new version of config file /etc/brltty/Input/ts/routing.kti ...
Installing new version of config file /etc/brltty/Input/vo/all.ktb ...
Installing new version of config file /etc/brltty/Input/vo/all.kti ...
Installing new version of config file /etc/brltty/Input/vo/bp.ktb ...
Installing new version of config file /etc/brltty/Keyboard/braille.ktb ...
Installing new version of config file /etc/brltty/Keyboard/braille.kti ...
Installing new version of config file /etc/brltty/Keyboard/desktop.ktb ...
Installing new version of config file /etc/brltty/Keyboard/desktop.kti ...
Installing new version of config file /etc/brltty/Keyboard/keypad.ktb ...
Installing new version of config file /etc/brltty/Keyboard/kp_say.kti ...
Installing new version of config file /etc/brltty/Keyboard/kp_speak.kti ...
Installing new version of config file /etc/brltty/Keyboard/laptop.ktb ...
Installing new version of config file /etc/brltty/Keyboard/sun_type6.ktb ...
Installing new version of config file /etc/brltty/Text/ar.ttb ...
Installing new version of config file /etc/brltty/Text/as.ttb ...
Installing new version of config file /etc/brltty/Text/ascii-basic.tti ...
Installing new version of config file /etc/brltty/Text/awa.ttb ...
Installing new version of config file /etc/brltty/Text/bengali.tti ...
Installing new version of config file /etc/brltty/Text/bg.ttb ...
Installing new version of config file /etc/brltty/Text/bh.ttb ...
Installing new version of config file /etc/brltty/Text/blocks.tti ...
Installing new version of config file /etc/brltty/Text/bn.ttb ...
Installing new version of config file /etc/brltty/Text/bo.ttb ...
Installing new version of config file /etc/brltty/Text/boxes.tti ...
Installing new version of config file /etc/brltty/Text/bra.ttb ...
Installing new version of config file /etc/brltty/Text/brf.ttb ...
Installing new version of config file /etc/brltty/Text/common.tti ...
Installing new version of config file /etc/brltty/Text/cs.ttb ...
Installing new version of config file /etc/brltty/Text/ctl-latin.tti ...
Installing new version of config file /etc/brltty/Text/cy.ttb ...
Installing new version of config file /etc/brltty/Text/da-1252.ttb ...
Installing new version of config file /etc/brltty/Text/da-lt.ttb ...
Installing new version of config file /etc/brltty/Text/da.ttb ...
Installing new version of config file /etc/brltty/Text/de-chess.tti ...
Installing new version of config file /etc/brltty/Text/de.ttb ...
Installing new version of config file /etc/brltty/Text/devanagari.tti ...
Installing new version of config file /etc/brltty/Text/dra.ttb ...
Installing new version of config file /etc/brltty/Text/el.ttb ...
Installing new version of config file /etc/brltty/Text/en-chess.tti ...
Installing new version of config file /etc/brltty/Text/en-na-ascii.tti ...
Installing new version of config file /etc/brltty/Text/en-nabcc.ttb ...
Installing new version of config file /etc/brltty/Text/en.ttb ...
Installing new version of config file /etc/brltty/Text/en_CA.ttb ...
Installing new version of config file /etc/brltty/Text/en_GB.ttb ...
Installing new version of config file /etc/brltty/Text/en_US.ttb ...
Installing new version of config file /etc/brltty/Text/eo.ttb ...
Installing new version of config file /etc/brltty/Text/es.ttb ...
Installing new version of config file /etc/brltty/Text/et.ttb ...
Installing new version of config file /etc/brltty/Text/fi.ttb ...
Installing new version of config file /etc/brltty/Text/fr-2007.ttb ...
Installing new version of config file /etc/brltty/Text/fr-cbifs.ttb ...
Installing new version of config file /etc/brltty/Text/fr-vs.ttb ...
Installing new version of config file /etc/brltty/Text/fr.ttb ...
Installing new version of config file /etc/brltty/Text/fr_CA.ttb ...
Installing new version of config file /etc/brltty/Text/fr_FR.ttb ...
Installing new version of config file /etc/brltty/Text/ga.ttb ...
Installing new version of config file /etc/brltty/Text/gd.ttb ...
Installing new version of config file /etc/brltty/Text/gon.ttb ...
Installing new version of config file /etc/brltty/Text/gu.ttb ...
Installing new version of config file /etc/brltty/Text/gujarati.tti ...
Installing new version of config file /etc/brltty/Text/gurmukhi.tti ...
Installing new version of config file /etc/brltty/Text/he.ttb ...
Installing new version of config file /etc/brltty/Text/hi.ttb ...
Installing new version of config file /etc/brltty/Text/hr.ttb ...
Installing new version of config file /etc/brltty/Text/hu.ttb ...
Installing new version of config file /etc/brltty/Text/hy.ttb ...
Installing new version of config file /etc/brltty/Text/is.ttb ...
Installing new version of config file /etc/brltty/Text/it.ttb ...
Installing new version of config file /etc/brltty/Text/kannada.tti ...
Installing new version of config file /etc/brltty/Text/kha.ttb ...
Installing new version of config file /etc/brltty/Text/kn.ttb ...
Installing new version of config file /etc/brltty/Text/kok.ttb ...
Installing new version of config file /etc/brltty/Text/kru.ttb ...
Installing new version of config file /etc/brltty/Text/lt.ttb ...
Installing new version of config file /etc/brltty/Text/ltr-alias.tti ...
Installing new version of config file /etc/brltty/Text/ltr-cyrillic.tti ...
Installing new version of config file /etc/brltty/Text/ltr-dot8.tti ...
Installing new version of config file /etc/brltty/Text/ltr-latin.tti ...
Installing new version of config file /etc/brltty/Text/ltr-tibetan.tti ...
Installing new version of config file /etc/brltty/Text/lv.ttb ...
Installing new version of config file /etc/brltty/Text/malayalam.tti ...
Installing new version of config file /etc/brltty/Text/mg.ttb ...
Installing new version of config file /etc/brltty/Text/mi.ttb ...
Installing new version of config file /etc/brltty/Text/ml.ttb ...
Installing new version of config file /etc/brltty/Text/mni.ttb ...
Installing new version of config file /etc/brltty/Text/mr.ttb ...
Installing new version of config file /etc/brltty/Text/mt.ttb ...
Installing new version of config file /etc/brltty/Text/mun.ttb ...
Installing new version of config file /etc/brltty/Text/mwr.ttb ...
Installing new version of config file /etc/brltty/Text/ne.ttb ...
Installing new version of config file /etc/brltty/Text/new.ttb ...
Installing new version of config file /etc/brltty/Text/nl.ttb ...
Installing new version of config file /etc/brltty/Text/nl_BE.ttb ...
Installing new version of config file /etc/brltty/Text/nl_NL.ttb ...
Installing new version of config file /etc/brltty/Text/no-generic.ttb ...
Installing new version of config file /etc/brltty/Text/no-oup.ttb ...
Installing new version of config file /etc/brltty/Text/no.ttb ...
Installing new version of config file /etc/brltty/Text/num-alias.tti ...
Installing new version of config file /etc/brltty/Text/num-dot6.tti ...
Installing new version of config file /etc/brltty/Text/num-dot8.tti ...
Installing new version of config file /etc/brltty/Text/num-french.tti ...
Installing new version of config file /etc/brltty/Text/num-nemd8.tti ...
Installing new version of config file /etc/brltty/Text/num-nemeth.tti ...
Installing new version of config file /etc/brltty/Text/nwc.ttb ...
Installing new version of config file /etc/brltty/Text/or.ttb ...
Installing new version of config file /etc/brltty/Text/oriya.tti ...
Installing new version of config file /etc/brltty/Text/pa.ttb ...
Installing new version of config file /etc/brltty/Text/pi.ttb ...
Installing new version of config file /etc/brltty/Text/pl.ttb ...
Installing new version of config file /etc/brltty/Text/pt.ttb ...
Installing new version of config file /etc/brltty/Text/punc-alternate.tti ...
Installing new version of config file /etc/brltty/Text/punc-basic.tti ...
Installing new version of config file /etc/brltty/Text/punc-tibetan.tti ...
Installing new version of config file /etc/brltty/Text/ro.ttb ...
Installing new version of config file /etc/brltty/Text/ru.ttb ...
Installing new version of config file /etc/brltty/Text/sa.ttb ...
Installing new version of config file /etc/brltty/Text/sat.ttb ...
Installing new version of config file /etc/brltty/Text/sd.ttb ...
Installing new version of config file /etc/brltty/Text/sk.ttb ...
Installing new version of config file /etc/brltty/Text/sl.ttb ...
Installing new version of config file /etc/brltty/Text/spaces.tti ...
Installing new version of config file /etc/brltty/Text/sv-1989.ttb ...
Installing new version of config file /etc/brltty/Text/sv-1996.ttb ...
Installing new version of config file /etc/brltty/Text/sv.ttb ...
Installing new version of config file /etc/brltty/Text/sw.ttb ...
Installing new version of config file /etc/brltty/Text/ta.ttb ...
Installing new version of config file /etc/brltty/Text/tamil.tti ...
Installing new version of config file /etc/brltty/Text/te.ttb ...
Installing new version of config file /etc/brltty/Text/telugu.tti ...
Installing new version of config file /etc/brltty/Text/tr.ttb ...
Installing new version of config file /etc/brltty/Text/vi.ttb ...
update-initramfs: deferring update (trigger activated)
brltty-udev.service is a disabled or a static unit not running, not starting it.
brltty.service is a disabled or a static unit not running, not starting it.
Setting up printer-driver-foo2zjs-common (20170320dfsg0-4) ...
Setting up mscompress (0.4-3build1) ...
Setting up dc (1.07.1-2) ...
Setting up liblcms2-utils (2.9-1ubuntu0.1) ...
Setting up printer-driver-foo2zjs (20170320dfsg0-4) ...
Setting up grub-common (2.02-2ubuntu8.23) ...
Installing new version of config file /etc/grub.d/00_header ...
Installing new version of config file /etc/grub.d/10_linux ...
Installing new version of config file /etc/grub.d/20_linux_xen ...
Installing new version of config file /etc/grub.d/30_os-prober ...
Installing new version of config file /etc/init.d/grub-common ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up grub2-common (2.02-2ubuntu8.23) ...
Setting up whiptail (0.52.20-1ubuntu1) ...
Setting up friendly-recovery (0.2.38ubuntu1.2) ...
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Removing obsolete conffile /etc/init/friendly-recovery.conf ...
Setting up libasprintf0v5:amd64 (0.19.8.1-6ubuntu0.3) ...
Setting up libasprintf-dev:amd64 (0.19.8.1-6ubuntu0.3) ...
Setting up libcdr-0.1-1:amd64 (0.1.4-1build1) ...
Setting up libfreehand-0.1-1 (0.1.2-2) ...
Setting up libmspub-0.1-1:amd64 (0.1.4-1) ...
Setting up libmwaw-0.3-3:amd64 (0.3.13-1) ...
Setting up libodfgen-0.1-1:amd64 (0.1.6-2) ...
Setting up libpagemaker-0.0-0:amd64 (0.0.4-1) ...
Setting up libvisio-0.1-1:amd64 (0.1.6-1build1) ...
Setting up libwpd-0.10-10:amd64 (0.10.2-2) ...
Setting up libwpg-0.3-3:amd64 (0.3.1-3) ...
Setting up libetonyek-0.1-1:amd64 (0.1.7-3) ...
Setting up libgtk2.0-common (2.24.32-1ubuntu1) ...
Setting up libabw-0.1-1:amd64 (0.1.2-1ubuntu1) ...
Setting up libe-book-0.1-1:amd64 (0.1.3-1) ...
Setting up libepubgen-0.1-1:amd64 (0.1.0-2ubuntu1) ...
Setting up libwps-0.4-4:amd64 (0.4.8-1) ...
Setting up libsuitesparseconfig5:amd64 (1:5.1.2-2) ...
Setting up libcolamd2:amd64 (1:5.1.2-2) ...
Setting up lp-solve (5.5.0.15-4build1) ...
Setting up gnupg-agent (2.2.4-1ubuntu1.4) ...
Setting up gnupg2 (2.2.4-1ubuntu1.4) ...
Setting up python3-software-properties (0.96.24.32.18) ...
Setting up software-properties-common (0.96.24.32.18) ...
Setting up gir1.2-goa-1.0:amd64 (3.28.0-0ubuntu2.1) ...
Setting up gir1.2-snapd-1:amd64 (1.58-0ubuntu0.18.04.0) ...
Setting up python3-dateutil (2.6.1-1) ...
Setting up python3-distro-info (0.18ubuntu0.18.04.1) ...
Setting up python3-debian (0.1.32) ...
Setting up python3-debconf (1.5.66ubuntu1) ...
Setting up libcairo-perl (1.106-2build2) ...
Setting up libglib-perl (3:1.326-1build1) ...
Setting up libcairo-gobject-perl (1.004-2build3) ...
Setting up libglib-object-introspection-perl (0.044-2) ...
Setting up python2.7 (2.7.17-1~18.04ubuntu1.6) ...
Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ...
Setting up python (2.7.15~rc1-1) ...
Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Setting up ppp (2.4.7-2+2ubuntu1.3) ...
Setting up pptp-linux (1.9.0+ds-2) ...
Setting up network-manager-pptp (1.2.6-1) ...
Installing new version of config file /etc/dbus-1/system.d/nm-pptp-service.conf ...
Removing obsolete conffile /etc/NetworkManager/VPN/nm-pptp-service.name ...
Setting up libmbim-glib4:amd64 (1.18.0-1~ubuntu18.04.1) ...
Setting up libmbim-proxy (1.18.0-1~ubuntu18.04.1) ...
Setting up libqmi-glib5:amd64 (1.22.0-1.2~ubuntu18.04.1) ...
Setting up libqmi-proxy (1.22.0-1.2~ubuntu18.04.1) ...
Setting up modemmanager (1.10.0-1~ubuntu18.04.2) ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf ...
Setting up ubuntu-system-service (0.3.1) ...
Setting up policykit-desktop-privileges (0.20ubuntu18.04.1) ...
Setting up ttf-ubuntu-font-family (1:0.83-2) ...
Setting up libtext-charwidth-perl (0.04-7.1) ...
Setting up debconf-i18n (1.5.66ubuntu1) ...
Setting up libexporter-tiny-perl (1.000000-2) ...
Setting up liblist-moreutils-perl (0.416-1build3) ...
Setting up libpango-perl (1.227-2build1) ...
Setting up libapparmor-perl (2.12-4ubuntu5.1) ...
Setting up libyaml-libyaml-perl (0.69+repack-1) ...
Setting up libsub-name-perl (0.21-1build1) ...
Setting up libclone-perl (0.39-1) ...
Setting up libhtml-tree-perl (5.07-1) ...
Setting up libhttp-message-perl (6.14-1) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up perl-openssl-defaults:amd64 (3build1) ...
Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
Setting up libnet-http-perl (6.17-1) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libuuid-perl (0.27-1build1) ...
Setting up libsocket6-perl (0.27-1build2) ...
Setting up libalgorithm-diff-xs-perl (0.04-5) ...
Setting up libfile-fcntllock-perl (0.22-3build2) ...
Setting up libnet-dns-perl (1.10-2) ...
Setting up libdata-alias-perl (1.21-1) ...
Setting up libperlio-gzip-perl (0.19-1build3) ...
Setting up libio-pty-perl (1:1.08-1.1build4) ...
Setting up libapt-pkg-perl (0.1.33build1) ...
Setting up libnet-libidn-perl (0.12.ds-2build4) ...
Setting up pciutils (1:3.5.2-1ubuntu1.1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up libclass-accessor-perl (0.51-1) ...
Setting up libparse-debianchangelog-perl (1.2.0-12) ...
Setting up python3-colorama (0.3.7-1) ...
Setting up python3-click (6.7-3) ...
Setting up usbutils (1:007-4build1) ...
Setting up libfftw3-single3:amd64 (3.3.7-1) ...
Setting up alsa-utils (1.1.3-1ubuntu1) ...
Setting up ubuntu-drivers-common (1:0.8.6.3~0.18.04.2) ...
Setting up cups-browsed (1.20.2-0ubuntu3.1) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.cups-browsed ...
Installing new version of config file /etc/cups/cups-browsed.conf ...
Setting up libgutenprint2 (5.2.13-2) ...
Setting up printer-driver-gutenprint (5.2.13-2) ...
Setting up cups-bsd (2.2.7-1ubuntu2.8) ...
Setting up foomatic-db-compressed-ppds (20180306-1) ...
Setting up printer-driver-c2esp (27-4) ...
Setting up printer-driver-sag-gdi (0.1-5) ...
Setting up openprinting-ppds (20180306-1) ...
Setting up printer-driver-pxljr (1.4+repack0-5) ...
Setting up ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up pulseaudio-module-bluetooth (1:11.1-1ubuntu7.11) ...
Setting up libaudio2:amd64 (1.9.4-6) ...
Setting up qtcore4-l10n (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqtcore4:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-network:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-script:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-sql-sqlite:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up qdbus (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up enchant (1.6.0-11.1) ...
Setting up libxml-namespacesupport-perl (1.12-1) ...
Setting up libxml-sax-base-perl (1.09-1) ...
Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-simple-perl (2.24-1) ...
Setting up diffstat (1.61-1build1) ...
Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
Setting up file (1:5.32-2ubuntu0.4) ...
Setting up libgettextpo0:amd64 (0.19.8.1-6ubuntu0.3) ...
Setting up libgettextpo-dev:amd64 (0.19.8.1-6ubuntu0.3) ...
Setting up gettext (0.19.8.1-6ubuntu0.3) ...
Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
Setting up libnet-domain-tld-perl (1.75-1) ...
Setting up libemail-valid-perl (1.202-1) ...
Setting up libipc-run-perl (0.96-1) ...
Setting up libpipeline1:amd64 (1.5.0-1) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up librpmio8 (4.14.1+dfsg1-2) ...
Setting up librpm8 (4.14.1+dfsg1-2) ...
Setting up libdw1:amd64 (0.170-0.4ubuntu0.1) ...
Setting up librpmbuild8 (4.14.1+dfsg1-2) ...
Setting up librpmsign8 (4.14.1+dfsg1-2) ...
Setting up rpm-common (4.14.1+dfsg1-2) ...
Setting up python-rpm (4.14.1+dfsg1-2) ...
Setting up rpm2cpio (4.14.1+dfsg1-2) ...
Setting up debugedit (4.14.1+dfsg1-2) ...
Setting up rpm (4.14.1+dfsg1-2) ...
Setting up groff-base (1.22.3-10) ...
Installing new version of config file /etc/groff/man.local ...
Installing new version of config file /etc/groff/mdoc.local ...
Setting up man-db (2.8.3-2ubuntu0.1) ...
Installing new version of config file /etc/cron.daily/man-db ...
Installing new version of config file /etc/cron.weekly/man-db ...
Installing new version of config file /etc/manpath.config ...
Updating database of manual pages ...
Setting up patchutils (0.3.4-2) ...
Setting up t1utils (1.41-2) ...
Setting up lintian (2.5.81ubuntu1) ...
Installing new version of config file /etc/lintianrc ...
Setting up sane-utils (1.0.27-1~experimental3ubuntu2.4) ...
Installing new version of config file /etc/init.d/saned ...
insserv: warning: current stop runlevel(s) (1) of script `saned' overrides LSB defaults (0 1 6).
invoke-rc.d: Unit saned.service is masked
Setting up xdg-utils (1.1.2-1ubuntu2.5) ...
Setting up distro-info (0.18ubuntu0.18.04.1) ...
Setting up libcanberra-pulse:amd64 (0.30-5ubuntu1) ...
Setting up gir1.2-dbusmenu-glib-0.4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Setting up libcdio-cdda2:amd64 (10.2+0.94+2-2build1) ...
Setting up libcdio-paranoia2:amd64 (10.2+0.94+2-2build1) ...
Setting up libmtp-runtime (1.1.13-1) ...
Setting up psmisc (23.1-1ubuntu0.1) ...
Setting up gvfs-backends (1.36.1-0ubuntu1.3.3) ...
Setting up gvfs-bin (1.36.1-0ubuntu1.3.3) ...
Setting up gvfs-fuse (1.36.1-0ubuntu1.3.3) ...
Setting up e2fslibs:amd64 (1.44.1-1ubuntu1.3) ...
Setting up libgspell-1-common (1.6.1-1) ...
Setting up libgtksourceview-3.0-common (3.24.7-1) ...
Setting up gedit-common (3.28.1-1ubuntu1.2) ...
Setting up liblircclient0 (0.10.0-2) ...
Setting up gnome-keyring-pkcs11:amd64 (3.28.0.2-1ubuntu1.18.04.1) ...
Setting up libp11-kit-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) ...
Setting up gnome-video-effects (0.4.3-1ubuntu1) ...
Setting up cracklib-runtime (2.9.2-5build1) ...
Setting up whoopsie (0.2.62ubuntu0.6) ...
Setting up gir1.2-accounts-1.0:amd64 (1.23+17.04.20161104-0ubuntu1) ...
Setting up libminiupnpc10:amd64 (1.9.20140610-4ubuntu2) ...
Setting up xserver-xorg-input-all-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-input-wacom-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-input-synaptics-hwe-16.04 (3:14.1) ...
Setting up apt-transport-https (1.6.14) ...
Setting up apt-utils (1.6.14) ...
Setting up anacron (2.3-24) ...
Installing new version of config file /etc/cron.d/anacron ...
Created symlink /etc/systemd/system/timers.target.wants/anacron.timer → /lib/systemd/system/anacron.timer.
Setting up dmz-cursor-theme (0.4.5ubuntu1) ...
Setting up fonts-freefont-ttf (20120503-7) ...
Setting up xterm (330-1ubuntu2.2) ...
Installing new version of config file /etc/X11/app-defaults/XTerm ...
Setting up gnome-terminal-data (3.28.2-1ubuntu1~18.04.1) ...
Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libisl19:amd64 (0.19-1) ...
Setting up libmpfr6:amd64 (4.0.1-1) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
Setting up cpp (4:7.4.0-1ubuntu2.3) ...
Setting up x11-xserver-utils (7.7+7build1) ...
Setting up genisoimage (9:1.1.11-3ubuntu2) ...
Setting up gnome-shell-extension-appindicator (18.04.1) ...
Setting up gnome-shell-extension-ubuntu-dock (0.9.1ubuntu18.04.3) ...
Setting up gstreamer1.0-alsa:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libappstream4:amd64 (0.12.0-3ubuntu1) ...
Setting up packagekit (1.1.9-1ubuntu2.18.04.6) ...
Setting up gstreamer1.0-packagekit (1.1.9-1ubuntu2.18.04.6) ...
update-alternatives: warning: alternative /usr/bin/gst-install (part of link group gstreamer-codec-install) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/gstreamer-codec-install is dangling; it will be updated with best choice
update-alternatives: using /usr/lib/packagekit/pk-gstreamer-install to provide /usr/bin/gstreamer-codec-install (gstreamer-codec-install) in auto mode
Setting up gstreamer1.0-tools (1.14.5-0ubuntu1~18.04.2) ...
Setting up gstreamer1.0-plugins-base-apps (1.14.5-0ubuntu1~18.04.3) ...
Setting up gstreamer1.0-pulseaudio:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setting up inputattach (1:1.6.0-2) ...
Setting up libatk-adaptor:amd64 (2.26.2-1) ...
Installing new version of config file /etc/X11/Xsession.d/90atk-adaptor ...
Setting up libnotify-bin (0.7.7-3) ...
Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up libu2f-udev (1.1.4-1ubuntu0.1) ...
Setting up printer-driver-pnm2ppa (1.13+nondbs-0ubuntu6) ...
Setting up rfkill (2.31.1-0.4ubuntu3.7) ...
Removing obsolete conffile /etc/init/rfkill-restore.conf ...
Removing obsolete conffile /etc/init/rfkill-store.conf ...
Setting up spice-vdagent (0.17.0-1ubuntu2.2) ...
Created symlink /etc/systemd/system/spice-vdagentd.target.wants/spice-vdagentd.service → /lib/systemd/system/spice-vdagentd.service.
spice-vdagentd.target is a disabled or a static unit, not starting it.
Setting up adium-theme-ubuntu (0.3.4-0ubuntu4) ...
Setting up gtk2-engines-murrine:amd64 (0.98.2-2ubuntu1) ...
Setting up ubuntu-settings (18.04.7) ...
Setting up unzip (6.0-21ubuntu1.1) ...
Setting up libiw30:amd64 (30~pre9-12ubuntu1) ...
Setting up wireless-tools (30~pre9-12ubuntu1) ...
Installing new version of config file /etc/network/if-post-down.d/wireless-tools ...
Installing new version of config file /etc/network/if-pre-up.d/wireless-tools ...
Setting up xdg-user-dirs (0.17-1ubuntu1) ...
Removing obsolete conffile /etc/X11/Xsession.d/60xdg-user-dirs-update ...
Setting up x11-apps (7.7+6ubuntu1) ...
Setting up x11-session-utils (7.7+2build1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up xinit (1.3.4-3ubuntu3) ...
Setting up xfonts-utils (1:7.7+6) ...
Setting up xorg-docs-core (1:1.7.1-1.1) ...
Setting up xinput (1.6.2-1build1) ...
Setting up xorg (1:7.7+19ubuntu7.1) ...
Setting up yelp-xsl (3.20.1-4) ...
Setting up zip (3.0-11build1) ...
Setting up libefivar1:amd64 (34-1) ...
Setting up libefiboot1:amd64 (34-1) ...
Setting up libfwupd2:amd64 (1.2.14-0~18.04.2) ...
Setting up libsmbios-c2 (2.4.1-1) ...
Setting up libxmlb1:amd64 (0.1.8-1~ubuntu18.04.2) ...
Setting up fwupd (1.2.14-0~18.04.2) ...
fwupd-offline-update.service is a disabled or a static unit not running, not starting it.
Removing obsolete conffile /etc/fwupd.conf ...
Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
Setting up imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Installing new version of config file /etc/ImageMagick-6/delegates.xml ...
Installing new version of config file /etc/ImageMagick-6/policy.xml ...
Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up imagemagick-6.q16 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
update-alternatives: warning: alternative /usr/bin/compare-im6 (part of link group compare) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/compare is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/animate-im6 (part of link group animate) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/animate is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/convert-im6 (part of link group convert) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/convert is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/composite-im6 (part of link group composite) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/composite is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/conjure-im6 (part of link group conjure) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/conjure is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/import-im6 (part of link group import) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/import is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/identify-im6 (part of link group identify) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/identify is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/stream-im6 (part of link group stream) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/stream is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/display-im6 (part of link group display) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/display is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/montage-im6 (part of link group montage) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/montage is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
update-alternatives: warning: alternative /usr/bin/mogrify-im6 (part of link group mogrify) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/mogrify is dangling; it will be updated with best choice
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
Setting up imagemagick (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up imagemagick-common (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up mawk (1.3.3-17ubuntu3) ...
Setting up libnih1:amd64 (1.0.3-6ubuntu2) ...
Setting up libnih-dbus1:amd64 (1.0.3-6ubuntu2) ...
Setting up libntfs-3g88 (1:2017.3.23-2ubuntu0.18.04.3) ...
Setting up ntfs-3g (1:2017.3.23-2ubuntu0.18.04.3) ...
Setting up popularity-contest (1.66ubuntu1) ...
Installing new version of config file /etc/cron.daily/popularity-contest ...
Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ...
Setting up chromium-codecs-ffmpeg-extra (95.0.4638.69-0ubuntu0.18.04.1) ...
Setting up fonts-deva-extra (3.0-4ubuntu0.1) ...
Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
Setting up fonts-kacst-one (5.0+svn11846-9) ...
Setting up fonts-kacst (2.01+mry-14) ...
Setting up fonts-kalapi (1.0-2) ...
Setting up fonts-nanum (20170925-1) ...
Setting up fonts-smc-anjalioldlipi (7.0-2) ...
Setting up fonts-smc-chilanka (1.2.0-2) ...
Setting up fonts-smc-dyuthi (2.0-1) ...
Setting up fonts-smc-karumbi (1.0-1) ...
Setting up fonts-smc-keraleeyam (2.0-1) ...
Setting up fonts-smc-manjari (1.5.1-1) ...
Setting up fonts-smc-meera (7.0-2) ...
Setting up fonts-smc-rachana (7.0-2) ...
Setting up fonts-smc-raghumalayalamsans (2.1.1-2) ...
Setting up fonts-smc-suruma (3.2.1-1) ...
Setting up fonts-smc-uroob (2.0-1) ...
Setting up fonts-smc (1:7.0) ...
Setting up fonts-takao-pgothic (00303.01-2ubuntu1) ...
Setting up libdbusmenu-gtk4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
Setting up libsignon-glib1:amd64 (1.14+17.04.20161117-0ubuntu1) ...
Setting up gir1.2-signon-1.0 (1.14+17.04.20161117-0ubuntu1) ...
Setting up libunity-gtk2-parser0:amd64 (0.0.0+18.04.20171202-0ubuntu1) ...
Setting up apparmor (2.12-4ubuntu5.1) ...
Installing new version of config file /etc/apparmor.d/abstractions/X ...
Installing new version of config file /etc/apparmor.d/abstractions/apache2-common ...
Installing new version of config file /etc/apparmor.d/abstractions/audio ...
Installing new version of config file /etc/apparmor.d/abstractions/authentication ...
Installing new version of config file /etc/apparmor.d/abstractions/base ...
Installing new version of config file /etc/apparmor.d/abstractions/dbus-session-strict ...
Installing new version of config file /etc/apparmor.d/abstractions/fonts ...
Installing new version of config file /etc/apparmor.d/abstractions/freedesktop.org ...
Installing new version of config file /etc/apparmor.d/abstractions/gnome ...
Installing new version of config file /etc/apparmor.d/abstractions/gnupg ...
Installing new version of config file /etc/apparmor.d/abstractions/nameservice ...
Installing new version of config file /etc/apparmor.d/abstractions/nvidia ...
Installing new version of config file /etc/apparmor.d/abstractions/perl ...
Installing new version of config file /etc/apparmor.d/abstractions/php5 ...
Installing new version of config file /etc/apparmor.d/abstractions/postfix-common ...
Installing new version of config file /etc/apparmor.d/abstractions/python ...
Installing new version of config file /etc/apparmor.d/abstractions/samba ...
Installing new version of config file /etc/apparmor.d/abstractions/ssl_certs ...
Installing new version of config file /etc/apparmor.d/abstractions/ssl_keys ...
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-browsers ...
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-browsers.d/java ...
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-browsers.d/multimedia ...
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-email ...
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-helpers ...
Installing new version of config file /etc/apparmor.d/abstractions/user-download ...
Installing new version of config file /etc/apparmor.d/abstractions/user-mail ...
Installing new version of config file /etc/apparmor.d/abstractions/user-write ...
Installing new version of config file /etc/init.d/apparmor ...
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
Removing obsolete conffile /etc/init/apparmor.conf ...
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Setting up libplymouth4:amd64 (0.9.3-1ubuntu7.18.04.2) ...
Setting up plymouth (0.9.3-1ubuntu7.18.04.2) ...
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up plymouth-theme-ubuntu-text (0.9.3-1ubuntu7.18.04.2) ...
update-initramfs: deferring update (trigger activated)
Setting up plymouth-label (0.9.3-1ubuntu7.18.04.2) ...
Setting up plymouth-theme-ubuntu-logo (0.9.3-1ubuntu7.18.04.2) ...
update-alternatives: warning: alternative /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo-scale-2.plymouth (part of link group default.plymouth) doesn't exist; removing from list of alternatives
update-initramfs: deferring update (trigger activated)
Setting up lightdm (1.26.0-0ubuntu1) ...
Installing new version of config file /etc/apparmor.d/abstractions/lightdm ...
Installing new version of config file /etc/apparmor.d/lightdm-guest-session ...
Setting up qml-module-qtgraphicaleffects:amd64 (5.9.5-0ubuntu1) ...
Setting up qml-module-qtwebkit:amd64 (5.212.0~alpha2-7ubuntu1) ...
Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ...
Setting up openssh-client (1:7.6p1-4ubuntu0.5) ...
Installing new version of config file /etc/ssh/moduli ...
Installing new version of config file /etc/ssh/ssh_config ...
Setting up openssh-sftp-server (1:7.6p1-4ubuntu0.5) ...
Setting up openssh-server (1:7.6p1-4ubuntu0.5) ...
Installing new version of config file /etc/init.d/ssh ...
Installing new version of config file /etc/network/if-up.d/openssh-server ...
Removing obsolete conffile /etc/init/ssh.conf ...
Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ...
Setting up snapd (2.51.1+18.04) ...
Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
Installing new version of config file /etc/profile.d/apps-bin-path.sh ...
snapd.failure.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.
Removing obsolete conffile /etc/sudoers.d/99-snapd.conf ...
Setting up ubuntu-core-launcher (2.51.1+18.04) ...
Setting up unity-gtk-module-common (0.0.0+18.04.20171202-0ubuntu1) ...
Setting up unity-gtk2-module:amd64 (0.0.0+18.04.20171202-0ubuntu1) ...
Setting up pigz (2.4-1) ...
Setting up dmsetup (2:1.02.145-4.1ubuntu3.18.04.3) ...
update-initramfs: deferring update (trigger activated)
Setting up eject (2.1.5+deb1+cvs20081104-13.2) ...
Setting up iputils-ping (3:20161105-1ubuntu3) ...
Setting up isc-dhcp-common (4.3.5-3ubuntu7.3) ...
Setting up less (487-0.1) ...
Setting up libatm1:amd64 (1:2.5.1-2build1) ...
Setting up libestr0:amd64 (0.1.10-2.1) ...
Setting up libfastjson4:amd64 (0.99.8-2) ...
Setting up libnss-systemd:amd64 (237-3ubuntu10.52) ...
First installation detected...
Checking NSS setup...
Setting up libxtables12:amd64 (1.6.1-2ubuntu2) ...
Setting up logrotate (3.11.0-0.1ubuntu1) ...
Setting up netcat-openbsd (1.187-1ubuntu0.1) ...
Setting up libnetplan0:amd64 (0.99-0ubuntu3~18.04.5) ...
Setting up python3-netifaces (0.10.4-0.1build4) ...
Setting up netplan.io (0.99-0ubuntu3~18.04.5) ...
Setting up networkd-dispatcher (1.7-0ubuntu3.3) ...
Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
Setting up nplan (0.99-0ubuntu3~18.04.5) ...
Setting up rsyslog (8.32.0-1ubuntu4) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.rsyslogd ...
Installing new version of config file /etc/init.d/rsyslog ...
Installing new version of config file /etc/rsyslog.conf ...
Replacing config file /etc/rsyslog.d/50-default.conf with new version
The user `syslog' is already a member of `adm'.
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Removing obsolete conffile /etc/init/rsyslog.conf ...
Setting up sudo (1.8.21p2-3ubuntu1.4) ...
Setting up ubuntu-advantage-tools (27.4.1~18.04.1) ...
Setting up xxd (2:8.0.1453-1ubuntu1.7) ...
Setting up vim-common (2:8.0.1453-1ubuntu1.7) ...
Installing new version of config file /etc/vim/vimrc ...
Setting up vim-tiny (2:8.0.1453-1ubuntu1.7) ...
Installing new version of config file /etc/vim/vimrc.tiny ...
Setting up libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up geoip-database (20180315-1) ...
Setting up libgeoip1:amd64 (1.6.12-1) ...
Setting up libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up bind9-host (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up busybox-static (1:1.27.2-2ubuntu3.3) ...
Setting up command-not-found-data (18.04.5) ...
Setting up python3-commandnotfound (18.04.5) ...
Setting up command-not-found (18.04.5) ...
Setting up dmidecode (3.1-1ubuntu0.1) ...
Setting up libirs160:amd64 (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up dnsutils (1:9.11.3+dfsg-1ubuntu1.16) ...
Setting up dosfstools (4.1-1) ...
Setting up ed (1.10-2.1) ...
Setting up ftp (0.17-34) ...
Setting up hdparm (9.54+ds-1) ...
Installing new version of config file /etc/hdparm.conf ...
Setting up info (6.5.0.dfsg.1-2) ...
Setting up libip6tc0:amd64 (1.6.1-2ubuntu2) ...
Setting up libiptc0:amd64 (1.6.1-2ubuntu2) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
Setting up iptables (1.6.1-2ubuntu2) ...
Setting up iputils-tracepath (3:20161105-1ubuntu3) ...
Setting up irqbalance (1.3.0-0.1ubuntu0.18.04.1) ...
Installing new version of config file /etc/init.d/irqbalance ...
Removing obsolete conffile /etc/init/irqbalance.conf ...
Setting up krb5-locales (1.16-2ubuntu0.2) ...
Setting up lshw (02.18-0.1ubuntu6.18.04.2) ...
Setting up ltrace (0.7.3-6ubuntu1) ...
Setting up manpages (4.15-1) ...
Setting up manpages-dev (4.15-1) ...
Setting up mlocate (0.26-2ubuntu3.1) ...
Installing new version of config file /etc/cron.daily/mlocate ...
Installing new version of config file /etc/updatedb.conf ...
update-alternatives: updating alternative /usr/bin/mlocate because link group locate has changed slave links
Setting up mtr-tiny (0.92-1) ...
Setting up nano (2.9.3-2) ...
Installing new version of config file /etc/nanorc ...
Setting up powermgmt-base (1.33) ...
Setting up publicsuffix (20180223.1310-1) ...
Setting up rsync (3.1.2-2.1ubuntu1.2) ...
Installing new version of config file /etc/default/rsync ...
Created symlink /etc/systemd/system/multi-user.target.wants/rsync.service → /lib/systemd/system/rsync.service.
Setting up libunwind8:amd64 (1.2.1-8) ...
Setting up strace (4.21-1ubuntu1) ...
Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.tcpdump ...
Setting up telnet (0.17-41) ...
Setting up time (1.7-25.1build1) ...
Setting up ubuntu-standard (1.417.5) ...
Setting up ufw (0.36-0ubuntu0.18.04.2) ...
Installing new version of config file /etc/default/ufw ...
Installing new version of config file /etc/init.d/ufw ...
Installing new version of config file /etc/ufw/sysctl.conf ...
Replacing config file /etc/ufw/before.rules with new version
Replacing config file /etc/ufw/before6.rules with new version
Removing obsolete conffile /etc/init/ufw.conf ...
Setting up ureadahead (0.100.0-21) ...
Removing obsolete conffile /etc/init/ureadahead-other.conf ...
Removing obsolete conffile /etc/init/ureadahead.conf ...
Setting up liba11y-profile-manager-data (0.1.11-0ubuntu4) ...
Setting up unity-accessibility-profiles (0.1.11-0ubuntu4) ...
Setting up liba11y-profile-manager-0.1-0:amd64 (0.1.11-0ubuntu4) ...
Setting up acpid (1:2.0.28-1ubuntu1) ...
Installing new version of config file /etc/init.d/acpid ...
Removing obsolete conffile /etc/init/acpid.conf ...
Removing obsolete conffile /etc/acpi/events/powerbtn ...
Removing obsolete conffile /etc/acpi/powerbtn.sh ...
Setting up libgc1c2:amd64 (1:7.4.2-8ubuntu1) ...
Setting up guile-2.0-libs:amd64 (2.0.13+1-5ubuntu0.1) ...
Setting up libapr1:amd64 (1.6.3-2) ...
Setting up libaprutil1:amd64 (1.6.1-2) ...
Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
Setting up libaprutil1-ldap:amd64 (1.6.1-2) ...
Setting up apache2-bin (2.4.29-1ubuntu4.20) ...
Setting up apport (2.20.9-0ubuntu7.27) ...
Installing new version of config file /etc/apport/crashdb.conf ...
Installing new version of config file /etc/init.d/apport ...
Created symlink /etc/systemd/system/paths.target.wants/apport-autoreport.path → /lib/systemd/system/apport-autoreport.path.
apport-autoreport.service is a disabled or a static unit, not starting it.
Removing obsolete conffile /etc/init/apport.conf ...
Setting up appstream (0.12.0-3ubuntu1) ...
Installing new version of config file /etc/appstream.conf ...
Installing new version of config file /etc/apt/apt.conf.d/50appstream ...
AppStream cache update completed successfully.
Setting up apt-config-icons (0.12.0-3ubuntu1) ...
Setting up gnome-software-common (3.28.1-0ubuntu4.18.04.15) ...
Setting up aufs-tools (1:4.9+20170918-1ubuntu1) ...
Installing new version of config file /etc/default/aufs ...
Setting up avahi-autoipd (0.7-3.1ubuntu1.3) ...
Installing new version of config file /etc/avahi/avahi-autoipd.action ...
Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd ...
Installing new version of config file /etc/dhcp/dhclient-exit-hooks.d/zzz_avahi-autoipd ...
Setting up libavahi-core7:amd64 (0.7-3.1ubuntu1.3) ...
Setting up avahi-daemon (0.7-3.1ubuntu1.3) ...
Setting up avahi-utils (0.7-3.1ubuntu1.3) ...
Setting up bluez-cups (5.48-0ubuntu3.6) ...
Setting up bolt (0.5-0ubuntu0.18.04.1) ...
bolt.service is a disabled or a static unit, not starting it.
Setting up branding-ubuntu (0.10) ...
Setting up bridge-utils (1.5-15ubuntu1) ...
Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
Setting up gcc (4:7.4.0-1ubuntu2.3) ...
Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
Setting up g++ (4:7.4.0-1ubuntu2.3) ...
Setting up build-essential (12.4ubuntu1) ...
Setting up cgroupfs-mount (1.4) ...
Installing new version of config file /etc/init.d/cgroupfs-mount ...
invoke-rc.d: Unit cgroupfs-mount.service is masked
Removing obsolete conffile /etc/init/cgroupfs-mount.conf ...
Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ...
Setting up runc (1.0.1-0ubuntu2~18.04.1) ...
Setting up containerd (1.5.5-0ubuntu3~18.04.1) ...
Setting up docker.io (20.10.7-0ubuntu5~18.04.3) ...


Setting up gcc-5-base:amd64 (5.5.0-12ubuntu1) ...
Setting up libasan2:amd64 (5.5.0-12ubuntu1) ...
Setting up libmpx0:amd64 (5.5.0-12ubuntu1) ...
Setting up libisl15:amd64 (0.18-4) ...
Setting up cpp-5 (5.5.0-12ubuntu1) ...
Setting up libgcc-5-dev:amd64 (5.5.0-12ubuntu1) ...
Setting up gcc-5 (5.5.0-12ubuntu1) ...
Setting up libstdc++-5-dev:amd64 (5.5.0-12ubuntu1) ...
Setting up g++-5 (5.5.0-12ubuntu1) ...
Setting up wireless-regdb (2021.08.28-0ubuntu1~18.04.1) ...
Setting up iw (4.14-0.1) ...
Setting up crda (3.18-1build1) ...
Setting up dns-root-data (2018013001) ...
Setting up dnsmasq-base (2.79-1ubuntu0.5) ...
Setting up libyaml-tiny-perl (1.70-1) ...
Setting up doc-base (0.10.8) ...
Unregistering 35 doc-base files, re-registering 35 doc-base files...
Setting up e2fsprogs-l10n (1.44.1-1ubuntu1.3) ...
Setting up ebtables (2.0.10.4-3.5ubuntu2.18.04.3) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ebtables.service → /lib/systemd/system/ebtables.service.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up efibootmgr (15-1) ...
Setting up libportaudio2:amd64 (19.6.0-1) ...
Setting up libsonic0:amd64 (0.2.0-6) ...
Setting up espeak-data:amd64 (1.48.04+dfsg-5) ...
Setting up libespeak1:amd64 (1.48.04+dfsg-5) ...
Setting up espeak-ng-data:amd64 (1.49.2+dfsg-1) ...
Setting up ethtool (1:4.15-0ubuntu1) ...
Setting up evince-common (3.28.4-0ubuntu1.2) ...
Setting up libdjvulibre-text (3.5.27.1-8ubuntu0.4) ...
Setting up libdjvulibre21:amd64 (3.5.27.1-8ubuntu0.4) ...
Setting up libgxps2:amd64 (0.3.0-2) ...
Setting up libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libpoppler-glib8:amd64 (0.62.0-2ubuntu2.12) ...
Setting up libspectre1:amd64 (0.2.8-1) ...
Setting up example-content (50) ...
Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
Setting up fakeroot (1.22-2ubuntu1) ...
Setting up firefox-locale-en (94.0+build3-0ubuntu0.18.04.1) ...
Setting up flashplugin-installer (32.0.0.465ubuntu0.18.04.2) ...
Setting up fonts-lohit-beng-bengali (2.91.5-1) ...
Setting up fonts-lohit-beng-assamese (2.91.5-1) ...
Setting up fonts-beng-extra (1.0-6ubuntu0.1) ...
Setting up fonts-beng (2:1.2) ...
Setting up fonts-lohit-deva (2.95.4-2) ...
Setting up fonts-sahadeva (1.0-4) ...
Setting up fonts-nakula (1.0-3) ...
Setting up fonts-samyak-deva (1.2.2-4) ...
Setting up fonts-deva (2:1.2) ...
Setting up fonts-gargi (2.0-4) ...
Setting up fonts-gubbi (1.3-3) ...
Setting up fonts-lohit-gujr (2.92.4-2) ...
Setting up fonts-samyak-gujr (1.2.2-4) ...
Setting up fonts-gujr-extra (1.0-6ubuntu0.1) ...
Setting up fonts-gujr (2:1.2) ...
Setting up fonts-guru-extra (2.0-4ubuntu0.1) ...
Setting up fonts-lohit-knda (2.5.4-1) ...
Setting up fonts-navilu (1.2-2) ...
Setting up fonts-knda (2:1.2) ...
Setting up fonts-lohit-mlym (2.92.2-1) ...
Setting up fonts-samyak-mlym (1.2.2-4) ...
Setting up fonts-mlym (2:1.2) ...
Setting up fonts-lohit-orya (2.91.2-1) ...
Setting up fonts-orya-extra (2.0-5ubuntu0.1) ...
Setting up fonts-orya (2:1.2) ...
Setting up fonts-pagul (1.0-7) ...
Setting up fonts-lohit-taml (2.91.3-1) ...
Setting up fonts-samyak-taml (1.2.2-4) ...
Setting up fonts-lohit-taml-classical (2.5.4-1) ...
Setting up fonts-taml (2:1.3) ...
Setting up fonts-lohit-telu (2.5.5-1) ...
Setting up fonts-telu-extra (2.0-4) ...
Setting up fonts-telu (2:1.2) ...
Setting up fonts-indic (2:1.2) ...
Setting up fonts-lao (0.0.20060226-9ubuntu1) ...
Setting up fonts-liberation2 (2.00.1-7~18.04.2) ...
Setting up fonts-lohit-guru (2.91.2-1) ...
Setting up fonts-noto-cjk (1:20190409+repack1-0ubuntu0.18.04) ...
Setting up fonts-noto-color-emoji (0~20180810-0ubuntu1) ...
Setting up fonts-noto-mono (20171026-2) ...
Setting up fonts-sarai (1.0-2) ...
Setting up fonts-sil-padauk (3.003-1) ...
Setting up fonts-symbola (2.60-1) ...
Setting up fonts-tlwg-garuda-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-garuda (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-13-tlwg-garuda.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-garuda-synthetic.conf ...
Setting up fonts-tlwg-kinnari-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-kinnari (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-01-tlwg-kinnari.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-kinnari-synthetic.conf ...
Setting up fonts-tlwg-laksaman-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-laksaman (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-15-laksaman.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-laksaman-synthetic.conf ...
Setting up fonts-tlwg-loma-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-loma (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-loma-synthetic.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/64-12-tlwg-loma.conf ...
Setting up fonts-tlwg-mono-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-mono (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-23-tlwg-mono.conf ...
Setting up fonts-tlwg-norasi-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-norasi (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-02-tlwg-norasi.conf ...
Setting up fonts-tlwg-purisa-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-purisa (1:0.6.4-2) ...
Setting up fonts-tlwg-sawasdee-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-sawasdee (1:0.6.4-2) ...
Setting up fonts-tlwg-typewriter-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-typewriter (1:0.6.4-2) ...
Setting up fonts-tlwg-typist-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-typist (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-22-tlwg-typist.conf ...
Setting up fonts-tlwg-typo-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-typo (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-21-tlwg-typo.conf ...
Setting up fonts-tlwg-umpush-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-umpush (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/64-14-tlwg-umpush.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-umpush-synthetic.conf ...
Setting up fonts-tlwg-waree-ttf (1:0.6.4-2) ...
Setting up fonts-tlwg-waree (1:0.6.4-2) ...
Removing obsolete conffile /etc/fonts/conf.avail/89-tlwg-waree-synthetic.conf ...
Removing obsolete conffile /etc/fonts/conf.avail/64-11-tlwg-waree.conf ...
Setting up fonts-thai-tlwg (1:0.6.4-2) ...
Setting up fwupd-signed (1.10~ubuntu18.04.6+1.2.14-0~18.04.2) ...
Setting up fwupdate-signed (12-7~ubuntu18.04.3) ...
Setting up fwupdate (12-7~ubuntu18.04.3) ...
Setting up gcc-6-base:amd64 (6.5.0-2ubuntu1~18.04) ...
Setting up gconf2-common (3.2.6-4ubuntu1) ...
Setting up libgconf-2-4:amd64 (3.2.6-4ubuntu1) ...
Setting up libbabeltrace1:amd64 (1.5.5-1) ...
Setting up libbabeltrace-ctf1 (1.5.5-1) ...
Setting up gdb (8.1.1-0ubuntu1) ...
Setting up gdbserver (8.1.1-0ubuntu1) ...
Setting up libgeoclue0:amd64 (0.12.99-4ubuntu2) ...
Setting up geoclue (0.12.99-4ubuntu2) ...
Setting up geoclue-ubuntu-geoip (1.0.2+18.04.20180223-0ubuntu1) ...
Setting up gir1.2-dee-1.0 (1.2.7+17.10.20170616-0ubuntu4) ...
Setting up gir1.2-gdata-0.0:amd64 (0.17.9-2) ...
Setting up gir1.2-gmenu-3.0:amd64 (3.13.3-11ubuntu1.1) ...
Setting up gir1.2-gudev-1.0:amd64 (1:232-2) ...
Setting up gir1.2-udisks-2.0:amd64 (2.7.6-3ubuntu0.2) ...
Setting up gir1.2-unity-5.0:amd64 (7.1.4+18.04.20180209.1-0ubuntu2) ...
Setting up libgnome-games-support-common (1.4.1-1) ...
Setting up gnome-accessibility-themes (3.28-1ubuntu1) ...
Setting up gnome-control-center-faces (1:3.28.2-0ubuntu0.18.04.6) ...
Setting up libsysmetrics1:amd64 (1.3.2) ...
Setting up liblouis-data (3.5.0-1ubuntu0.3) ...
Setting up liblouis14:amd64 (3.5.0-1ubuntu0.3) ...
Setting up python3-louis (3.5.0-1ubuntu0.3) ...
Setting up python3-pyatspi (2.26.0+dfsg-1) ...
Setting up python3-speechd (0.8.8-1ubuntu1) ...
Setting up libao-common (1.2.2+20180113-1ubuntu1) ...
Setting up libao4:amd64 (1.2.2+20180113-1ubuntu1) ...
Setting up speech-dispatcher-audio-plugins:amd64 (0.8.8-1ubuntu1) ...
Setting up libdotconf0:amd64 (1.3-0.3fakesync1) ...
Setting up libspeechd2:amd64 (0.8.8-1ubuntu1) ...
Setting up speech-dispatcher (0.8.8-1ubuntu1) ...
Installing new version of config file /etc/logrotate.d/speech-dispatcher ...
Installing new version of config file /etc/speech-dispatcher/modules/ibmtts.conf ...
Installing new version of config file /etc/speech-dispatcher/speechd.conf ...
usermod: no changes
Setting up libqqwing2v5:amd64 (1.3.4-1.1) ...
Setting up libatkmm-1.6-1v5:amd64 (2.24.2-3) ...
Setting up libcairomm-1.0-1v5:amd64 (1.12.2-3) ...
Setting up libpangomm-1.4-1v5:amd64 (2.40.1-4) ...
Setting up gnome-themes-extra-data (3.28-1ubuntu1) ...
Setting up gtk2-engines-pixbuf:amd64 (2.24.32-1ubuntu1) ...
Setting up gnome-themes-extra:amd64 (3.28-1ubuntu1) ...
Setting up gnome-todo-common (3.28.1-1) ...
Setting up libgnome-todo (3.28.1-1) ...
Setting up libapache2-mod-dnssd (0.6-3.2) ...
Setting up grub-efi-amd64-signed (1.167~18.04.5+2.04-1ubuntu44.1.2) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Setting up libgraphene-1.0-0:amd64 (1.8.0-1) ...
Setting up gstreamer1.0-gl:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libbluray2:amd64 (1:1.0.2-3) ...
Setting up libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.7) ...
Setting up libavformat57:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libavresample3:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libmysofa0:amd64 (0.6~dfsg0-3+deb10u1build1) ...
Setting up libpostproc54:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up librubberband2:amd64 (1.8.1-7ubuntu2) ...
Setting up libswscale4:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ...
Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ...
Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ...
Setting up libavfilter6:amd64 (7:3.4.8-0ubuntu0.2) ...
Setting up gstreamer1.0-libav:amd64 (1.14.5-0ubuntu1~18.04.1) ...
Setting up libva-wayland2:amd64 (2.1.0-3) ...
Setting up gstreamer1.0-vaapi:amd64 (1.14.5-0ubuntu1~ubuntu18.04.1) ...
Setting up hwdata (0.290-1ubuntu0.18.04.1) ...
Setting up hyphen-en-ca (0.10) ...
Setting up hyphen-fi (0.10) ...
Setting up hyphen-ga (0.10) ...
Setting up hyphen-id (0.10) ...
Setting up openoffice.org-hyphenation (0.10) ...
Setting up hyphen-en-us (2.8.8-5) ...
Setting up ibus-gtk:amd64 (1.5.17-3ubuntu5.3) ...
Setting up iio-sensor-proxy (2.4-2) ...
iio-sensor-proxy.service is a disabled or a static unit, not starting it.
Setting up indicator-messages (13.10.1+17.04.20170120-0ubuntu2) ...
Installing new version of config file /etc/xdg/autostart/indicator-messages.desktop ...
Setting up intel-gpu-tools (1.22-1) ...
Setting up iputils-arping (3:20161105-1ubuntu3) ...
Setting up iucode-tool (2.3.1-1) ...
Setting up kerneloops (0.12+git20140509-6ubuntu2) ...
Installing new version of config file /etc/init.d/kerneloops ...
Created symlink /etc/systemd/system/multi-user.target.wants/kerneloops.service → /lib/systemd/system/kerneloops.service.
Setting up laptop-detect (0.16) ...
Setting up libaacs0:amd64 (0.9.0-1) ...
Setting up libaccounts-qt5-1:amd64 (1.15+17.04.20161104.1-0ubuntu1) ...
Setting up libbdplus0:amd64 (0.1.2-2) ...
Setting up libvolume-key1 (0.3.9-4) ...
Setting up libblockdev-crypto2:amd64 (2.16-2) ...
Setting up libcapnp-0.6.1:amd64 (0.6.1-1ubuntu1) ...
Setting up libclutter-1.0-common (1.26.2+dfsg-4) ...
Setting up libcogl-common (1.22.2-3ubuntu1) ...
Setting up libcurl3:amd64 (7.58.0-2ubuntu2) ...
Setting up libdata-dump-perl (1.23-1) ...
Setting up libpcaudio0 (1.0-1) ...
Setting up libespeak-ng1:amd64 (1.49.2+dfsg-1) ...
Setting up libevent-2.1-6:amd64 (2.1.8-stable-4build1) ...
Setting up libexiv2-14:amd64 (0.25-3.1ubuntu0.18.04.11) ...
Setting up libfile-mimeinfo-perl (0.28-1) ...
Setting up libfont-afm-perl (1.20-2) ...
Setting up libwinpr-sysinfo0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-primitives1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-handle0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-interlocked0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-thread0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-synch0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-crt0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-utils0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-pool0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-registry0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-codec1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-library0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-environment0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-heap0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-path0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-common1.1.0:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-utils1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-file0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-crypto1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-input0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-locale1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-dsparse0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-rpc0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr-sspi0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-core1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-cache1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-client1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libwinpr2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Setting up libfreerdp2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Setting up libfreerdp-client2-2:amd64 (2.2.0+dfsg1-0ubuntu0.18.04.2) ...
Setting up libfreerdp-gdi1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libfreerdp-plugins-standard:amd64 (1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2) ...
Setting up libgdk-pixbuf2.0-bin (2.36.11-2) ...
Setting up libgexiv2-2:amd64 (0.10.8-1) ...
Setting up libgmime-2.6-0:amd64 (2.6.23+dfsg1-2) ...
Setting up libgphoto2-l10n (2.5.16-2) ...
Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ...
Setting up libgpod-common (0.8.3-11) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up libhud2:amd64 (14.10+17.10.20170619-0ubuntu2) ...
Setting up libipc-system-simple-perl (1.25-4) ...
Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Setting up liblouisutdml-data (2.7.0-1) ...
Setting up liblouisutdml8:amd64 (2.7.0-1) ...
Setting up libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Setting up libwmf0.2-7:amd64 (0.2.8.4-12) ...
Setting up libwmf0.2-7-gtk (0.2.8.4-12) ...
Setting up libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up libmircore1:amd64 (0.31.1-0ubuntu1) ...
Setting up libmircommon7:amd64 (0.31.1-0ubuntu1) ...
Setting up libprotobuf-lite10:amd64 (3.0.0-9.1ubuntu1) ...
Setting up libmirprotobuf3:amd64 (0.31.1-0ubuntu1) ...
Setting up libmirclient9:amd64 (0.31.1-0ubuntu1) ...
Setting up libnatpmp1 (20150609-2) ...
Setting up libnetpbm10 (2:10.0-15.3build1) ...
Setting up netpbm (2:10.0-15.3build1) ...
Setting up libnm-glib-vpn1:amd64 (1.10.6-2ubuntu1.4) ...
Setting up libnss-mdns:amd64 (0.10-8ubuntu1) ...
Re-ordering libnss-mdns before libnss-resolve if necessary (#846944).
Setting up libpam-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) ...
Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ...
Setting up libpcre16-3:amd64 (2:8.39-9) ...
Setting up libraw16:amd64 (0.18.8-1ubuntu0.3) ...
Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) ...
Setting up libsdl-ttf2.0-0:amd64 (2.0.11-4) ...
Setting up libsignon-extension1:amd64 (8.59+17.10.20170606-0ubuntu1) ...
Setting up libsignon-plugins-common1:amd64 (8.59+17.10.20170606-0ubuntu1) ...
Setting up libsignon-qt5-1:amd64 (8.59+17.10.20170606-0ubuntu1) ...
Setting up libsqlite0 (2.8.17-14fakesync1) ...
Setting up libsrtp0 (1.4.5~20130609~dfsg-2ubuntu1) ...
Setting up libssh-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.7) ...
Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Setting up libtelepathy-glib0:amd64 (0.24.1-2) ...
Setting up libtk8.6:amd64 (8.6.8-4) ...
Setting up libunity-action-qt1:amd64 (1.1.0+17.04.20170405-0ubuntu1) ...
Setting up qtdeclarative5-unity-action-plugin:amd64 (1.1.0+17.04.20170405-0ubuntu1) ...
Setting up libustr-1.0-1:amd64 (1.0.4-6) ...
Setting up libvncclient1:amd64 (0.9.11+dfsg-1ubuntu1.4) ...
Setting up libwacom-bin (0.29-1) ...
Setting up libx86-1:amd64 (1.1+ds1-10.2) ...
Setting up libxatracker2:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libxcb-xv0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up libxvmc1:amd64 (2:1.0.10-1) ...
Setting up linux-firmware (1.173.20) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
update-initramfs: Generating /boot/initrd.img-4.15.0-140-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
update-initramfs: Generating /boot/initrd.img-4.13.0-45-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
Setting up linux-modules-4.15.0-163-generic (4.15.0-163.171) ...
Setting up linux-image-4.15.0-163-generic (4.15.0-163.171) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-142-generic
I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-142-generic
I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-163-generic
I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-163-generic
Setting up linux-modules-extra-4.15.0-163-generic (4.15.0-163.171) ...
Setting up amd64-microcode (3.20191021.1+really3.20181128.1~ubuntu0.18.04.1) ...
update-initramfs: deferring update (trigger activated)
amd64-microcode: microcode will be updated at next boot
Setting up intel-microcode (3.20210608.0ubuntu0.18.04.1) ...
update-initramfs: deferring update (trigger activated)
intel-microcode: microcode will be updated at next boot
Setting up linux-image-generic (4.15.0.163.152) ...
Setting up linux-headers-4.15.0-163 (4.15.0-163.171) ...
Setting up linux-headers-4.15.0-163-generic (4.15.0-163.171) ...
Setting up linux-headers-generic (4.15.0.163.152) ...
Setting up linux-generic (4.15.0.163.152) ...
Setting up linux-generic-hwe-16.04 (4.15.0.163.152) ...
Setting up linux-headers-4.15.0-140 (4.15.0-140.144) ...
Setting up linux-headers-4.15.0-140-generic (4.15.0-140.144) ...
Setting up linux-headers-4.15.0-142 (4.15.0-142.146) ...
Setting up linux-headers-4.15.0-142-generic (4.15.0-142.146) ...
Setting up linux-headers-generic-hwe-16.04 (4.15.0.163.152) ...
Setting up linux-modules-4.15.0-140-generic (4.15.0-140.144) ...
Setting up linux-image-4.15.0-140-generic (4.15.0-140.144) ...
Setting up linux-modules-4.15.0-142-generic (4.15.0-142.146) ...
Setting up linux-image-4.15.0-142-generic (4.15.0-142.146) ...
Setting up linux-image-generic-hwe-16.04 (4.15.0.163.152) ...
Setting up linux-libc-dev:amd64 (4.15.0-163.171) ...
Setting up linux-modules-extra-4.15.0-140-generic (4.15.0-140.144) ...
Setting up linux-modules-extra-4.15.0-142-generic (4.15.0-142.146) ...
Setting up linux-signed-generic (4.15.0.163.152) ...
Setting up linux-signed-generic-hwe-16.04 (4.15.0.163.152) ...
Setting up linux-signed-image-generic (4.15.0.163.152) ...
Setting up linux-signed-image-generic-hwe-16.04 (4.15.0.163.152) ...
Setting up mesa-va-drivers:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up mesa-vdpau-drivers:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up mokutil (0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1) ...
Setting up mtools (4.0.18-2ubuntu1) ...
Setting up mythes-en-us (1:6.0.3-3) ...
Setting up nautilus-sendto (3.8.6-2) ...
Setting up ncurses-term (6.1-1ubuntu1.18.04) ...
Setting up net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Setting up network-manager-config-connectivity-ubuntu (1.10.6-2ubuntu1.4) ...
Job for NetworkManager.service failed because the control process exited with error code.
See "systemctl status NetworkManager.service" and "journalctl -xe" for details.
invoke-rc.d: initscript network-manager, action "force-reload" failed.
invoke-rc.d: release upgrade in progress, error is not fatal
Setting up os-prober (1.74ubuntu1) ...
Setting up overlay-scrollbar (0.2.17.1+16.04.20151117-0ubuntu2) ...
Setting up packagekit-tools (1.1.9-1ubuntu2.18.04.6) ...
Setting up pcmciautils (018-8build1) ...
Setting up pkg-config (0.29.1-0ubuntu2) ...
Setting up plainbox-provider-resource-generic (0.23-1.1) ...
Setting up python3-guacamole (0.9.2-2) ...
Setting up plainbox-provider-checkbox (0.25-2) ...
Setting up pm-utils (1.4.1-17) ...
Setting up pppconfig (2.3.23) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up printer-driver-brlaser (4-1) ...
Setting up printer-driver-m2300w (0.51-13) ...
Setting up printer-driver-min12xxw (0.0.9-10) ...
Setting up printer-driver-ptouch (1.4.2-3) ...
Setting up printer-driver-splix (2.0.0+svn315-6fakesync1) ...
Setting up qml-module-io-thp-pyotherside:amd64 (1.4.0-2build1) ...
Setting up pyotherside (1.4.0-2build1) ...
Setting up python-libxml2 (2.9.4+dfsg1-6.1ubuntu1.4) ...
Setting up python-pycurl (7.43.0.1-0.2) ...
Setting up python-urlgrabber (3.10.2-1) ...
Setting up python3-blinker (1.4+dfsg1-0.1) ...
Setting up python3-bs4 (4.6.0-1) ...
Setting up python3-crypto (2.6.1-8ubuntu2) ...
Setting up python3-feedparser (5.2.1-1) ...
Setting up python3-webencodings (0.5-2) ...
Setting up python3-html5lib (0.999999999-1) ...
Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ...
Setting up python3-jwt (1.5.3+ds1-1) ...
Setting up python3-secretstorage (2.3.1-2) ...
Setting up python3-keyring (10.6.0-1) ...
Setting up python3-keyrings.alt (3.0-1) ...
Setting up python3-lazr.uri (1.0.3-2build1) ...
Setting up python3-simplejson (3.13.2-1) ...
Setting up python3-wadllib (1.3.2-3ubuntu0.18.04.1) ...
Setting up python3-zope.interface (4.3.2-1build2) ...
Setting up python3-oauth (1.0.1-5) ...
Setting up python3-lazr.restfulclient (0.13.5-1) ...
Setting up python3-launchpadlib (1.10.6-1) ...
Setting up python3-oauthlib (2.0.6-1) ...
Setting up python3-olefile (0.45.1-1) ...
Setting up python3-pyasn1 (0.4.2-3) ...
Setting up python3-pyparsing (2.2.0+dfsg1-2) ...
Setting up python3-xlsxwriter (0.9.6-0.1) ...
Setting up qml-module-qt-labs-folderlistmodel:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-qt-labs-settings:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qtdeclarative5-qtquick2-plugin:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qml-module-ubuntu-onlineaccounts:amd64 (0.6+17.04.20170405-0ubuntu1) ...
Setting up qpdf (8.0.2-3ubuntu0.1) ...
Setting up qtdeclarative5-accounts-plugin:amd64 (0.6+17.04.20170405-0ubuntu1) ...
Setting up qtdeclarative5-test-plugin:amd64 (5.9.5-0ubuntu1.1) ...
Setting up qttranslations5-l10n (5.9.5-0ubuntu1) ...
Setting up remmina-common (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Setting up rename (0.20-7) ...
Setting up rtkit (0.11-6) ...
Setting up sbsigntool (0.9.2-2ubuntu1~18.04.1) ...
Setting up secureboot-db (1.4~ubuntu0.18.04.1) ...
Filesystem keystore:
  /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin [7085 bytes]
firmware keys:
  PK:
    /CN=Dell - PK
  KEK:
    /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation KEK CA 2011
  db:
    /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011
    /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows Production PCA 2011
  dbx:
    45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
    64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
    939aeef4f5fa51e23340c3f2e49048ce8872526afdf752c3a7f3a3f2bc9f6049
    3b0287533e0cc3d0ec1aa823cbf0a941aad8721579d1c499802dd1c3a636b8a9
    c83cb13922ad99f560744675dd37cc94dcad5a1fcba6472fee341171d939e884
    77dd190fa30d88ff5e3b011a0ae61e6209780c130b535ecb87e6f0888a0b6b2f
    55b99b0de53dbcfe485aa9c737cf3fb616ef3d91fab599aa7cab19eda763b5ba
    ca171d614a8d7e121c93948cd0fe55d39981f9d11aa96e03450a415227c2c65b
    fecfb232d12e994b6d485d2c7167728aa5525984ad5ca61e7516221f079a1436
    fe63a84f782cc9d3fcf2ccf9fc11fbd03760878758d26285ed12669bdc6e6d01
    fddd6e3d29ea84c7743dad4a1bdbc700b5fec1b391f932409086acc71dd6dbd8
    e92c22eb3b5642d65c1ec2caf247d2594738eebb7fb3841a44956f59e2b0d1fa
    d8cbeb9735f5672b367e4f96cdc74969615d17074ae96c724d42ce0216f8f3fa
    ce3bfabe59d67ce8ac8dfd4a16f7c43ef9c224513fbc655957d735fa29f540ce
    cb6b858b40d3a098765815b592c1514a49604fafd60819da88d7a76e9778fef7
    c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
    c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
    c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
    bc87a668e81966489cb508ee805183c19e6acd24cf17799ca062d2e384da0ea7
    b97a0889059c035ff1d54b6db53b11b9766668d9f955247c028b2837d7a04cd9
    b8f078d983a24ac433216393883514cd932c33af18e7dd70884c8235f4275736
    b54f1ee636631fad68058d3b0937031ac1b90ccb17062a391cca68afdbe40d55
    afe2030afb7d2cda13f9fa333a02e34f6751afec11b010dbcd441fdf4c4002b3
    aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
    ad6826e1946d26d3eaf3685c88d97d85de3b4dcb3d0ee2ae81c70560d13c5720
    a7f32f508d4eb0fead9a087ef94ed1ba0aec5de6f7ef6ff0a62b93bedf5d458d
    a6b5151f3655d3a2af0d472759796be4a4200e5495a7d869754c4848857408a7
    9e4a69173161682e55fde8fef560eb88ec1ffedcaf04001f66c0caf707b2b734
    9998d363c491be16bd74ba10b94d9291001611736fdca643a36664bc0f315a42
    8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
    8bf434b49e00ccf71502a2cd900865cb01ec3b3da03c35be505fdf7bd563f521
    8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
    895a9785f617ca1d7ed44fc1a1470b71f3f1223862d9ff9dcc3ae2df92163daf
    82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
    81a8b965bb84d3876b9429a95481cc955318cfaa1412d808c8a33bfd33fff0e4
    7827af99362cfaf0717dade4b1bfe0438ad171c15addc248b75bf8caa44bb2c5
    72e0bd1867cf5d9d56ab158adf3bddbc82bf32a8d8aa1d8c5e2f6df29428d6d8
    726b3eb654046a30f3f83d9b96ce03f670e9a806d1708a0371e62dc49d2c23c1
    71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
    6f1428ff71c9db0ed5af1f2e7bbfcbab647cc265ddf5b293cdb626f50a3a785e
    6c8854478dd559e29351b826c06cb8bfef2b94ad3538358772d193f82ed1ca11
    6b1d138078e4418aa68deb7bb35e066092cf479eeb8ce4cd12e7d072ccb42f66
    5ae949ea8855eb93e439dbc65bda2e42852c2fdf6789fa146736e3c3410f2b5c
    518831fe7382b514d03e15c621228b8ab65479bd0cbfa3c5c1d0f48d9c306135
    47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
    4397daca839e7f63077cb50c92df43bc2d2fb2a8f59f26fc7a0e4bd4d9751692
    3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
    3841d221368d1583d75c0a02e62160394d6c4e0a6760b6f607b90362bc855b02
    3608edbaf5ad0f41a414a1777abf2faf5e670334675ec3995e6935829e0caad2
    306628fa5477305728ba4a467de7d0387a54f569d3769fce5e75ec89d28d1593
    2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
    2c73d93325ba6dcbe589d4a4c63c5b935559ef92fbf050ed50c4e2085206f17d
    2bbf2ca7b8f1d91f27ee52b6fb2a5dd049b85a2b9b529c5d6662068104b055f8
    2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
    18333429ff0562ed9f97033e1148dceee52dbe2e496d5410b5cfd6c864d2d10f
    174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
    106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
    0dc9f3fb99962148c3ca833632758d3ed4fc8d0b0007b95b31e6528f2acd5bfc
    0d0dbeca6f29eca06f331a7d72e4884b12097fb348983a2a14a0d73f4f10140f
    0c189339762df336ab3dd006a463df715a39cfb0f492465c600e6c6bd7bd898c
    0bbb4392daac7ab89b30a4ac657531b97bfaab04f90b0dafe5f9b6eb90a06374
    09df5f4e511208ec78b96d12d08125fdb603868de39f6f72927852599b659c26
    07e6c6a858646fb1efc67903fe28b116011f2367fe92e6be2b36999eff39d09e
    075eea060589548ba060b2feed10da3c20c7fe9b17cd026b94e8a683b8115238
    90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
    29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
    d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
    d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
    5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
    58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
    c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
    e6ca68e94146629af03f69c2f86e6bef62f930b37c6fbcc878b78df98c0334e5
    1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
    363384d14d1f2e0b7815626484c459ad57a318ef4396266048d058c5a19bbf76
    c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
    f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
    80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
    e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
filesystem keys:
  PK:
  KEK:
  db:
  dbx:
    45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    939aeef4f5fa51e23340c3f2e49048ce8872526afdf752c3a7f3a3f2bc9f6049
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    3b0287533e0cc3d0ec1aa823cbf0a941aad8721579d1c499802dd1c3a636b8a9
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c83cb13922ad99f560744675dd37cc94dcad5a1fcba6472fee341171d939e884
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    77dd190fa30d88ff5e3b011a0ae61e6209780c130b535ecb87e6f0888a0b6b2f
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    55b99b0de53dbcfe485aa9c737cf3fb616ef3d91fab599aa7cab19eda763b5ba
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    ca171d614a8d7e121c93948cd0fe55d39981f9d11aa96e03450a415227c2c65b
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    fecfb232d12e994b6d485d2c7167728aa5525984ad5ca61e7516221f079a1436
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    fe63a84f782cc9d3fcf2ccf9fc11fbd03760878758d26285ed12669bdc6e6d01
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    fddd6e3d29ea84c7743dad4a1bdbc700b5fec1b391f932409086acc71dd6dbd8
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    e92c22eb3b5642d65c1ec2caf247d2594738eebb7fb3841a44956f59e2b0d1fa
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    d8cbeb9735f5672b367e4f96cdc74969615d17074ae96c724d42ce0216f8f3fa
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    ce3bfabe59d67ce8ac8dfd4a16f7c43ef9c224513fbc655957d735fa29f540ce
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    cb6b858b40d3a098765815b592c1514a49604fafd60819da88d7a76e9778fef7
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    bc87a668e81966489cb508ee805183c19e6acd24cf17799ca062d2e384da0ea7
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    b97a0889059c035ff1d54b6db53b11b9766668d9f955247c028b2837d7a04cd9
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    b8f078d983a24ac433216393883514cd932c33af18e7dd70884c8235f4275736
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    b54f1ee636631fad68058d3b0937031ac1b90ccb17062a391cca68afdbe40d55
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    afe2030afb7d2cda13f9fa333a02e34f6751afec11b010dbcd441fdf4c4002b3
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    ad6826e1946d26d3eaf3685c88d97d85de3b4dcb3d0ee2ae81c70560d13c5720
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    a7f32f508d4eb0fead9a087ef94ed1ba0aec5de6f7ef6ff0a62b93bedf5d458d
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    a6b5151f3655d3a2af0d472759796be4a4200e5495a7d869754c4848857408a7
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    9e4a69173161682e55fde8fef560eb88ec1ffedcaf04001f66c0caf707b2b734
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    9998d363c491be16bd74ba10b94d9291001611736fdca643a36664bc0f315a42
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    8bf434b49e00ccf71502a2cd900865cb01ec3b3da03c35be505fdf7bd563f521
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    895a9785f617ca1d7ed44fc1a1470b71f3f1223862d9ff9dcc3ae2df92163daf
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    81a8b965bb84d3876b9429a95481cc955318cfaa1412d808c8a33bfd33fff0e4
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    7827af99362cfaf0717dade4b1bfe0438ad171c15addc248b75bf8caa44bb2c5
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    72e0bd1867cf5d9d56ab158adf3bddbc82bf32a8d8aa1d8c5e2f6df29428d6d8
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    726b3eb654046a30f3f83d9b96ce03f670e9a806d1708a0371e62dc49d2c23c1
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    6f1428ff71c9db0ed5af1f2e7bbfcbab647cc265ddf5b293cdb626f50a3a785e
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    6c8854478dd559e29351b826c06cb8bfef2b94ad3538358772d193f82ed1ca11
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    6b1d138078e4418aa68deb7bb35e066092cf479eeb8ce4cd12e7d072ccb42f66
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    5ae949ea8855eb93e439dbc65bda2e42852c2fdf6789fa146736e3c3410f2b5c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    518831fe7382b514d03e15c621228b8ab65479bd0cbfa3c5c1d0f48d9c306135
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    4397daca839e7f63077cb50c92df43bc2d2fb2a8f59f26fc7a0e4bd4d9751692
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    3841d221368d1583d75c0a02e62160394d6c4e0a6760b6f607b90362bc855b02
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    3608edbaf5ad0f41a414a1777abf2faf5e670334675ec3995e6935829e0caad2
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    306628fa5477305728ba4a467de7d0387a54f569d3769fce5e75ec89d28d1593
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    2c73d93325ba6dcbe589d4a4c63c5b935559ef92fbf050ed50c4e2085206f17d
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    2bbf2ca7b8f1d91f27ee52b6fb2a5dd049b85a2b9b529c5d6662068104b055f8
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    18333429ff0562ed9f97033e1148dceee52dbe2e496d5410b5cfd6c864d2d10f
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    0dc9f3fb99962148c3ca833632758d3ed4fc8d0b0007b95b31e6528f2acd5bfc
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    0d0dbeca6f29eca06f331a7d72e4884b12097fb348983a2a14a0d73f4f10140f
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    0c189339762df336ab3dd006a463df715a39cfb0f492465c600e6c6bd7bd898c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    0bbb4392daac7ab89b30a4ac657531b97bfaab04f90b0dafe5f9b6eb90a06374
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    09df5f4e511208ec78b96d12d08125fdb603868de39f6f72927852599b659c26
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    07e6c6a858646fb1efc67903fe28b116011f2367fe92e6be2b36999eff39d09e
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    075eea060589548ba060b2feed10da3c20c7fe9b17cd026b94e8a683b8115238
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    e6ca68e94146629af03f69c2f86e6bef62f930b37c6fbcc878b78df98c0334e5
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    363384d14d1f2e0b7815626484c459ad57a318ef4396266048d058c5a19bbf76
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
    80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
     from /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin
New keys in filesystem:
Setting up shim-signed (1.37~18.04.11+15.4-0ubuntu9) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Setting up shotwell-common (0.28.4-0ubuntu2) ...
Setting up signon-plugin-oauth2 (0.24+16.10.20160818-0ubuntu1) ...
Setting up signond (8.59+17.10.20170606-0ubuntu1) ...
Setting up signon-plugin-password (8.59+17.10.20170606-0ubuntu1) ...
Setting up signon-ui-service (0.17+18.04.20171027+really20160406-0ubuntu1) ...
Setting up signon-ui-x11 (0.17+18.04.20171027+really20160406-0ubuntu1) ...
Setting up sound-icons (0.1-6) ...
Setting up speech-dispatcher-espeak-ng (0.8.8-1ubuntu1) ...
Setting up ubuntu-mobile-icons (16.10+18.04.20181005-0ubuntu1) ...
Setting up suru-icon-theme (16.10+18.04.20181005-0ubuntu1) ...
Setting up syslinux (3:6.03+dfsg1-2) ...
Setting up syslinux-common (3:6.03+dfsg1-2) ...
Setting up syslinux-legacy (2:3.63+dfsg-2ubuntu9) ...
Setting up system-config-printer-udev (1.5.11-1ubuntu2) ...
Setting up tcl8.6 (8.6.8+dfsg-3) ...
Setting up tcpd (7.6.q-27) ...
Setting up thermald (1.7.0-5ubuntu5) ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.thermald.conf ...
Removing obsolete conffile /etc/init/thermald.conf ...
Setting up tk8.6 (8.6.8-4) ...
Setting up transmission-common (2.92-3ubuntu2) ...
Setting up ttf-ancient-fonts-symbola (2.60-1) ...
Setting up ubuntu-fan (0.12.10) ...
Installing new version of config file /etc/network/if-down.d/ubuntu-fan ...
Installing new version of config file /etc/network/if-post-down.d/ubuntu-fan ...
Installing new version of config file /etc/network/if-up.d/ubuntu-fan ...
Setting up ubuntu-report (1.3.2) ...
Setting up ubuntu-restricted-addons (26) ...
Setting up ubuntu-wallpapers-xenial (18.04.1-0ubuntu1) ...
Setting up unattended-upgrades (1.1ubuntu1.18.04.14) ...
Replacing config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Setting up unity-lens-photos (1.0+17.10.20170605-0ubuntu3) ...
Setting up unity-scopes-runner (7.1.4+18.04.20180209.1-0ubuntu2) ...
Setting up unity-scope-devhelp (0.1+14.04.20140328-0ubuntu3) ...
Setting up unity-scope-video-remote (0.3.15+16.04.20160212.1-0ubuntu3) ...
Setting up usb-creator-common (0.3.5ubuntu18.04.2) ...
Setting up usbmuxd (1.1.0-2ubuntu0.1) ...
Setting up i965-va-driver:amd64 (2.1.0-0ubuntu1) ...
Setting up va-driver-all:amd64 (2.1.0-3) ...
Setting up vbetool (1.1-4) ...
Setting up vdpau-driver-all:amd64 (1.1.1-3ubuntu1) ...
Setting up wamerican (2017.08.24-1) ...
Setting up wbritish (2017.08.24-1) ...
Setting up xdg-desktop-portal (1.0.3-0ubuntu0.2) ...
Setting up xml-core (0.18) ...
Setting up xserver-xephyr (2:1.19.6-1ubuntu4.9) ...
Setting up xserver-xorg-video-amdgpu (18.0.1-1) ...
Setting up xserver-xorg-video-radeon (1:18.0.1-1) ...
Setting up xserver-xorg-video-ati (1:18.0.1-1) ...
Setting up xserver-xorg-video-fbdev (1:0.4.4-1build6) ...
Setting up xserver-xorg-video-nouveau (1:1.0.15-2) ...
Setting up xserver-xorg-video-vesa (1:2.3.4-1build3) ...
Setting up xserver-xorg-video-vmware (1:13.2.1-1build1) ...
Setting up xserver-xorg-video-all (1:7.7+19ubuntu7.1) ...
Setting up xserver-xorg-video-all-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-amdgpu-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-ati-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-radeon-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-fbdev-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-nouveau-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-vesa-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-vmware-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-intel (2:2.99.917+git20171229-1) ...
Setting up xserver-xorg-video-intel-hwe-16.04 (3:14.1) ...
Setting up xserver-xorg-video-qxl (0.1.5-2build1) ...
Setting up xserver-xorg-video-qxl-hwe-16.04 (3:14.1) ...
Setting up xul-ext-ubufox (3.4-0ubuntu1.17.10.1) ...
Setting up cups-pk-helper (0.2.6-1ubuntu1.2) ...
Installing new version of config file /etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf ...
Setting up libgtk3-nocsd0:amd64 (3-1ubuntu1) ...
Setting up gtk3-nocsd (3-1ubuntu1) ...
Setting up ippusbxd (1.32-2) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.ippusbxd ...
Setting up liblouisutdml-bin (2.7.0-1) ...
Setting up libnss-myhostname:amd64 (237-3ubuntu10.52) ...
First installation detected...
Checking NSS setup...
Setting up libtbb2:amd64 (2017~U7-8) ...
Setting up mobile-broadband-provider-info (20170903-1) ...
Setting up resolvconf (1.79ubuntu10.18.04.3) ...
Installing new version of config file /etc/resolvconf/resolv.conf.d/head ...
Created symlink /etc/systemd/system/systemd-resolved.service.wants/resolvconf-pull-resolved.path → /lib/systemd/system/resolvconf-pull-resolved.path.
resolvconf-pull-resolved.service is a disabled or a static unit, not starting it.
resolvconf-pull-resolved.service is a disabled or a static unit, not starting it.
Removing obsolete conffile /etc/init/resolvconf.conf ...
Setting up socat (1.7.3.2-2ubuntu2) ...
Setting up ssh-import-id (5.7-0ubuntu1.1) ...
Setting up usb-modeswitch-data (20170806-2) ...
Setting up usb-modeswitch (2.5.2+repack0-2ubuntu1) ...
Installing new version of config file /etc/usb_modeswitch.conf ...
Removing obsolete conffile /etc/init/usb-modeswitch-upstart.conf ...
Setting up xbrlapi (5.5-4ubuntu2.0.1) ...
Installing new version of config file /etc/X11/Xsession.d/60xbrlapi ...
Setting up adwaita-icon-theme (3.28.0-1ubuntu1) ...
Setting up humanity-icon-theme (0.6.15) ...
Setting up libgtk-3-0:amd64 (3.22.30-1ubuntu4) ...
Setting up libpeas-1.0-0:amd64 (1.22.0-2) ...
Setting up libclutter-1.0-0:amd64 (1.26.2+dfsg-4) ...
Setting up libclutter-gst-3.0-0:amd64 (3.0.26-1) ...
Setting up libclutter-gtk-1.0-0:amd64 (1.8.4-3) ...
Setting up libgnome-desktop-3-17:amd64 (3.28.2-0ubuntu1.5) ...
Setting up libgcr-ui-3-1:amd64 (3.28.0-1) ...
Setting up gcr (3.28.0-1) ...
Setting up pinentry-gnome3 (1.1.0-1) ...
Setting up libtotem0:amd64 (3.26.0-0ubuntu6.2) ...
Setting up libnautilus-extension1a:amd64 (1:3.26.4-0~ubuntu18.04.5) ...
Setting up gstreamer1.0-clutter-3.0:amd64 (3.0.26-1) ...
Setting up totem (3.26.0-0ubuntu6.2) ...
Setting up gir1.2-gtk-3.0:amd64 (3.22.30-1ubuntu4) ...
Setting up gir1.2-peas-1.0:amd64 (1.22.0-2) ...
Setting up gir1.2-totem-1.0:amd64 (3.26.0-0ubuntu6.2) ...
Setting up totem-plugins (3.26.0-0ubuntu6.2) ...
Setting up onboard (1.4.1-2ubuntu1) ...
Installing new version of config file /etc/xdg/autostart/onboard-autostart.desktop ...
Setting up libgail-3-0:amd64 (3.22.30-1ubuntu4) ...
Setting up nautilus (1:3.26.4-0~ubuntu18.04.5) ...
Installing new version of config file /etc/xdg/autostart/nautilus-autostart.desktop ...
Setting up librhythmbox-core10:amd64 (3.4.2-4ubuntu1) ...
Setting up rhythmbox (3.4.2-4ubuntu1) ...
Setting up rhythmbox-plugin-zeitgeist (3.4.2-4ubuntu1) ...
Setting up libindicator3-7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Setting up libido3-0.1-0:amd64 (13.10.0+17.04.20161028-0ubuntu1) ...
Setting up unity-services (7.5.0+18.04.20190304-0ubuntu1) ...
Setting up libunity-core-6.0-9:amd64 (7.5.0+18.04.20190304-0ubuntu1) ...
Setting up libwnck-3-0:amd64 (3.24.1-2) ...
Setting up unity-asset-pool (0.8.24+17.10.20170507-0ubuntu1) ...
Setting up libcanberra-gtk3-0:amd64 (0.30-5ubuntu1) ...
Setting up libunity-settings-daemon1:amd64 (15.04.1+18.04.20180413-0ubuntu1.2) ...
Setting up unity-settings-daemon (15.04.1+18.04.20180413-0ubuntu1.2) ...
Setting up unity-greeter (18.04.0+18.04.20180314.1-0ubuntu2) ...
Setting up bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up libgeoclue-2-0:amd64 (2.4.7-1ubuntu1) ...
Setting up geoclue-2.0 (2.4.7-1ubuntu1) ...
Setting up libgweather-3-15:amd64 (3.28.2-1~ubuntu18.04.1) ...
Setting up gnome-settings-daemon (3.28.1-0ubuntu1.3) ...
Setting up libgjs0g (1.52.5-0ubuntu18.04.1) ...
Setting up libmutter-2-0:amd64 (3.28.4+git20200505-0ubuntu18.04.2) ...
Setting up gnome-keyring (3.28.0.2-1ubuntu1.18.04.1) ...
Installing new version of config file /etc/xdg/autostart/gnome-keyring-pkcs11.desktop ...
Installing new version of config file /etc/xdg/autostart/gnome-keyring-secrets.desktop ...
Installing new version of config file /etc/xdg/autostart/gnome-keyring-ssh.desktop ...
Setting up evolution-data-server (3.28.5-0ubuntu0.18.04.3) ...
Setting up gir1.2-geoclue-2.0:amd64 (2.4.7-1ubuntu1) ...
Setting up gir1.2-gcr-3:amd64 (3.28.0-1) ...
Setting up libgnome-bluetooth13:amd64 (3.28.0-2ubuntu0.2) ...
Setting up gir1.2-gnomebluetooth-1.0:amd64 (3.28.0-2ubuntu0.2) ...
Setting up gir1.2-gnomedesktop-3.0:amd64 (3.28.2-0ubuntu1.5) ...
Setting up gir1.2-gweather-3.0:amd64 (3.28.2-1~ubuntu18.04.1) ...
Setting up gir1.2-mutter-2:amd64 (3.28.4+git20200505-0ubuntu18.04.2) ...
Setting up libnma0:amd64 (1.8.10-2ubuntu3) ...
Setting up gir1.2-nma-1.0:amd64 (1.8.10-2ubuntu3) ...
Setting up gjs (1.52.5-0ubuntu18.04.1) ...
Setting up libwebkit2gtk-4.0-37:amd64 (2.32.4-0ubuntu0.18.04.1) ...
Setting up zenity (3.28.1-1) ...
Setting up mutter (3.28.4+git20200505-0ubuntu18.04.2) ...
update-alternatives: using /usr/bin/mutter to provide /usr/bin/x-window-manager (x-window-manager) in auto mode
Setting up gnome-shell (3.28.4-0ubuntu18.04.7) ...
Setting up gnome-session-bin (3.28.1-0ubuntu3) ...
Setting up ubuntu-session (3.28.1-0ubuntu3) ...
Setting up libcheese8:amd64 (3.28.0-1ubuntu1) ...
Setting up libcheese-gtk25:amd64 (3.28.0-1ubuntu1) ...
Setting up libgoa-backend-1.0-1:amd64 (3.28.0-0ubuntu2.1) ...
Setting up libnm-gtk0:amd64 (1.8.10-2ubuntu3) ...
Setting up libunity-control-center1 (15.04.0+18.04.20180216-0ubuntu1) ...
Setting up libgnomekbd8:amd64 (3.26.0-3ubuntu0.18.04.1) ...
Setting up gkbd-capplet (3.26.0-3ubuntu0.18.04.1) ...
Setting up gnome-online-accounts (3.28.0-0ubuntu2.1) ...
Setting up ibus (1.5.17-3ubuntu5.3) ...
Installing new version of config file /etc/dconf/db/ibus.d/00-upstream-settings ...
Setting up libcolord-gtk1:amd64 (0.1.26-2) ...
Setting up aptdaemon (1.1.1+bzr982-0ubuntu19.5) ...
Setting up python3-aptdaemon (1.1.1+bzr982-0ubuntu19.5) ...
Setting up libvte-2.91-0:amd64 (0.52.2-1ubuntu1~18.04.2) ...
Setting up gir1.2-vte-2.91:amd64 (0.52.2-1ubuntu1~18.04.2) ...
Setting up python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu19.5) ...
Setting up language-selector-gnome (0.188.3) ...
Setting up libappindicator3-1 (12.10.1+18.04.20200408.1-0ubuntu1) ...
Setting up policykit-1-gnome (0.105-6ubuntu2) ...
Installing new version of config file /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop ...
Setting up network-manager-gnome (1.8.10-2ubuntu3) ...
Setting up system-config-printer-common (1.5.11-1ubuntu2) ...
Setting up gnome-control-center (1:3.28.2-0ubuntu0.18.04.6) ...
Setting up gnome-bluetooth (3.28.0-2ubuntu0.2) ...
Setting up indicator-keyboard (0.0.0+18.04.20180216-0ubuntu1) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-keyboard.desktop ...
Setting up unity-control-center (15.04.0+18.04.20180216-0ubuntu1) ...
Setting up indicator-bluetooth (0.0.6+17.10.20170605-0ubuntu3) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-bluetooth.desktop ...
Setting up gir1.2-rb-3.0:amd64 (3.4.2-4ubuntu1) ...
Setting up gir1.2-webkit2-4.0:amd64 (2.32.4-0ubuntu0.18.04.1) ...
Setting up rhythmbox-plugins (3.4.2-4ubuntu1) ...
Setting up libreoffice-style-galaxy (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up xdiagnose (3.8.8) ...
Setting up libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
Setting up python3-distupgrade (1:18.04.45) ...
Setting up python3-update-manager (1:18.04.11.13) ...
Setting up ubuntu-release-upgrader-core (1:18.04.45) ...
Installing new version of config file /etc/update-manager/release-upgrades ...
Setting up update-manager-core (1:18.04.11.13) ...
Setting up update-notifier-common (3.192.1.12) ...
Installing new version of config file /etc/cron.weekly/update-notifier-common ...
Setting up libgtk3-perl (0.032-1) ...
Setting up notify-osd (0.9.35+16.04.20160415-0ubuntu2) ...
Setting up ubuntu-release-upgrader-gtk (1:18.04.45) ...
Setting up update-manager (1:18.04.11.13) ...
Setting up update-notifier (3.192.1.12) ...
Setting up evolution-data-server-online-accounts (3.28.5-0ubuntu0.18.04.3) ...
Setting up libdazzle-1.0-0:amd64 (3.28.1-1) ...
Setting up libedataserverui-1.2-2:amd64 (3.28.5-0ubuntu0.18.04.3) ...
Setting up gnome-calendar (3.28.2-0ubuntu0.18.04.1) ...
Setting up network-manager-pptp-gnome (1.2.6-1) ...
Setting up libgtk2-perl (2:1.24992-1build1) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up software-properties-gtk (0.96.24.32.18) ...
Setting up system-config-printer (1.5.11-1ubuntu2) ...
Installing new version of config file /etc/xdg/autostart/print-applet.desktop ...
Setting up system-config-printer-gnome (1.5.11-1ubuntu2) ...
Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up simple-scan (3.28.0-0ubuntu1) ...
Setting up libgail18:amd64 (2.24.32-1ubuntu1) ...
Setting up libgail-common:amd64 (2.24.32-1ubuntu1) ...
Setting up libgtk-3-bin (3.22.30-1ubuntu4) ...
Setting up libgtk2.0-bin (2.24.32-1ubuntu1) ...
Setting up libgspell-1-1:amd64 (1.6.1-1) ...
Setting up libgtksourceview-3.0-1:amd64 (3.24.7-1) ...
Setting up gir1.2-gtksource-3.0:amd64 (3.24.7-1) ...
Setting up gedit (3.28.1-1ubuntu1.2) ...
Setting up cheese (3.28.0-1ubuntu1) ...
Setting up vino (3.22.0-3ubuntu1.2) ...
Setting up console-setup (1.178ubuntu2.9) ...
Removing obsolete conffile /etc/init/console-font.conf ...
update-initramfs: deferring update (trigger activated)
Setting up kbd (2.0.4-2ubuntu1) ...
Removing obsolete conffile /etc/kbd/config ...
Removing obsolete conffile /etc/kbd/remap ...
Setting up console-setup-linux (1.178ubuntu2.9) ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-1.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-13.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-14.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-15.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-2.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-3.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-4.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-7.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-9.inc ...
Created symlink /etc/systemd/system/sysinit.target.wants/keyboard-setup.service → /lib/systemd/system/keyboard-setup.service.
Created symlink /etc/systemd/system/multi-user.target.wants/console-setup.service → /lib/systemd/system/console-setup.service.
Created symlink /etc/systemd/system/sysinit.target.wants/setvtrgb.service → /lib/systemd/system/setvtrgb.service.
Removing obsolete conffile /etc/init/setvtrgb.conf ...
Setting up gnome-terminal (3.28.2-1ubuntu1~18.04.1) ...
Setting up gdm3 (3.28.3-0ubuntu18.04.6) ...

Creating config file /etc/gdm3/greeter.dconf-defaults with new version
gdm.service is not active, cannot reload.
invoke-rc.d: initscript gdm3, action "reload" failed.
invoke-rc.d: release upgrade in progress, error is not fatal
Setting up gnome-session-canberra (0.30-5ubuntu1) ...
Setting up xdg-user-dirs-gtk (0.10-2) ...
Installing new version of config file /etc/xdg/autostart/user-dirs-update-gtk.desktop ...
Setting up libyelp0:amd64 (3.26.0-1ubuntu2) ...
Setting up yelp (3.26.0-1ubuntu2) ...
Setting up language-pack-en (1:18.04+20190718) ...
Setting up language-pack-en-base (1:18.04+20180712) ...
Generating locales (this might take a while)...
  en_IL.UTF-8... done
Generation complete.
Setting up language-pack-gnome-en (1:18.04+20190718) ...
Setting up language-pack-gnome-en-base (1:18.04+20180712) ...
Setting up libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Setting up libappindicator1 (12.10.1+18.04.20200408.1-0ubuntu1) ...
Setting up libunity-gtk3-parser0:amd64 (0.0.0+18.04.20171202-0ubuntu1) ...
Setting up unity-gtk3-module:amd64 (0.0.0+18.04.20171202-0ubuntu1) ...
Setting up ubuntu-minimal (1.417.5) ...
Setting up a11y-profile-manager-indicator (0.1.11-0ubuntu4) ...
Setting up activity-log-manager (0.9.7-0ubuntu26) ...
Setting up aisleriot (1:3.22.5-1) ...
Setting up gir1.2-wnck-3.0:amd64 (3.24.1-2) ...
Setting up apport-gtk (2.20.9-0ubuntu7.27) ...
Setting up gnome-software (3.28.1-0ubuntu4.18.04.15) ...
Installing new version of config file /etc/xdg/autostart/gnome-software-service.desktop ...
Setting up ubuntu-software (3.28.1-0ubuntu4.18.04.15) ...
Setting up apturl-common (0.5.2ubuntu14.2) ...
Setting up apturl (0.5.2ubuntu14.2) ...
Setting up baobab (3.28.0-1) ...
Setting up deja-dup (37.1-2fakesync1ubuntu0.1) ...
Setting up eog (3.28.1-1) ...
Setting up libevdocument3-4:amd64 (3.28.4-0ubuntu1.2) ...
Setting up libevview3-3:amd64 (3.28.4-0ubuntu1.2) ...
Setting up evince (3.28.4-0ubuntu1.2) ...
Installing new version of config file /etc/apparmor.d/abstractions/evince ...
Setting up file-roller (3.28.0-1ubuntu1.3) ...
Setting up firefox (94.0+build3-0ubuntu0.18.04.1) ...
Installing new version of config file /etc/apparmor.d/usr.bin.firefox ...
Please restart all running instances of firefox, or you will experience problems.
Setting up gconf-service-backend (3.2.6-4ubuntu1) ...
Setting up gir1.2-appindicator3-0.1 (12.10.1+18.04.20200408.1-0ubuntu1) ...
Setting up libgnome-games-support-1-3:amd64 (1.4.1-1) ...
Setting up gnome-mines (1:3.28.0-1ubuntu1) ...
Setting up gnome-calculator (1:3.28.2-1~ubuntu18.04.3) ...
Setting up gnome-disk-utility (3.28.3-0ubuntu1~18.04.1) ...
Setting up gnome-font-viewer (3.28.0-1) ...
Setting up ubuntu-docs (18.04.4) ...
Setting up gnome-user-docs (3.28.2+git20180715-0ubuntu0.1) ...
Setting up gnome-user-guide (3.28.2+git20180715-0ubuntu0.1) ...
Setting up gnome-getting-started-docs (3.28.2-0ubuntu0.1) ...
Setting up gnome-initial-setup (3.28.0-2ubuntu6.16.04.6) ...
Setting up gnome-mahjongg (1:3.22.0-3) ...
Setting up orca (3.28.0-3ubuntu1) ...
Setting up gnome-orca (3.28.0-3ubuntu1) ...
Setting up gnome-power-manager (3.26.0-1) ...
Setting up gnome-screensaver (3.6.1-8ubuntu3) ...
Setting up gnome-screenshot (3.25.0-0ubuntu2) ...
Setting up gnome-software-plugin-snap (3.28.1-0ubuntu4.18.04.15) ...
Setting up gnome-startup-applications (3.28.1-0ubuntu3) ...
Setting up gnome-sudoku (1:3.28.0-1) ...
Setting up gnome-system-log (3.9.90-5) ...
Setting up libgtkmm-3.0-1v5:amd64 (3.22.2-2) ...
Setting up gnome-system-monitor (3.28.2-0ubuntu1) ...
Setting up gnome-todo (3.28.1-1) ...
Setting up gnome-user-share (3.18.3-3) ...
Setting up gstreamer1.0-gtk3:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setting up libgucharmap-2-90-7:amd64 (1:10.0.4-1) ...
Setting up gucharmap (1:10.0.4-1) ...
Setting up ibus-gtk3:amd64 (1.5.17-3ubuntu5.3) ...
Setting up ibus-table (1.9.14-3) ...
Setting up indicator-application (12.10.1+18.04.20190308.1-0ubuntu1) ...
Installing new version of config file /etc/xdg/autostart/indicator-application.desktop ...
Setting up indicator-appmenu (15.02.0+16.10.20160927-0ubuntu3) ...
Setting up libavahi-ui-gtk3-0:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libcanberra-gtk0:amd64 (0.30-5ubuntu1) ...
Setting up libcanberra-gtk-module:amd64 (0.30-5ubuntu1) ...
Setting up libgtkglext1:amd64 (1.2.0-8) ...
Setting up libgtkspell3-3-0:amd64 (3.0.9-2) ...
Setting up mousetweaks (3.12.0-4) ...
Setting up nautilus-extension-gnome-terminal (3.28.2-1ubuntu1~18.04.1) ...
Setting up nautilus-share (0.7.3-2ubuntu3) ...
Setting up onboard-data (1.4.1-2ubuntu1) ...
Setting up overlay-scrollbar-gtk2:amd64 (0.2.17.1+16.04.20151117-0ubuntu2) ...
Setting up qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up remmina (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Setting up remmina-plugin-vnc:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Setting up remmina-plugin-rdp:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Setting up remmina-plugin-secret:amd64 (1.2.0-rcgit.29+dfsg-1ubuntu1.2) ...
Setting up rhythmbox-plugin-alternative-toolbar (0.18.0-1) ...
Setting up seahorse (3.20.0-5) ...
Setting up session-shortcuts (1.3) ...
Setting up shotwell (0.28.4-0ubuntu2) ...
Setting up thunderbird (1:78.14.0+build1-0ubuntu0.18.04.2) ...
Setting up thunderbird-locale-en (1:78.14.0+build1-0ubuntu0.18.04.2) ...
Setting up thunderbird-gnome-support (1:78.14.0+build1-0ubuntu0.18.04.2) ...
Setting up thunderbird-locale-en-us (1:78.14.0+build1-0ubuntu0.18.04.2) ...
Setting up transmission-gtk (2.92-3ubuntu2) ...
Setting up unity-scope-calculator (0.1+14.04.20140328-0ubuntu3) ...
Setting up unity-scope-manpages (3.0+14.04.20140324-0ubuntu3) ...
Setting up usb-creator-gtk (0.3.5ubuntu18.04.2) ...
Setting up xdg-desktop-portal-gtk (1.0.2-0ubuntu1.1) ...
Setting up zeitgeist-datahub (1.0-0.1ubuntu1) ...
Installing new version of config file /etc/xdg/autostart/zeitgeist-datahub.desktop ...
Setting up indicator-printers (0.1.7+17.10.20171101-0ubuntu1) ...
Removing obsolete conffile /etc/xdg/autostart/indicator-printers.desktop ...
Setting up libcanberra-gtk3-module:amd64 (0.30-5ubuntu1) ...
Setting up ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
Setting up libreoffice-style-tango (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) ...
Installing new version of config file /etc/libreoffice/sofficerc ...
Setting up libreoffice-core (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up python3-uno (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-draw (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-impress (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-gtk2 (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-gtk (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-gtk3 (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-gnome (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-pdfimport (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-base-core (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-writer (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-style-breeze (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-calc (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-ogltrans (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-math (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libreoffice-help-en-us (1:6.0.7-0ubuntu0.18.04.10) ...
Setting up libwww-perl (6.31-1ubuntu0.1) ...
Setting up libxml-parser-perl (2.44-2build3) ...
Setting up libxml-twig-perl (1:3.50-1) ...
Setting up libnet-dbus-perl (1.1.0-4build2) ...
Setting up libqtgui4:amd64 (4:4.8.7+dfsg-7ubuntu1) ...
Setting up libxml-sax-expat-perl (0.40-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up light-themes (16.10+18.04.20181005-0ubuntu1) ...
Setting up ubuntu-artwork (1:16.10+18.04.20181005-0ubuntu1) ...
Setting up ubuntu-desktop (1.417.5) ...
Setting up gconf-service (3.2.6-4ubuntu1) ...
Setting up gconf2 (3.2.6-4ubuntu1) ...
Setting up libdbusmenu-qt2:amd64 (0.9.3+16.04.20160218-1ubuntu1) ...
Setting up qt-at-spi:amd64 (0.4.0-8) ...
Setting up sni-qt:amd64 (0.2.7+17.04.20170112-0ubuntu1) ...
Processing triggers for sgml-base (1.29) ...
Setting up libmetacity1:amd64 (1:3.28.0-1ubuntu0.1) ...
Setting up compiz-gnome (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Installing new version of config file /etc/X11/Xsession.d/65compiz_profile-on-session ...
Setting up compiz (1:0.9.13.1+18.04.20180302-0ubuntu1) ...
Setting up unity (7.5.0+18.04.20190304-0ubuntu1) ...
Setting up unity-session (3.28.1-0ubuntu3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
Processing triggers for dictionaries-common (1.27.2) ...
aspell-autobuildhash: processing: en [en-common].
aspell-autobuildhash: processing: en [en-variant_0].
aspell-autobuildhash: processing: en [en-variant_1].
aspell-autobuildhash: processing: en [en-variant_2].
aspell-autobuildhash: processing: en [en-w_accents-only].
aspell-autobuildhash: processing: en [en-wo_accents-only].
aspell-autobuildhash: processing: en [en_AU-variant_0].
aspell-autobuildhash: processing: en [en_AU-variant_1].
aspell-autobuildhash: processing: en [en_AU-w_accents-only].
aspell-autobuildhash: processing: en [en_AU-wo_accents-only].
aspell-autobuildhash: processing: en [en_CA-variant_0].
aspell-autobuildhash: processing: en [en_CA-variant_1].
aspell-autobuildhash: processing: en [en_CA-w_accents-only].
aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-variant_0].
aspell-autobuildhash: processing: en [en_GB-variant_1].
aspell-autobuildhash: processing: en [en_US-w_accents-only].
aspell-autobuildhash: processing: en [en_US-wo_accents-only].
Processing triggers for ca-certificates (20210119~18.04.2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Processing triggers for dbus (1.12.2-1ubuntu1.2) ...
Processing triggers for initramfs-tools (0.130ubuntu3.13) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for linux-image-4.15.0-163-generic (4.15.0-163.171) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.15.0-163-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Processing triggers for linux-image-4.15.0-140-generic (4.15.0-140.144) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.15.0-140-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Processing triggers for linux-image-4.15.0-142-generic (4.15.0-142.146) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.15.0-142-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Found linux image: /boot/vmlinuz-4.13.0-45-generic
Found initrd image: /boot/initrd.img-4.13.0-45-generic
Adding boot menu entry for EFI firmware configuration
done
Processing triggers for resolvconf (1.79ubuntu10.18.04.3) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Reading package lists... Done    
Building dependency tree          
Reading state information... Done

Processing snap replacements

installing snap gnome-3-34-1804

installing snap gtk-common-themes

installing snap gnome-logs

installing snap core18
snap "core18" is already installed, see 'snap help refresh'

installing snap gnome-calculator

installing snap gnome-system-monitor

installing snap gnome-characters

Searching for obsolete software
Reading state information... Done

Remove obsolete packages? 


195 packages are going to be removed. 

Removing the packages can take several hours. 

 Continue [yN]  Details [d]y
Fetched 0 B in 0s (0 B/s)                                                                                                                                                                
(Reading database ... 260380 files and directories currently installed.)
Removing account-plugin-facebook (0.12+16.04.20160126-0ubuntu1) ...
Purging configuration files for account-plugin-facebook (0.12+16.04.20160126-0ubuntu1) ...
(Reading database ... 260371 files and directories currently installed.)
Removing account-plugin-flickr (0.12+16.04.20160126-0ubuntu1) ...
Removing unity-scope-gdrive (0.9+16.04.20151125-0ubuntu1) ...
Removing account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for hicolor-icon-theme (0.17-2) ...
(Reading database ... 260339 files and directories currently installed.)
Removing aufs-tools (1:4.9+20170918-1ubuntu1) ...
Purging configuration files for aufs-tools (1:4.9+20170918-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 260283 files and directories currently installed.)
Removing cgroupfs-mount (1.4) ...
invoke-rc.d: Unit cgroupfs-mount.service is masked
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 260274 files and directories currently installed.)
Removing flashplugin-installer (32.0.0.465ubuntu0.18.04.2) ...
(Reading database ... 260271 files and directories currently installed.)
Removing freepats (20060219-1) ...
(Reading database ... 260115 files and directories currently installed.)
Removing gstreamer1.0-plugins-bad:amd64 (1.14.5-0ubuntu1~18.04.1) ...
Removing hardening-includes (2.7ubuntu2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 259931 files and directories currently installed.)
Removing initscripts (2.88dsf-59.3ubuntu2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
(Reading database ... 259918 files and directories currently installed.)
Removing sysv-rc (2.88dsf-59.3ubuntu2) ...
Purging configuration files for sysv-rc (2.88dsf-59.3ubuntu2) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.52) ...
(Reading database ... 259897 files and directories currently installed.)
Removing insserv (1.14.0-5ubuntu3) ...
Removing unity-control-center-signon (0.1.8+16.04.20160201-0ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
(Reading database ... 259851 files and directories currently installed.)
Removing libaccount-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
(Reading database ... 259847 files and directories currently installed.)
Removing libaccount-plugin-generic-oauth (0.12+16.04.20160126-0ubuntu1) ...
Removing libaccount-plugin-1.0-0:amd64 (0.1.8+16.04.20160201-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259836 files and directories currently installed.)
Removing libhybris (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Purging configuration files for libhybris (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Removing libhardware2 (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259793 files and directories currently installed.)
Removing libappindicator1 (12.10.1+18.04.20200408.1-0ubuntu1) ...
dpkg: libhybris-common1: dependency problems, but removing anyway as you requested:
 libmedia1 depends on libhybris-common1.

Removing libhybris-common1 (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Removing libandroid-properties1 (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259778 files and directories currently installed.)
Removing libappstream3:amd64 (0.9.4-1ubuntu4) ...
Removing libavfilter-ffmpeg5:amd64 (7:2.8.17-0ubuntu0.1) ...
Removing libass5:amd64 (0.13.1-1) ...
Removing libopencv-legacy2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259757 files and directories currently installed.)
Removing libopencv-contrib2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Removing libopencv-objdetect2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Removing libopencv-highgui2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259742 files and directories currently installed.)
Removing libavformat-ffmpeg56:amd64 (7:2.8.17-0ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259736 files and directories currently installed.)
Removing libchromaprint0:amd64 (1.3-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259730 files and directories currently installed.)
Removing libavcodec-ffmpeg56:amd64 (7:2.8.17-0ubuntu0.1) ...
Removing libavresample-ffmpeg2:amd64 (7:2.8.17-0ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259718 files and directories currently installed.)
Removing libswresample-ffmpeg1:amd64 (7:2.8.17-0ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259712 files and directories currently installed.)
Removing libpostproc-ffmpeg53:amd64 (7:2.8.17-0ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
dpkg: libavutil-ffmpeg54:amd64: dependency problems, but removing anyway as you requested:
 libswscale-ffmpeg3:amd64 depends on libavutil-ffmpeg54 (>= 7:2.4).

(Reading database ... 259706 files and directories currently installed.)
Removing libavutil-ffmpeg54:amd64 (7:2.8.17-0ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259700 files and directories currently installed.)
Removing libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259695 files and directories currently installed.)
Removing libbluray1:amd64 (1:0.9.2-2) ...
Removing libboost-date-time1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Removing libmircommon5:amd64 (0.21.0+16.04.20160330-0ubuntu1) ...
Removing libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259676 files and directories currently installed.)
Removing liborcus-0.10-0v5:amd64 (0.9.2-4ubuntu2) ...
Removing libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Removing libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259657 files and directories currently installed.)
Removing libedataserverui-1.2-1:amd64 (3.18.5-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259649 files and directories currently installed.)
Removing libebook-1.2-16:amd64 (3.18.5-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259641 files and directories currently installed.)
Removing libedataserver-1.2-21:amd64 (3.18.5-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259633 files and directories currently installed.)
Removing libcamel-1.2-54:amd64 (3.18.5-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259625 files and directories currently installed.)
Removing libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259615 files and directories currently installed.)
Removing libcdio-paranoia1:amd64 (0.83-4.2ubuntu1) ...
Removing libcdio-cdda1:amd64 (0.83-4.2ubuntu1) ...
Removing libcdio13:amd64 (0.83-4.2ubuntu1) ...
Removing libcgmanager0:amd64 (0.39-2ubuntu5) ...
Removing libcolamd2.9.1:amd64 (1:4.4.6-1) ...
Removing libcryptsetup4:amd64 (2:1.6.6-5ubuntu2.1) ...
Removing libdc1394-22:amd64 (2.2.5-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259579 files and directories currently installed.)
Removing libdca0:amd64 (0.0.5-10) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259569 files and directories currently installed.)
Removing libde265-0:amd64 (1.0.2-2build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259564 files and directories currently installed.)
Removing libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259559 files and directories currently installed.)
Removing libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Removing libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Removing libfwup0:amd64 (0.5-2ubuntu7) ...
Removing libefivar0:amd64 (0.23-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259535 files and directories currently installed.)
Removing libevent-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) ...
Removing libfaad2:amd64 (2.8.8-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259523 files and directories currently installed.)
Removing libfcitx-gclient0:amd64 (1:4.2.9.1-1ubuntu1.16.04.2) ...
Removing libfluidsynth1:amd64 (1.1.9-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259513 files and directories currently installed.)
Removing libfwupd1:amd64 (0.8.3-0ubuntu5.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259505 files and directories currently installed.)
Removing libgcr-3-common (3.18.0-1ubuntu1) ...
(Reading database ... 259495 files and directories currently installed.)
Removing libgdbm3:amd64 (1.8.3-13.1) ...
Removing libglew1.13:amd64 (1.13.0-2) ...
Removing libgnome-desktop-3-12:amd64 (3.18.2-1ubuntu1) ...
Removing libgom-1.0-common (0.3.1-1) ...
Removing libgrilo-0.2-1:amd64 (0.2.15-1) ...
Removing libnice10:amd64 (0.1.14-1) ...
Removing libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259431 files and directories currently installed.)
Removing libgupnp-1.0-4:amd64 (1.0.2-2) ...
Removing libgssdp-1.0-3:amd64 (1.0.2-2) ...
Removing libgtk2-perl (2:1.24992-1build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259395 files and directories currently installed.)
Removing libgtkglext1:amd64 (1.2.0-8) ...
Removing libgtop-2.0-10:amd64 (2.32.0-1) ...
Removing libgweather-3-6:amd64 (3.18.2-0ubuntu0.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259369 files and directories currently installed.)
Removing libhunspell-1.3-0:amd64 (1.3.3-4ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259364 files and directories currently installed.)
Removing libmedia1 (0.1.0+git20151016+6d424c9-0ubuntu7) ...
Removing libical1a:amd64 (1.0.1-0ubuntu2) ...
Removing libtracker-sparql-1.0-0:amd64 (1.6.2-0ubuntu1.1) ...
Removing libicu55:amd64 (55.1-7ubuntu0.5) ...
Removing libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259310 files and directories currently installed.)
Removing libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259305 files and directories currently installed.)
Removing libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259300 files and directories currently installed.)
Removing libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259293 files and directories currently installed.)
Removing libraw15:amd64 (0.17.1-1ubuntu0.5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259286 files and directories currently installed.)
Removing libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259281 files and directories currently installed.)
Removing libjson-c2:amd64 (0.11-4ubuntu2.6) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259274 files and directories currently installed.)
Removing libkate1:amd64 (0.4.1-7build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259269 files and directories currently installed.)
Removing liblilv-0-0 (0.24.2~dfsg0-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259264 files and directories currently installed.)
Removing libllvm3.8:amd64 (1:3.8-2ubuntu4) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259257 files and directories currently installed.)
Removing libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259250 files and directories currently installed.)
Removing liblouisutdml6:amd64 (2.5.0-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259245 files and directories currently installed.)
Removing liblouis9:amd64 (2.6.4-2ubuntu0.4) ...
Removing liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Removing libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259227 files and directories currently installed.)
Removing libmimic0:amd64 (1.0.4-2.3) ...
Removing libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259215 files and directories currently installed.)
Removing libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Removing libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Removing libmms0:amd64 (0.6.4-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259200 files and directories currently installed.)
Removing libmodplug1:amd64 (1:0.8.9.0-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259192 files and directories currently installed.)
Removing libmpcdec6:amd64 (2:0.1~r495-1) ...
Removing libmpfr4:amd64 (3.1.4-1) ...
Removing libnm-gtk-common (1.2.6-0ubuntu0.16.04.4) ...
Removing libnma-common (1.2.6-0ubuntu0.16.04.4) ...
Removing libofa0:amd64 (0.9.3-15) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259159 files and directories currently installed.)
Removing libopenal1:amd64 (1:1.18.2-2) ...
Removing libopenal-data (1:1.18.2-2) ...
Purging configuration files for libopenal-data (1:1.18.2-2) ...
Removing libopencv-calib3d2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Removing libopencv-ml2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259133 files and directories currently installed.)
Removing libopencv-features2d2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
dpkg: libopencv-imgproc2.4v5:amd64: dependency problems, but removing anyway as you requested:
 libopencv-video2.4v5:amd64 depends on libopencv-imgproc2.4v5 (= 2.4.9.1+dfsg-1.5ubuntu1.1).

(Reading database ... 259128 files and directories currently installed.)
Removing libopencv-imgproc2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
dpkg: libopencv-core2.4v5:amd64: dependency problems, but removing anyway as you requested:
 libopencv-video2.4v5:amd64 depends on libopencv-core2.4v5.
 libopencv-flann2.4v5:amd64 depends on libopencv-core2.4v5 (= 2.4.9.1+dfsg-1.5ubuntu1.1).

(Reading database ... 259123 files and directories currently installed.)
Removing libopencv-core2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259118 files and directories currently installed.)
Removing libopencv-flann2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Removing libopencv-video2.4v5:amd64 (2.4.9.1+dfsg-1.5ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259108 files and directories currently installed.)
Removing libopenjpeg5:amd64 (1:1.5.2-3.1) ...
Removing libpackagekit-glib2-16:amd64 (0.8.17-4ubuntu6~gcc5.4ubuntu1.5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 259096 files and directories currently installed.)
Removing libpango-perl (1.227-2build1) ...
Removing libpoppler58:amd64 (0.41.0-0ubuntu1.16) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258962 files and directories currently installed.)
Removing libprocps4:amd64 (2:3.3.10-4ubuntu2.5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258956 files and directories currently installed.)
Removing libprotobuf-lite9v5:amd64 (2.6.1-1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258951 files and directories currently installed.)
Removing libprotobuf9v5:amd64 (2.6.1-1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258946 files and directories currently installed.)
Removing libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258939 files and directories currently installed.)
Removing python3.5 (3.5.2-2ubuntu0~16.04.13) ...
Removing libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Removing python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ...
Unlinking and removing bytecode for runtime python3.5
Removing libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 258107 files and directories currently installed.)
Removing libqmi-glib1:amd64 (1.12.6-1) ...
Purging configuration files for libqmi-glib1:amd64 (1.12.6-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258098 files and directories currently installed.)
Removing libqpdf17:amd64 (6.0.0-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 258091 files and directories currently installed.)
Removing qml-module-qtfeedback:amd64 (5.0~git20130529-0ubuntu13) ...
(Reading database ... 258084 files and directories currently installed.)
Removing libqt5feedback5:amd64 (5.0~git20130529-0ubuntu13) ...
Removing libquvi7:amd64 (0.4.1-3) ...
Removing libquvi-scripts (0.4.21-2) ...
Removing libreadline6:amd64 (6.3-8ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 257985 files and directories currently installed.)
Removing librhythmbox-core9:amd64 (3.3-1ubuntu7) ...
Removing librpmbuild3 (4.12.0.1+dfsg1-3build3) ...
Removing librpmsign3 (4.12.0.1+dfsg1-3build3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257963 files and directories currently installed.)
Removing librpm3 (4.12.0.1+dfsg1-3build3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257957 files and directories currently installed.)
Removing librpmio3 (4.12.0.1+dfsg1-3build3) ...
Removing libschroedinger-1.0-0:amd64 (1.0.11-2.1build1) ...
Purging configuration files for libschroedinger-1.0-0:amd64 (1.0.11-2.1build1) ...
Removing libsratom-0-0:amd64 (0.6.0~dfsg0-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257937 files and directories currently installed.)
Removing libsord-0-0:amd64 (0.16.0~dfsg0-1) ...
Removing libserd-0-0:amd64 (0.28.0~dfsg0-1) ...
Removing libsndio6.1:amd64 (1.1.0-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257922 files and directories currently installed.)
Removing libsodium18:amd64 (1.0.8-5) ...
Removing libsoundtouch1:amd64 (1.9.2-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for doc-base (0.10.8) ...
Processing 1 removed doc-base file...
(Reading database ... 257907 files and directories currently installed.)
Removing libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Removing libsrtp0 (1.4.5~20130609~dfsg-2ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257894 files and directories currently installed.)
Removing libsrtp2-1:amd64 (2.1.0-1) ...
Removing libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257884 files and directories currently installed.)
Removing libswscale-ffmpeg3:amd64 (7:2.8.17-0ubuntu0.1) ...
Removing libtbb2:amd64 (2017~U7-8) ...
Removing libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
Removing libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257855 files and directories currently installed.)
Removing libva1:amd64 (1.7.0-1ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257849 files and directories currently installed.)
Removing libvo-aacenc0:amd64 (0.1.3-1) ...
Removing libvo-amrwbenc0:amd64 (0.1.3-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257839 files and directories currently installed.)
Removing libwebpdemux1:amd64 (0.4.4-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257834 files and directories currently installed.)
Removing libwebpmux1:amd64 (0.4.4-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257829 files and directories currently installed.)
Removing libwebp5:amd64 (0.4.4-1) ...
Removing libwebrtc-audio-processing-0:amd64 (0.1-3ubuntu1~gcc5.1) ...
Purging configuration files for libwebrtc-audio-processing-0:amd64 (0.1-3ubuntu1~gcc5.1) ...
Removing libwildmidi2:amd64 (0.4.2-1) ...
Removing libwildmidi1:amd64 (0.3.8-2) ...
Purging configuration files for libwildmidi1:amd64 (0.3.8-2) ...
Removing libwildmidi-config (0.4.2-1) ...
Purging configuration files for libwildmidi-config (0.4.2-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 257803 files and directories currently installed.)
Removing libx264-148:amd64 (2:0.148.2643+git5c65704-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257798 files and directories currently installed.)
Removing libx265-79:amd64 (1.9-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257794 files and directories currently installed.)
Removing libxapian22v5:amd64 (1.2.22-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257788 files and directories currently installed.)
Removing libxfont1:amd64 (1:1.5.1-1ubuntu0.16.04.4) ...
Removing libxtables11:amd64 (1.6.0-2ubuntu3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 257778 files and directories currently installed.)
Removing libzbar0:amd64 (0.10+doc-10.1build2) ...
Removing linux-headers-4.13.0-45-generic (4.13.0-45.50~16.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
(Reading database ... 246893 files and directories currently installed.)
Removing linux-headers-4.13.0-45 (4.13.0-45.50~16.04.1) ...
(Reading database ... 229013 files and directories currently installed.)
Removing linux-headers-generic-hwe-16.04 (4.15.0.163.152) ...
(Reading database ... 229010 files and directories currently installed.)
Removing linux-image-4.13.0-45-generic (4.13.0-45.50~16.04.1) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.13.0-45-generic /boot/vmlinuz-4.13.0-45-generic
update-initramfs: Deleting /boot/initrd.img-4.13.0-45-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.13.0-45-generic /boot/vmlinuz-4.13.0-45-generic
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-142-generic
Found initrd image: /boot/initrd.img-4.15.0-142-generic
Found linux image: /boot/vmlinuz-4.15.0-140-generic
Found initrd image: /boot/initrd.img-4.15.0-140-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-4.13.0-45-generic (4.13.0-45.50~16.04.1) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.13.0-45-generic /boot/vmlinuz-4.13.0-45-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.13.0-45-generic /boot/vmlinuz-4.13.0-45-generic
(Reading database ... 227700 files and directories currently installed.)
Removing linux-image-generic-hwe-16.04 (4.15.0.163.152) ...
Removing mountall (2.54ubuntu1) ...
Removing oxideqt-codecs-extra:amd64 (1.21.5-0ubuntu0.16.04.1) ...
Removing qml-module-qtwebkit:amd64 (5.212.0~alpha2-7ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 227663 files and directories currently installed.)
Removing qml-module-ubuntu-performancemetrics:amd64 (1.3.1918+16.04.20160404-0ubuntu1) ...
(Reading database ... 227654 files and directories currently installed.)
Removing signon-ui (0.17+16.04.20151125-0ubuntu1) ...
Removing toshset (1.76-4) ...
Removing ubuntu-ui-toolkit-theme (1.3.1918+16.04.20160404-0ubuntu1) ...
Removing xserver-xorg-input-evdev-hwe-16.04 (3:14.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 227463 files and directories currently installed.)
Removing xserver-xorg-input-synaptics-hwe-16.04 (3:14.1) ...
Removing xserver-xorg-legacy-hwe-16.04 (3:14.1) ...
Removing xserver-xorg-video-amdgpu-hwe-16.04 (3:14.1) ...
Removing xserver-xorg-video-qxl-hwe-16.04 (3:14.1) ...
Removing xserver-xorg-video-vesa-hwe-16.04 (3:14.1) ...

System upgrade is complete.

Restart required 

To finish the upgrade, a restart is required. 
If you select 'y' the system will be restarted. 

Continue [yN] y
Connection to 192.168.1.16 closed by remote host.
Connection to 192.168.1.16 closed.



mahendran@mm-lab ~ % ssh subanitha@192.168.1.16
subanitha@192.168.1.16's password: 
Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-163-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

0 updates can be applied immediately.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

Last login: Sun Dec  5 10:34:05 2021 from 192.168.1.12
mahendran@mm-lab ~ % 
subanitha@subanitha:~$ uname -a
Linux subanitha 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
subanitha@subanitha:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
subanitha@subanitha:~$