Announcement

Collapse
No announcement yet.

installed version

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

    installed version

    how can I tell what version of Ubuntu/Kubuntu I am running

    #2
    Which kernel?
    Code:
    uname -a
    Which Ubuntu release?
    Code:
    lsb_release -a
    Which version of KDE?
    Code:
    kde4-config -v
    Last edited by SteveRiley; Apr 21, 2012, 07:53 PM. Reason: Fixed typo; better idea.

    Comment


      #3
      thank you for you help

      Comment


        #4
        lsb_release -a works better Steve !
        By the way I notice 12.04 is now LTS and not development branch any more
        Using Kubuntu 17.10 64Bit

        Comment


          #5
          Whoops! Thanks for catching that. Fixed.

          Comment


            #6
            Originally posted by SteveRiley View Post
            Which version of KDE?
            Code:
            dpkg --list | grep kde-runtime
            You can do
            Code:
            kde4-config --version
            To find out what version of kde and qt you are running without needing to query the package manager.

            Comment


              #7
              Didn't know that one, thanks! Updated OP.

              Comment

              Working...
              X