Como desinstalar o mysql

0

Eu tento desinstalar o mysql , mas recebo o erro

  askaran@jaskaran-OptiPlex-3020:/var/run/mysqld$ sudo apt-get remove --purge mysql-server mysql-client mysql-common
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package 'mysql-client' is not installed, so not removed
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
     libmysqlclient18 : Depends: mysql-common (>= 5.5.49-0ubuntu0.14.04.1) but it is not going to be installed
     libmysqlclient18:i386 : Depends: mysql-common:i386 (>= 5.5.49-0ubuntu0.14.04.1)
     mariadb-common : Depends: mysql-common but it is not going to be installed
     mysql-client-5.5 : Depends: mysql-common (>= 5.5.53-0ubuntu0.14.04.1) but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Jaskaran singh Rajal 06.12.2016 / 08:13

1 resposta

0

Tente sudo apt-get -f install e, em seguida, sudo apt-get purge mysql-server mysql-client mysql-common .

    
por rclocher3 06.12.2016 / 08:21