
Originally Posted by
ajgreeny
I believe that file, if present, allows updating by any means, not just software-updater to ignore the phased updates system and all packages to be updated.
On my systems, it only turns off Software Updater's phased updates implementation, while keeping apt's phased updates enabled -
Code:
$ cat /etc/apt/apt.conf.d/90update-manager-use-apt-phasing
Update-Manager {
Always-Include-Phased-Updates true;
}
APT {
Get {
Always-Include-Phased-Updates false;
}
}
$ apt-get -s dist-upgrade
NOTE: This is only a simulation!
apt-get needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libpulse-mainloop-glib0 libpulse0 libpulsedsp pulseaudio-utils sudo
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
$ apt-cache policy sudo
sudo:
Installed: 1.9.9-1ubuntu2
Candidate: 1.9.9-1ubuntu2.1
Version table:
1.9.9-1ubuntu2.1 500 (phased 20%)
500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
*** 1.9.9-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status
It does make all updates visible in Software Updater, but the ones that are not yet phased in are un-checked.
Is that actually a package? It's not in the repos and I always use the terminal.
Sorry, I'm not clear what you're asking about? If Software Updater, installing Software Updater requires two packages.
Bookmarks