Hi, I’m wondering if dnf or rpm-ostree (from what I understand, a dnf wrapper) does handle updating firmware drivers? I’ve uninstalled gnome-software and now I don’t know if I should update firmware with some other command, or does the “rpm-ostree update” command do it?
You must log in or # to comment.
rpm-ostree
is not really adnf
wrapper. It’s more of a wrapper forostree
with some additionaldnf
functionality.Iirc, Bazzite (for example) uses
fwupd
during their update process afterrpm-ostree
finishes.AFAIK firmware update is handled by
fwupd
. Not sure if those wrapper included that.damn