install mariadb 10.2 ubuntu 16.04
sudo apt update sudo apt install mariadb-server
Here is what the above code is Doing:
1. Update the package index.
2. Install the MariaDB server package.
3. Run the post-installation script.
4. Start the MariaDB server.
5. Enable the MariaDB service to start on boot.