One of the software I want to run needs GLIBC_2.27, and all I see is this error on the console:
/lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.27" not foundWhen I run this command ldd --version I get this output:
ldd(Ubuntu GLIBC 2.23-0ubuntu11) 2.23How can I update GLIBC to 2.27 and get rid of the above error?
2 Reset to default