Difference between revisions of "APT Automatic updates"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
  
Or eneabling/disabling [[systemd]] related services:
+
Or enabling/disabling [[systemd]] related services:
 
   
 
   
 
  sudo [[systemctl disable]] apt-daily.service
 
  sudo [[systemctl disable]] apt-daily.service
Line 16: Line 16:
 
  sudo systemctl disable apt-daily-upgrade.service
 
  sudo systemctl disable apt-daily-upgrade.service
  
Check status:
+
Check status:
** <code>[[systemctl status apt-daily]]</code>
+
* <code>[[systemctl status apt-daily]]</code>
** <code>[[systemctl]] list-unit-files | grep apt-daily</code>
+
* <code>[[systemctl]] list-unit-files | grep apt-daily</code>
  
 
* List upgradable: <code>[[apt list updated]] && apt list --upgradable</code>
 
* List upgradable: <code>[[apt list updated]] && apt list --upgradable</code>

Latest revision as of 10:37, 28 October 2021

Package: unattended-upgrades. To install it: apt install unattended-upgrades

You can configure and control automatic updates modifying:

cat /etc/apt/apt.conf.d/50unattended-upgrades | grep -v // | grep .


Or enabling/disabling systemd related services:

sudo systemctl disable apt-daily.service
sudo systemctl disable apt-daily.timer

sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.service

Check status:

Activities[edit]

See also[edit]

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: https://en.wikiversity.org/wiki/Linux_server_administration/apt/Automatic_updates

Advertising: