I'm using Ubuntu 20.04 focal fossa.
I'm trying to install a package that depends on libc6=<2.33 or above. However, focal repositories only have version 2.31, which is causing dependency troubles:
Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.2 is to be installed
Is there any way I can install libc6 2.34 or above on Ubuntu 20.04 focal?
$ apt-cache policy libc6
Installed: 2.31-0ubuntu9.2
Candidate: 2.31-0ubuntu9.2
Version table:
*** 2.31-0ubuntu9.2 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
2.31-0ubuntu9 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
Thanks!