Skip to content

Instantly share code, notes, and snippets.

@sarkrui
Created February 22, 2024 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarkrui/ff0daee2cafc931085b27d01b191d401 to your computer and use it in GitHub Desktop.
Save sarkrui/ff0daee2cafc931085b27d01b191d401 to your computer and use it in GitHub Desktop.
Upgrade GLIBC on Debian

ehco: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ehco)
ehco: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ehco)
echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list
apt update && apt install libc6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment