Home » , , » How To – Find Out Your Ubuntu Version Name

How To – Find Out Your Ubuntu Version Name

Written By 1 on Thursday, April 12, 2012 | 9:17 PM

It’s easy enough to do.

1) Applications -> Accessories -> Terminal
2) Type the following at the prompt:
vi /etc/lsb-release

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"

Here is another command for the same purpose:

lsb_release -a

0 Comment:

Post a Comment