LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   glibc (https://www.linuxquestions.org/questions/linux-newbie-8/glibc-35323/)

albean 11-12-2002 09:42 PM

glibc
 
Hi,

What is the sane and logical way of determining what version(s) of glibc you have installed on your system?

I did a findfile on *glibc* and it turned up all kinds of stuff but there's probably a better way of doing it.

Is there a standard path that it is usually installed to? Or is it differnet for every distro?

neo77777 11-12-2002 09:55 PM

if it is an RPM based distro (I see in your profile that it is), and I assume glibc was installed by RPM then use
rpm -q glibc
it will return the version of it
rpm -ql glibc
will return every file that was installed with glibc rpm.

albean 11-12-2002 10:06 PM

Thanks neo77777!


All times are GMT -5. The time now is 12:27 PM.