回答1

At first I tried:

sudo apt-get remove unattended-upgrades

But it was insufficient. I also had to do this:

sudo systemctl stop apt-daily.timer
sudo systemctl disable apt-daily.timer
sudo systemctl disable apt-daily.service
sudo systemctl daemon-reload

 

回答2

Just a supplementary, first you can list the task:

sudo systemctl list-timers

and find apt-daily-upgrade.timer, then disable it

sudo systemctl stop apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl daemon-reload

 

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2021-09-30
  • 2021-05-29
  • 2021-06-17
  • 2021-04-08
  • 2021-09-20
  • 2021-05-20
猜你喜欢
  • 2022-01-11
  • 2022-01-25
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案