Difference between revisions of "APT Automatic updates"
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> <...") |
|||
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: |
Revision as of 09:30, 26 December 2019
Package: unattended-upgrades
. To install it: apt install unattended-upgrades
You can configure and control automatic updates modifying:
- enable or disable:
/etc/apt/apt.conf.d/20auto-upgrades
[1] /etc/apt/apt.conf.d/50unattended-upgrades
[2]
cat /etc/apt/apt.conf.d/50unattended-upgrades | grep -v // | grep .
Or 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: systemctl list-unit-files | grep apt-daily
- List upgradable:
apt list updated && apt list --upgradable
- Review package changelog:
/apt/ changelog PACKAGE_NAME
See also
- dpkg and apt
- Ubuntu Landscape: https://landscape.canonical.com/ https://en.wikipedia.org/wiki/Landscape_(software)
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: