0

I'm trying to install Kernel 6.7.0 on Ubuntu 22.04, but I'm running into the error

The following packages have unmet dependencies:
linux-headers-6.7.0-060700-generic : Depends: libc6 (>= 2.38) but 2.35-0ubuntu3.6 is to be installed
E: Unable to correct problems, you have held broken packages.

But then I saw this other question on Ask Ubuntu and it looks like it is possible. Is there a way to get around this libc6 dependency? I would ask the OP on the linked question but I don't have enough reputation to leave a comment.

eric
  • 1

1 Answers1

0

I found Zabbly kernels, which are built for Ubuntu 20/22 and Debian 11/12. I was able to install kernel 6.7.4-zabbly+ (6.7.4 is the latest mainline kernel) and as far as I know, everything works well (including NVidia drivers)!

eric
  • 1