automatic updates for Ubuntu unattended updating

HomeOther Contentautomatic updates for Ubuntu unattended updating
automatic updates for Ubuntu unattended updating
automatic updates for Ubuntu unattended updating
Who won't love updating their computer? Here's an easy way to configure Ubuntu for automatic updating.

Order:
Verify that the Unattended Upgrades package is installed and running

apt install unattended upgrades -y

systemctl starts unattended upgrades && systemctl enables unattended upgrades

Edit configuration file
nano /etc/apt/apt.conf.d/50unattended-upgrades

Enable automatic upgrades
nano /etc/apt/apt.conf.d/20auto-upgrades

APT::Periodic::Update-Package-Lists /"1/";
APT::Periodic::Unattended-Upgrade /"1/";
APT::Periodic::AutocleanInterval /"5/";

Essay
unattended upgrades –dry-run –debug

Support channel: https://www.youtube.com/c/HeikkiKoivisto/?sub_confirmation1

#Ubuntu #update #unattended

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *