upgrade 16.04 failed

Asked by Rune Henssel

A failed upgrade from 14.04 LTS to 16.04.1 LTS has left the package management system in an inconsistent state.
I have run through most of the commands in step 6 here https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure I stopped at the "LANG=C;sudo apt-get -f install" command because it said the following "You are about to do something potentially harmful."

Below is a dump of the output from step 6

root@localhost [~] ubuntu-support-status
Support status summary of 'localhost':

You have 18 packages (1.5%) supported until January 2017 (9m)
You have 847 packages (69.7%) supported until April 2021 (5y)
You have 39 packages (3.2%) supported until April 2019 (3y)

You have 130 packages (10.7%) that can not/no-longer be downloaded
You have 181 packages (14.9%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
root@localhost [~] cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
root@localhost [~] dpkg --print-foreign-architectures
i386
root@localhost [~] sudo grep -R proxy /etc/apt/*
root@localhost [~] grep proxy /etc/environment
root@localhost [~] echo $http_proxy

root@localhost [~] echo $ftp_proxy

root@localhost [~] grep proxy /etc/bash.bashrc
root@localhost [~] grep proxy ~/.bashrc
root@localhost [~] cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
root@localhost [~] sudo fuser -vvv /var/lib/dpkg/lock
root@localhost [~] sudo fuser -vvv /var/cache/apt/archives/lock
root@localhost [~] cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
root@localhost [~] uname -a
Linux localhost 2.6.32-042stab113.11 #1 SMP Fri Dec 18 17:32:04 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux
root@localhost [~] sudo rm /var/lib/apt/lists/lock
root@localhost [~] sudo rm /var/cache/apt/archives/lock
root@localhost [~] sudo rm /var/lib/dpkg/lock
root@localhost [~] sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
root@localhost [~] sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
root@localhost [~] sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
root@localhost [~] sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
root@localhost [~] sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
root@localhost [~] sudo rm -rf /var/lib/dpkg/updates/*
root@localhost [~] sudo rm -rf /var/lib/apt/lists
root@localhost [~] sudo rm /var/cache/apt/*.bin
root@localhost [~] sudo mkdir /var/lib/apt/lists
root@localhost [~] sudo mkdir /var/lib/apt/lists/partial
root@localhost [~] LANG=C;sudo apt-get clean
root@localhost [~] LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
root@localhost [~] sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of libcgmanager0:amd64:
 libcgmanager0:amd64 depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libcgmanager0:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liblist-moreutils-perl:
 liblist-moreutils-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package liblist-moreutils-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libncurses5:amd64:
 libncurses5:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libncurses5:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libfontconfig1:amd64:
 libfontconfig1:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libfontconfig1:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of mountall:
 mountall depends on libc6 (>= 2.9); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package mountall (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libipc-sharelite-perl:
 libipc-sharelite-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libipc-sharelite-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libsnmp30:amd64:
 libsnmp30:amd64 depends on libc6 (>= 2.17); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libsnmp30:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libfreeradius2:
 libfreeradius2 depends on libc6 (>= 2.15); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libfreeradius2 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ifupdown:
 ifupdown depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package ifupdown (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libssl1.0.0:amd64:
 libssl1.0.0:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libssl1.0.0:amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up libssl1.0.0:i386 (1.0.2g-1ubuntu4.2) ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at /usr/share/perl5/Debconf/Question.pm line 72.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 30.
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
dpkg: error processing package libssl1.0.0:i386 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libapache2-mod-perl2:
 libapache2-mod-perl2 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libapache2-mod-perl2 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdatetime-perl:
 libdatetime-perl depends on libc6 (>= 2.2.5); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libdatetime-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libio-pty-perl:
 libio-pty-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libio-pty-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of freeradius-utils:
 freeradius-utils depends on libc6 (>= 2.15); however:
  Package libc6:amd64 is not installed.
 freeradius-utils depends on libfreeradius2 (= 2.2.8+dfsg-0.1build2); however:
  Package libfreeradius2 is not configured yet.

dpkg: error processing package freeradius-utils (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnet-ssleay-perl:
 libnet-ssleay-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.
 libnet-ssleay-perl depends on libssl1.0.0 (>= 1.0.2~beta3); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package libnet-ssleay-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libperlio-eol-perl:
 libperlio-eol-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libperlio-eol-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcrypt-eksblowfish-perl:
 libcrypt-eksblowfish-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libcrypt-eksblowfish-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libssl-dev:amd64:
 libssl-dev:amd64 depends on libssl1.0.0 (= 1.0.2g-1ubuntu4.2); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package libssl-dev:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libossp-uuid-perl:
 libossp-uuid-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libossp-uuid-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcrypt-rijndael-perl:
 libcrypt-rijndael-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libcrypt-rijndael-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2-bin:
 apache2-bin depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.
 apache2-bin depends on libssl1.0.0 (>= 1.0.2~beta3); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package apache2-bin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libjson-xs-perl:
 libjson-xs-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libjson-xs-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libtext-soundex-perl:
 libtext-soundex-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libtext-soundex-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of librrds-perl:amd64:
 librrds-perl:amd64 depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package librrds-perl:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-perl2-dev:
 libapache2-mod-perl2-dev depends on libapache2-mod-perl2 (>= 2.0.9-4ubuntu1); however:
  Package libapache2-mod-perl2 is not configured yet.
 libapache2-mod-perl2-dev depends on libapache2-mod-perl2 (<< 2.0.9-4ubuntu1.1~); however:
  Package libapache2-mod-perl2 is not configured yet.

dpkg: error processing package libapache2-mod-perl2-dev (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libperl5.22:amd64:
 libperl5.22:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libperl5.22:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdbd-pg-perl:
 libdbd-pg-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libdbd-pg-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnet-dns-perl:
 libnet-dns-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libnet-dns-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of freeradius:
 freeradius depends on libc6 (>= 2.15); however:
  Package libc6:amd64 is not installed.
 freeradius depends on libfreeradius2 (= 2.2.8+dfsg-0.1build2); however:
  Package libfreeradius2 is not configured yet.
 freeradius depends on libperl5.22 (>= 5.22.1); however:
  Package libperl5.22:amd64 is not configured yet.
 freeradius depends on libssl1.0.0 (>= 1.0.0); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package freeradius (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgd-perl:
 libgd-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libgd-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libterm-readkey-perl:
 libterm-readkey-perl depends on libc6 (>= 2.15); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libterm-readkey-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libparams-validate-perl:
 libparams-validate-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libparams-validate-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of perl:
 perl depends on libperl5.22 (= 5.22.1-9); however:
  Package libperl5.22:amd64 is not configured yet.

dpkg: error processing package perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of plymouth:
 plymouth depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package plymouth (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libhttp-tiny-perl:
 libhttp-tiny-perl depends on perl; however:
  Package perl is not configured yet.

dpkg: error processing package libhttp-tiny-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpackage-stash-xs-perl:
 libpackage-stash-xs-perl depends on perl (>= 5.22.1-1); however:
  Package perl is not configured yet.
 libpackage-stash-xs-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libpackage-stash-xs-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnetaddr-ip-perl:
 libnetaddr-ip-perl depends on perl (>= 5.22.1-1); however:
  Package perl is not configured yet.
 libnetaddr-ip-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libnetaddr-ip-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libc-bin:
 libc-bin depends on libc6 (>> 2.23); however:
  Package libc6:amd64 is not installed.
 libc-bin depends on libc6 (<< 2.24); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libc-bin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libsocket6-perl:
 libsocket6-perl depends on perl (>= 5.22.1-1); however:
  Package perl is not configured yet.
 libsocket6-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libsocket6-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libbsd-resource-perl:
 libbsd-resource-perl depends on perl (>= 5.22.1-1); however:
  Package perl is not configured yet.
 libbsd-resource-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libbsd-resource-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liburi-perl:
 liburi-perl depends on perl; however:
  Package perl is not configured yet.

dpkg: error processing package liburi-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libtirpc1:amd64:
 libtirpc1:amd64 depends on libc6 (>= 2.16); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libtirpc1:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libtext-iconv-perl:
 libtext-iconv-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libtext-iconv-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libltdl7:amd64:
 libltdl7:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libltdl7:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libhtml-parser-perl:
 libhtml-parser-perl depends on perl (>= 5.22.1-4); however:
  Package perl is not configured yet.
 libhtml-parser-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.
 libhtml-parser-perl depends on liburi-perl; however:
  Package liburi-perl is not configured yet.

dpkg: error processing package libhtml-parser-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libxml-parser-perl:
 libxml-parser-perl depends on perl (>= 5.22.1-1); however:
  Package perl is not configured yet.
 libxml-parser-perl depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.
 libxml-parser-perl depends on liburi-perl; however:
  Package liburi-perl is not configured yet.

dpkg: error processing package libxml-parser-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libplymouth4:amd64:
 libplymouth4:amd64 depends on libc6 (>= 2.14); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libplymouth4:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmouse-perl:
 libmouse-perl depends on perl (>= 5.22.1-2); however:
  Package perl is not configured yet.
 libmouse-perl depends on libc6 (>= 2.4); however:
  Package libc6:amd64 is not installed.

dpkg: error processing package libmouse-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libterm-ui-perl:
 libterm-ui-perl depends on perl; however:
  Package perl is not configured yet.

dpkg: error processing package libterm-ui-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of upstart:
 upstart depends on libc6 (>= 2.15); however:
  Package libc6:amd64 is not installed.
 upstart depends on libcgmanager0 (>= 0.28); however:
  Package libcgmanager0:amd64 is not configured yet.
 upstart depends on mountall; however:
  Package mountall is not configured yet.
 upstart depends on ifupdown (>= 0.6.10ubuntu5); however:
  Package ifupdown is not configured yet.

dpkg: error processing package upstart (--configure):
 dependency problems - leaving unconfigured
dpkg: too many errors, stopping
Errors were encountered while processing:
 libcgmanager0:amd64
 liblist-moreutils-perl
 libncurses5:amd64
 libfontconfig1:amd64
 mountall
 libipc-sharelite-perl
 libsnmp30:amd64
 libfreeradius2
 ifupdown
 libssl1.0.0:amd64
 libssl1.0.0:i386
 libapache2-mod-perl2
 libdatetime-perl
 libio-pty-perl
 freeradius-utils
 libnet-ssleay-perl
 libperlio-eol-perl
 libcrypt-eksblowfish-perl
 libssl-dev:amd64
 libossp-uuid-perl
 libcrypt-rijndael-perl
 apache2-bin
 libjson-xs-perl
 libtext-soundex-perl
 librrds-perl:amd64
 libapache2-mod-perl2-dev
 libperl5.22:amd64
 libdbd-pg-perl
 libnet-dns-perl
 freeradius
 libgd-perl
 libterm-readkey-perl
 libparams-validate-perl
 perl
 plymouth
 libhttp-tiny-perl
 libpackage-stash-xs-perl
 libnetaddr-ip-perl
 libc-bin
 libsocket6-perl
 libbsd-resource-perl
 liburi-perl
 libtirpc1:amd64
 libtext-iconv-perl
 libltdl7:amd64
 libhtml-parser-perl
 libxml-parser-perl
 libplymouth4:amd64
 libmouse-perl
 libterm-ui-perl
 upstart
Processing was halted because there were too many errors.
root@localhost [~] sudo dpkg --clear-avail
root@localhost [~] LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  fonts-liberation git-man hicolor-icon-theme java-common libasound2-data
  libavahi-common-data libgphoto2-l10n libsecret-common libssl-doc
  linux-libc-dev manpages-dev python-babel-localedata qtcore4-l10n
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  acl adduser apache2 apache2-bin apache2-suexec-custom apache2-utils apt
  apt-utils aptitude at-spi2-core awstats base-files base-passwd bash bind9
  bind9-host bind9utils binutils bluez bluez-alsa:i386 bsdmainutils bsdutils
  busybox-initramfs bzip2 ca-certificates ca-certificates-java cgmanager
  cifs-utils collectd collectd-core colord conntrack console-data
  console-setup console-setup-linux coreutils cpio cpp cpp-4.6 cpp-4.8
  cracklib-runtime cron curl dash db-util db5.1-util db5.3-util
  dbconfig-common dbus dbus-x11 dconf-gsettings-backend dconf-service debconf
  debconf-i18n debconf-utils debianutils default-jre-headless
  desktop-file-utils dh-python diffutils dmsetup dnsutils dos2unix dosfstools
  dpkg drraw dselect e2fslibs e2fsprogs ed eject encfs expat fetchmail file
  findutils finger fontconfig fontconfig-config freeradius freeradius-common
  freeradius-utils ftp fuse g++ g++-4.8 gawk gcc gcc-4.6 gcc-4.8 gconf-service
  gconf-service-backend gconf2 gconf2-common gdb gdbserver gdisk gettext
  gettext-base gir1.2-glib-2.0 git gitweb glib-networking:i386
  glib-networking-services gnupg gpgv graphviz grep groff-base
  gsettings-desktop-schemas gstreamer0.10-plugins-base:i386
  gstreamer0.10-plugins-good:i386 gtk2-engines:i386 gtk2-engines-murrine:i386
  gtk2-engines-oxygen:i386 gtk2-engines-pixbuf:i386 guile-2.0-libs gvfs:i386
  gvfs-common gvfs-daemons gvfs-libs gvfs-libs:i386 gzip hostname
  ibus-gtk:i386 ifupdown imapcopy info init-system-helpers initramfs-tools
  initramfs-tools-bin initramfs-tools-core initscripts insserv install-info
  iodine iproute iproute2 iptables iptables-persistent iputils-arping
  iputils-ping iputils-tracepath isc-dhcp-client isc-dhcp-common kbd
  keyboard-configuration kmod ldap-utils less libaa1:i386 libacl1 libacl1:i386
  libaio1:i386 libaio1 libany-moose-perl libao4:i386
  libapache-logformat-compiler-perl libapache-session-perl
  libapache2-mod-auth-pgsql libapache2-mod-authnz-external
  libapache2-mod-authz-unixgroup libapache2-mod-perl2 libapache2-mod-perl2-dev
  libapache2-mod-svn libapache2-mod-wsgi libapache2-reload-perl libapparmor1
  libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-inst1.5
  libapt-pkg4.12 libarchive-extract-perl libasa-perl libasan0
  libasn1-8-heimdal libasn1-8-heimdal:i386 libasound2 libasound2:i386
  libasound2-plugins:i386 libasprintf-dev libasprintf0c2 libasyncns0:i386
  libasyncns0 libatasmart4 libatk-bridge2.0-0 libatk1.0-0:i386 libatk1.0-0
  libatm1 libatomic1 libatspi2.0-0 libattr1 libattr1:i386 libaudio2:i386
  libaudiofile1:i386 libaudit1 libavahi-client3:i386 libavahi-client3
  libavahi-common3:i386 libavahi-common3 libavc1394-0:i386 libbind9-90
  libblkid1 libboolean-perl libboost-iostreams1.54.0
  libboost-serialization1.54.0 libboost-system1.54.0 libbsd-resource-perl
  libbsd0 libbz2-1.0 libbz2-1.0:i386 libc-ares2 libc-bin libc-client2007e
  libc-dev-bin libc6 libc6-dbg libc6-dev libcaca0:i386 libcache-cache-perl
  libcache-simple-timedexpiry-perl libcairo-gobject2:i386 libcairo-gobject2
  libcairo2:i386 libcairo2 libcanberra-gtk-module:i386 libcanberra-gtk0:i386
  libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra0:i386 libcanberra0
  libcap-ng0 libcap2 libcap2:i386 libcap2-bin libcapi20-3:i386
  libcdparanoia0:i386 libcdt5 libcgi-compile-perl libcgi-emulate-psgi-perl
  libcgi-psgi-perl libcgmanager0 libcgmanager0:i386 libcgraph6
  libck-connector0 libclass-accessor-perl libclass-container-perl
  libclass-data-inheritable-perl libclass-inspector-perl libclass-load-perl
  libclass-method-modifiers-perl libclass-mix-perl libclass-returnvalue-perl
  libclass-singleton-perl libclone-perl libcloog-isl4 libcolord1 libcolorhug1
  libcomerr2 libcomerr2:i386 libcommon-sense-perl libconvert-asn1-perl
  libconvert-color-perl libcrack2 libcroco3:i386 libcroco3
  libcrypt-blowfish-perl libcrypt-cbc-perl libcrypt-eksblowfish-perl
  libcrypt-rijndael-perl libcrypt-x509-perl libcss-squish-perl libcups2:i386
  libcups2 libcupsfilters1:i386 libcupsimage2:i386 libcurl3 libcurl3:i386
  libcurl3-gnutls libcwidget3 libdata-guid-perl libdata-optlist-perl
  libdate-extract-perl libdate-manip-perl libdatetime-format-mail-perl
  libdatetime-format-natural-perl libdatetime-format-w3cdtf-perl
  libdatetime-locale-perl libdatetime-perl libdatetime-timezone-perl
  libdatrie1:i386 libdatrie1 libdb5.1 libdb5.1:i386 libdb5.3 libdb5.3:i386
  libdbd-mysql-perl libdbd-pg-perl libdbi-perl libdbi1 libdbix-dbschema-perl
  libdbix-searchbuilder-perl libdbus-1-3 libdbus-1-3:i386 libdbus-glib-1-2
  libdbus-glib-1-2:i386 libdconf1 libdebconfclient0
  libdevel-globaldestruction-perl libdevel-stacktrace-ashtml-perl
  libdevel-stacktrace-perl libdevel-symdump-perl libdevmapper-event1.02.1
  libdevmapper1.02.1 libdigest-hmac-perl libdist-checkconflicts-perl libdns100
  libdrm-intel1 libdrm-radeon1 libdrm2 libdrm2:i386 libdv4:i386 libedit2
  libelf1 libemail-address-list-perl libemail-address-perl
  libencode-locale-perl libept1.4.12 liberror-perl libesd0:i386 libesmtp6
  libestr0 libexception-class-perl libexif12:i386 libexif12 libexpat1
  libexpat1:i386 libexpat1-dev libexporter-tiny-perl libfcgi-perl
  libfcgi-procmanager-perl libfdisk1 libffi6 libffi6:i386
  libfile-copy-recursive-perl libfile-listing-perl libfile-pushd-perl
  libfile-sharedir-perl libfilesys-notify-simple-perl libflac8:i386 libflac8
  libfluidsynth1:i386 libfont-afm-perl libfontconfig1:i386 libfontconfig1
  libfontenc1 libfreeradius2 libfreetype6:i386 libfreetype6 libfreezethaw-perl
  libfribidi0 libfuse2 libgail-common:i386 libgail18:i386 libgc1c2
  libgcc-4.8-dev libgcc1 libgconf-2-4 libgconf-2-4:i386 libgcrypt11
  libgcrypt11:i386 libgcrypt20 libgd-graph-perl libgd-perl libgd-text-perl
  libgd3 libgd3:i386 libgdbm3 libgdbm3:i386 libgdk-pixbuf2.0-0
  libgdk-pixbuf2.0-0:i386 libgeoip1 libgettextpo-dev libgettextpo0
  libgettextpo0:i386 libgirepository-1.0-1 libgl1-mesa-glx:i386
  libgl1-mesa-glx libglapi-mesa libglapi-mesa:i386 libglib2.0-0
  libglib2.0-0:i386 libglu1-mesa:i386 libgmp10 libgnome-keyring0
  libgnome-keyring0:i386 libgnupg-interface-perl libgnutls-openssl27
  libgnutls26 libgnutls26:i386 libgomp1 libgomp1:i386 libgpg-error0
  libgphoto2-6:i386 libgphoto2-6 libgphoto2-port10:i386 libgphoto2-port10
  libgpm2 libgpm2:i386 libgraphite2-3:i386 libgraphite2-3 libgraphviz-perl
  libgsasl7 libgssapi-krb5-2 libgssapi-krb5-2:i386 libgssapi3-heimdal
  libgssapi3-heimdal:i386 libgssglue1 libgstreamer-plugins-base0.10-0:i386
  libgstreamer-plugins-base1.0-0:i386 libgstreamer0.10-0:i386
  libgstreamer1.0-0:i386 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libgtk2.0-0:i386 libgudev-1.0-0 libgudev-1.0-0:i386 libgusb2 libgvc6
  libgvpr2 libharfbuzz0b:i386 libharfbuzz0b libhash-multivalue-perl
  libhcrypto4-heimdal libhcrypto4-heimdal:i386 libheimbase1-heimdal
  libheimbase1-heimdal:i386 libheimntlm0-heimdal libheimntlm0-heimdal:i386
  libhtml-format-perl libhtml-formattext-withlinks-andtables-perl
  libhtml-formattext-withlinks-perl libhtml-mason-perl
  libhtml-mason-psgihandler-perl libhtml-parser-perl libhtml-quoted-perl
  libhtml-rewriteattributes-perl libhtml-scrubber-perl libhtml-tagset-perl
  libhtml-template-perl libhtml-tree-perl libhttp-body-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libhttp-tiny-perl libhx509-5-heimdal
  libhx509-5-heimdal:i386 libibus-1.0-5:i386 libice6 libice6:i386 libicu48
  libicu52 libidn11 libidn11:i386 libiec61883-0:i386 libieee1284-3:i386
  libieee1284-3 libio-handle-util-perl libio-html-perl libio-pty-perl
  libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl
  libipc-run-perl libipc-sharelite-perl libisc95 libisccc90 libisccfg90
  libisl10 libitm1 libjack-jackd2-0:i386 libjasper1:i386 libjasper1 libjbig0
  libjbig0:i386 libjpeg-turbo8 libjpeg-turbo8:i386 libjpeg62 libjpeg8:i386
  libjpeg8 libjson-c2 libjson-c2:i386 libjson-perl libjson-xs-perl libjson0
  libjson0:i386 libk5crypto3 libk5crypto3:i386 libkeyutils1 libkeyutils1:i386
  libkmod2 libkrb5-26-heimdal libkrb5-26-heimdal:i386 libkrb5-3 libkrb5-3:i386
  libkrb5support0 libkrb5support0:i386 libkyotocabinet16 liblcms1:i386
  liblcms2-2 libldap-2.4-2 libldap-2.4-2:i386 liblist-moreutils-perl
  liblist-utilsby-perl liblocale-gettext-perl liblocale-maketext-fuzzy-perl
  liblocale-maketext-lexicon-perl liblockfile-bin liblockfile1 liblog-any-perl
  liblog-dispatch-perl liblog-message-simple-perl libltdl7 liblua5.1-0
  liblvm2app2.2 liblwp-mediatypes-perl liblwp-protocol-https-perl liblwres90
  liblzma5 liblzma5:i386 liblzo2-2 libmad0:i386 libmagic1 libmailutils4
  libmcrypt4 libmemcached10 libmikmod2:i386 libmnl0 libmodbus5
  libmodule-implementation-perl libmodule-pluggable-perl
  libmodule-refresh-perl libmodule-runtime-perl libmodule-versions-report-perl
  libmount1 libmouse-perl libmpc3 libmpfr4 libmpg123-0:i386 libmysqlclient18
  libmysqlclient20 libncurses5 libncursesw5 libnet-cidr-perl
  libnet-daemon-perl libnet-dns-perl libnet-http-perl libnet-ip-perl
  libnet-ssleay-perl libnetaddr-ip-perl libnetfilter-conntrack3 libnettle4
  libnewt0.52 libnfnetlink0 libnih-dbus1 libnih-dbus1:i386 libnih1 libnl-3-200
  libnl-genl-3-200 libnotify4 libnspr4:i386 libnspr4 libnss3 libnss3:i386
  libnss3-nssdb libntlm0 libnuma1 libodbc1 libodbc1:i386 libogg0:i386 libogg0
  libopenal1:i386 libopenipmi0 liboping0 liborc-0.4-0:i386 libossp-uuid-perl
  libossp-uuid16 libp11-kit0:i386 libp11-kit0 libpackage-stash-perl
  libpackage-stash-xs-perl libpam-cap libpam-modules libpam-modules-bin
  libpam-runtime libpam-shield libpam-systemd libpam0g libpango-1.0-0:i386
  libpango-1.0-0 libpango1.0-0:i386 libpangocairo-1.0-0:i386
  libpangocairo-1.0-0 libpangoft2-1.0-0:i386 libpangoft2-1.0-0
  libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libpaper-utils libpaper1
  libparams-classify-perl libparams-util-perl libparams-validate-perl
  libparse-recdescent-perl libparted0debian1 libpath-class-perl libpathplan4
  libpcap0.8 libpci3 libpciaccess0 libpcre3 libpcre3:i386 libpcsclite1
  libperl5.22 libperlio-eol-perl libpipeline1 libpixman-1-0:i386 libpixman-1-0
  libpkcs11-helper1 libplack-perl libplrpc-perl libplymouth2 libplymouth4
  libpng12-0:i386 libpng12-0 libpod-latex-perl libpolkit-agent-1-0
  libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libpq5 libprocps3
  libprotobuf-c0 libproxy1 libproxy1:i386 libpulse-mainloop-glib0:i386
  libpulse0 libpulse0:i386 libpulsedsp:i386 libpython-stdlib libpython2.7
  libpython2.7-stdlib libpython3-stdlib libpython3.4 libpython3.4-minimal
  libpython3.4-stdlib libqt4-dbus:i386 libqt4-declarative:i386
  libqt4-designer:i386 libqt4-network:i386 libqt4-opengl:i386
  libqt4-qt3support:i386 libqt4-script:i386 libqt4-scripttools:i386
  libqt4-sql:i386 libqt4-svg:i386 libqt4-test:i386 libqt4-xml:i386 libqt4-xml
  libqt4-xmlpatterns:i386 libqtcore4:i386 libqtcore4 libqtdbus4:i386
  libqtdbus4 libqtgui4:i386 libqtwebkit4:i386 libquadmath0 librabbitmq1
  libraw1394-11:i386 librcs-perl librdbmspp libreadline6 libreadline6:i386
  libregexp-common-net-cidr-perl libregexp-common-perl libregexp-ipv6-perl
  librlog5 libroken18-heimdal libroken18-heimdal:i386 librole-basic-perl
  librrd4 librrds-perl librsvg2-2:i386 librsvg2-common:i386 librtmp0
  librtmp0:i386 libsamplerate0:i386 libsane:i386 libsane libsasl2-2
  libsasl2-2:i386 libsasl2-modules libsasl2-modules-db
  libsasl2-modules-db:i386 libsctp1 libsdl-image1.2:i386 libsdl-mixer1.2:i386
  libsdl-net1.2:i386 libsdl-ttf2.0-0:i386 libsdl1.2debian:i386 libsecret-1-0
  libsecret-1-0:i386 libselinux1 libselinux1:i386 libsemanage1 libsensors4
  libsepol1 libserf-1-1 libsgutils2-2 libshout3:i386 libsigc++-2.0-0c2a
  libsigsegv2 libslang2 libslang2:i386 libsm6 libsm6:i386 libsmartcols1
  libsndfile1 libsndfile1:i386 libsnmp30 libsocket6-perl
  libsoup-gnome2.4-1:i386 libsoup2.4-1:i386 libspeex1:i386 libspeexdsp1:i386
  libsqlite3-0 libsqlite3-0:i386 libss2 libssl-dev libssl0.9.8
  libssl0.9.8:i386 libssl1.0.0 libssl1.0.0:i386 libstdc++-4.8-dev
  libstdc++5:i386 libstdc++6 libstdc++6:i386 libstream-buffered-perl
  libstring-shellquote-perl libsub-exporter-perl
  libsub-exporter-progressive-perl libsub-install-perl libsub-name-perl
  libsvn-svnlook-perl libsvn1 libswitch-perl libsymbol-global-name-perl
  libsys-hostname-long-perl libsysfs2 libsystemd-daemon0 libsystemd-login0
  libsystemd0 libsystemd0:i386 libt1-5 libtag1-vanilla:i386 libtag1c2a:i386
  libtalloc2 libtasn1-6 libtasn1-6:i386 libtdb1 libtdb1:i386
  libterm-readkey-perl libterm-ui-perl libtest-requires-perl
  libtest-sharedfork-perl libtest-tcp-perl libtext-autoformat-perl
  libtext-charwidth-perl libtext-iconv-perl
  libtext-password-pronounceable-perl libtext-quoted-perl libtext-reform-perl
  libtext-soundex-perl libtext-template-perl libtext-wikiformat-perl
  libtext-wrapi18n-perl libtext-wrapper-perl libthai0:i386 libthai0
  libtheora0:i386 libtidy-0.99-0 libtie-ixhash-perl libtiff5:i386 libtiff5
  libtimedate-perl libtinfo5 libtirpc1 libtokyocabinet9 libtokyotyrant3
  libtree-simple-perl libtry-tiny-perl libtsan0 libtypes-serialiser-perl
  libudev1 libudev1:i386 libudisks2-0 libunistring0 libunistring0:i386
  libuniversal-require-perl libupsclient3 liburi-perl libusb-0.1-4:i386
  libusb-0.1-4 libusb-1.0-0:i386 libusb-1.0-0 libustr-1.0-1 libuuid1
  libuuid1:i386 libv4l-0:i386 libv4l-0 libv4lconvert0:i386 libv4lconvert0
  libv8-3.14.5 libvarnishapi1 libvirt0 libvisual-0.4-0:i386 libvorbis0a:i386
  libvorbis0a libvorbisenc2:i386 libvorbisenc2 libvorbisfile3:i386
  libvorbisfile3 libvpx1 libvpx1:i386 libwant-perl libwavpack1:i386
  libwayland-client0 libwayland-cursor0 libwbclient0 libwebp5:i386
  libwind0-heimdal libwind0-heimdal:i386 libwrap0 libwrap0:i386 libwww-perl
  libwww-robotrules-perl libx11-6 libx11-6:i386 libx11-xcb1 libx11-xcb1:i386
  libxapian22 libxau6:i386 libxau6 libxaw7 libxaw7:i386 libxcb-dri2-0:i386
  libxcb-dri2-0 libxcb-dri3-0:i386 libxcb-dri3-0 libxcb-glx0 libxcb-glx0:i386
  libxcb-present0:i386 libxcb-present0 libxcb-render0:i386 libxcb-render0
  libxcb-shape0 libxcb-shm0:i386 libxcb-shm0 libxcb-sync1:i386 libxcb-sync1
  libxcb1:i386 libxcb1 libxcomposite1:i386 libxcomposite1 libxcursor1:i386
  libxcursor1 libxdamage1:i386 libxdamage1 libxdmcp6 libxdmcp6:i386 libxext6
  libxext6:i386 libxfixes3:i386 libxfixes3 libxft2:i386 libxft2 libxi6
  libxi6:i386 libxinerama1 libxinerama1:i386 libxkbcommon0 libxml-parser-perl
  libxml-rss-perl libxml-twig-perl libxml-xpath-perl libxml-xpathengine-perl
  libxml2 libxml2:i386 libxml2-dev libxmlrpc-core-c3 libxmu6 libxmu6:i386
  libxmuu1 libxp6:i386 libxpm4 libxpm4:i386 libxrandr2:i386 libxrandr2
  libxrender1:i386 libxrender1 libxshmfence1:i386 libxshmfence1 libxslt1.1
  libxslt1.1:i386 libxss1:i386 libxt6 libxt6:i386 libxtables10 libxtst6
  libxtst6:i386 libxv1 libxv1:i386 libxxf86dga1 libxxf86vm1 libxxf86vm1:i386
  libyajl2 libyaml-libyaml-perl libyaml-perl lksctp-tools locales login
  logrotate logwatch lsb-release lsof lynx lynx-cur m4 mailutils make makedev
  man-db mawk memtester mktemp mlocate mlock module-init-tools mount mountall
  mtools multiarch-support mysql-client mysql-client-5.5 mysql-client-core-5.5
  mysql-server mysql-server-5.5 mysql-server-core-5.5 nano ncurses-bin
  net-tools netcat netcat-traditional nodejs notification-daemon ntfs-3g
  ntpdate odbcinst odbcinst1debian2 odbcinst1debian2:i386
  openjdk-7-jre-headless openssh-blacklist openssh-client openssh-server
  openssh-sftp-server openssl openssl-blacklist openvpn parted passwd patch
  perl perl-base perl-doc perl-modules-5.22 php-gettext php5 php5-cgi php5-cli
  php5-common php5-curl php5-gd php5-imap php5-ioncube-loader php5-json
  php5-mcrypt php5-mysql php5-pgsql php5-readline php5-sqlite php5-xsl
  phpmyadmin plymouth policykit-1 postfix postfix-pcre postfix-pgsql
  postgresql postgresql-9.3 postgresql-client-9.1 postgresql-client-9.3
  postgresql-common postgresql-contrib postgresql-contrib-9.3 procinfo
  procmail procps psmisc psutils pwauth pwgen python python-apt
  python-apt-common python-babel python-chardet python-dbus python-debian
  python-gi python-libxml2 python-minimal python-pkg-resources python-pycurl
  python-setuptools python-six python-software-properties python-tz python2.7
  python2.7-minimal python3 python3-apt python3-dbus python3-distupgrade
  python3-gi python3-minimal python3-pycurl python3-software-properties
  python3-update-manager python3.4 python3.4-minimal qdbus qtchooser quota rcs
  readline-common rpcbind rrdtool rsync rsyslog samba-common sasl2-bin screen
  sed sgml-base shared-mime-info sharutils snmp software-properties-common
  sqlite3 ssl-cert strace subversion sudo syslinux systemd-services
  systemd-shim sysv-rc sysvinit-utils tar tcpdump tcsh telnet tidy tofrodos
  traceroute tzdata tzdata-java ubuntu-release-upgrader-core ucf udev udisks
  udisks2 unattended-upgrades unixodbc unzip update-inetd update-manager-core
  update-notifier-common upstart util-linux uuid-runtime vim vim-common
  webalizer wget whiptail whois wide-dhcpv6-client x11-common x11-utils
  xaw3dg:i386 xinetd xml-core xsltproc xz-utils zip zlib1g zlib1g:i386
  zlib1g-dev
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
  apt libapt-pkg4.12 (due to apt) libc6 (due to apt) libgcc1 (due to apt)
  libstdc++6 (due to apt) gnupg (due to apt) base-files gawk (due to
  base-files) base-passwd libdebconfclient0 (due to base-passwd) bash
  debianutils (due to bash) dash (due to bash) libtinfo5 (due to bash)
  bsdutils coreutils libacl1 (due to coreutils) libattr1 (due to coreutils)
  libselinux1 (due to coreutils) dpkg (due to dash) diffutils libbz2-1.0 (due
  to dpkg) liblzma5 (due to dpkg) zlib1g (due to dpkg) tar (due to dpkg)
  e2fsprogs e2fslibs (due to e2fsprogs) libblkid1 (due to e2fsprogs)
  libcomerr2 (due to e2fsprogs) libss2 (due to e2fsprogs) libuuid1 (due to
  e2fsprogs) util-linux (due to e2fsprogs) findutils grep install-info (due to
  grep) libpcre3 (due to grep) gzip hostname libc-bin login libaudit1 (due to
  login) libpam0g (due to login) libpam-runtime (due to login) libpam-modules
  (due to login) mount libmount1 (due to mount) ncurses-bin perl-base sed
  sysvinit-utils (due to util-linux) libfdisk1 (due to util-linux)
  libncursesw5 (due to util-linux) libsmartcols1 (due to util-linux)
  libsystemd0 (due to util-linux) libudev1 (due to util-linux)
0 upgraded, 0 newly installed, 1123 to remove and 0 not upgraded.
103 not fully installed or removed.
After this operation, 1260 MB disk space will be freed.
You are about to do something potentially harmful.
To continue type in the phrase 'Yes, do as I say!'

I hope that somebody can help me correct the error.

Yours
Rune Henssel

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Rune Henssel
Solved:
Last query:
Last reply:
Revision history for this message
michael (yellupcm-gmail) said :
#1

Did you upgrade from 14.10 or 14.04? There is no 14.01. Procures for upgrading 14.10 and 14.04 are very different.

Revision history for this message
Rune Henssel (rhh-u) said :
#2

Stupid typo :-( it is 14.04 LTS It is now fixed in my initial question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

What is the output of

apt-get --simulate install libc6 -f
apt-cache policy apt libc6 base-files bash libbz2-1.0 dpkg
sudo dpkg --audit

Revision history for this message
Rune Henssel (rhh-u) said :
#4

Here the output of the 3 commands:

root@localhost [~] apt-get --simulate install libc6 -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 acl : Depends: libc6 (>= 2.14) but it is not going to be installed
 apache2-bin : Depends: libc6 (>= 2.14) but it is not going to be installed
 apache2-suexec-custom : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 apache2-utils : Depends: libc6 (>= 2.14) but it is not going to be installed
 apt : Depends: libc6 (>= 2.15) but it is not going to be installed
 apt-utils : Depends: libc6 (>= 2.14) but it is not going to be installed
 aptitude : Depends: libc6 (>= 2.14) but it is not going to be installed
            Recommends: apt-xapian-index but it is not installable
            Recommends: libparse-debianchangelog-perl but it is not installable
 at-spi2-core : Depends: libc6 (>= 2.7) but it is not going to be installed
 base-passwd : Depends: libc6 (>= 2.8) but it is not going to be installed
 bash : PreDepends: libc6 (>= 2.15) but it is not going to be installed
        Recommends: bash-completion (>= 20060301-0) but it is not installable
 bind9 : Depends: libc6 (>= 2.14) but it is not going to be installed
 bind9-host : Depends: libc6 (>= 2.4) but it is not going to be installed
 bind9utils : Depends: libc6 (>= 2.4) but it is not going to be installed
 binutils : Depends: libc6 (>= 2.14) but it is not going to be installed
 bluez : Depends: libc6 (>= 2.15) but it is not going to be installed
 bsdmainutils : Depends: libc6 (>= 2.14) but it is not going to be installed
 bsdutils : Depends: libc6 (>= 2.7) but it is not going to be installed
 busybox-initramfs : Depends: libc6 (>= 2.14) but it is not going to be installed
 bzip2 : Depends: libc6 (>= 2.4) but it is not going to be installed
 cgmanager : Depends: libc6 (>= 2.15) but it is not going to be installed
 cifs-utils : Depends: libc6 (>= 2.17) but it is not going to be installed
              Recommends: keyutils but it is not installable
 collectd : Depends: libc6 (>= 2.14) but it is not going to be installed
            Recommends: libperl5.18 (>= 5.18.2) but it is not installable
 collectd-core : Depends: libc6 (>= 2.17) but it is not going to be installed
 colord : Depends: libc6 (>= 2.4) but it is not going to be installed
 conntrack : Depends: libc6 (>= 2.14) but it is not going to be installed
 coreutils : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 cpio : Depends: libc6 (>= 2.17) but it is not going to be installed
 cpp-4.6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 cpp-4.8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 cracklib-runtime : Depends: libc6 (>= 2.4) but it is not going to be installed
                    Recommends: wamerican but it is not installable or
                                wordlist but it is not installable
 cron : Depends: libc6 (>= 2.7) but it is not going to be installed
 curl : Depends: libc6 (>= 2.17) but it is not going to be installed
 dash : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 db5.1-util : Depends: libc6 (>= 2.14) but it is not going to be installed
 db5.3-util : Depends: libc6 (>= 2.14) but it is not going to be installed
 dbus : Depends: libc6 (>= 2.14) but it is not going to be installed
 dbus-x11 : Depends: libc6 (>= 2.15) but it is not going to be installed
 dconf-gsettings-backend : Depends: libc6 (>= 2.14) but it is not going to be installed
 dconf-service : Depends: libc6 (>= 2.14) but it is not going to be installed
 debianutils : PreDepends: libc6 (>= 2.15) but it is not going to be installed
 desktop-file-utils : Depends: libc6 (>= 2.7) but it is not going to be installed
 diffutils : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 dmsetup : Depends: libc6 (>= 2.14) but it is not going to be installed
 dnsutils : Depends: libc6 (>= 2.4) but it is not going to be installed
 dos2unix : Depends: libc6 (>= 2.4) but it is not going to be installed
 dosfstools : Depends: libc6 (>= 2.14) but it is not going to be installed
 dpkg : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 dselect : Depends: libc6 (>= 2.14) but it is not going to be installed
 e2fslibs : Depends: libc6 (>= 2.17) but it is not going to be installed
 e2fsprogs : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 ed : Depends: libc6 (>= 2.14) but it is not going to be installed
 eject : Depends: libc6 (>= 2.8) but it is not going to be installed
 encfs : Depends: libc6 (>= 2.14) but it is not going to be installed
 expat : Depends: libc6 (>= 2.14) but it is not going to be installed
 fetchmail : Depends: libc6 (>= 2.15) but it is not going to be installed
 file : Depends: libc6 (>= 2.4) but it is not going to be installed
 findutils : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 finger : Depends: libc6 (>= 2.8) but it is not going to be installed
 fontconfig : Depends: libc6 (>= 2.4) but it is not going to be installed
 freeradius : Depends: libc6 (>= 2.15) but it is not going to be installed
 freeradius-utils : Depends: libc6 (>= 2.15) but it is not going to be installed
 ftp : Depends: libc6 (>= 2.15) but it is not going to be installed
 fuse : Depends: libc6 (>= 2.14) but it is not going to be installed
 g++-4.8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 gawk : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 gcc-4.6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 gcc-4.8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 gconf-service-backend : Depends: libc6 (>= 2.14) but it is not going to be installed
 gconf2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 gdb : Depends: libc6 (>= 2.15) but it is not going to be installed
 gdbserver : Depends: libc6 (>= 2.15) but it is not going to be installed
 gdisk : Depends: libc6 (>= 2.14) but it is not going to be installed
 gettext : Depends: libc6 (>= 2.17) but it is not going to be installed
 gettext-base : Depends: libc6 (>= 2.14) but it is not going to be installed
 git : Depends: libc6 (>= 2.16) but it is not going to be installed
 glib-networking-services : Depends: libc6 (>= 2.2.5) but it is not going to be installed
                            Recommends: glib-networking but it is not installable
 gnupg : Depends: libc6 (>= 2.15) but it is not going to be installed
 gpgv : Depends: libc6 (>= 2.14) but it is not going to be installed
 graphviz : Depends: libc6 (>= 2.15) but it is not going to be installed
 grep : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 groff-base : Depends: libc6 (>= 2.14) but it is not going to be installed
 guile-2.0-libs : Depends: libc6 (>= 2.17) but it is not going to be installed
 gvfs-daemons : Depends: libc6 (>= 2.14) but it is not going to be installed
                Recommends: policykit-1-gnome but it is not installable
                Recommends: gvfs but it is not installable
 gvfs-libs : Depends: libc6 (>= 2.14) but it is not going to be installed
 gzip : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 hostname : PreDepends: libc6 (>= 2.4) but it is not going to be installed
 ifupdown : Depends: libc6 (>= 2.14) but it is not going to be installed
 imapcopy : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 info : Depends: libc6 (>= 2.15) but it is not going to be installed
 initramfs-tools-bin : Depends: libc6 (>= 2.4) but it is not going to be installed
 insserv : Depends: libc6 (>= 2.14) but it is not going to be installed
 install-info : Depends: libc6 (>= 2.14) but it is not going to be installed
 iodine : Depends: libc6 (>= 2.15) but it is not going to be installed
 iproute2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 iptables : Depends: libc6 (>= 2.14) but it is not going to be installed
 iputils-arping : Depends: libc6 (>= 2.14) but it is not going to be installed
 iputils-ping : Depends: libc6 (>= 2.14) but it is not going to be installed
 iputils-tracepath : Depends: libc6 (>= 2.15) but it is not going to be installed
 isc-dhcp-client : Depends: libc6 (>= 2.15) but it is not going to be installed
 isc-dhcp-common : Depends: libc6 (>= 2.15) but it is not going to be installed
 kbd : Depends: libc6 (>= 2.14) but it is not going to be installed
 kmod : Depends: libc6 (>= 2.17) but it is not going to be installed
 ldap-utils : Depends: libc6 (>= 2.14) but it is not going to be installed
 less : Depends: libc6 (>= 2.14) but it is not going to be installed
 libacl1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libapache2-mod-auth-pgsql : Depends: libc6 (>= 2.4) but it is not going to be installed
 libapache2-mod-authnz-external : Depends: libc6 (>= 2.4) but it is not going to be installed
 libapache2-mod-authz-unixgroup : Depends: libc6 (>= 2.3) but it is not going to be installed
 libapache2-mod-perl2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libapache2-mod-svn : Depends: libc6 (>= 2.4) but it is not going to be installed
 libapache2-mod-wsgi : Depends: libc6 (>= 2.14) but it is not going to be installed
 libapparmor1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libapr1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libaprutil1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libaprutil1-dbd-sqlite3 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libaprutil1-ldap : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libapt-inst1.5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libapt-pkg4.12 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libasan0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libasn1-8-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libasound2 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libasprintf0c2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libasyncns0 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libatasmart4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libatk-bridge2.0-0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libatk1.0-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libatm1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libatomic1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libatspi2.0-0 : Depends: libc6 (>= 2.7) but it is not going to be installed
 libattr1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libaudit1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libavahi-client3 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libavahi-common3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libbind9-90 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libblkid1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libboost-iostreams1.54.0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libboost-serialization1.54.0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libboost-system1.54.0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libbsd-resource-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libbsd0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libbz2-1.0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libc-ares2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libc-bin : Depends: libc6 (> 2.23) but it is not going to be installed
            Depends: libc6 (< 2.24) but it is not going to be installed
 libc-client2007e : Depends: libc6 (>= 2.15) but it is not going to be installed
 libc-dev-bin : Depends: libc6 (> 2.19) but it is not going to be installed
                Depends: libc6 (< 2.20) but it is not going to be installed
 libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.9) but it is not going to be installed
 libc6-dev : Depends: libc6 (= 2.19-0ubuntu6.9) but it is not going to be installed
 libcairo-gobject2 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libcairo2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcanberra-gtk3-0 : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libcanberra-gtk3-module : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libcanberra0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcap-ng0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcap2 : Depends: libc6 (>= 2.8) but it is not going to be installed
 libcap2-bin : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcdt5 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libcgmanager0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcgraph6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libck-connector0 : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libclone-perl : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libcloog-isl4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcolord1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcolorhug1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcomerr2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libcrack2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcroco3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcrypt-blowfish-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcrypt-eksblowfish-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcrypt-rijndael-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libcups2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libcurl3 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libcurl3-gnutls : Depends: libc6 (>= 2.17) but it is not going to be installed
 libcwidget3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdatetime-perl : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libdatrie1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdb5.1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libdb5.3 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libdbd-mysql-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libdbd-pg-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdbi-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libdbi1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdbus-1-3 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libdbus-glib-1-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdconf1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdebconfclient0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libdevmapper-event1.02.1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libdevmapper1.02.1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdns100 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libdrm-intel1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libdrm-radeon1 : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libdrm2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libedit2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libelf1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libept1.4.12 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libesmtp6 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libestr0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libexif12 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libexpat1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libfcgi-perl : Depends: libc6 (>= 2.15) but it is not going to be installed
 libfdisk1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libffi6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libflac8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libfontconfig1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libfontenc1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libfreeradius2 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libfreetype6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libfribidi0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libfuse2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libgc1c2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgcc1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgconf-2-4 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libgcrypt11 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgcrypt20 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgd-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgd3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgdbm3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgdk-pixbuf2.0-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgeoip1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libgettextpo0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgirepository-1.0-1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgl1-mesa-glx : Depends: libc6 (>= 2.14) but it is not going to be installed
                   Recommends: libgl1-mesa-dri (>= 7.2) but it is not installable
 libglapi-mesa : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libglib2.0-0 : Depends: libc6 (>= 2.17) but it is not going to be installed
                Recommends: libglib2.0-data but it is not installable
 libgmp10 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgnome-keyring0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgnutls-openssl27 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgnutls26 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgomp1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libgpg-error0 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgphoto2-6 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgphoto2-port10 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgpm2 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgraphite2-3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgsasl7 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgssapi-krb5-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgssapi3-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgssglue1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgtk-3-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libgtk-3-bin : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libgudev-1.0-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libgusb2 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libgvc6 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libgvpr2 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libharfbuzz0b : Depends: libc6 (>= 2.14) but it is not going to be installed
 libhcrypto4-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libheimbase1-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libheimntlm0-heimdal : Depends: libc6 (>= 2.4) but it is not going to be installed
 libhtml-parser-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libhx509-5-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libice6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libicu48 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libicu52 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libidn11 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libieee1284-3 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libio-pty-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libipc-sharelite-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libisc95 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libisccc90 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libisccfg90 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libisl10 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libitm1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libjasper1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libjbig0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libjpeg-turbo8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libjpeg62 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libjson-c2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libjson-xs-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libk5crypto3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libkeyutils1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libkmod2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libkrb5-26-heimdal : Depends: libc6 (>= 2.15) but it is not going to be installed
 libkrb5-3 : Depends: libc6 (>= 2.16) but it is not going to be installed
             Recommends: krb5-locales but it is not installable
 libkrb5support0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libkyotocabinet16 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblcms2-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libldap-2.4-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblist-moreutils-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 liblocale-gettext-perl : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 liblockfile-bin : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblockfile1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libltdl7 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblua5.1-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblvm2app2.2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblwres90 : Depends: libc6 (>= 2.15) but it is not going to be installed
 liblzma5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 liblzo2-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libmagic1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libmailutils4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libmcrypt4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libmemcached10 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libmnl0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libmodbus5 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libmount1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libmouse-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libmpc3 : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libmpfr4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libmysqlclient18 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libmysqlclient20 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libncurses5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libncursesw5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnet-dns-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libnet-ssleay-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnetaddr-ip-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libnetfilter-conntrack3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnettle4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnewt0.52 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libnfnetlink0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnih-dbus1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libnih1 : PreDepends: libc6 (>= 2.15~) but it is not going to be installed
 libnl-3-200 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnl-genl-3-200 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libnotify4 : Depends: libc6 (>= 2.7) but it is not going to be installed
 libnspr4 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libnss3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libntlm0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libnuma1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libodbc1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libogg0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libopenipmi0 : Depends: libc6 (>= 2.15) but it is not going to be installed
 liboping0 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libossp-uuid-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libossp-uuid16 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libp11-kit0 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libpackage-stash-xs-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpam-cap : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpam-modules : PreDepends: libc6 (>= 2.15) but it is not going to be installed
 libpam-modules-bin : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpam-shield : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpam-systemd : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpam0g : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpango-1.0-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpangocairo-1.0-0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpangoft2-1.0-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libpaper-utils : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpaper1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libparams-classify-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libparams-util-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libparams-validate-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libparted0debian1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpathplan4 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libpcap0.8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpci3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpciaccess0 : Depends: libc6 (>= 2.7) but it is not going to be installed
 libpcre3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpcsclite1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libperl5.22 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libperlio-eol-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpipeline1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libpixman-1-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpkcs11-helper1 : Depends: libc6 (>= 2.7) but it is not going to be installed
 libplymouth2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libplymouth4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpng12-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpolkit-agent-1-0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpolkit-backend-1-0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpolkit-gobject-1-0 : Depends: libc6 (>= 2.7) but it is not going to be installed
 libpopt0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpq5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libprocps3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libprotobuf-c0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libproxy1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libpulse0 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libpython2.7 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libpython2.7-stdlib : Depends: libc6 (>= 2.15) but it is not going to be installed
 libpython3.4 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libpython3.4-minimal : Depends: libc6 (>= 2.4) but it is not going to be installed
 libpython3.4-stdlib : Depends: libc6 (>= 2.15) but it is not going to be installed
 libqt4-xml : Depends: libc6 (>= 2.14) but it is not going to be installed
 libqtcore4 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libqtdbus4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libquadmath0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 librabbitmq1 : Depends: libc6 (>= 2.15) but it is not going to be installed
 librdbmspp : Depends: libc6 (>= 2.14) but it is not going to be installed
 libreadline6 : Depends: libc6 (>= 2.15) but it is not going to be installed
 librlog5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libroken18-heimdal : Depends: libc6 (>= 2.15) but it is not going to be installed
 librrd4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 librrds-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 librtmp0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsane : Depends: libc6 (>= 2.15) but it is not going to be installed
 libsasl2-2 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libsasl2-modules : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsasl2-modules-db : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsctp1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libsecret-1-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libselinux1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsemanage1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsensors4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsepol1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libserf-1-1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsgutils2-2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsigc++-2.0-0c2a : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libsigsegv2 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libslang2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsm6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsmartcols1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libsndfile1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsnmp30 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libsocket6-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libsqlite3-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libss2 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libssl0.9.8 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libssl1.0.0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libstdc++6 : Depends: libc6 (>= 2.18) but it is not going to be installed
 libsub-name-perl : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libsvn1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsysfs2 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libsystemd-daemon0 : Depends: libc6 (>= 2.8) but it is not going to be installed
 libsystemd-login0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libsystemd0 : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 libt1-5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtalloc2 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libtasn1-6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtdb1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libterm-readkey-perl : Depends: libc6 (>= 2.15) but it is not going to be installed
 libtext-charwidth-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libtext-iconv-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libtext-soundex-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libthai0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtidy-0.99-0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtiff5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtinfo5 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libtirpc1 : Depends: libc6 (>= 2.16) but it is not going to be installed
 libtokyocabinet9 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libtokyotyrant3 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libtsan0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libudev1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libudisks2-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libunistring0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libupsclient3 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libusb-0.1-4 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libusb-1.0-0 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libustr-1.0-1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libuuid1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libv4l-0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libv4lconvert0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libv8-3.14.5 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libvarnishapi1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libvirt0 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libvorbis0a : Depends: libc6 (>= 2.15) but it is not going to be installed
 libvorbisenc2 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libvorbisfile3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libvpx1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libwant-perl : Depends: libc6 (>= 2.4) but it is not going to be installed
 libwayland-client0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libwayland-cursor0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libwbclient0 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libwind0-heimdal : Depends: libc6 (>= 2.14) but it is not going to be installed
 libwrap0 : Depends: libc6 (>= 2.14) but it is not going to be installed
            Recommends: tcpd but it is not installable
 libx11-6 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libx11-xcb1 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxapian22 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libxau6 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxaw7 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libxcb-dri2-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-dri3-0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-glx0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-present0 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxcb-render0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-shape0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-shm0 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcb-sync1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxcb1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxcomposite1 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxcursor1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxdamage1 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxdmcp6 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxext6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxfixes3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxft2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxi6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxinerama1 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libxkbcommon0 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libxml-parser-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxml2 : Depends: libc6 (>= 2.15) but it is not going to be installed
 libxmlrpc-core-c3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxmu6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxmuu1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxpm4 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxrandr2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxrender1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxshmfence1 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxslt1.1 : Depends: libc6 (>= 2.17) but it is not going to be installed
 libxt6 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxtables10 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxtst6 : Depends: libc6 (>= 2.4) but it is not going to be installed
 libxv1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libxxf86dga1 : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 libxxf86vm1 : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 libyajl2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 libyaml-libyaml-perl : Depends: libc6 (>= 2.14) but it is not going to be installed
 lksctp-tools : Depends: libc6 (>= 2.16) but it is not going to be installed
 login : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 logrotate : Depends: libc6 (>= 2.14) but it is not going to be installed
 lsof : Depends: libc6 (>= 2.14) but it is not going to be installed
 lynx-cur : Depends: libc6 (>= 2.15) but it is not going to be installed
 m4 : Depends: libc6 (>= 2.17) but it is not going to be installed
 mailutils : Depends: libc6 (>= 2.14) but it is not going to be installed
 make : Depends: libc6 (>= 2.17) but it is not going to be installed
 man-db : Depends: libc6 (>= 2.14) but it is not going to be installed
 mawk : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 memtester : Depends: libc6 (>= 2.10) but it is not going to be installed
 mlocate : Depends: libc6 (>= 2.14) but it is not going to be installed
 mlock : Depends: libc6 (>= 2.4) but it is not going to be installed
 mount : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 mountall : Depends: libc6 (>= 2.9) but it is not going to be installed
 mtools : Depends: libc6 (>= 2.14) but it is not going to be installed
 multiarch-support : Depends: libc6 (>= 2.3.6-2) but it is not going to be installed
 mysql-client-5.5 : Depends: libc6 (>= 2.17) but it is not going to be installed
 mysql-client-core-5.5 : Depends: libc6 (>= 2.17) but it is not going to be installed
 mysql-server-5.5 : Depends: libc6 (>= 2.17) but it is not going to be installed
 mysql-server-core-5.5 : Depends: libc6 (>= 2.17) but it is not going to be installed
 nano : Depends: libc6 (>= 2.14) but it is not going to be installed
 ncurses-bin : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 net-tools : Depends: libc6 (>= 2.14) but it is not going to be installed
 netcat-traditional : Depends: libc6 (>= 2.15) but it is not going to be installed
 nodejs : Depends: libc6 (>= 2.14) but it is not going to be installed
 notification-daemon : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 ntfs-3g : Depends: libc6 (>= 2.17) but it is not going to be installed
 ntpdate : Depends: libc6 (>= 2.17) but it is not going to be installed
           Recommends: lockfile-progs but it is not installable
 odbcinst : Depends: libc6 (>= 2.4) but it is not going to be installed
 odbcinst1debian2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 openjdk-7-jre-headless : Depends: libc6 (>= 2.14) but it is not going to be installed
 openssh-client : Depends: libc6 (>= 2.17) but it is not going to be installed
                  Recommends: xauth but it is not installable
 openssh-server : Depends: libc6 (>= 2.17) but it is not going to be installed
                  Recommends: xauth but it is not installable
                  Recommends: ssh-import-id but it is not installable
 openssh-sftp-server : Depends: libc6 (>= 2.17) but it is not going to be installed
 openssl : Depends: libc6 (>= 2.15) but it is not going to be installed
 openvpn : Depends: libc6 (>= 2.15) but it is not going to be installed
 parted : Depends: libc6 (>= 2.11) but it is not going to be installed
 passwd : Depends: libc6 (>= 2.14) but it is not going to be installed
 patch : Depends: libc6 (>= 2.17) but it is not going to be installed
 perl-base : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 php5-cgi : Depends: libc6 (>= 2.15) but it is not going to be installed
 php5-cli : Depends: libc6 (>= 2.15) but it is not going to be installed
 php5-common : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-curl : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-gd : Depends: libc6 (>= 2.4) but it is not going to be installed
 php5-imap : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-ioncube-loader : Depends: libc6 (>= 2.3) but it is not going to be installed
 php5-json : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-mcrypt : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-mysql : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-pgsql : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-readline : Depends: libc6 (>= 2.14) but it is not going to be installed
 php5-sqlite : Depends: libc6 (>= 2.4) but it is not going to be installed
 php5-xsl : Depends: libc6 (>= 2.4) but it is not going to be installed
 plymouth : Depends: libc6 (>= 2.14) but it is not going to be installed
            Recommends: plymouth-theme-ubuntu-text but it is not installable or
                        plymouth-theme but it is not installable
 policykit-1 : Depends: libc6 (>= 2.7) but it is not going to be installed
 postfix : Depends: libc6 (>= 2.14) but it is not going to be installed
 postfix-pcre : Depends: libc6 (>= 2.3) but it is not going to be installed
 postfix-pgsql : Depends: libc6 (>= 2.2.5) but it is not going to be installed
 postgresql-9.3 : Depends: libc6 (>= 2.16) but it is not going to be installed
 postgresql-client-9.1 : Depends: libc6 (>= 2.14) but it is not going to be installed
 postgresql-client-9.3 : Depends: libc6 (>= 2.15) but it is not going to be installed
 postgresql-contrib-9.3 : Depends: libc6 (>= 2.15) but it is not going to be installed
 procinfo : Depends: libc6 (>= 2.4) but it is not going to be installed
 procmail : Depends: libc6 (>= 2.14) but it is not going to be installed
 procps : Depends: libc6 (>= 2.15) but it is not going to be installed
 psmisc : Depends: libc6 (>= 2.14) but it is not going to be installed
 psutils : Depends: libc6 (>= 2.7) but it is not going to be installed
           Recommends: ghostscript but it is not installable
 pwauth : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 pwgen : Depends: libc6 (>= 2.14) but it is not going to be installed
 python-apt : Depends: libc6 (>= 2.14) but it is not going to be installed
 python-dbus : Depends: libc6 (>= 2.4) but it is not going to be installed
 python-gi : Depends: libc6 (>= 2.14) but it is not going to be installed
 python-libxml2 : Depends: libc6 (>= 2.14) but it is not going to be installed
 python-pycurl : Depends: libc6 (>= 2.15) but it is not going to be installed
 python2.7-minimal : PreDepends: libc6 (>= 2.15) but it is not going to be installed
 python3-apt : Depends: libc6 (>= 2.14) but it is not going to be installed
 python3-dbus : Depends: libc6 (>= 2.4) but it is not going to be installed
 python3-gi : Depends: libc6 (>= 2.14) but it is not going to be installed
 python3-pycurl : Depends: libc6 (>= 2.15) but it is not going to be installed
 python3.4-minimal : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 qdbus : Depends: libc6 (>= 2.14) but it is not going to be installed
 qtchooser : Depends: libc6 (>= 2.4) but it is not going to be installed
 quota : Depends: libc6 (>= 2.7) but it is not going to be installed
 rcs : Depends: libc6 (>= 2.14) but it is not going to be installed
 rpcbind : Depends: libc6 (>= 2.16) but it is not going to be installed
 rrdtool : Depends: libc6 (>= 2.14) but it is not going to be installed
 rsync : Depends: libc6 (>= 2.15) but it is not going to be installed
 rsyslog : Depends: libc6 (>= 2.17) but it is not going to be installed
 sasl2-bin : Depends: libc6 (>= 2.15) but it is not going to be installed
 screen : Depends: libc6 (>= 2.15) but it is not going to be installed
 sed : PreDepends: libc6 (>= 2.14) but it is not going to be installed
 shared-mime-info : Depends: libc6 (>= 2.14) but it is not going to be installed
 sharutils : Depends: libc6 (>= 2.14) but it is not going to be installed
 snmp : Depends: libc6 (>= 2.14) but it is not going to be installed
 sqlite3 : Depends: libc6 (>= 2.14) but it is not going to be installed
 strace : Depends: libc6 (>= 2.15) but it is not going to be installed
 subversion : Depends: libc6 (>= 2.4) but it is not going to be installed
 sudo : Depends: libc6 (>= 2.15) but it is not going to be installed
 syslinux : Depends: libc6 (>= 2.8) but it is not going to be installed
 systemd-services : Depends: libc6 (>= 2.17) but it is not going to be installed
 systemd-shim : Depends: libc6 (>= 2.4) but it is not going to be installed
 sysvinit-utils : Depends: libc6 (>= 2.14) but it is not going to be installed
 tar : PreDepends: libc6 (>= 2.17) but it is not going to be installed
 tcpdump : Depends: libc6 (>= 2.14) but it is not going to be installed
 tcsh : Depends: libc6 (>= 2.14) but it is not going to be installed
 telnet : Depends: libc6 (>= 2.15) but it is not going to be installed
 tidy : Depends: libc6 (>= 2.14) but it is not going to be installed
 tofrodos : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 traceroute : Depends: libc6 (>= 2.14) but it is not going to be installed
 udev : Depends: libc6 (>= 2.17) but it is not going to be installed
 udisks : Depends: libc6 (>= 2.14) but it is not going to be installed
          Recommends: hdparm but it is not installable
          Recommends: cryptsetup-bin but it is not installable
 udisks2 : Depends: libc6 (>= 2.7) but it is not going to be installed
 unixodbc : Depends: libc6 (>= 2.14) but it is not going to be installed
 unzip : Depends: libc6 (>= 2.14) but it is not going to be installed
 upstart : Depends: libc6 (>= 2.15) but it is not going to be installed
 util-linux : PreDepends: libc6 (>= 2.15) but it is not going to be installed
 uuid-runtime : Depends: libc6 (>= 2.4) but it is not going to be installed
 vim : Depends: libc6 (>= 2.15) but it is not going to be installed
 vim-common : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 webalizer : Depends: libc6 (>= 2.15) but it is not going to be installed
 wget : Depends: libc6 (>= 2.17) but it is not going to be installed
 whiptail : Depends: libc6 (>= 2.14) but it is not going to be installed
 whois : Depends: libc6 (>= 2.15) but it is not going to be installed
 wide-dhcpv6-client : Depends: libc6 (>= 2.17) but it is not going to be installed
 x11-utils : Depends: libc6 (>= 2.15) but it is not going to be installed
 xinetd : Depends: libc6 (>= 2.15) but it is not going to be installed
 xsltproc : Depends: libc6 (>= 2.3.4) but it is not going to be installed
 xz-utils : Depends: libc6 (>= 2.14) but it is not going to be installed
 zip : Depends: libc6 (>= 2.14) but it is not going to be installed
 zlib1g : Depends: libc6 (>= 2.14) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@localhost [~] apt-cache policy apt libc6 base-files bash libbz2-1.0 dpkg
apt:
  Installed: 1.0.1ubuntu2.14
  Candidate: 1.0.1ubuntu2.14
  Version table:
 *** 1.0.1ubuntu2.14 0
        100 /var/lib/dpkg/status
libc6:
  Installed: 2.19-0ubuntu6.9
  Candidate: 2.19-0ubuntu6.9
  Version table:
 *** 2.19-0ubuntu6.9 0
        100 /var/lib/dpkg/status
base-files:
  Installed: 9.4ubuntu4.2
  Candidate: 9.4ubuntu4.2
  Version table:
 *** 9.4ubuntu4.2 0
        100 /var/lib/dpkg/status
bash:
  Installed: 4.3-7ubuntu1.5
  Candidate: 4.3-7ubuntu1.5
  Version table:
 *** 4.3-7ubuntu1.5 0
        100 /var/lib/dpkg/status
libbz2-1.0:
  Installed: 1.0.6-5
  Candidate: 1.0.6-5
  Version table:
 *** 1.0.6-5 0
        100 /var/lib/dpkg/status
dpkg:
  Installed: 1.18.4ubuntu1.1
  Candidate: 1.18.4ubuntu1.1
  Version table:
 *** 1.18.4ubuntu1.1 0
        100 /var/lib/dpkg/status
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 apache2 Apache HTTP Server
 apache2-bin Apache HTTP Server (modules and other binary files)
 console-setup console font and keymap setup program
 console-setup-linux Linux specific part of console-setup
 cron process scheduling daemon
 dbus simple interprocess messaging system (daemon and utilitie
 fontconfig generic font configuration library - support binaries
 freeradius high-performance and highly configurable RADIUS server
 freeradius-utils FreeRADIUS client utilities
 git fast, scalable, distributed revision control system
 gitweb fast, scalable, distributed revision control system (web
 ifupdown high level tools to configure network interfaces
 initramfs-tools generic modular initramfs generator (automation)
 initramfs-tools-bin binaries used by initramfs-tools
 initramfs-tools-core generic modular initramfs generator (core tools)
 initscripts scripts for initializing and shutting down the system
 keyboard-configuration system-wide keyboard preferences
 libapache2-mod-perl2 Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev Integration of perl with the Apache2 web server - dev
 libbsd-resource-perl BSD process resource limit and priority functions
 libc-bin GNU C Library: Binaries
 libcgmanager0:amd64 Central cgroup manager daemon (client library)
 libcgmanager0:i386 Central cgroup manager daemon (client library)
 libclone-perl module for recursively copying Perl datatypes
 libcommon-sense-perl module that implements some sane defaults for Perl progra
 libconvert-asn1-perl Perl module for encoding and decoding ASN.1 data structur
 libconvert-color-perl Perl module for color space conversions and named lookup
 libcrypt-blowfish-perl Blowfish cryptography for Perl
 libcrypt-eksblowfish-perl Perl module implementing the Eksblowfish block ciphe
 libcrypt-rijndael-perl Perl module implementing the Rijndael algorithm
 libdatetime-perl module for manipulating dates, times and timestamps
 libdatetime-timezone-perl framework exposing the Olson time zone database to P
 libdbd-mysql-perl Perl5 database interface to the MySQL database
 libdbd-pg-perl Perl DBI driver for the PostgreSQL database server
 libdbi-perl Perl Database Interface (DBI)
 libdbus-1-3:amd64 simple interprocess messaging system (library)
 libdbus-1-3:i386 simple interprocess messaging system (library)
 libexporter-tiny-perl tiny exporter similar to Sub::Exporter
 libfcgi-perl helper module for FastCGI
 libfontconfig1:amd64 generic font configuration library - runtime
 libfreeradius2 FreeRADIUS shared library
 libgd-perl Perl module wrapper for libgd
 libhtml-parser-perl collection of modules that parse HTML text documents
 libhttp-tiny-perl Perl module that implements a small, simple, correct HTTP
 libio-pty-perl Perl module for pseudo tty IO
 libipc-sharelite-perl Perl module that provides a simple interface to shared m
 libjson-perl module for manipulating JSON-formatted data
 libjson-xs-perl module for manipulating JSON-formatted data (C/XS-acceler
 liblist-moreutils-perl Perl module with additional list functions not found in
 liblocale-gettext-perl module using libc functions for internationalization in
 libltdl7:amd64 System independent dlopen wrapper for GNU libtool
 liblua5.1-0:amd64 Shared library for the Lua interpreter version 5.1
 libmouse-perl lightweight object framework for Perl
 libmysqlclient20:amd64 MySQL database client library
 libncurses5:amd64 shared libraries for terminal handling
 libnet-dns-perl Perform DNS queries from a Perl script
 libnet-ssleay-perl Perl module for Secure Sockets Layer (SSL)
 libnetaddr-ip-perl IP address manipulation module
 libnih-dbus1:amd64 NIH D-Bus Bindings Library
 libnih-dbus1:i386 NIH D-Bus Bindings Library
 libnih1:amd64 NIH Utility Library
 libnih1:i386 NIH Utility Library
 libossp-uuid-perl perl OSSP::UUID - OSSP uuid Perl Binding
 libpackage-stash-xs-perl Perl module providing routines for manipulating stash
 libparams-classify-perl Perl module for argument type classification
 libparams-util-perl Perl extension for simple stand-alone param checking func
 libparams-validate-perl Perl module to validate parameters to Perl method/func
 libpci3:amd64 Linux PCI Utilities (shared library)
 libperl5.22:amd64 shared Perl library
 libperlio-eol-perl PerlIO layer for normalizing line endings
 libplymouth4:amd64 graphical boot animation and logger - shared libraries
 librrd4:amd64 time-series data storage and display system (runtime libr
 librrds-perl:amd64 time-series data storage and display system (Perl interfa
 libsnmp30:amd64 SNMP (Simple Network Management Protocol) library
 libsocket6-perl Perl extensions for IPv6
 libssl-dev:amd64 Secure Sockets Layer toolkit - development files
 libssl-doc Secure Sockets Layer toolkit - development documentation
 libssl1.0.0:amd64 Secure Sockets Layer toolkit - shared libraries
 libsub-name-perl module for assigning a new name to referenced sub
 libswitch-perl switch statement for Perl
 libterm-readkey-perl perl module for simple terminal control
 libterm-ui-perl Term::ReadLine UI made easy
 libtest-sharedfork-perl module to run tests in multiple processes and merge re
 libtext-charwidth-perl get display widths of characters on the terminal
 libtext-iconv-perl converts between character sets in Perl
 libtext-soundex-perl implementation of the soundex algorithm
 libtirpc1:amd64 transport-independent RPC library
 libtypes-serialiser-perl module providing simple data types for common seriali
 liburi-perl module to manipulate and access URI strings
 libwant-perl generalisation of wantarray
 libxml-parser-perl Perl module for parsing XML files
 libyaml-libyaml-perl Perl interface to libyaml, a YAML implementation
 locales GNU C Library: National Language (locale) data [support]
 mountall filesystem mounting tool
 netbase Basic TCP/IP networking system
 perl Larry Wall's Practical Extraction and Report Language
 perl-doc Perl documentation
 plymouth boot animation, logger and I/O multiplexer
 rpcbind converts RPC program numbers into universal addresses
 upstart event-based init daemon - essential binaries
 util-linux miscellaneous system utilities

The following packages are only half configured, probably due to problems
configuring them the first time. The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 libssl1.0.0:i386 Secure Sockets Layer toolkit - shared libraries

The following packages are only half installed, due to problems during
installation. The installation can probably be completed by retrying it;
the packages can be removed using dselect or dpkg --remove:
 libc6:amd64 Embedded GNU C Library: Shared libraries

The following packages have been triggered, but the trigger processing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
 man-db on-line manual pager

The following packages are missing the md5sums control file in the
database, they need to be reinstalled:
 libjson0:amd64 JSON manipulation library (transitional package)
 libjson0:i386 JSON manipulation library (transitional package)
 module-init-tools transitional dummy package (module-init-tools to kmod)
 psa11-php-fakepackage Parallels Panel fake php package

root@localhost [~]

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

Your package management system seems quite broken.
I am not sure whether it will be easily possible to bring it back into a consistent status.

For additional diagnostics please provide the output of the following commands:

uname -a
lsb_release -crid
dpkg --print-architecture
dpkg --print-foreign-architectures
cat -n /etc/apt/sources.list
sudo apt-get update
dpkg -l libc6

Revision history for this message
Rune Henssel (rhh-u) said :
#6

Here is the output of the 6 commands:

root@localhost [~] uname -a
Linux localhost 2.6.32-042stab113.11 #1 SMP Fri Dec 18 17:32:04 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux
root@localhost [~] lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
root@localhost [~] dpkg --print-architecture
amd64
root@localhost [~] dpkg --print-foreign-architectures
i386
root@localhost [~] cat -n /etc/apt/sources.list
     1 deb http://archive.ubuntu.com/ubuntu xenial main multiverse universe
     2 deb http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
root@localhost [~] sudo apt-get update
Get:1 http://archive.ubuntu.com xenial InRelease [247 kB]
Get:2 http://archive.ubuntu.com xenial-security InRelease [94.5 kB]
Get:3 http://archive.ubuntu.com xenial/main amd64 Packages [1201 kB]
Get:4 http://archive.ubuntu.com xenial/multiverse amd64 Packages [144 kB]
Get:5 http://archive.ubuntu.com xenial/universe amd64 Packages [7532 kB]
Get:6 http://archive.ubuntu.com xenial/main i386 Packages [1196 kB]
Get:7 http://archive.ubuntu.com xenial/multiverse i386 Packages [140 kB]
Get:8 http://archive.ubuntu.com xenial/universe i386 Packages [7512 kB]
Get:9 http://archive.ubuntu.com xenial/main Translation-en [568 kB]
Get:10 http://archive.ubuntu.com xenial/multiverse Translation-en [106 kB]
Get:11 http://archive.ubuntu.com xenial/universe Translation-en [4354 kB]
Get:12 http://archive.ubuntu.com xenial-security/main amd64 Packages [138 kB]
Get:13 http://archive.ubuntu.com xenial-security/restricted amd64 Packages [64 B]
Get:14 http://archive.ubuntu.com xenial-security/universe amd64 Packages [41.5 kB]
Get:15 http://archive.ubuntu.com xenial-security/multiverse amd64 Packages [1176 B]
Get:16 http://archive.ubuntu.com xenial-security/main i386 Packages [134 kB]
Get:17 http://archive.ubuntu.com xenial-security/restricted i386 Packages [64 B]
Get:18 http://archive.ubuntu.com xenial-security/universe i386 Packages [41.4 kB]
Get:19 http://archive.ubuntu.com xenial-security/multiverse i386 Packages [1344 B]
Get:20 http://archive.ubuntu.com xenial-security/main Translation-en [57.0 kB]
Get:21 http://archive.ubuntu.com xenial-security/multiverse Translation-en [628 B]
Get:22 http://archive.ubuntu.com xenial-security/restricted Translation-en [64 B]
Get:23 http://archive.ubuntu.com xenial-security/universe Translation-en [25.1 kB]
Fetched 23.5 MB in 7s (3004 kB/s)
Reading package lists... Done
W: Unknown Multi-Arch type 'no' for package 'compiz-core'
W: Unknown Multi-Arch type 'no' for package 'compiz-gnome'
W: Unknown Multi-Arch type 'no' for package 'libxapian-dev'
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: Unknown Multi-Arch type 'no' for package 'kwin'
W: Unknown Multi-Arch type 'no' for package 'kwin-dev'
W: Unknown Multi-Arch type 'no' for package 'kwin-wayland'
W: Unknown Multi-Arch type 'no' for package 'kwin-x11'
W: Unknown Multi-Arch type 'no' for package 'libkf5sysguard-dev'
W: Ignoring Provides line with DepCompareOp for package php-psr-http-message-implementation
W: Ignoring Provides line with DepCompareOp for package php-psr-log-implementation
W: Ignoring Provides line with DepCompareOp for package php-seclib
W: Ignoring Provides line with DepCompareOp for package php-sabre-http
W: Ignoring Provides line with DepCompareOp for package php-math-biginteger
W: Ignoring Provides line with DepCompareOp for package pypy-cffi
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-min
W: Unknown Multi-Arch type 'no' for package 'compiz-core'
W: Unknown Multi-Arch type 'no' for package 'compiz-gnome'
W: Unknown Multi-Arch type 'no' for package 'libxapian-dev'
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: Unknown Multi-Arch type 'no' for package 'kwin-dev'
W: Unknown Multi-Arch type 'no' for package 'kwin-wayland'
W: Unknown Multi-Arch type 'no' for package 'kwin-x11'
W: Unknown Multi-Arch type 'no' for package 'libkf5sysguard-dev'
W: Ignoring Provides line with DepCompareOp for package pypy-cffi
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-min
W: You may want to run apt-get update to correct these problems
root@localhost [~] dpkg -l libc6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-=======================-=======================-==============================================================================
iH libc6:amd64 2.19-0ubuntu6.9 amd64 Embedded GNU C Library: Shared libraries
ii libc6:i386 2.19-0ubuntu6.9 i386 Embedded GNU C Library: Shared libraries
root@localhost [~]

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

Seems to be an unusual setup, you are running a quite old kernel.

I see two possibilities:
1. restart from scratch and do a new installation
2. try getting the system back into a consistent state of the package management system.
Please decide.

If you want to try repairing, I assume that getting libc6 correctly installed is the key.
Try the following:

download the file http://launchpadlibrarian.net/261740884/libc6_2.19-0ubuntu6.9_amd64.deb into your Downloads directory, issue the command
sudo dpkg --install Downloads/libc6_2.19-0ubuntu6.9_amd64.deb
and report the results.

Revision history for this message
Rune Henssel (rhh-u) said :
#8

I would very much like to get the package system back in an consistent state.

I downloaded the .deb file. This is the result of the dpkg command:

root@localhost [~] sudo dpkg --install Downloads/libc6_2.19-0ubuntu6.9_amd64.deb
(Reading database ... 56038 files and directories currently installed.)
Preparing to unpack .../libc6_2.19-0ubuntu6.9_amd64.deb ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at /usr/share/perl5/Debconf/Question.pm line 72.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 30.
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
dpkg: error processing archive Downloads/libc6_2.19-0ubuntu6.9_amd64.deb (--install):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 Downloads/libc6_2.19-0ubuntu6.9_amd64.deb

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

"... /var/cache/debconf/config.dat is locked by another process ..."

I assume that there is some other package management process still running (maybe stalled).
I suggest that you reboot an then re-try the "dpkg --install ..." command

Revision history for this message
Rune Henssel (rhh-u) said :
#10

I killed the stalled processes and ran the "dpkg --install" that brought the package management system back to life and into a consistent state.

Now I just need to figure out if it is safe to reboot the server (it is a Virtual Private Server)