Results 1 to 7 of 7
How can I tell what debian release number is in my computer?
Under the /proc directory, there is a file called "version" that gives the kernel version number and the ...
- 11-16-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 11
what is my debian version number?
How can I tell what debian release number is in my computer?
Under the /proc directory, there is a file called "version" that gives the kernel version number and the g++ compiler version number. There is also anohther number that might be the Debian relase number, but it looks strange. I can't match this number up with any of the release numbers that go with the "sarge" release for example.
Thanks,
Keith Stallings
- 11-16-2007 #2
What is the output of this command?
Code:uname -a
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-16-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 11
- 11-16-2007 #4Registered Linux user #270181
TechieMoe's Tech Rants
- 11-16-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
You might also be able to find your release version by going to a terminal and running one of the following commands:
Code:cat /etc/*release cat /etc/issue
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-16-2007 #6Just Joined!
- Join Date
- Nov 2007
- Posts
- 11
Thanks Ozar,
/etc/version worked for me... I'm at 3.1
- 03-17-2009 #7
I just came here while searching the same, and found a better result is....
lsb_release -a
(or)
cat /etc/lsb-release



