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!
-0ubuntu9.2
. glibc point releases won't stay completely still after release. It is a very common practice for packagers to backport fixes, including security fixes, from later versions or even the git master, so the security concerns simply do not exist with an up-to-date system. – mcendu Feb 05 '24 at 03:19