Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

Kubuntu

Disabling auto update

Code Block
title/etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";

Troubleshooting

Fixing broken packages

...