🌐
GNU
sourceware.org › glibc
The GNU C Library (glibc)
The current development version of glibc is 2.44, releasing on or around August 1st, 2026.
GNU Project's implementation of the C standard library
The GNU C Library, commonly known as glibc, is the GNU Project implementation of the C standard library. It provides a wrapper around the system calls of the Linux kernel and other … Wikipedia
Factsheet
GNU C Library
Original author Roland McGrath
Developers GNU Project, most contributions by Ulrich Drepper
Factsheet
GNU C Library
Original author Roland McGrath
Developers GNU Project, most contributions by Ulrich Drepper
🌐
GNU
gnu.org › software › libc
The GNU C Library - GNU Project - Free Software Foundation
The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
🌐
Phoronix
phoronix.com › news › GNU-C-Library-Glibc-2.43
GNU C Library 2.43 Released With More C23 Features, mseal & openat2 Functions - Phoronix
January 23, 2026 - Version 2.43 of the GNU C Library 'glibc' was released on Friday evening as the newest half-year feature update
🌐
Wikipedia
en.wikipedia.org › wiki › Glibc
glibc - Wikipedia
March 20, 2026 - The last-used version of Linux libc used the internal name (soname) libc.so.5. Following on from this, glibc 2.x on Linux uses the soname
🌐
Pkgs.org
pkgs.org › download › glibc
Glibc Download for Linux (apk eopkg rpm txz xbps xz zst)
glibc latest versions: 2.35.9000, 2.35.0.6.491f2e, 2.35, 2.34, 2.33.r681.g642213e043, 2.33, 2.32, 2.31, 2.28, 2.27, 2.26, 2.25, 2.23, 2.17
🌐
Repology
repology.org › project › glibc › versions
glibc package versions - Repology
List of package versions for project glibc in all repositories
🌐
GitHub
github.com › bminor › glibc
GitHub - bminor/glibc: Unofficial mirror of sourceware glibc repository. · GitHub
Unofficial mirror of sourceware glibc repository. Contribute to bminor/glibc development by creating an account on GitHub.
Starred by 1.9K users
Forked by 469 users
Languages   C 71.0% | Assembly 12.4% | C++ 7.2% | Pawn 6.0% | Makefile 1.1% | Python 1.0%
Find elsewhere
🌐
JetBrains
blog.jetbrains.com › home › intellij idea › updated system requirements for  linux gnu c library (glibc)
Updated System Requirements for Linux GNU C Library (glibc) - The JetBrains Blog
January 3, 2025 - If you are running your IDE on an x64 Linux distribution with glibc 2.28 or newer, no action is required. If you are running your IDE on a system with a version of glibc lower than 2.28, whether it’s a desktop or a remote development environment, ...
🌐
GitHub
gist.github.com › wagenet › 35adca1a032cec2999d47b6c40aa45b1
glibc Versions - Gist - GitHub
Then SLE 15 uses glibc 2.26, which will live until 2031. That's far enough for me. ... Just published a little helper script, that parses distrowatch. It may help, if you want to know, whether a linux distro supports a special package version, ...
🌐
Ubuntu
launchpad.net › ubuntu › jammy › +source › glibc
Jammy (22.04) : glibc package : Ubuntu
Package versions including new features after the distribution release has been made. Updates are usually turned on by default after a fresh install. ... GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.
🌐
GitHub
gist.github.com › zchrissirhcz › ee13f604996bbbe312ba1d105954d2ed
Ubuntu Distro GCC GLIBC GLIBCXX C++-Standard versions · GitHub
Get all supported GLIBCXX versions · strings /usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so | grep -E 'GLIBCXX_[0-9]+\.[0-9]+\.[0-9]+' Get the latest of supported GLIBCXX version · strings /usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so | grep -oP 'GLIBCXX_\d+\.\d+\.\d+' | sort -V | tail -n1 ·
🌐
Arch Linux
archlinux.org › packages › core › x86_64 › glibc
Arch Linux - glibc 2.43+r22+g8362e8ce10b2-2 (x86_64)
lib32-glibc 2.43+r22+g8362e8ce10b2-2 [core] (x86_64) filesystem · linux-api-headers>=4.10 · tzdata · gd (optional) - for memusagestat · perl (optional) - for mtrace · gd (make) git (make) lib32-gcc-libs (make) python (make) 3cpio · 4ti2 · 7zip · a2jmidid · a52dec ·
🌐
GitHub
github.com › sgerrand › alpine-pkg-glibc › releases
Releases · sgerrand/alpine-pkg-glibc
April 13, 2023 - The first package release of version 2.35 of the GNU C library.
Author   sgerrand
🌐
Red Hat
access.redhat.com › solutions › 38634
What glibc version is shipped with a particular Red Hat Enterprise Linux? - Red Hat Customer Portal
December 2, 2025 - What glibc version is shipped with a particular Red Hat Enterprise Linux update or minor release? We need a later GNU C library for our project but we cannot find it from Red Hat Enterprise Linux. Is there any document about glibc version information?
🌐
Ubuntu
launchpad.net › ubuntu › +source › glibc
glibc package in Ubuntu
GLibC 2.42 is older than the current packaged version.
🌐
OpenGenus
iq.opengenus.org › find-glibc-version
Find glibc version in your system
We present 3 different ways to identify compile time and run time version of glibc. The version of glibc has two components: Major version and Minor version.
🌐
LinuxVox
linuxvox.com › blog › linux-get-glibc-version
Linux: How to Get the GLIBC Version — linuxvox.com
For example, in the version 2.34, 2 is the major version, and 34 is the minor version. Major version changes often introduce significant new features, API changes, or architectural improvements.