禁止内核更新,保持使用当前启动内核:
sudo apt-mark hold linux-headers-‘uname -r’
sudo apt-mark hold linux-image-‘uname -r’
sudo apt-mark hold linux-modules-‘uname -r’
sudo apt-mark hold linux-modules-extra-‘uname -r’
禁止指定软件更新:
sudo apt-mark hold packagename
禁止内核更新,保持使用当前启动内核:
sudo apt-mark hold linux-headers-‘uname -r’
sudo apt-mark hold linux-image-‘uname -r’
sudo apt-mark hold linux-modules-‘uname -r’
sudo apt-mark hold linux-modules-extra-‘uname -r’
禁止指定软件更新:
sudo apt-mark hold packagename