How to check Linux version number?

You may need to know about your kernel version number to install some software on your machine. You can use the instructions described in this tutorial to find the kernel version number.

You can easily find your Linux kernel's version by running the following command from the command line.

cat /proc/version

The command above migth also provide you the details of your distribution.

Did this tutorial help a little? How about buy me a cup of coffee?

Buy me a coffee at ko-fi.com

Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.

IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.

Comments (write a comment):

uname -a

tux@tux-laptop:~$ cat /proc/version
Linux version 2.6.32-41-generic (buildd@vernadsky) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012

tux@tux-laptop:~$ uname -a
Linux tux-laptop 2.6.32-41-generic #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012 i686 GNU/Linux Posted by: anon.coder on May 28, 2012

leave a comment on tutorial leave a comment