Para instalar mysql-server 8 desde repos.uclv.edu.cu/percona
Ayuda desde: https://docs.percona.com/percona-server/8.0/apt-repo.html
Install Percona Server for MySQL using APT
Update the package repositories:
apt update
Install the curl download utility if needed:
apt install curl
Install the downloaded package with apt as root or with sudo:
apt install gnupg2 lsb-release
Esto va a crear los mirrors en /etc/apt/source.lists.d
cat > /etc/apt/sources.list.d/percona-uclv.list << EOF
deb http://repos.uclv.edu.cu/percona/ps-80/apt bookworm main
deb http://repos.uclv.edu.cu/percona/apt bookworm main
EOF
Refresh the local cache to update the package information:
apt update
Finalmente
apt install percona-server-server