unmet dependencies issue while mariadb-server on Ubuntu 18.04(SOLVED).

To solve the unmet dependencies follow the instruction below:
1. Add the MariaDB GPG key to your system. Run the commend below:sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8

Note: For Ubuntu 18.04  install software-properties-common package to get add-apt-repository command.

2. Add the MariaDB repository with the following command:sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://ftp.utexas.edu/mariadb/repo/10.3/ubuntu bionic main'
3. Update the packages list: sudo apt update
4.  Now install the MariaDB package: sudo apt install mariadb-server


Comments

Popular posts from this blog

(Solved) (Fixed )MariaDB Unmet Dependencies on Ubuntu 20.04.

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.