修改apt.conf
vim /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
vim /etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
查看内核
uname -a
Linux xxxxx 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
摘取其中的 5.15.0-122-generic
apt-mark hold linux-headers-5.15.0-122-generic
apt-mark hold linux-image-5.15.0-122-generic
apt-mark hold linux-modules-5.15.0-122-generic
验证
sudo dpkg --get-selections | grep hold
linux-headers-5.15.0-122-generic hold
linux-image-5.15.0-122-generic hold
linux-modules-5.15.0-122-generic hold



466

被折叠的 条评论
为什么被折叠?



