I am trying to uninstall MySQL completely from Ubuntu 16.04 LTS,but I am facing an issue saying:
The following packages have unmet dependencies:
mariadb-client-10.0 : Depends: libdbd-mysql-perl (>= 1.2202) but it is not going to be installed
mariadb-client-core-10.0 : Depends: mariadb-common (>= 10.0.24-7) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I tried also to uninstall Mariadb but I have always the same problem. Any idea !!
dbconfig-mysql
first. But, thanks! – trinaldi Oct 26 '16 at 23:24sudo apt-get purge dbconfig-mysql
and did other removals and install, it worked. Thanks a lot! – Arvind K. Oct 29 '17 at 11:03