🌐
Debian
tracker.debian.org › pkg › glibc
glibc - Debian Package Tracker
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.6.2). ... Migration status for glibc (2.42-16 to 2.42-17): BLOCKED: Rejected/violates migration policy/introduces a regression
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
🌐
Debian
packages.debian.org › src:glibc
I Challenge Thee
I Challenge Thee · AI scrapers break the web, to use this page you'll need JavaScript enabled
🌐
Reddit
reddit.com › r/debian › why won't glibc be maintained also on older versions of debain ?
r/debian on Reddit: Why won't glibc be maintained also on older versions of Debain ?
February 28, 2024 -

I've updated to Debian 12 and found out that programs that I compile won't work on Debian 11, because the Glibc version on Debian 11 lag behind.
Is it intentional that in older versions of Debian the glibc isn't get updated ?
Glibc is a cruical part for compatability, and the fact that it is only backwards compatible means that the moment a developer update to the latest version of linux and compile its binaries, his program become obsolete for older versions of debian.

Top answer
1 of 3
95

I was able to install libc6 2.17 in Debian Wheezy by editing the recommendations in perror's answer:

IMPORTANT

You need to exit out of your display manager by pressing CTRL+ALT+F1. Then you can stop x (slim) with sudo /etc/init.d/slim stop

(replace slim with mdm or lightdm or whatever)

Add the following line to the file /etc/apt/sources.list:

deb http://ftp.debian.org/debian experimental main

Should be changed to:

deb http://ftp.debian.org/debian sid main

Then follow the rest of perror's post:

Update your package database:

apt-get update

Install the glibc package:

apt-get -t sid install libc6-amd64 libc6-dev libc6-dbg

IMPORTANT

After updating libc6, restart the computer, and you should comment out or remove the sid source you just added (deb http://ftp.debian.org/debian sid main), or else you risk upgrading your whole distro to sid.

2 of 3
29

Your script contains errors as well, for example if you have dos2unix installed your install works but if you don't like I did then it will fail with dependency issues.

I found this by accident as I was making a script file of this to give to my friend who is new to Linux and because I made the scripts on windows I directed him to install it, at the time I did not have dos2unix installed thus I got errors.

here is a copy of the script I made for your solution but have dos2unix installed.

#!/bin/sh
echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list
apt-get update
apt-get -t sid install libc6 libc6-dev libc6-dbg
echo "Please remember to hash out sid main from your sources list. /etc/apt/sources.list"

this script has been tested on 3 machines with no errors.

🌐
Reddit
reddit.com › r/debian › how do i get a newer version of glibc? (2.38 or above?)
r/debian on Reddit: How do i get a newer version of glibc? (2.38 or above?)
June 9, 2024 -

Basically im trying to run a game but it requires at least glibc 2.38 but it seems debian only offers 2.36 at the moment. Any way i can get a newer vesion of it?

EDIT: ended up just downloading the windows version of the game and running it with wine, im an idiot and thought i was having a problem with the sound when i first downloaded, that's why i tried the linux binary, but when i ran it with wine again i found out that the game came muted by default and that i had to press + to get the volume up

🌐
GitHub
gist.github.com › wagenet › 35adca1a032cec2999d47b6c40aa45b1
glibc Versions - Gist - GitHub
Then, Debian Jessie uses glibc 2.19, which will live until mid-2025. Then, SLE 12 uses glibc 2.22, which will live until Oct-2027. Then SLE 15 uses glibc 2.26, which will live until 2031.
🌐
Debian
sources.debian.org › src › glibc
Package: glibc | Debian Sources
Browse by prefix: 0 1 2 3 4 6 7 8 9 a b c d e f g h i j k l lib- lib1 lib2 lib3 lib6 liba libb libc libd libe libf libg libh libi libj libk libl libm libn libo libp libq libr libs libt libu libv libw libx liby libz m n o p q r s t u v w x y z | Browse by page · Debsources — Copyright (C) ...
🌐
Launchpad
launchpad.net › debian › bookworm › +source › glibc
Bookworm (12) : glibc package : Debian
All versions of glibc source in Debian · Release · The package versions that were published when the distribution release was made. glibc 2.36-9+deb12u14 (main) glibc 2.36-8 (main) View changelog · Current version: 2.36-9+deb12u14 · Uploaded: ...
Find elsewhere
🌐
Debian
packages.debian.org › glibc
Debian -- Package Search Results -- glibc
You have searched for packages that names contain glibc in all suites, all sections, and all architectures.
🌐
Debian
packages.debian.org › source › buster › glibc
Client Challenge
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
Debian
packages.debian.org › source › bullseye › glibc
Debian -- Details of source package glibc in bullseye
GD Graphics Library (development version) idep: perl · Larry Wall's Practical Extraction and Report Language · idep: po-debconf (>= 1.0) tool for managing templates file translations with gettext · Debian Package Source Repository (VCS: Git) https://salsa.debian.org/glibc-team/glibc.git ·
🌐
Launchpad
launchpad.net › debian › buster › +source › glibc
https://launchpad.net/debian/buster/+source/glibc
All versions of glibc source in Debian · Release · The package versions that were published when the distribution release was made. glibc 2.28-10+deb10u1 (main) glibc 2.28-10 (main) glibc 2.28-8 (main) glibc 2.28-7 (main) View changelog · ...
🌐
Debian
packages.debian.org › source › stable › glibc
Debian -- Details of source package glibc in bookworm
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
LinuxConfig
linuxconfig.org › home › check libc version
Check and Update libc Version on Linux
September 22, 2025 - Another way how to check your libc library version is to run its binary. This may require you to add execute permissions to the file first. $ /lib/x86_64-linux-gnu/libc.so.6 GNU C Library (Ubuntu GLIBC 2.35-0ubuntu3) stable release version 2.35.
🌐
Debian
packages.debian.org › source › sid › glibc
Debian -- Details of source package glibc in sid
GD Graphics Library (development version) adep: systemtap-sdt-dev [linux-any] statically defined probes development files · idep: perl · Larry Wall's Practical Extraction and Report Language · idep: po-debconf · tool for managing templates file translations with gettext · Debian Package Source Repository (VCS: Git) https://salsa.debian.org/glibc-team/glibc.git ·
🌐
Xmodulo
xmodulo.com › check-glibc-version-linux.html
How to check glibc version on Linux
July 9, 2020 - The output will show more detailed information about glibc library, including the version of glibc and the GNU compiler used, as well as available glibc extensions. The location of glibc varies depending on distros and processor architectures. On 64-bit Debian based system: $ /lib/x86_64-linux-gnu/libc.so.6 ·
🌐
Xpack-dev-tools
xpack-dev-tools.github.io › xpack-build-box › docs › end-of-support
End-of-support schedule | XBB - The xPack Build Box
February 21, 2025 - The next base version will be GLIBC 2.31, from Debian 11, also supported by Ubuntu 20, Fedora 32, RHEL 9.