🌐
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
🌐
GitHub
gist.github.com › wagenet › 35adca1a032cec2999d47b6c40aa45b1
glibc Versions · 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.
🌐
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.

🌐
Repology
repology.org › project › glibc › versions
glibc package versions - Repology
List of package versions for project glibc in all repositories
🌐
Launchpad
launchpad.net › debian › bookworm › +source › glibc
glibc package : Debian - Bookworm (12) - Launchpad
All versions of glibc source in Debian · Release · The package versions that were published when the distribution release was made. glibc 2.36-9+deb12u13 (main) glibc 2.36-9+deb12u12 (main) glibc 2.36-8 (main) View changelog · Current version: ...
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.

🌐
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
answers.launchpad.net › debian › bookworm › +source › glibc
glibc package : Debian - Bookworm (12) - Launchpad Answers
September 6, 2025 - All versions of glibc source in Debian · Release · The package versions that were published when the distribution release was made. glibc 2.36-9+deb12u13 (main) glibc 2.36-9+deb12u12 (main) glibc 2.36-9+deb12u10 (main) glibc 2.36-8 (main) ...
Find elsewhere
🌐
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

🌐
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 › src:glibc
I Challenge Thee
I Challenge Thee · AI scrapers break the web, to use this page you'll need JavaScript enabled
🌐
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) ...
🌐
LinuxGSM
docs.linuxgsm.com › requirements › glibc
glibc | LinuxGSM_
Distro · glibc · CentOS 7 · 2.17 · CentOS 8 · 2.28 · Debian 9 · 2.24 · Debian 10 · 2.28 · Debian 11 · 2.31 · Ubuntu 16.04 LTS · 2.23 · Ubuntu 18.04 LTS · 2.27 · Ubuntu 20.04 LTS · 2.31 · distrowatch.com is also a great source ...
🌐
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
🌐
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.
🌐
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.
🌐
GitHub
gist.github.com › richardlau › 6a01d7829cc33ddab35269dacc127680
Linux distributions to kernel and glibc versions map · GitHub
Copy link · Copy Markdown · Copy link · Copy Markdown · The data for Debian 10 is incorrect, according to release notes the kernel version is 4.19: +---------------------------------------------------------------+ | Package | Version in ...