Last active
January 5, 2023 17:46
-
-
Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.
Disable phased updates in Ubuntu 22.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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