Skip to content

Instantly share code, notes, and snippets.

@sarkrui
Last active May 10, 2024 02:33
Show Gist options
  • 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 https://mirrors.tuna.tsinghua.edu.cn/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