Last active
January 5, 2023 17:46
-
-
Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.
Revisions
-
jakejarvis revised this gist
Jan 5, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // 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"; -
jakejarvis revised this gist
Jan 5, 2023 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ // Create a new file at /etc/apt/apt.conf.d/99phased-updates with two lines // See: 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: // Update-Manager::Always-Include-Phased-Updates "true"; APT::Get::Always-Include-Phased-Updates "true"; -
jakejarvis revised this gist
Jan 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ // Create a new file at /etc/apt/conf.d/99phased-updates with these two lines // See: https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it/1427930#1427930 Update-Manager::Always-Include-Phased-Updates "1"; -
jakejarvis renamed this gist
Jan 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ // Create this file at /etc/apt/conf.d/99phased-updates // See: https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it/1427930#1427930 Update-Manager::Always-Include-Phased-Updates "1"; -
jakejarvis created this gist
Jan 5, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ // Create this file at /etc/apt/conf.d/99update-notifier // See: https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it/1427930#1427930 Update-Manager::Always-Include-Phased-Updates "1"; APT::Get::Always-Include-Phased-Updates "1";