unattended-upgrades

Configure unattended-upgrades for automatic security updates on Debian/Ubuntu systems.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/renne/skills --skill unattended-upgrades
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unattended-upgrades
Source: https://github.com/renne/skills/tree/main/unattended-upgrades
Command: npx skills add https://github.com/renne/skills --skill unattended-upgrades

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the installation of security and other package updates on Debian/Ubuntu systems, ensuring your servers remain secure and up-to-date with minimal manual intervention.

Core Features & Use Cases

  • Automated Installation: Installs and configures the unattended-upgrades package.
  • Third-Party Repository Support: Safely adds and manages configurations for third-party repositories like NetBird.
  • Periodic Updates: Enables and verifies the system's automatic update timers.
  • Use Case: Ensure all your production servers automatically receive critical security patches overnight without requiring manual SSH sessions.

Quick Start

Configure unattended-upgrades to automatically install security updates by enabling the apt daily timers.

Frequently Asked Questions about unattended-upgrades

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically install security updates on Ubuntu servers?

Automatically install security updates on Ubuntu servers by configuring the unattended-upgrades package to handle patching without manual intervention. It enables apt daily timers to securely apply software revisions overnight, ensuring timely system maintenance for production environments.

What is the best way to configure automatic package updates on Debian systems?

The best way to configure automatic package updates on Debian systems is using unattended-upgrades to manage software revisions securely. It installs the package, enables periodic update timers, and verifies update processes through dry runs to ensure safe system maintenance.

Can I include third-party repositories in unattended-upgrades for automatic updates?

Yes, you can safely include third-party repositories in unattended-upgrades. The configuration safely adds and manages third-party repository configurations like NetBird, allowing them to participate securely in the automated package and security update process.

How do I verify automatic updates are working on Debian without applying changes?

Verify automatic updates on Debian without applying changes by running a dry run of the unattended-upgrades process. This checks the update mechanisms and configurations safely, confirming that the apt daily timers and package update routines are functioning correctly.

Does unatteded-upgrades support both security patches and regular package updates?

Yes, unattended-upgrades supports both security patches and regular package updates on Debian/Ubuntu systems. It automates the installation of security updates and other package revisions, ensuring servers remain secure and up-to-date with minimal manual intervention.