1.编辑源
sudo vi /etc/apt/sources.list
2.添加高版本的源
deb http://th.archive.ubuntu.com/ubuntu jammy main #添加该行到文件
3.运行升级
sudo apt update
sudo apt install libc6
4.strings /**/libc.so.6 |grep GLIBC_
参考链接:version `GLIBC_2.34‘ not found简单有效解决方法-CSDN博客