リポジトリに「mysql」という名前のパッケージはありません。
他の mysql サーバーに接続する場合は、mysql-client パッケージが必要です:sudo apt-get install mysql-client
.
データベースをホストしたい場合は、mysql-server パッケージが必要です:sudo apt-get install mysql-server
.
インストールガイド:https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04
<ブロック引用>
sudo apt-get update &&sudo apt-get dist-upgrade
それから
<ブロック引用>sudo apt-get install mysql-server