Skip to content
赞赏-微信扫码

apt

关闭自动更新

sh
vi /etc/apt/apt.conf.d/20auto-upgrades

# 把原来的 1 改成 0
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
sh
systemctl stop unattended-upgrades.service
systemctl disable unattended-upgrades.service