bannerAds
Global
language language

Product

Doc

Support

Menu 

SiliCloud Help Document Center

search

Popular search terms

Disable Ubuntu automatic update

Update time 2023-03-09 00:53  Version v1.6
I want feedback 
Collect My collection

Ubuntu automatic update is enable by default.
However, the automatic update of the server sometimes causes some software to be forcibly restarted or initialized.

If you want to disable the automatic update of Ubuntu, please execute the following command:

systemctl stop apt-daily.timer apt-daily.service apt-daily-upgrade.timer apt-daily-upgrade.service
systemctl mask apt-daily.service apt-daily-upgrade.service
systemctl disable apt-daily.service apt-daily-upgrade.service
systemctl disable apt-daily.timer apt-daily-upgrade.timer
systemctl daemon-reload

systemctl mask unattended-upgrades.service
systemctl stop unattended-upgrades.service

In Ubuntu 20, has tested, and other versions need to be tested.

Do you have any suggestions for this document?

Your rating for this document