Revision history of "Ubuntu disable automatic updates"

From Notes_Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 05:37, 17 May 2023Saurabh talk contribs 868 bytes +868 Created page with "Home > Ubuntu > Disable automatic updates =Disable automatic-update via CLI= We can disable automatic update in Ubuntu via CLI using: # Edit '<tt>/etc/apt/apt.conf.d/20auto-upgrades</tt>' so that it has: <source type=shell> APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; APT::Periodic::Unattended-Upgrade "0"; </source> =Disable autom..."