Sto installando mysql su Ubuntu 16.04 seguendo https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#apt-repo-fresh-install
installa le librerie client condivise:
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
Come posso risolvere l'errore?
Grazie.
Risposta accettata:
Il pacchetto libmysqlclient18
è solo in 12.04 e 14.04. Non 16.04.
Il pacchetto libmysqlclient20
è in 16.04 e versioni successive (a GIUGNO 2018)
Per favore informa il team di MySQL che la loro documentazione deve essere aggiornata.