Monday, January 4, 2016

How to find out which Ubuntu version that i have


Okay now i'm going to show you how to find out about which ubuntu version that i currently have installed on my system.

To do that is very easy, all you have to do is open command line/console/terminal on ubuntu and then type this command:

lsb_release -a


That command will output ubuntu version and also the code name, as you can see above, i currently have ubuntu 15.10 and the code name is 'wily' means wily werewolf.

The lsb_release have some parameters that you can use, in case you just need to output some information there is an option to do that.

lsb_release -c

lsb_release -r

lsb_release -d

That's it, that's how you find out about ubuntu version that you are currently have right now, pretty simple isn't it?

No comments:

Post a Comment