Find the Debian or Ubuntu version
Last Updated on Monday, 15 August 2011 15:56
|
Find your Debian or Ubuntu version your are running
Sometimes you need to know the current version you are running.
- Open a terminal
- execute the following command
It should return something like :
user@Blackrain:/var/run$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.04 Release: 11.04 Codename: natty
Find the running version for Debian
user@Blackrain:/var/run$ cat /etc/debian_version squeeze/sid
Find the running version for Ubuntu
user@Blackrain:/var/run$ cat /etc/issue Ubuntu 11.04 \n \lTags: find, version, ubuntu, debian, 11.04, /var/run$, running, /etc/debian_version, /etc/issue, lsb_release




