There is not a lot in your logs, all I can see is mysql-common failing to install for missing files.
That is usually a broken config on a local system. Either by messing with /etc in a bad way or by third party (pretend to be compatible) DBs/tools changing paths/files. Without more info all I can recommend is trying to purge (willa lso remove any config, but also DBs if you have any) and then cleanly re- install mysql-common First you could check $ dpkg --verify mysql-common If anything is not as it should be. And then if not clear yet purge and reinstall $ sudo apt remove --purge mysql-common $ sudo apt install mysql-common The purge might strip more packages (dependencies) so you might need to (re-)install more as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830215 Title: package libmysqlclient20:amd64 5.7.26-0ubuntu0.16.04.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1830215/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
