Skip to content

Instantly share code, notes, and snippets.

@jakejarvis
Last active January 5, 2023 17:46
Show Gist options
  • Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.
Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.
Disable phased updates in Ubuntu 22.04
// Create a new file at /etc/apt/apt.conf.d/99phased-updates with two lines
// https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it/1427930#1427930
// Only for Ubuntu Desktop GUI:
// Update-Manager::Always-Include-Phased-Updates "true";
APT::Get::Always-Include-Phased-Updates "true";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment