Pasos para desatascar paquetes (dotdeb)
Publicado en 20 enero, 2016
http://serverfault.com/questions/526693/how-to-reinstall-broken-mysql-package
The following worked for me : apt-get -f install -o Dpkg::Options::="--force-overwrite" And followed by: apt-get purge mysql\* rm -rf /var/lib/mysql rm -rf /etc/mysql dpkg -l | grep -i mysql apt-get clean apt-get aut updatedb apt-get install mysql-client-core-5.5 mysql-client-5.5 mysql-common mysql-server-5.5

¿Algo que comentar?
Lo siento, debes estar conectado para publicar un comentario.