Deutsch

View FAQ entry #2

Back

How do I see which version of glibc I'm running?
Written on by - 26298 views so far.

The GNU C library can be run as an application from a shell, it will then give you the version information. Type

/lib/libc.so.6

in any shell, and it'll tell you which version it is, which version of GCC it was built with, and some extra info that might come in handy some day.



Back | Top