查看当前使用的内核
$ uname -r
5.13.0-44-generic
查看系统安装的所有内核
dpkg --get-selections | grep linux-headers
或者
dpkg --get-selections | grep linux
sudo dpkg --force-overwrite -i xxx1.deb
sudo apt-get remove --purge linux-image-5.13.0-44-generic
sudo apt-get remove --purge linux-headers-5.13.0-44-generic
Ubuntu关闭内核自动更新
sudo apt-mark hold linux-image-5.13.0-44-generic
重启内核更新
sudo apt-mark hold linux-image-5.13.0-44-generic
内核安装
搜索目前存在的内核版本
apt-cache search linux|grep linux-image
内核安装
sudo apt-get install linux-image-5.15.0-41-generic
sudo apt-get install linux-headers-5.15.0-41-generic
sudo apt-get install linux-modules-5.15.0-41-generic
更新grub
sudo update-grub
或者
sudo update-grub2
sudo update-grub
cn.archive.ubuntu.com/ubuntu/ubuntu/pool/main/g/glibc/
http://cn.archive.ubuntu.com/ubuntu/ubuntu/pool/main/g/glibc/
sudo dpkg -i xxx1.deb #先使用这个安装
#如果出现依赖错误,再用下面的
sudo dpkg --force-overwrite -i xxx1.deb # 进行强制安装包,会覆盖一些文件