0

is it safe to remove linux-image-generic after installing linux-image-generic-hwe-16.04?

if you don't care about reverting back that is.

Vortex-5
  • 21
  • 1
  • 5

2 Answers2

1

Yes as long as the linux-image-generic-hwe-16.04 is working you can remove the old kernels.

See How do I remove old kernel versions to clean up the boot menu? for additional information.

Panther
  • 102,067
0

Try it with the --dry-run options to dpkg:

sudo dpkg --dry-run --remove linux-image-generic
waltinator
  • 36,399