Package Manager 'Error: BrokenCount > 0'

Asked by Patrick Cahel

joeg@flyingmachine:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 122, in <module>
    with apt.Cache() as cache:
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 165, in open
    self._depcache = apt_pkg.DepCache(self._cache)
SystemError: E:The package gir1.2-javascriptcoregtk-4.0 needs to be reinstalled, but I can't find an archive for it.
joeg@flyingmachine:~$
joeg@flyingmachine:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
joeg@flyingmachine:~$
joeg@flyingmachine:~$ dpkg --print-foreign-architectures
i386
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo grep -R roxy /etc/apt/*
joeg@flyingmachine:~$
joeg@flyingmachine:~$ grep roxy /etc/environment
joeg@flyingmachine:~$
joeg@flyingmachine:~$ echo $http_proxy

joeg@flyingmachine:~$
joeg@flyingmachine:~$ echo $ftp_proxy

joeg@flyingmachine:~$
joeg@flyingmachine:~$ grep roxy /etc/bash.bashrc
joeg@flyingmachine:~$
joeg@flyingmachine:~$ grep roxy ~/.bashrc
joeg@flyingmachine:~$
joeg@flyingmachine:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo fuser -vvv /var/lib/dpkg/lock
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo fuser -vvv /var/cache/apt/archives/lock
joeg@flyingmachine:~$
joeg@flyingmachine:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
joeg@flyingmachine:~$
joeg@flyingmachine:~$ uname -a
Linux flyingmachine 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm /var/lib/apt/lists/lock
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm /var/cache/apt/archives/lock
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm /var/lib/dpkg/lock
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
mv: cannot stat '/var/lib/dpkg/available': No such file or directory
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm -rf /var/lib/dpkg/updates/*
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm -rf /var/lib/apt/lists
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo rm /var/cache/apt/*.bin
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo mkdir /var/lib/apt/lists
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo mkdir /var/lib/apt/lists/partial
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get clean
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of gir1.2-webkit2-4.0:amd64:
 gir1.2-webkit2-4.0:amd64 depends on gir1.2-javascriptcoregtk-4.0 (= 2.18.0-0ubuntu0.16.04.2); however:
  Package gir1.2-javascriptcoregtk-4.0:amd64 is not installed.
 gir1.2-webkit2-4.0:amd64 depends on libwebkit2gtk-4.0-37 (>= 2.17.90); however:
  Version of libwebkit2gtk-4.0-37:amd64 on system is 2.16.3-0ubuntu0.16.04.1.

dpkg: error processing package gir1.2-webkit2-4.0:amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.3) ...
Setting up grub-pc (2.02~beta2-36ubuntu3.14) ...
Installing for i386-pc platform.
Installation finished. No error reported.
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.10.0-28-generic
Found initrd image: /boot/initrd.img-4.10.0-28-generic
Found memtest86+ image: /memtest86+.elf
Found memtest86+ image: /memtest86+.bin
done
Setting up apparmor (2.10.95-0ubuntu2.7) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Setting up initramfs-tools (0.122ubuntu8.9) ...
update-initramfs: deferring update (trigger activated)
Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.3) ...
Setting up ubuntu-drivers-common (1:0.4.17.3) ...
Setting up snapd (2.27.5) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Setting up libgl1-mesa-glx:amd64 (17.0.7-0ubuntu0.16.04.2) ...
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.4) ...
Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Setting up ubuntu-core-launcher (2.27.5) ...
Setting up gcc-5 (5.4.0-6ubuntu1~16.04.5) ...
Processing triggers for ca-certificates (20170717~16.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Setting up libcups2:amd64 (2.1.3-4ubuntu0.3) ...
Setting up python3.5 (3.5.2-2ubuntu0~16.04.3) ...
dpkg: dependency problems prevent configuration of ubuntu-release-upgrader-gtk:
 ubuntu-release-upgrader-gtk depends on gir1.2-webkit2-4.0 | gir1.2-webkit-3.0; however:
  Package gir1.2-webkit2-4.0:amd64 is not configured yet.
  Package gir1.2-webkit-3.0 is not installed.

dpkg: error processing package ubuntu-release-upgrader-gtk (--configure):
 dependency problems - leaving unconfigured
Setting up samba-libs:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.11) ...
Setting up libcupsmime1:amd64 (2.1.3-4ubuntu0.3) ...
Setting up cups-daemon (2.1.3-4ubuntu0.3) ...
Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Setting up cups-core-drivers (2.1.3-4ubuntu0.3) ...
Setting up libsmbclient:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.11) ...
Setting up libcupsppdc1:amd64 (2.1.3-4ubuntu0.3) ...
Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.3) ...
dpkg: dependency problems prevent configuration of update-manager:
 update-manager depends on ubuntu-release-upgrader-gtk; however:
  Package ubuntu-release-upgrader-gtk is not configured yet.

dpkg: error processing package update-manager (--configure):
 dependency problems - leaving unconfigured
Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.7) ...
Setting up cups-client (2.1.3-4ubuntu0.3) ...
Setting up libcupscgi1:amd64 (2.1.3-4ubuntu0.3) ...
Setting up libegl1-mesa:amd64 (17.0.7-0ubuntu0.16.04.2) ...
Setting up cups-ppdc (2.1.3-4ubuntu0.3) ...
Setting up ghostscript (9.18~dfsg~0-0ubuntu2.7) ...
Setting up cups-bsd (2.1.3-4ubuntu0.3) ...
Setting up libwayland-egl1-mesa:amd64 (17.0.7-0ubuntu0.16.04.2) ...
Setting up ghostscript-x (9.18~dfsg~0-0ubuntu2.7) ...
Setting up xserver-xorg-core-hwe-16.04 (2:1.19.3-1ubuntu1~16.04.4) ...
Setting up cups (2.1.3-4ubuntu0.3) ...
Updating PPD files for cups ...
Setting up python3-update-manager (1:16.04.10) ...
Setting up python3-distupgrade (1:16.04.23) ...
Setting up ubuntu-release-upgrader-core (1:16.04.23) ...
Setting up update-manager-core (1:16.04.10) ...
Processing triggers for initramfs-tools (0.122ubuntu8.9) ...
update-initramfs: Generating /boot/initrd.img-4.10.0-28-generic
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Errors were encountered while processing:
 gir1.2-webkit2-4.0:amd64
 ubuntu-release-upgrader-gtk
 update-manager
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo dpkg --clear-avail
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package gir1.2-javascriptcoregtk-4.0 needs to be reinstalled, but I can't find an archive for it.
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package gir1.2-javascriptcoregtk-4.0 needs to be reinstalled, but I can't find an archive for it.
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package gir1.2-javascriptcoregtk-4.0 needs to be reinstalled, but I can't find an archive for it.
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages [1196 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 Metadata [733 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons [409 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Get:11 http://archive.ubuntu.com/ubuntu xenial/restricted i386 Packages [8684 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 DEP-11 Metadata [186 B]
Get:14 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages [7512 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 Metadata [3410 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons [7448 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial/multiverse i386 Packages [140 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 Metadata [63.8 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 Icons [230 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [651 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [617 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [273 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [307 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [215 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [8088 B]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/restricted i386 Packages [8072 B]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2672 B]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 DEP-11 Metadata [157 B]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [544 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [517 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [221 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [174 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [245 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB]
Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [15.3 kB]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [7996 B]
Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5888 B]
Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse DEP-11 64x64 Icons [14.3 kB]
Get:43 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4860 B]
Get:44 http://archive.ubuntu.com/ubuntu xenial-backports/main i386 Packages [4852 B]
Get:45 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3220 B]
Get:46 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3328 B]
Get:47 http://archive.ubuntu.com/ubuntu xenial-backports/main DEP-11 64x64 Icons [29 B]
Get:48 http://archive.ubuntu.com/ubuntu xenial-backports/restricted amd64 DEP-11 Metadata [194 B]
Get:49 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [5896 B]
Get:50 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [5896 B]
Get:51 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3060 B]
Get:52 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [4588 B]
Get:53 http://archive.ubuntu.com/ubuntu xenial-backports/universe DEP-11 64x64 Icons [2717 B]
Get:54 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 DEP-11 Metadata [216 B]
Get:55 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse DEP-11 64x64 Icons [29 B]
Get:56 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages [381 kB]
Get:57 http://archive.ubuntu.com/ubuntu xenial-security/main i386 Packages [352 kB]
Get:58 http://archive.ubuntu.com/ubuntu xenial-security/main Translation-en [168 kB]
Get:59 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [60.2 kB]
Get:60 http://archive.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [62.6 kB]
Get:61 http://archive.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7472 B]
Get:62 http://archive.ubuntu.com/ubuntu xenial-security/restricted i386 Packages [7472 B]
Get:63 http://archive.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2412 B]
Get:64 http://archive.ubuntu.com/ubuntu xenial-security/restricted amd64 DEP-11 Metadata [200 B]
Get:65 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [178 kB]
Get:66 http://archive.ubuntu.com/ubuntu xenial-security/universe i386 Packages [153 kB]
Get:67 http://archive.ubuntu.com/ubuntu xenial-security/universe Translation-en [94.3 kB]
Get:68 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [51.4 kB]
Get:69 http://archive.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [85.1 kB]
Get:70 http://archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3208 B]
Get:71 http://archive.ubuntu.com/ubuntu xenial-security/multiverse i386 Packages [3388 B]
Get:72 http://archive.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1336 B]
Get:73 http://archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [212 B]
Get:74 http://archive.ubuntu.com/ubuntu xenial-security/multiverse DEP-11 64x64 Icons [29 B]
Fetched 41.1 MB in 6s (6644 kB/s)
Reading package lists... Done
joeg@flyingmachine:~$
joeg@flyingmachine:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 gir1.2-webkit2-4.0 : Depends: gir1.2-javascriptcoregtk-4.0 (= 2.18.0-0ubuntu0.16.04.2) but 2.16.3-0ubuntu0.16.04.1 is installed
                      Depends: libwebkit2gtk-4.0-37 (>= 2.17.90) but 2.16.3-0ubuntu0.16.04.1 is installed
E: Unmet dependencies. Try using -f.
joeg@flyingmachine:~$
joeg@flyingmachine:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu-GNOME 16.04.3 LTS _Xenial Xerus_ - Release amd64 (20170801)]/ xenial main multiverse restricted universe
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://archive.ubuntu.com/ubuntu xenial main restricted
     6 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted
    11 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://archive.ubuntu.com/ubuntu xenial universe
    17 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
    18 deb http://archive.ubuntu.com/ubuntu xenial-updates universe
    19 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://archive.ubuntu.com/ubuntu xenial multiverse
    27 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
    28 deb http://archive.ubuntu.com/ubuntu xenial-updates multiverse
    29 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
    37 # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    38
    39 ## Uncomment the following two lines to add software from Canonical's
    40 ## 'partner' repository.
    41 ## This software is not part of Ubuntu, but is offered by Canonical and the
    42 ## respective vendors as a service to Ubuntu users.
    43 # deb http://archive.canonical.com/ubuntu xenial partner
    44 # deb-src http://archive.canonical.com/ubuntu xenial partner
    45
    46 deb http://archive.ubuntu.com/ubuntu xenial-security main restricted
    47 # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
    48 deb http://archive.ubuntu.com/ubuntu xenial-security universe
    49 # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
    50 deb http://archive.ubuntu.com/ubuntu xenial-security multiverse
    51 # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
joeg@flyingmachine:~$
joeg@flyingmachine:~$ sudo dpkg --audit
The following packages are in a mess due to serious problems during
installation. They must be reinstalled for them (and any packages
that depend on them) to function properly:
 gir1.2-javascriptcoregtk-4.0:amd64 JavaScript engine library from WebKitGTK+ - GObje

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:
 gir1.2-webkit2-4.0:amd64 Web content engine library for GTK+ - GObject introspecti
 ubuntu-release-upgrader-gtk manage release upgrades
 update-manager GNOME application that manages apt updates

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Try the command

sudo apt-get install --reinstall gir1.2-javascriptcoregtk-4.0 -f

and report the results.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

what is the output of:

apt-cache policy gir1.2-webkit2-4.0 gir1.2-javascriptcoregtk-4.0

Thanks

Can you help with this problem?

Provide an answer of your own, or ask Patrick Cahel for more information if necessary.

To post a message you must log in.