🌐
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
Discussions

Why won't glibc be maintained also on older versions of Debain ?
Yes. If you're planning on running your programs on Debian 11, compile on Debian 11. Debian guarantees ABI/API stability for "stable" releases to ensure production code does not break. More on reddit.com
🌐 r/debian
13
0
February 28, 2024
How do i get a newer version of glibc? (2.38 or above?)
Not on Debian stable. But you could run another distro's userspace (one that has a sufficiently new glibc) in a container or chroot. More on reddit.com
🌐 r/debian
11
11
June 9, 2024
🌐
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.
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
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) ...
🌐
Debian
packages.debian.org › source › bookworm › glibc
Debian -- Details of source package glibc in bookworm
Debian Patch Tracker · GNU Libc Maintainers (QA Page, Mail Archive) Clint Adams (QA Page) Aurelien Jarno (QA Page) Samuel Thibault (QA Page) Homepage [www.gnu.org] The following binary packages are built from this source package: glibc-doc · GNU C Library: Documentation ·
🌐
Debian
packages.debian.org › source › bullseye › glibc
Debian -- Details of source package glibc in bullseye
Debian Patch Tracker · GNU Libc Maintainers (QA Page, Mail Archive) Clint Adams (QA Page) Aurelien Jarno (QA Page) Adam Conrad (QA Page) Samuel Thibault (QA Page) Homepage [www.gnu.org] The following binary packages are built from this source package: glibc-doc ·
🌐
Debian
ftp.debian.org › debian › pool › main › g › glibc
Index of /debian/pool/main/g/glibc
Index of /debian/pool/main/g/glibc · Apache Server at ftp.debian.org Port 80
Find elsewhere
🌐
Debian
packages.debian.org › source › sid › glibc
Debian -- Details of source package glibc in sid
Debian Patch Tracker · GNU Libc Maintainers (QA Page, Mail Archive) Clint Adams (QA Page) Aurelien Jarno (QA Page) Samuel Thibault (QA Page) Homepage [www.gnu.org] The following binary packages are built from this source package: glibc-doc · GNU C Library: Documentation ·
🌐
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
🌐
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.

🌐
Debian
packages.debian.org › bookworm › glibc-source
Debian -- Details of package glibc-source in bookworm
This package contains the sources and patches which are needed to build glibc. ... Български (Bəlgarski) dansk Deutsch suomi français magyar Italiano 日本語 (Nihongo) Nederlands polski Português (br) Русский (Russkij) slovensky svenska Türkçe українська (ukrajins'ka) 中文 (Zhongwen,简) 中文 (Zhongwen,繁) See our contact page to get in touch. Content Copyright © 1997 - 2026 SPI Inc.; See license terms. Debian is a trademark of SPI Inc.
🌐
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: 2026-05-16 ·
🌐
Launchpad
launchpad.net › debian › +source › glibc
glibc package : Debian - Launchpad
GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.
🌐
Debian
security-tracker.debian.org › tracker › source-package › glibc
Information on source package glibc - Security Bug Tracker
glibc in the Package Tracking System · glibc in the Bug Tracking System · glibc source code ·
🌐
Debian
packages.debian.org › source › trixie › glibc
Debian -- Details of source package glibc in trixie
Debian Patch Tracker · GNU Libc Maintainers (QA Page, Mail Archive) Clint Adams (QA Page) Aurelien Jarno (QA Page) Samuel Thibault (QA Page) Homepage [www.gnu.org] The following binary packages are built from this source package: glibc-doc · GNU C Library: Documentation ·
🌐
Launchpad
launchpad.net › debian › stretch › +source › glibc
https://launchpad.net/debian/stretch/+source/glibc
All versions of glibc source in Debian · Release · The package versions that were published when the distribution release was made. glibc 2.24-11+deb9u4 (main) glibc 2.24-11+deb9u3 (main) glibc 2.24-10 (main) View changelog · Current version: 2.24-11+deb9u4 ·
🌐
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