Install Mariadb 10.1 – Ubuntu 16.04
Installing the latest stable version of Mariadb, v. 10.1, is pretty straight forward. Start off…
Today we’ll learn how to find which version of Ubuntu you’re running.
To do this, launch a terminal window and issue the following at the terminal:
1 |
lsb_release -a |
The terminal window will throw back the version of Ubuntu currently installed, followed by the Release number and Codename of the version.
1 2 3 4 5 6 |
# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic |
That’s it!