• 0

How to check your ubuntu version

Occasionally you might want to know the version of ubuntu when installing a package. I usually use the following command

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu Saucy Salamander (development branch)"