[Solved]Ubuntu 18.04 libc.so.6:version GLIBC_2.28 not found

2023/05/08 4:53

Error

libc.so.6:version GLIBC_2.28 not found

Solution

Run the following command.

sudo vim /etc/apt/sources.list

Insert a new line: deb http://security.debian.org/debian-security buster/updates main

sudo apt update

sudo apt install libc6-dev
sudo apt install libc6

Leave a Reply

Back to top