A Quick Guide to Using the MySQL APT Repository

$> sudo apt-get update 3. Install packages that the build process depends on: $> sudo apt-get build-dep mysql-server 4. Download the source code for the major components of MySQL and then build them (run this command in the folder in which you want the downloaded files and the builds to be located): $> apt-get source -b mysql-server ................
................