The Ubuntu repository does not have the latest MariaDB 10.4. How can I install the latest version of MariaDB on my Ubuntu machine?
Here are the steps to install the latest MariaDB 10.4 on the Ubuntu machine:
sudo apt-get install software-properties-commonsudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://mirror.ehv.weppel.nl/mariadb/repo/10.4/ubuntu bionic main'
sudo apt updatesudo apt install mariadb-server
If the above steps give the error, check the link given in the first step.