A Quick Guide to Using the MySQL APT Repository

$> sudo apt-get update Install any packages of your choice with the following command, replacing package-name with name of the package (here is a list of available packages): $> 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: ................
................