18

I normally use Software Updater to keep the system updated. However I occasionally will run apt-get upgrade from the terminal and I've notice there are times when Software Updater says there are no available updates but apt-get update shows some updates to packages.

I haven't been able to figure out why.

novafluxx
  • 328
  • 2
  • 6

1 Answers1

20

StableReleaseUpdates will no longer appear in update-manager at the same time for all machines. Instead a subset of machines will be selected at random to receive the update first. The update will only be made available to everyone if there are no serious regressions encountered by the first set of users. There is still a testing process completed by Ubuntu developers before any users receive the update.

Source: PhasedUpdates and Brian’s Blog.

Prior to Ubuntu 21.04, if you update via the terminal, you bypass the phased update system and will get all updates as soon as they're released. Read the comments in Brian's Blog for how to opt out of phased updates if you wish.

Damian Yerrick
  • 197
  • 1
  • 14
DK Bose
  • 42,548
  • 23
  • 127
  • 221
  • 1
    Is there a way to never be in that group and let everyone else be the guinea pig :) – Madivad Jan 16 '16 at 11:21
  • I'm sorry, I don't know. The only choices seem to be to get updates as soon as possible (via apt-get update/upgrade/dist-upgrade) or be offered updates early depending on whether your machine is chosen at random. – DK Bose Jan 16 '16 at 15:04