Ubuntu 升级最新内核、安装指定内核版本
#查看当前内核版本
uname -r
#查看软件库中可下载的内核
sudo apt list | grep linux-generic*
root@iZj6c4qxbpnkg4mw6p5bzeZ:~# sudo apt list | grep linux-generic*
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-generic-hwe-18.04-edge/focal-updates,focal-security 5.4.0.131.131 amd64
linux-generic-hwe-18.04/focal-updates,focal-security 5.4.0.131.131 amd64
linux-generic-hwe-20.04-edge/focal-updates,focal-security 5.15.0.52.58~20.04.20 amd64
linux-generic-hwe-20.04/focal-updates,focal-security 5.15.0.52.58~20.04.20 amd64
linux-generic/focal-updates,focal-security 5.4.0.131.131 amd64 [upgradable from: 5.4.0.47.50]
#下载最新的内核
sudo apt-get install linux-generic/focal-updates