Difference between revisions of "APT Automatic updates"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Package: <code>unattended-upgrades</code> You can configure and control automatic updates modifying: * enable or disable: <code>/etc/apt/apt.conf.d/20auto-upgrades</code> <...")
 
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
Package: <code>unattended-upgrades</code>
+
Package: <code>unattended-upgrades</code>. To install it: <code>apt install unattended-upgrades</code>
  
 
You can configure and control automatic updates modifying:  
 
You can configure and control automatic updates modifying:  
* enable or disable: <code>/etc/apt/apt.conf.d/20auto-upgrades</code> <ref>https://help.ubuntu.com/lts/serverguide/automatic-updates.html</ref>  
+
* Enable or disable: <code>[[/etc/apt/apt.conf.d/20auto-upgrades]]</code> <ref>https://help.ubuntu.com/lts/serverguide/automatic-updates.html</ref>  
* <code>/etc/apt/apt.conf.d/50unattended-upgrades</code><ref>https://wiki.debian.org/UnattendedUpgrades</ref>  
+
* <code>[[/etc/apt/apt.conf.d/50unattended-upgrades]]</code><ref>https://wiki.debian.org/UnattendedUpgrades</ref>  
 
::<code>cat /etc/apt/apt.conf.d/50unattended-upgrades | grep -v // | grep .</code>
 
::<code>cat /etc/apt/apt.conf.d/50unattended-upgrades | grep -v // | grep .</code>
  
Or disabling systemd related services:
 
<pre>
 
sudo systemctl disable apt-daily.service
 
sudo systemctl disable apt-daily.timer
 
  
sudo systemctl disable apt-daily-upgrade.timer
+
Or enabling/disabling [[systemd]] related services:
sudo systemctl disable apt-daily-upgrade.service
+
</pre>
+
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: <code>systemctl list-unit-files | grep apt-daily</code>
+
Check status:
 +
* <code>[[systemctl status 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>
* Review package changelog: <code>[[/apt/]] changelog PACKAGE_NAME</code>  
+
* Review package changelog: <code>[[apt changelog]] PACKAGE_NAME</code>  
 +
 
 +
== Activities ==
 +
* Read [[Dpkg changes]]
 +
* [[wajig upgradesecurity]]
  
 
==See also==
 
==See also==
* [[linux server administration/dpkg|dpkg]] and [[linux server administration/apt|apt]]
+
* {{dpkg}}
 +
* {{apt}}
 
* [[Ubuntu Landscape]]: https://landscape.canonical.com/ https://en.wikipedia.org/wiki/Landscape_(software)
 
* [[Ubuntu Landscape]]: https://landscape.canonical.com/ https://en.wikipedia.org/wiki/Landscape_(software)
  

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: