Skip to content

Instantly share code, notes, and snippets.

@jakejarvis
Last active January 5, 2023 17:46
Show Gist options
  • Select an option

  • Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.

Select an option

Save jakejarvis/041758b79241d851c3060bcc26691933 to your computer and use it in GitHub Desktop.

Revisions

  1. jakejarvis revised this gist Jan 5, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 99phased-updates
    Original 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
    // See: https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it/1427930#1427930
    // 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:
    // Only for Ubuntu Desktop GUI:
    // Update-Manager::Always-Include-Phased-Updates "true";

    APT::Get::Always-Include-Phased-Updates "true";
  2. jakejarvis revised this gist Jan 5, 2023. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions 99phased-updates
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    // Create a new file at /etc/apt/conf.d/99phased-updates with these two lines
    // 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

    Update-Manager::Always-Include-Phased-Updates "1";
    APT::Get::Always-Include-Phased-Updates "1";
    // Only for Ubuntu Desktop:
    // Update-Manager::Always-Include-Phased-Updates "true";

    APT::Get::Always-Include-Phased-Updates "true";
  3. jakejarvis revised this gist Jan 5, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 99phased-updates
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    // Create this file at /etc/apt/conf.d/99phased-updates
    // 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";
  4. jakejarvis renamed this gist Jan 5, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 99update-notifier → 99phased-updates
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    // Create this file at /etc/apt/conf.d/99update-notifier
    // 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";
  5. jakejarvis created this gist Jan 5, 2023.
    5 changes: 5 additions & 0 deletions 99update-notifier
    Original 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";