# Install Percona Server for MySQL 8.0 from a binary tarball A binary tarball contains a group of files, including the source code, bundled together into one file using the `tar` command and compressed using `gzip`. See the list of the [binary tarball available based on the Percona Server for MySQL version](binary-tarball-names.md) to select the right tarball for your environment. You can download the binary tarballs from the `Linux - Generic` [section](https://www.percona.com/downloads/Percona-Server-8.0/LATEST/binary/tarball/) on the download page. Fetch and extract the correct binary tarball. For example for *Debian 10*: ```{.bash data-prompt="$"} $ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-8.0.26-16/binary/tarball/Percona-Server-8.0.26-16-Linux.x86_64.glibc2.12.tar.gz ```