PDA

View Full Version : Version Check



dOEPain
May 29th 2008, 12:54 AM
How can I check which version of Kubuntu I am running?

kev.sparky
May 29th 2008, 01:40 AM
If you're looking for the OS version, at the konsole type:

cat /etc/issue


If you want info on the kernel you're running type:

uname -a

lowey23
May 29th 2008, 07:23 AM
Another way is:-

lsb_release -a

On mine, it tells me

Distributor ID: Ubuntu
Description: Ubuntu 8.04
Release: 8.04
Codename: hardy

dOEPain
May 29th 2008, 08:23 PM
That is what I was looking for, thanks guys.