Views:
4,107β
Votes: 8β
Tag :
kernel
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/852797
Title:
Why are there two kernels under `/lib/modules` on 16.04 LTS?
ID:
/2016/11/23/Why-are-there-two-kernels-under-__lib_modules_-on-16.04-LTS_
Created:
November 23, 2016
Edited: November 25, 2016
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
It is common to keep one older kernel version around in case the new one breaks.
The previous version is available on grubβs Advanced Options
menu.
Kernels that Ubuntu automatically installs can be automatically removed by using:
sudo apt autoremove
This removes older kernels (that Ubuntu automatically installed) but keeps the current version and the one before it.
When you manually install kernels (often necessary to get new hardware support or address a certain βglitchβ you have) you need to manually remove them.