My Fedora install has developed a wrinkle in the past couple of days. On running sudo dnf update, I receive the following message:
Last metadata expiration check: 1:23:53 ago on Fri 10 Mar 2023 06:02:42 PM CST.
Dependencies resolved.
Problem: The operation would result in removing the following protected packages: systemd, systemd-udev
====================================================================================================
Package Architecture Version Repository Size
====================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
systemd ppc64le 251.7-611.fc37 fedora 4.3 M
systemd ppc64le 251.13-5.fc37 updates 4.3 M
systemd-libs ppc64le 251.7-611.fc37 fedora 652 k
systemd-libs ppc64le 251.13-5.fc37 updates 652 k
systemd-pam ppc64le 251.7-611.fc37 fedora 355 k
systemd-pam ppc64le 251.13-5.fc37 updates 354 k
systemd-rpm-macros noarch 251.7-611.fc37 fedora 30 k
systemd-rpm-macros noarch 251.13-5.fc37 updates 29 k
Skipping packages with broken dependencies:
systemd-container ppc64le 251.13-5.fc37 updates 556 k
systemd-devel ppc64le 251.13-5.fc37 updates 578 k
systemd-networkd ppc64le 251.13-5.fc37 updates 614 k
systemd-oomd-defaults noarch 251.13-5.fc37 updates 25 k
systemd-resolved ppc64le 251.13-5.fc37 updates 284 k
systemd-udev ppc64le 251.13-5.fc37 updates 1.9 M
systemd-udev ppc64le 251.7-611.fc37 fedora 1.9 M
Transaction Summary
====================================================================================================
Skip 15 Packages
Packages unrelated to these install fine, but these are invariant and inflexible in failing to install. It appears that somehow I've entered dependency hell, as attempting to run sudo dnf update -- results in this:
Error:
Problem: The operation would result in removing the following protected packages: gnome-shell, grub2-ppc64le, systemd-udev
It suggests using --skip-broken to skip uninstallable packages, but that makes no difference. I don't think I did anything novel, so maybe something scabby got pushed in a package that's throwing things off. Any suggestions? I can probably limp this along as-is until the April-ish release of Fedora 38...
Edit: manually installing systemd-251.7 went without a hitch. The changelog for 251.13-5 indicates some dependencies were changed to prevent an edge case, but I’m guessing it’s causing other issues as well. So it’s likely that I can just wait a few days and this problem will go away by itself.