Announcement

Collapse
No announcement yet.

Verify Which Version of Kubuntu You Are Running

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

    Verify Which Version of Kubuntu You Are Running

    How do you verify which version of Kubuntu you are running? Is there a place in kde or a command that can be entered that will display if you have Gutsy or Feisty ....etc. ??

    #2
    Re: Verify Which Version of Kubuntu You Are Running

    Code:
    cat /etc/apt/sources.list
    This will list your repositories from which you get your software. They will either have the word Feisty or Gutsy in them - one way to tell
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: Verify Which Version of Kubuntu You Are Running

      Another way is in Konsole type the below:

      Code:
      cat /etc/issue

      Comment


        #4
        Re: Verify Which Version of Kubuntu You Are Running

        Thanks... I knew there had to be a simple way to find out. You folks are awesome

        Comment


          #5
          Re: Verify Which Version of Kubuntu You Are Running

          Originally posted by MoonRise
          Another way is in Konsole type the below:

          Code:
          cat /etc/issue
          Didn't know that one, thank you!
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment


            #6
            Re: Verify Which Version of Kubuntu You Are Running

            There is another way to get that information, but I couldn't remember what it is.

            Comment


              #7
              Re: Verify Which Version of Kubuntu You Are Running

              cat /proc/version?

              Comment


                #8
                Re: Verify Which Version of Kubuntu You Are Running

                Originally posted by dibl
                cat /proc/version?
                THAT'S IT!!

                Gives more detail.

                Comment


                  #9
                  Re: Verify Which Version of Kubuntu You Are Running

                  Yet another:
                  Code:
                  lsb_release -a

                  Comment


                    #10
                    Re: Verify Which Version of Kubuntu You Are Running

                    oooooo.... I like that one even better!

                    Comment


                      #11
                      Re: Verify Which Version of Kubuntu You Are Running

                      Originally posted by kubicle
                      Yet another:
                      Code:
                      lsb_release -a
                      Doesn't work on Etch
                      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                      Comment


                        #12
                        Re: Verify Which Version of Kubuntu You Are Running

                        I think kubicle fumble-fingered it. Try

                        Code:
                        lsb-release -a

                        Comment


                          #13
                          Re: Verify Which Version of Kubuntu You Are Running

                          Believe it or not, it works fine on my machine. If I substitute the "_" for "-" it errors out. I'd be curious to know if the "-" works for you all.

                          Comment


                            #14
                            Re: Verify Which Version of Kubuntu You Are Running

                            hmmm -- I dunno. Here's what Google found:

                            http://ubuntuforums.org/archive/index.php/t-398439.html

                            Doesn't really address the "_" question.

                            Comment


                              #15
                              Re: Verify Which Version of Kubuntu You Are Running

                              Here is what the help file for me states:

                              Code:
                              $ lsb_release -help
                              Usage: lsb_release [options]
                              
                              Options:
                               -h, --help     show this help message and exit
                               -v, --version   show LSB modules this system supports
                               -i, --id      show distributor ID
                               -d, --description show description of this distribution
                               -r, --release   show release number of this distribution
                               -c, --codename   show code name of this distribution
                               -a, --all     show all of the above information
                               -s, --short    show all of the above information in short format

                              Comment

                              Working...
                              X