E: O pacote 'libmysqlclient18' não tem candidato de instalação

0

Estou instalando o mysql no Ubuntu 16.04 seguindo link

install the shared client libraries:

 shell> sudo apt-get install libmysqlclient18
$ sudo apt-get install libmysqlclient18
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libmysqlclient18 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmysqlclient18' has no installation candidate

Como devo resolver o erro? Obrigado.

    
por Tim 06.11.2017 / 20:49

1 resposta

1

O pacote libmysqlclient18 está apenas em 12.04 e 14.04. Não 16.04.

O pacote libmysqlclient20 está em 16.04 e mais recente (a partir de JUN 2018)

Por favor, deixe a equipe do mysql saber que sua documentação precisa ser atualizada.

    
por user535733 06.11.2017 / 20:56