Ich installiere mysql unter Ubuntu 16.04 nach https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#apt-repo-fresh-install
Installieren Sie die gemeinsam genutzten Client-Bibliotheken:
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
Wie soll ich den Fehler beheben?
Danke.
Akzeptierte Antwort:
Das Paket libmysqlclient18
ist nur in 12.04 und 14.04. Nicht 16.04.
Das Paket libmysqlclient20
ist in 16.04 und neuer (ab JUN 2018)
Bitte teilen Sie dem MySQL-Team mit, dass seine Dokumentation aktualisiert werden muss.