Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
sudo apt-get install software-properties-common dirmngr apt-transport-https
|
sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
|
sudo add-apt-repository 'deb [arch=amd64] https://mirrors.nxthost.com/mariadb/repo/10.5/debian buster main'
|
# MariaDB 10.5 repository list - created 2021-04-28 15:11 UTC
|
# https://mariadb.org/download/
|
deb [arch=amd64] https://mirrors.nxthost.com/mariadb/repo/10.5/debian buster main
|
deb-src https://mirrors.nxthost.com/mariadb/repo/10.5/debian buster main
|
The instructions also need to specify amd64,arm64,ppc64le, not just amd64
Check all Debian based distributions to ensure they all have the right architectures appended.