Checking Ubuntu Version

Posted on

Check Ubuntu Version

Ubuntu is one of several Linux distribution which is quite famous and has lots of users whom prefer to use it in their desktop, workstation and even on their server.

But how do you actually check the current version of a running Ubuntu Linux Distribution ?, we are going to show it by executing command below :

user@hostname:/home/user$ lsb_release -r
Release:       16.04
user@hostname:/home/user$

Based on the above sample, we can see that the current version of running Ubuntu Linux Distribution’s version is 16.04.

Leave a Reply