Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 665 Bytes

percona-release-apt.md

File metadata and controls

24 lines (17 loc) · 665 Bytes
  1. Install the curl download utility if it's not installed already:

    $ sudo apt update
    $ sudo apt install curl 
  2. Download the percona-release repository package:

    $ curl -O https://repo.percona.com/apt/percona-release_latest.generic_all.deb
  3. Install the downloaded repository package and its dependencies using apt:

    $ sudo apt install gnupg2 lsb-release ./percona-release_latest.generic_all.deb
  4. Refresh the local cache to update the package information:

    $ sudo apt update