Install "kept back" updates on Ubuntu

Canonical has implemented a staged roll-out for some Ubuntu package updates.
I find that rather annoying at times, e.g. when preparing the laptop for traveling.
So for my memory and for the benefit of others:
# disable the phased roll-out feature on this apt upgrade run
sudo apt -o "APT::Get::Always-Include-Phased-Updates=true" dist-upgrade
sudo apt -o "APT::Get::Always-Include-Phased-Updates=true" dist-upgrade
This can - for permanent use - be put into a config file, e.g. Gerrit Heim puts it into /etc/apt/apt.conf.d/99-Phased-Updates [German]. Some other options around this staged roll-out feature are "documented" within a thread in the Ubuntu discourse forum.
Comments
Display comments as Linear | Threaded
Biapy on :
Hi,
There is also a page about Phased Updates on Ubuntu official documentation:
Phased Updates @ Ubuntu documentation.
Thank you for your work.
Łukasz on :
Thank you for this option! Today they have released an OpenSSH update with "phased" feature.. Why are they releasing SSH package when they are not sure about the contents and functionality of it! So annoying!