Phased updates are software updates that are gradually rolled out to users rather than all users getting the updates at the same time.
In an update system that doesn’t use phased updates, all users are immediately offered an update as soon as it is made available. When phased updates are used, only some users get an update when it is first released. As time passes, more and more users get the update, until the update is finally “fully phased” and everyone is offered the update.
Turn off update phasing in two ways:
- Add following contents into
/etc/apt/apt.conf.d/99phased-updatesfile.Update-Manager::Always-Include-Phased-Updates "true"; APT::Get::Always-Include-Phased-Updates "true"; - Use command
apt -o APT::Get::Always-Include-Phased-Updates=true upgradeto upgrade.
Related
Emacs Copy/Paste Problem in WSL
Fix messy chinese characters copy/paste between Emacs(in WSL) and Windows.
Install WSL From Image
You do not need access to the Microsoft Store to use this installation method and the images can be self-hosted on an internal network.
WSL import and export
Export a distribution and import it to another disk.