A Quick Guide to Using the MySQL APT Repository

$> sudo apt-get install package-name For example, to install the MySQL Workbench: $> sudo apt-get install mysql-workbench-community To install the shared client libraries: $> sudo apt-get install libmysqlclient21 Installing MySQL from Source with the MySQL APT Repository Note This feature is only supported on 64-bit systems. ................
................