Just upgraded my packages again and have some more package issues by the looks. I'm not going to force anything this time. Any ideas how to get around this?
Thanks.
Peter
Code:
sudo apt-get dist-upgrade [sudo] password for pnunn: 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: libmariadbclient18 : Depends: libmysqlclient18 (= 10.0.17+maria-1~trusty) but 5.6.23-1~exp1~ubuntu2 is installed E: Unmet dependencies. Try using -f.
Code:
sudo apt-get -f install 100 ↵ 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: libasyncns0:i386 libjack-jackd2-0:i386 libsamplerate0:i386 libspeexdsp1:i386 libwrap0:i386 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libmysqlclient18 The following packages will be upgraded: libmysqlclient18 1 to upgrade, 0 to newly install, 0 to remove and 22 not to upgrade. 63 not fully installed or removed. Need to get 0 B/2,890 B of archives. After this operation, 4,002 kB disk space will be freed. Do you want to continue? [Y/n] dpkg: error processing archive /var/cache/apt/archives/libmysqlclient18_10.0.17+maria-1~trusty_amd64.deb (--unpack): libmysqlclient18:amd64 10.0.17+maria-1~trusty (Multi-Arch: no) is not co-installable with libmysqlclient18 which has multiple installed instances Errors were encountered while processing: /var/cache/apt/archives/libmysqlclient18_10.0.17+maria-1~trusty_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Peter
Comment