How to check your Ubuntu Version
DIFFICULTY strong> | Basic - 1 | Medium - 2 | Advanced - 3 td> |
TIME REQUIRED strong> | 5 min |
RELATED PRODUCTS strong> | Linux-based VPS or dedicated servers |
Here is a quick tutorial on how to check your Ubuntu version.
Open a terminal window and enter the following from the command line to obtain version information on Ubuntu:
The -a option provides all of the information available to lsb_release. (Triva fact: "lsb" stands for "Linux Standard Base".)
The distributor ID shows that the operating system is Ubuntu. The complete description for this example is "Ubuntu 14.04.1 LTS". The version number is 14.04.1, meaning that it was the first version that was released in October, 2014. The "LTS" designator indicates that this version is eligible for long-term support, so it will be officially supported for the next five years. The code name for this version of Ubuntu is "trusty," which is short for the official code name Trusty Tahr.