The bug happens only while building image using Docker from docker.io package. Tested docker.io package versions from Ubuntu 18.04 LTS to 20.10.
The docker-ce package from docker.com is not affected. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ucf in Ubuntu. https://bugs.launchpad.net/bugs/1918021 Title: Got Setting up libpaper1:amd64 (1.1.28) ... ucf: do not have write privilege to the state data while building simple Docker container Status in docker.io package in Ubuntu: New Status in libpaper package in Ubuntu: Confirmed Status in ucf package in Ubuntu: New Bug description: Steps to reproduce: 1. Have simple Dockerfile as shown below: ``` mkdir ~/ubuntu-mate-hirsute cat <<EOF > ~/ubuntu-mate-hirsute/Dockerfile FROM ubuntu:hirsute ENV SHELL=/bin/bash RUN apt-get update && \ env DEBIAN_FRONTEND=noninteractive apt-get install -y ubuntu-mate-desktop CMD ["mate-session"] EOF ``` 2. Build this Dockerfile by the command shown below docker build ~/ubuntu-mate-hirsute/ -t ubuntu-mate:hirsute Expected result: * Docker container is built and tagged as it was requested - ubuntu-mate:hirsute . Actual results: * Docker container is not built, have the following errors instead: ... Setting up libpaper1:amd64 (1.1.28) ... ucf: do not have write privilege to the state data dpkg: error processing package libpaper1:amd64 (--configure): installed libpaper1:amd64 package post-installation script subprocess returned error exit status 1 ... dpkg: dependency problems prevent configuration of libgs9:amd64: libgs9:amd64 depends on libpaper1; however: Package libpaper1:amd64 is not configured yet. dpkg: error processing package libgs9:amd64 (--configure): dependency problems - leaving unconfigured ... Setting up fonts-tlwg-umpush (1:0.7.2-1build1) ... dpkg: dependency problems prevent configuration of libpaper-utils: libpaper-utils depends on libpaper1; however: Package libpaper1:amd64 is not configured yet. dpkg: error processing package libpaper-utils (--configure): dependency problems - leaving unconfigured Setting up samba-common (2:4.13.3+dfsg-1ubuntu2) ... ucf: do not have write privilege to the state data dpkg: error processing package samba-common (--configure): installed samba-common package post-installation script subprocess returned error exit status 1 ... dpkg: dependency problems prevent configuration of ghostscript: ghostscript depends on libgs9 (= 9.53.3~dfsg-7); however: Package libgs9:amd64 is not configured yet. dpkg: error processing package ghostscript (--configure): dependency problems - leaving unconfigured ... Setting up fonts-tlwg-mono (1:0.7.2-1build1) ... dpkg: dependency problems prevent configuration of libatrildocument3: libatrildocument3 depends on libspectre1 (>= 0.2.3); however: Package libspectre1:amd64 is not configured yet. dpkg: error processing package libatrildocument3 (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of cups-daemon: cups-daemon depends on libpaper1; however: Package libpaper1:amd64 is not configured yet. dpkg: error processing package cups-daemon (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of atril: atril depends on libatrildocument3 (= 1.24.0-1); however: Package libatrildocument3 is not configured yet. dpkg: error processing package atril (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of libatrilview3: libatrilview3 depends on libatrildocument3 (= 1.24.0-1); however: Package libatrildocument3 is not configured yet. dpkg: error processing package libatrilview3 (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of smbclient: smbclient depends on samba-common (= 2:4.13.3+dfsg-1ubuntu2); however: Package samba-common is not configured yet. dpkg: error processing package smbclient (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of samba-common-bin: samba-common-bin depends on samba-common (= 2:4.13.3+dfsg-1ubuntu2); however: Package samba-common is not configured yet. dpkg: error processing package samba-common-bin (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of printer-driver-ptouch: printer-driver-ptouch depends on ghostscript; however: Package ghostscript is not configured yet. dpkg: error processing package printer-driver-ptouch (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of cups-filters: cups-filters depends on ghostscript; however: Package ghostscript is not configured yet. dpkg: error processing package cups-filters (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of printer-driver-hpcups: printer-driver-hpcups depends on cups-filters | ghostscript-cups; however: Package cups-filters is not configured yet. Package ghostscript-cups is not installed. Package cups-filters which provides ghostscript-cups is not configured yet. dpkg: error processing package printer-driver-hpcups (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of printer-driver-m2300w: printer-driver-m2300w depends on cups-filters (>= 1.0.42) | foomatic-filters (>= 4.0.0~bzr156); however: Package cups-filters is not configured yet. Package foomatic-filters is not installed. Version of foomatic-filters on system, provided by cups-filters:amd64, is <none>. dpkg: error processing package printer-driver-m2300w (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of hplip: hplip depends on printer-driver-hpcups (= 3.21.2+dfsg1-1); however: Package printer-driver-hpcups is not configured yet. dpkg: error processing package hplip (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of printer-driver-pxljr: printer-driver-pxljr depends on cups-filters (>= 1.0.42) | foomatic-filters (>= 4.0.0~bzr156); however: Package cups-filters is not configured yet. Package foomatic-filters is not installed. Version of foomatic-filters on system, provided by cups-filters:amd64, is <none>. dpkg: error processing package printer-driver-pxljr (--configure): dependency problems - leaving unconfigured Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu1) ... Setting up gir1.2-matemenu-2.0:amd64 (1.24.1-1) ... dpkg: dependency problems prevent configuration of cups-browsed: cups-browsed depends on cups-daemon; however: Package cups-daemon is not configured yet. dpkg: error processing package cups-browsed (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of cups-core-drivers: cups-core-drivers depends on cups-daemon (>= 2.3.3op2-3ubuntu1); however: Package cups-daemon is not configured yet. dpkg: error processing package cups-core-drivers (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of cups: cups depends on cups-core-drivers (>= 2.3.3op2-3ubuntu1); however: Package cups-core-drivers is not configured yet. cups depends on cups-daemon (>= 2.3.3op2-3ubuntu1); however: Package cups-daemon is not configured yet. cups depends on cups-filters; however: Package cups-filters is not configured yet. cups depends on ghostscript; however: Package ghostscript is not configured yet. dpkg: error processing package cups (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of printer-driver-pnm2ppa: printer-driver-pnm2ppa depends on ghostscript; however: Package ghostscript is not configured yet. dpkg: error processing package printer-driver-pnm2ppa (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of ghostscript-x: ghostscript-x depends on ghostscript (= 9.53.3~dfsg-7); however: Package ghostscript is not configured yet. dpkg: error processing package ghostscript-x (--configure): dependency problems - leaving unconfigured ... dpkg: dependency problems prevent configuration of printer-driver-gutenprint: printer-driver-gutenprint depends on cups; however: Package cups is not configured yet. printer-driver-gutenprint depends on cups-filters (>= 1.0.36) | ghostscript-cups (<< 9.08); however: Package cups-filters is not configured yet. Package ghostscript-cups is not installed. Version of ghostscript-cups on system, provided by cups-filters:amd64, is <none>. dpkg: error processing package printer-driver-gutenprint (--configure): dependency problems - leaving unconfigured Setting up libjcat1:amd64 (0.1.3-2) ... Setting up libqt5network5:amd64 (5.15.2+dfsg-5) ... Setting up libpoppler107:amd64 (21.02.0-1) ... Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ... Setting up libxatracker2:amd64 (20.3.4-1) ... Setting up libinput-bin (1.16.4-3ubuntu2) ... Setting up libcairomm-1.0-1v5:amd64 (1.12.2-4build1) ... Setting up libpipewire-0.3-modules:amd64 (0.3.22-2) ... Setting up libv4l-0:amd64 (1.20.0-2build1) ... Setting up wpasupplicant (2:2.9.0-21) ... Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → /lib/systemd/system/wpa_supplicant.service. Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service → /lib/systemd/system/wpa_supplicant.service. Setting up gir1.2-packagekitglib-1.0 (1.2.2-2ubuntu1) ... Setting up libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu16) ... Setting up perl (5.32.1-2) ... Setting up libpackage-stash-xs-perl (0.29-1build3) ... Setting up libsnmp40:amd64 (5.9+dfsg-3ubuntu1) ... Setting up xfonts-base (1:1.0.5) ... Setting up libgstreamer-plugins-good1.0-0:amd64 (1.18.3-1ubuntu1) ... Setting up libegl-mesa0:amd64 (20.3.4-1) ... Setting up libclass-data-inheritable-perl (0.08-3) ... Setting up libtss2-esys-3.0.2-0:amd64 (3.0.3-2) ... Setting up libpython3.9:amd64 (3.9.2-1) ... Setting up libass9:amd64 (1:0.15.0-1) ... Setting up gir1.2-secret-1:amd64 (0.20.4-2) ... Setting up tlp (1.3.1-2) ... Created symlink /etc/systemd/system/multi-user.target.wants/tlp.service → /lib/systemd/system/tlp.service. Setting up libdata-dump-perl (1.23-1.1) ... Setting up libref-util-perl (0.204-1) ... Setting up libxfixes3:amd64 (1:5.0.3-2build1) ... Setting up libipc-system-simple-perl (1.30-1) ... Setting up libqt5qml5:amd64 (5.15.2+dfsg-4) ... Setting up libnet-domain-tld-perl (1.75-1.1) ... Setting up fonts-indic (2:1.4) ... Setting up libxml-xpathengine-perl (0.14-1) ... Setting up ifupdown (0.8.35ubuntu2) ... Creating /etc/network/interfaces. Created symlink /etc/systemd/system/multi-user.target.wants/networking.service → /lib/systemd/system/networking.service. Created symlink /etc/systemd/system/network-online.target.wants/networking.service → /lib/systemd/system/networking.service. Setting up libpulse-mainloop-glib0:amd64 (1:14.2-1ubuntu1) ... Setting up libpcaudio0:amd64 (1.1-6) ... Setting up libxinerama1:amd64 (2:1.1.4-2build2) ... Setting up libgd3:amd64 (2.3.0-2) ... Setting up libxv1:amd64 (2:1.0.11-1) ... dpkg: dependency problems prevent configuration of printer-driver-foo2zjs: printer-driver-foo2zjs depends on cups-filters | foomatic-filters; however: Package cups-filters is not configured yet. Package foomatic-filters is not installed. Package cups-filters which provides foomatic-filters is not configured yet. dpkg: error processing package printer-driver-foo2zjs (--configure): dependency problems - leaving unconfigured Setting up libvariable-magic-perl (0.62-1build3) ... Setting up libio-html-perl (1.004-2) ... Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... Setting up libb-hooks-op-check-perl (0.22-1build3) ... Setting up liblist-moreutils-xs-perl (0.430-2) ... Setting up libblockdev-fs2:amd64 (2.25-2) ... Setting up libxt6:amd64 (1:1.2.0-1) ... Setting up gcc-10 (10.2.1-20ubuntu1) ... Setting up libparams-util-perl (1.102-1build1) ... Setting up libdpkg-perl (1.20.7.1ubuntu3) ... Setting up libtime-duration-perl (1.21-1) ... Setting up libsub-exporter-progressive-perl (0.001013-1) ... Setting up libcapture-tiny-perl (0.48-1) ... Setting up lm-sensors (1:3.6.0-7) ... Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /lib/systemd/system/lm-sensors.service. Setting up libtimedate-perl (2.3300-2) ... Setting up libva-wayland2:amd64 (2.10.0-1) ... Setting up brltty (6.3+dfsg-1ubuntu1) ... update-initramfs: deferring update (trigger activated) Setting up gpg-wks-server (2.2.20-1ubuntu2) ... Setting up libwacom-bin (1.8-2build1) ... Setting up libcups2:amd64 (2.3.3op2-3ubuntu1) ... Setting up libxmlsec1-nss:amd64 (1.2.31-1) ... Setting up libsub-name-perl (0.26-1build1) ... Setting up libtype-tiny-xs-perl (0.022-1) ... dpkg: dependency problems prevent configuration of printer-driver-splix: printer-driver-splix depends on cups (>= 1.5.0-3~); however: Package cups is not configured yet. printer-driver-splix depends on cups-filters (>= 1.0.36); however: Package cups-filters is not configured yet. dpkg: error processing package printer-driver-splix (--configure): dependency problems - leaving unconfigured Setting up libdata-validate-domain-perl (0.10-1.1) ... Setting up libproc-processtable-perl (0.59-2build1) ... dpkg: dependency problems prevent configuration of bluez-cups: bluez-cups depends on cups; however: Package cups is not configured yet. dpkg: error processing package bluez-cups (--configure): dependency problems - leaving unconfigured Setting up avahi-daemon (0.8-5ubuntu1) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket. Setting up xauth (1:1.1-1) ... Setting up gir1.2-polkit-1.0 (0.105-30) ... Setting up libvdpau1:amd64 (1.4-3) ... Setting up dbus-x11 (1.12.20-1ubuntu3) ... Setting up libpath-tiny-perl (0.118-1) ... Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ... Setting up cups-pk-helper (0.2.6-1ubuntu3) ... Setting up libegl1:amd64 (1.3.2-1) ... Setting up libipc-run3-perl (0.048-2) ... Setting up libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu16) ... Setting up libaliased-perl (0.34-1.1) ... Setting up libgxps2:amd64 (0.3.2-1) ... Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1build1) ... Setting up libstrictures-perl (2.000006-1) ... Setting up libsub-quote-perl (2.006006-1) ... Setting up libdevel-stacktrace-perl (2.0400-1) ... Setting up libclass-xsaccessor-perl (1.19-3build7) ... Setting up libcairo-gobject2:amd64 (1.16.0-5build1) ... Setting up libxss1:amd64 (1:1.2.3-1) ... Setting up poppler-utils (21.02.0-1) ... Setting up bind9-dnsutils (1:9.16.8-1ubuntu3) ... Setting up mesa-va-drivers:amd64 (20.3.4-1) ... Setting up libexporter-tiny-perl (1.002002-1) ... Setting up libpangoft2-1.0-0:amd64 (1.48.2-1build2) ... Setting up libva-x11-2:amd64 (2.10.0-1) ... Setting up libnss-mdns:amd64 (0.14.1-2) ... First installation detected... Checking NSS setup... Setting up libtext-levenshteinxs-perl (0.03-4build8) ... Setting up libperlio-gzip-perl (0.19-1build6) ... Setting up mailcap (3.68ubuntu1) ... Setting up libpoppler-cpp0v5:amd64 (21.02.0-1) ... Setting up libhpmud0:amd64 (3.21.2+dfsg1-1) ... Setting up libpam-sss:amd64 (2.4.0-1ubuntu5) ... Setting up libhtml-html5-entities-perl (0.004-1.1) ... Setting up libsereal-decoder-perl (4.018+ds-1build1) ... Setting up liburi-perl (5.07-1) ... Setting up libcupsfilters1:amd64 (1.28.7-1) ... Setting up cryptsetup-initramfs (2:2.3.4-1ubuntu3) ... Setting up libx11-protocol-perl (0.56-7.1) ... Setting up libsane-hpaio:amd64 (3.21.2+dfsg1-1) ... Setting up xfonts-scalable (1:1.0.3-1.2) ... Setting up python3.9 (3.9.2-1) ... Setting up i965-va-driver:amd64 (2.4.1+dfsg1-1) ... Setting up libpangocairo-1.0-0:amd64 (1.48.2-1build2) ... Setting up libxres1:amd64 (2:1.2.0-4) ... Setting up plymouth-label (0.9.5-0ubuntu3) ... Setting up libc-devtools (2.33-0ubuntu2) ... Setting up libgpod4:amd64 (0.8.3-16) ... Setting up libstartup-notification0:amd64 (0.12-6) ... Setting up libemail-address-xs-perl (1.04-1build4) ... Setting up lightdm (1.30.0-0ubuntu3.1) ... Adding group `lightdm' (GID 119) ... Done. Adding system user `lightdm' (UID 112) ... Adding new user `lightdm' (UID 112) with group `lightdm' ... Creating home directory `/var/lib/lightdm' ... usermod: no changes usermod: no changes Adding group `nopasswdlogin' (GID 120) ... Done. Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ... Setting up cups-ipp-utils (2.3.3op2-3ubuntu1) ... Setting up libnet-ssleay-perl (1.88-3ubuntu1) ... Setting up libapt-pkg-perl (0.1.39build1) ... Setting up libuno-cppuhelpergcc3-3 (1:7.1.1~rc2-2ubuntu1) ... Setting up speech-dispatcher-audio-plugins:amd64 (0.10.2-2) ... Setting up libinput10:amd64 (1.16.4-3ubuntu2) ... Setting up snapd (2.49+21.04build1) ... Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. Setting up xinit (1.4.1-0ubuntu2) ... Setting up mesa-vulkan-drivers:amd64 (20.3.4-1) ... Setting up mesa-vdpau-drivers:amd64 (20.3.4-1) ... Setting up gtk-update-icon-cache (3.24.25-1ubuntu2) ... Setting up ipp-usb (0.9.17-2) ... Setting up udisks2 (2.9.2-1) ... Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/uevent': Read-only file system Created symlink /etc/systemd/system/graphical.target.wants/udisks2.service → /lib/systemd/system/udisks2.service. Setting up libhttp-date-perl (6.05-1) ... Setting up fonts-cantarell (0.111-3) ... dpkg: dependency problems prevent configuration of ubuntu-mate-desktop: ubuntu-mate-desktop depends on ghostscript-x; however: Package ghostscript-x is not configured yet. ubuntu-mate-desktop depends on printer-driver-pnm2ppa; however: Package printer-driver-pnm2ppa is not configured yet. dpkg: error processing package ubuntu-mate-desktop (--configure): dependency problems - leaving unconfigured Setting up cups-ppdc (2.3.3op2-3ubuntu1) ... Setting up libxft2:amd64 (2.3.3-0ubuntu3) ... Setting up libasound2-plugins:amd64 (1.2.2-2) ... Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... Setting up libqt5qmlmodels5:amd64 (5.15.2+dfsg-4) ... Setting up libfile-basedir-perl (0.08-1) ... Setting up libtie-ixhash-perl (1.23-2.1) ... Setting up libstdc++-10-dev:amd64 (10.2.1-20ubuntu1) ... Setting up libunicode-utf8-perl (0.62-1build2) ... Setting up libglx-mesa0:amd64 (20.3.4-1) ... Setting up gstreamer1.0-x:amd64 (1.18.3-1) ... Setting up xdg-desktop-portal (1.8.1-1) ... Setting up gstreamer1.0-alsa:amd64 (1.18.3-1) ... dpkg: dependency problems prevent configuration of ubuntu-mate-core: ubuntu-mate-core depends on ghostscript-x; however: Package ghostscript-x is not configured yet. ubuntu-mate-core depends on printer-driver-pnm2ppa; however: Package printer-driver-pnm2ppa is not configured yet. dpkg: error processing package ubuntu-mate-core (--configure): dependency problems - leaving unconfigured Setting up libpoppler-glib8:amd64 (21.02.0-1) ... Setting up libmouse-perl (2.5.10-1build2) ... Setting up g++-10 (10.2.1-20ubuntu1) ... Setting up libfile-listing-perl (6.14-1) ... Setting up printer-driver-brlaser (6-1build1) ... Setting up libgdk-pixbuf-xlib-2.0-0:amd64 (2.40.2-2build2) ... Setting up mime-support (3.66) ... Setting up openvpn (2.5.1-1ubuntu1) ... Created symlink /etc/systemd/system/multi-user.target.wants/openvpn.service → /lib/systemd/system/openvpn.service. Setting up libpangoxft-1.0-0:amd64 (1.48.2-1build2) ... Setting up libxi6:amd64 (2:1.7.10-1build2) ... Setting up plymouth-theme-ubuntu-mate-logo (21.04.4) ... update-alternatives: using /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth to provide /usr/share/plymouth/themes/default.plymouth (default.plymouth) in auto mode Setting up libglx0:amd64 (1.3.2-1) ... Setting up libdata-messagepack-perl (1.00-4build1) ... Setting up dconf-gsettings-backend:amd64 (0.38.0-2) ... Setting up libfont-afm-perl (1.20-3) ... Setting up libgpgmepp6:amd64 (1.14.0-1ubuntu3) ... Setting up libdynaloader-functions-perl (0.003-1.1) ... Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.42.2+dfsg-1build1) ... Setting up libtext-glob-perl (0.11-1) ... Setting up libclass-method-modifiers-perl (2.13-1) ... Setting up liblist-compare-perl (0.55-1) ... Setting up libref-util-xs-perl (0.117-1build3) ... Setting up libsphinxbase3:amd64 (0.8+5prealpha+1-12) ... Setting up libfile-fcntllock-perl (0.22-3build5) ... dpkg: dependency problems prevent configuration of libenchant-2-2:amd64: libenchant-2-2:amd64 depends on hunspell-en-us | hunspell-dictionary | myspell-dictionary | aspell-dictionary | ispell-dictionary; however: Package hunspell-en-us is not configured yet. Package hunspell-dictionary is not installed. Package hunspell-en-us which provides hunspell-dictionary is not configured yet. Package myspell-dictionary is not installed. Package aspell-dictionary is not installed. Package aspell-en which provides aspell-dictionary is not configured yet. Package ispell-dictionary is not installed. dpkg: error processing package libenchant-2-2:amd64 (--configure): dependency problems - leaving unconfigured Setting up pppoeconf (1.21+nmu1ubuntu1) ... Setting up qml-module-qtqml:amd64 (5.15.2+dfsg-4) ... Setting up shotwell-common (0.30.11-0ubuntu1) ... Setting up libclone-perl (0.45-1build1) ... Setting up libalgorithm-diff-perl (1.201-1) ... Setting up libarchive-zip-perl (1.68-1) ... Setting up libsub-identify-perl (0.14-1build3) ... Setting up libgpod-common (0.8.3-16) ... Setting up libcpanel-json-xs-perl (4.25-1build1) ... Setting up libio-stringy-perl (2.111-3) ... Setting up ubuntu-mate-default-settings (21.04.3) ... Setting up liblist-moreutils-perl (0.430-2) ... Setting up libxtst6:amd64 (2:1.2.3-1build2) ... Setting up libhtml-tagset-perl (3.20-4) ... Setting up libauthen-sasl-perl (2.1600-1.1) ... Setting up libdevel-size-perl (0.83-1build2) ... Setting up libxcursor1:amd64 (1:1.2.0-2build2) ... Setting up chafa (1.6.0-1) ... Setting up avahi-utils (0.8-5ubuntu1) ... Setting up liblwp-mediatypes-perl (6.04-1) ... Setting up libyaml-libyaml-perl (0.82+repack-1build1) ... Setting up libtry-tiny-perl (0.30-1) ... Setting up mate-control-center-common (1.24.1-1) ... Setting up libtype-tiny-perl (1.012001-2) ... Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ... Setting up update-inetd (4.51) ... Setting up libxml-namespacesupport-perl (1.12-1.1) ... Setting up libnet-http-perl (6.20-1) ... Setting up libtext-markdown-discount-perl:amd64 (0.12-1build1) ... dpkg: dependency problems prevent configuration of enchant-2: enchant-2 depends on libenchant-2-2 (>= 2.2.3); however: Package libenchant-2-2:amd64 is not configured yet. dpkg: error processing package enchant-2 (--configure): dependency problems - leaving unconfigured Setting up mate-notification-daemon-common (1.24.1-1) ... Setting up libqmi-proxy (1.26.10-0.1) ... Setting up libtime-moment-perl (0.44-1build4) ... Setting up libencode-locale-perl (1.05-1.1) ... Setting up inxi (3.3.01-1-1) ... Setting up python3 (3.9.1-1) ... Setting up xinput (1.6.3-1) ... Setting up mate-power-manager-common (1.24.2-1) ... Setting up libexception-class-perl (1.44-1) ... dpkg: dependency problems prevent configuration of pluma: pluma depends on libenchant-2-2 (>= 2.2.3); however: Package libenchant-2-2:amd64 is not configured yet. dpkg: error processing package pluma (--configure): dependency problems - leaving unconfigured Setting up mate-desktop-common (1.24.1-2) ... Setting up libxaw7:amd64 (2:1.0.13-1.1) ... Setting up libatspi2.0-0:amd64 (2.39.90.1-1) ... Setting up libespeak-ng1:amd64 (1.50+dfsg-7build1) ... Setting up dnsutils (1:9.16.8-1ubuntu3) ... Setting up marco-common (1.24.1-2ubuntu0) ... Setting up python3-xdg (0.27-2) ... Setting up libconfig-tiny-perl (2.24-1) ... Setting up libmatemixer0:amd64 (1.24.1-1) ... Setting up libsereal-encoder-perl (4.018+ds-1build1) ... Setting up x11-xserver-utils (7.7+8) ... Setting up libdevel-callchecker-perl (0.008-1ubuntu2) ... Setting up python3-markupsafe (1.1.1-1build2) ... Setting up liblist-utilsby-perl (0.11-1) ... Setting up mate-calc-common (1.24.1-1) ... Setting up cups-filters-core-drivers (1.28.7-1) ... Setting up printer-driver-postscript-hp (3.21.2+dfsg1-1) ... Setting up pipewire-bin (0.3.22-2) ... Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ... Setting up openprinting-ppds (20200820-1) ... Setting up python3-psutil (5.8.0-1) ... Setting up cups-client (2.3.3op2-3ubuntu1) ... Setting up libsub-install-perl (0.928-1.1) ... Setting up mate-system-monitor-common (1.24.1-1) ... Setting up libavutil56:amd64 (7:4.3.2-0+deb11u1ubuntu1) ... Setting up gcc (4:10.2.0-1ubuntu1) ... Setting up libcupsimage2:amd64 (2.3.3op2-3ubuntu1) ... Setting up dpkg-dev (1.20.7.1ubuntu3) ... Setting up speech-dispatcher (0.10.2-2) ... update-rc.d: error: no runlevel symlinks to modify, aborting! dpkg: error processing package speech-dispatcher (--configure): installed speech-dispatcher package post-installation script subprocess returned error exit status 1 Setting up libextutils-depends-perl (0.8000-1) ... Setting up qml-module-qt-labs-folderlistmodel:amd64 (5.15.2+dfsg-4) ... Setting up libqt5qmlworkerscript5:amd64 (5.15.2+dfsg-4) ... Setting up libnumber-compare-perl (0.03-1.1) ... Setting up intltool-debian (0.35.0+20060710.5) ... Setting up python3-monotonic (1.5-3) ... Setting up qml-module-qt-labs-settings:amd64 (5.15.2+dfsg-4) ... Setting up librsvg2-2:amd64 (2.50.3+dfsg-1) ... Setting up evolution-common (3.39.2-1) ... Setting up engrampa-common (1.24.1-1) ... Setting up python3-six (1.15.0-2) ... Setting up python3-simplejson (3.17.2-1) ... Setting up libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-13ubuntu1) ... Setting up patchutils (0.4.2-1) ... Setting up libatk-bridge2.0-0:amd64 (2.38.0-1build1) ... Setting up printer-driver-c2esp (27-8) ... Setting up python3-pil:amd64 (8.1.1-1) ... Setting up libjson-maybexs-perl (1.004003-1) ... Setting up libfakekey0:amd64 (0.3+git20170516-2build2) ... Setting up libxml-sax-base-perl (1.09-1.1) ... Setting up python3-cups:amd64 (2.0.1-4build1) ... Setting up libio-string-perl (1.08-3.1) ... Setting up libreadonly-perl (2.050-3) ... Setting up libappmenu-gtk2-parser0:amd64 (0.7.6-2) ... Setting up libmatekbd-common (1.24.1-1) ... Setting up python3-tdb (1.4.3-1build1) ... Setting up gir1.2-pango-1.0:amd64 (1.48.2-1build2) ... Setting up gstreamer1.0-plugins-base:amd64 (1.18.3-1) ... Setting up libgl1:amd64 (1.3.2-1) ... Setting up python3-louis (3.16.0-1) ... Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ... Setting up python3-gpg (1.14.0-1ubuntu3) ... Setting up mesa-utils (8.4.0-1build1) ... Setting up python3-certifi (2020.6.20-1) ... Setting up libfile-find-rule-perl (0.34-1) ... Setting up va-driver-all:amd64 (2.10.0-1) ... Setting up libnotify4:amd64 (0.7.9-3ubuntu1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.40.2-2build2) ... Setting up libplank-common (0.11.89-3) ... Setting up pulseaudio-utils (1:14.2-1ubuntu1) ... Setting up python3-gi (3.38.0-2) ... Setting up mate-netbook-common (1.24.0-1) ... Setting up python3-reportlab-accel:amd64 (3.5.59-1) ... Setting up libunity9:amd64 (7.1.4+19.04.20190319-5) ... Setting up gtk2-engines-pixbuf:amd64 (2.24.33-1ubuntu2) ... Setting up libshout3:amd64 (2.4.5-1) ... Setting up python3-brlapi:amd64 (6.3+dfsg-1ubuntu1) ... Setting up python3-setproctitle:amd64 (1.2.1-1) ... Setting up python3-idna (2.10-1) ... Setting up libdata-optlist-perl (0.110-1.1) ... Setting up onboard-common (1.4.1-5build2) ... Setting up pulsemixer (1.5.1-1) ... Setting up libpostproc55:amd64 (7:4.3.2-0+deb11u1ubuntu1) ... Setting up pkg-config (0.29.2-1ubuntu1) ... Setting up libnma-common (1.8.30-1) ... Setting up python3-fasteners (0.14.1-2) ... Setting up librsvg2-common:amd64 (2.50.3+dfsg-1) ... dpkg: dependency problems prevent configuration of speech-dispatcher-espeak-ng: speech-dispatcher-espeak-ng depends on speech-dispatcher (= 0.10.2-2); however: Package speech-dispatcher is not configured yet. dpkg: error processing package speech-dispatcher-espeak-ng (--configure): dependency problems - leaving unconfigured Setting up libpangomm-1.4-1v5:amd64 (2.42.1-1) ... Setting up vala-panel-appmenu-common (0.7.6+dfsg1-3) ... Setting up python3-jeepney (0.6.0-1) ... Setting up libfile-desktopentry-perl (0.22-2) ... Setting up libtext-xslate-perl (3.5.8-1build2) ... Setting up python3-urllib3 (1.26.2-1) ... Setting up ayatana-indicator-power (2.1.1-2) ... Created symlink /etc/systemd/user/ayatana-indicators.target.wants/ayatana-indicator-power.service → /usr/lib/systemd/user/ayatana-indicator-power.service. Setting up python3-reportlab (3.5.59-1) ... Setting up appmenu-gtk-module-common (0.7.6-2) ... Created symlink /etc/systemd/user/xfce-session.target.wants/appmenu-gtk-module.service → /usr/lib/systemd/user/appmenu-gtk-module.service. Created symlink /etc/systemd/user/mate-session.target.wants/appmenu-gtk-module.service → /usr/lib/systemd/user/appmenu-gtk-module.service. Created symlink /etc/systemd/user/gnome-session.target.wants/appmenu-gtk-module.service → /usr/lib/systemd/user/appmenu-gtk-module.service. Setting up libnotify-bin (0.7.9-3ubuntu1) ... Setting up mate-utils-common (1.24.0-1) ... Setting up libwww-robotrules-perl (6.02-1) ... Setting up mate-sensors-applet-common (1.24.1-1) ... Setting up vdpau-driver-all:amd64 (1.4-3) ... Setting up g++ (4:10.2.0-1ubuntu1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist Setting up gir1.2-notify-0.7:amd64 (0.7.9-3ubuntu1) ... dpkg: dependency problems prevent configuration of libwebkit2gtk-4.0-37:amd64: libwebkit2gtk-4.0-37:amd64 depends on libenchant-2-2 (>= 2.2.3); however: Package libenchant-2-2:amd64 is not configured yet. dpkg: error processing package libwebkit2gtk-4.0-37:amd64 (--configure): dependency problems - leaving unconfigured Setting up mate-screensaver-common (1.24.1-1) ... Setting up libglew2.1:amd64 (2.1.0-4) ... Setting up mate-window-applets-common (21.04.0-0ubuntu1) ... Setting up at-spi2-core (2.39.90.1-1) ... Setting up caja-common (1.24.0-1) ... Setting up libgdk-pixbuf2.0-bin (2.42.2+dfsg-1build1) ... Setting up python3-defer (1.0.6-2.1) ... Setting up libhtml-parser-perl (3.75-1build1) ... Setting up glew-utils (2.1.0-4) ... Setting up qml-module-qtqml-models2:amd64 (5.15.2+dfsg-4) ... Setting up librole-tiny-perl (2.002004-1) ... Setting up x11-utils (7.7+5) ... Setting up python3-httplib2 (0.18.1-3) ... Setting up ure (1:7.1.1~rc2-2ubuntu1) ... Setting up gtk2-engines:amd64 (1:2.20.2-5build2) ... Setting up build-essential (12.8ubuntu3) ... Setting up python3-dateutil (2.8.1-5) ... Setting up pluma-common (1.24.1-1) ... Setting up x11-session-utils (7.7+4) ... Setting up libswscale5:amd64 (7:4.3.2-0+deb11u1ubuntu1) ... dpkg: dependency problems prevent configuration of orca: orca depends on speech-dispatcher (>= 0.8); however: Package speech-dispatcher is not configured yet. dpkg: error processing package orca (--configure): dependency problems - leaving unconfigured Setting up libglu1-mesa:amd64 (9.0.1-1build1) ... Setting up xterm (361-1ubuntu3) ... update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/xterm.1.gz (of link group x-terminal-emulator) doesn't exist update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/lxterm.1.gz (of link group x-terminal-emulator) doesn't exist Setting up modemmanager (1.14.10-0.1) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service → /lib/systemd/system/ModemManager.service. Created symlink /etc/systemd/system/multi-user.target.wants/ModemManager.service → /lib/systemd/system/ModemManager.service. Setting up libatk-wrapper-java (0.38.0-1) ... Setting up brltty-x11 (6.3+dfsg-1ubuntu1) ... Setting up lsb-release (11.1.0ubuntu2) ... Setting up pipewire:amd64 (0.3.22-2) ... Created symlink /etc/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service. Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket. Setting up libdbusmenu-gtk4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... Setting up python3-xkit (0.5.0ubuntu4) ... Setting up libfont-ttf-perl (1.06-1.1) ... Setting up libsdl2-2.0-0:amd64 (2.0.14+dfsg2-3) ... Setting up evolution-data-server-common (3.39.2-0ubuntu1) ... Setting up python3-lib2to3 (3.9.2-1ubuntu1) ... Setting up mate-applets-common (1.24.1-0ubuntu1) ... Setting up python3-distro-info (1.0) ... Setting up libalgorithm-diff-xs-perl (0.04-6build1) ... Setting up foomatic-db-compressed-ppds (20200820-1) ... Setting up libio-socket-ssl-perl (2.069-1) ... dpkg: dependency problems prevent configuration of libgspell-1-2:amd64: libgspell-1-2:amd64 depends on libenchant-2-2 (>= 2.2.3); however: Package libenchant-2-2:amd64 is not configured yet. dpkg: error processing package libgspell-1-2:amd64 (--configure): dependency problems - leaving unconfigured Setting up libgtk-3-common (3.24.25-1ubuntu2) ... Setting up python3-systemd (234-3build4) ... Setting up python3-cffi-backend:amd64 (1.14.5-1) ... Setting up python3-mako (1.1.3+ds1-2) ... Setting up libsub-exporter-perl (0.987-1) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libhttp-message-perl (6.28-1) ... Setting up python3-ptyprocess (0.7.0-1) ... Setting up mate-terminal-common (1.24.1-1) ... Setting up libatk-adaptor:amd64 (2.38.0-1build1) ... Setting up python3-pyxattr:amd64 (0.7.2-1build1) ... Setting up libhtml-form-perl (6.07-1) ... Setting up python3-blinker (1.4+dfsg1-0.3ubuntu2) ... Setting up python3-pkg-resources (52.0.0-1) ... Setting up python3-xlib (0.29-1) ... Setting up libiterator-perl (0.03+ds1-1.1) ... Setting up libgoa-1.0-common (3.38.0-3ubuntu1) ... Setting up gsettings-desktop-schemas (3.38.0-1ubuntu1) ... Setting up youtube-dl (2021.02.10-1) ... Setting up libgweather-common (3.36.1-1) ... Setting up libfile-mimeinfo-perl (0.30-1) ... Setting up gtk2-engines-murrine:amd64 (0.98.2-3) ... Setting up python3-lockfile (1:0.12.2-2.2) ... Setting up libhttp-negotiate-perl (6.01-1) ... Setting up python3-dbus (1.2.16-5) ... dpkg: dependency problems prevent configuration of gir1.2-webkit2-4.0:amd64: gir1.2-webkit2-4.0:amd64 depends on libwebkit2gtk-4.0-37 (>= 2.29.4); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package gir1.2-webkit2-4.0:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of shotwell: shotwell depends on libwebkit2gtk-4.0-37 (>= 2.25.1); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package shotwell (--configure): dependency problems - leaving unconfigured Setting up libmateweather-common (1.24.1-1) ... Setting up libdbusmenu-gtk3-4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... Setting up mate-settings-daemon-common (1.24.1-1) ... Setting up python3-cairo:amd64 (1.16.2-4build2) ... Setting up python3-renderpm:amd64 (3.5.59-1) ... Setting up printer-driver-foo2zjs-common (20200505dfsg0-1) ... Setting up python3-distro (1.5.0-1) ... dpkg: dependency problems prevent configuration of libevolution: libevolution depends on libenchant-2-2 (>= 2.2.3); however: Package libenchant-2-2:amd64 is not configured yet. libevolution depends on libgspell-1-2 (>= 1.8.2); however: Package libgspell-1-2:amd64 is not configured yet. libevolution depends on libwebkit2gtk-4.0-37 (>= 2.28); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package libevolution (--configure): dependency problems - leaving unconfigured Setting up libiterator-util-perl (0.02+ds1-1.1) ... Setting up rhythmbox-data (3.4.4-1ubuntu4) ... Setting up ayatana-indicator-notifications (0.8.90-1) ... Created symlink /etc/systemd/user/ayatana-indicators.target.wants/ayatana-indicator-notifications.service → /usr/lib/systemd/user/ayatana-indicator-notifications.service. dpkg: dependency problems prevent configuration of libedataserverui-1.2-3:amd64: libedataserverui-1.2-3:amd64 depends on libwebkit2gtk-4.0-37 (>= 2.25.1); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package libedataserverui-1.2-3:amd64 (--configure): dependency problems - leaving unconfigured Setting up xbrlapi (6.3+dfsg-1ubuntu1) ... Setting up python3-jwt (1.7.1-2ubuntu2) ... Setting up libhttp-cookies-perl (6.10-1) ... Setting up python3-speechd (0.10.2-2) ... Setting up python3-colorama (0.4.4-1) ... Setting up python3-talloc:amd64 (2.3.1-2build1) ... Setting up gnome-menus (3.36.0-1ubuntu1) ... Setting up libextutils-pkgconfig-perl (1.16-1.1) ... Setting up cups-bsd (2.3.3op2-3ubuntu1) ... dpkg: dependency problems prevent configuration of gufw: gufw depends on gir1.2-webkit2-4.0; however: Package gir1.2-webkit2-4.0:amd64 is not configured yet. dpkg: error processing package gufw (--configure): dependency problems - leaving unconfigured Setting up python3-problem-report (2.20.11-0ubuntu59) ... Setting up nvidia-prime (0.8.16) ... Setting up python3-apt (2.1.7) ... Setting up appmenu-gtk2-module:amd64 (0.7.6-2) ... Setting up numlockx (1.2-8) ... Setting up x11-xkb-utils (7.7+5build2) ... Setting up python3-olefile (0.46-3) ... Setting up libhtml-tree-perl (5.07-2) ... Setting up rofi (1.5.4-1) ... dpkg: dependency problems prevent configuration of evolution: evolution depends on libevolution (>= 3.39.2); however: Package libevolution is not configured yet. evolution depends on libevolution (<< 3.40); however: Package libevolution is not configured yet. dpkg: error processing package evolution (--configure): dependency problems - leaving unconfigured Setting up python3-bcrypt (3.1.7-4) ... dpkg: dependency problems prevent configuration of rhythmbox-plugins: rhythmbox-plugins depends on gir1.2-webkit2-4.0; however: Package gir1.2-webkit2-4.0:amd64 is not configured yet. dpkg: error processing package rhythmbox-plugins (--configure): dependency problems - leaving unconfigured Setting up libparams-classify-perl (0.015-1build3) ... Setting up libwmf0.2-7-gtk (0.2.8.4-17ubuntu1) ... Setting up python3-debconf (1.5.74) ... Setting up libqt5gui5:amd64 (5.15.2+dfsg-5) ... Setting up hplip-data (3.21.2+dfsg1-1) ... Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ... Setting up x11-apps (7.7+8) ... dpkg: dependency problems prevent configuration of evolution-plugins: evolution-plugins depends on libevolution (>= 3.39.2); however: Package libevolution is not configured yet. evolution-plugins depends on libevolution (<< 3.40); however: Package libevolution is not configured yet. evolution-plugins depends on libwebkit2gtk-4.0-37 (>= 2.28); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. evolution-plugins depends on evolution (= 3.39.2-1); however: Package evolution is not configured yet. dpkg: error processing package evolution-plugins (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of yelp: yelp depends on libwebkit2gtk-4.0-37 (>= 2.19.2); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package yelp (--configure): dependency problems - leaving unconfigured Setting up python3-yaml (5.3.1-3build1) ... Setting up libcurl3-gnutls:amd64 (7.74.0-1ubuntu1) ... Setting up libqt5widgets5:amd64 (5.15.2+dfsg-5) ... dpkg: dependency problems prevent configuration of libyelp0:amd64: libyelp0:amd64 depends on libwebkit2gtk-4.0-37 (>= 2.19.2); however: Package libwebkit2gtk-4.0-37:amd64 is not configured yet. dpkg: error processing package libyelp0:amd64 (--configure): dependency problems - leaving unconfigured dpkg: too many errors, stopping Processing triggers for menu (2.1.47ubuntu4) ... Processing triggers for dictionaries-common (1.28.4) ... Processing triggers for dbus (1.12.20-1ubuntu3) ... Processing triggers for ca-certificates (20210119build1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for sgml-base (1.30) ... Processing triggers for initramfs-tools (0.137ubuntu12) ... Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1build1) ... Processing triggers for libc-bin (2.33-0ubuntu2) ... Errors were encountered while processing: libpaper1:amd64 libgs9:amd64 libspectre1:amd64 libpaper-utils samba-common ghostscript libatrildocument3 cups-daemon atril libatrilview3 smbclient samba-common-bin hunspell-en-us printer-driver-ptouch cups-filters printer-driver-hpcups printer-driver-m2300w hplip printer-driver-pxljr cups-browsed cups-core-drivers cups printer-driver-sag-gdi aspell-en printer-driver-pnm2ppa ghostscript-x printer-driver-gutenprint printer-driver-foo2zjs printer-driver-splix bluez-cups ubuntu-mate-desktop ubuntu-mate-core libenchant-2-2:amd64 enchant-2 pluma speech-dispatcher speech-dispatcher-espeak-ng libwebkit2gtk-4.0-37:amd64 orca libgspell-1-2:amd64 gir1.2-webkit2-4.0:amd64 shotwell libevolution libedataserverui-1.2-3:amd64 gufw evolution rhythmbox-plugins evolution-plugins yelp libyelp0:amd64 Processing was halted because there were too many errors. E: Sub-process /usr/bin/dpkg returned an error code (1) The command '/bin/sh -c apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y ubuntu-mate-desktop' returned a non-zero code: 100 (full log is attached) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1918021/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp