How to know the installed version of Debian/Ubuntu?
We can know the version of Debian / Ubuntu we have installed by running the following command:
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"