About

Apticron sends you notifications when your system needs upgrading. It gives a detailed list of all packages that need to be upgraded.

Unattended upgrades installs critical security upgrades automatically for you and sends a report of what it did.

Install and configure unattended-upgrades and apticron

$ apt-get install update-notifier-common unattended-upgrades apticron

Modify /etc/apt/apt.conf.d/10periodic

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "1";
  1. Modify /etc/apt/apt.conf.d/50unattended-upgrades
    • Uncomment the Unattended-Upgrade::Mail line and set it to youremail@example.com
  2. Modify /etc/apticron/apticron.conf
    • Set EMAIL to youremail@example.com

Page Comments (Click to edit)

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Powered by pmwiki-2.2.0-beta65