2

These two packages look exactly the same. What's the difference and why install one instead of the other ?

linux-image-5.11.0-16-generic

linux-image-generic-hwe-20.04

Enterprise
  • 12,352

1 Answers1

3

Primarily package names.

The first you list is for hirsute or 21.04 a standard/interim release.

Ubuntu kernels for standard release are re-packaged for LTS (long-term-support) releases where HWE is enabled. The second is the LTS packaged version for boxes using the hardware enablement (HWE) stack.

The second package name you list will change over the life of the system, it was 5.8 (20.10 kernel) before the 21.04 kernel is introduced... ie. the kernel inside will change before it reaches it's final 22.04 (GA stack) kernel.

See

guiverc
  • 30,396
  • This makes sense, with your explanation about how linux-image-generic-hwe-20.04 will change which kernel it installs. – Enterprise May 01 '21 at 03:09