Versions Compared

Key

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

...

See Kubuntu Help and Support. Download and use the PDF for the desired version.

Package Management

Disabling auto update

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

...

Code Block
# apt remove unattended-upgrades

...

Switching version of major packages

...