Sometimes you might get doubt like what Ubuntu version I am using? And how to check it?In this post I will show you two simple methods of finding out Ubuntu version running in your system. 😉
Method 1:
- Goto System –> Click About Ubuntu. The first line of the page that loads will tell you the version number.
Method 2:(Using Terminal)
- Goto Applications –> Accessories –> Terminal
- Type the following command,
cat /etc/lsb-release
or
cat /etc/issue
The Ubuntu version will be displayed on the screen. 🙂