Ejemplo 1: No se pueden corregir los problemas, ha retenido paquetes rotos.
sudo apt-get install -f
sudo dpkg --configure -a
Ejemplo 2: No se pueden corregir los problemas, ha retenido paquetes rotos
$ sudo dpkg --list
then look for a package with the name of the one you're trying to install
eg mysql and purge them by name. I repeat by name.
$sudo apt-get purge <package name>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)