I have following error on Ubuntu 16.04 (Windows Subsystem for Linux)
/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.25' not found
I've already tried:
apt-get updateapt-get install libc6
It seems, system have the newest libc6 since it outputs
libc6 is already the newest version (2.23-0ubuntu10)
But program that I want to run fails.
How do I fix it?