Libdnf failed

can I ignore this?

Operating System: Fedora Linux 44
KDE Plasma Version: 6.7.4
KDE Frameworks Version: 6.29.0
Qt Version: 6.11.2
Kernel Version: 7.1.13-200.fc44.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-7700K CPU @ 4.20GHz
Memory: 16 GiB of RAM (15.5 GiB usable)
Graphics Processor: AMD Radeon RX Vega

What command did you run that reported that error?

AI overview:

What is 00-systemd-inhibit.conf?

  • Purpose: It configures the libdnf5 plugin responsible for invoking systemd inhibitor locks during package management operations (like updates or installations) so power events don’t corrupt your file systems.
  • Location: /etc/dnf/libdnf5-plugins/00-systemd-inhibit.conf [1, 2]

I suspect a conflict with some change to libdnf5. Gnome doesn’t seem to have it. What does dnf5 provides /lib/dnf/libdnf5-plugins/00-systemd-inhibit.conf show? Maybe reinstall the package using dnf5 will get a working version.

Looks like it was added by https://src.fedoraproject.org/rpms/dnf5/c/0b5b7119f282e61421dd6a32cfed5f439b0b3b81?branch=f44

If you can’t get updates to work on the command line you should be able to disable plugins by doing: DNF5_PLUGINS_DIR=/dev/null sudo dnf upgrade --refresh
ref: 2521321 – DNF5 undefined symbol occurs with latest release of DNF5.