Estoy instalando mysql en Ubuntu 16.04 siguiendo https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#apt-repo-fresh-install
instalar las bibliotecas cliente compartidas:
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
¿Cómo soluciono el error?
Gracias.
Respuesta aceptada:
El paquete libmysqlclient18
está en 12.04 y 14.04 solamente. No 16.04.
El paquete libmysqlclient20
está en 16.04 y más reciente (a partir de JUNIO de 2018)
Informe al equipo de mysql que su documentación debe actualizarse.