Results 1 to 8 of 8

Thread: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bonus)

  1. #1
    Join Date
    Nov 2012
    Beans
    3

    How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bonus)

    __Main__

    How do I check the kernal version?

    I used "uname -a" and I think it is 3.5.0-18, but I am not sure.

    How do I check the glibc version?

    I used "ldd --version" and I think the version is 2.15, but, again, I am not sure

    How do I check the GTK+ version?

    I used "apt-cache policy libgtk2.0-0 libgtk-3-0" and I think I have both 2.24.13 and 3.6.0.

    The versions I need to run IDL from exelisvis are Kernel 2.6.9, glibc 2.3.4, and GTK+ 2.4.13

    I just want to double check the versions I got and make sure the commands I used were the right ones.

    __Bonus__

    I am having problems with IDL on Ubuntu. The run buttons at the top are not showing up, I can't use the console, and I cannot run any .pro through the IDL gui. I can through the terminal. If anyone can help me with this, and just tell me "Your dependencies are bad, and you should feel bad" that would be greatly appreciated too.
    Last edited by Elfy; November 26th, 2012 at 08:24 PM. Reason: snip

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    With that kernel you must be running 12.10, so will not have synaptic installed by default. However, I think it is the best package manager we have and always add it to any *ubuntu family OS that doers not have it at installation. Using that you can easily search for the package you want info about and find the version you have.

    Maybe you can also use software-center in the same way. I never use it so I don't really know if that is so. There are ways with the command line as well, of course, but I use synaptic generally.

  3. #3
    Join Date
    Nov 2012
    Location
    Alabama, USA
    Beans
    39
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    Most of that can be found in: System Monitor -> System.

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    Quote Originally Posted by Shuudoushi View Post
    Most of that can be found in: System Monitor -> System.
    That only tells you the kernel version; nothing else. The OP was looking for the versions of various installed packages.

  5. #5
    Join Date
    Nov 2012
    Location
    Alabama, USA
    Beans
    39
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    Quote Originally Posted by ajgreeny View Post
    That only tells you the kernel version; nothing else. The OP was looking for the versions of various installed packages.
    This is true. The OP will be able to find a better list fo ways to find the info they are after by googleing the subject. That way they arn't waiting for long periods of time hoping for a response. Forums are GREAT sources if info, but do to the speed in which you get that info may be quit slow. If they can't find the info on google by the time i get back up I'll make a detailed guide on how they would go about finding all of the info they seek.

    (I kind of rambled on I think....)
    "Speak softly, and carry a big stick." - Theodore Roosevelt

  6. #6
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    Code:
    dpkg-query -l linux* | grep ii
    and also glibc* and gtk*
    i5 650 3.2 GHz upgraded to i7 870, 16 GB 1333 RAM, nvidia GTX 1060, 32" 1080p & assorted older computers

  7. #7
    Join Date
    Apr 2007
    Location
    Hamden, CT
    Beans
    649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    +1 for just using Synaptic

    Code:
    sudo apt-get install synaptic
    Then just launch it from dash, search away and the information is right infront of you.

  8. #8
    Join Date
    Aug 2011
    Beans
    1

    Re: How to check version of Kernal, Glibc, and GTK+? IDL troubles:old requirements(bo

    There's an app called linuxinfo (apt-get install linuxinfo - if you don't have it)
    It tells glibc version as "system library"

    It's also listed in synaptic under the name libc6

    Alternatively one can just run it from its location - before it was in /usr/lib, now it's in /lib/'arch'-linux-gnu (in my case it's /lib/i386-linux-gnu), and it yelds library info including version.

    And there are methods mentioned above by other ppl, that are working as well.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •