On Debian/Ubuntu

  1. Download the repository package:
shell> wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
  1. Install the repository package:
shell> sudo dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb
  1. Update local package list:
shell> sudo apt-get update
  1. Make sure that Percona packages are available:
shell> apt-cache search percona

You should see output similar to the following:

percona-xtrabackup-dbg - Debug symbols for Percona XtraBackup
percona-xtrabackup-test - Test suite for Percona XtraBackup
percona-xtradb-cluster-client - Percona XtraDB Cluster database client
percona-xtradb-cluster-server - Percona XtraDB Cluster database server
percona-xtradb-cluster-testsuite - Percona XtraDB ...

Get MySQL 8 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.