Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Sunday, May 9, 2010

How to know what version of ubuntu you are running

To Know what is the version of ubuntu you are running just run the following command:

sudo cat /etc/lsb-release

your output should be somethinglike that:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=$version
DISTRIB_CODENAME=$codename
DISTRIB_DESCRIPTION=$description


thats it, peace of cake ha...