Announcement

Collapse
No announcement yet.

Version Check

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Version Check

    How can I check which version of Kubuntu I am running?

    #2
    Re: Version Check

    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

    Comment


      #3
      Re: Version Check

      Another way is:-

      lsb_release -a

      On mine, it tells me

      Distributor ID: Ubuntu
      Description: Ubuntu 8.04
      Release: 8.04
      Codename: hardy
      I wish I was the man my dog thinks I am.<br /><br />Registered Linux User No. 402825

      Comment


        #4
        Re: Version Check

        That is what I was looking for, thanks guys.

        Comment

        Working...
        X