Its fwupd which does the firmware updates , gnome software access it for updates . The cli version is fwupdmgr.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
firmware drivers
This sounds like you're talking about firmware blobs that the kernel drivers load, which are usually in a package called linux-firmware
. It should be updated automatically, but I'll check in the morning with Fedora Silverblue.
Otherwise if you're talking about device firmware, than that's all fwupd
, rpm-ostree
has nothing to do with that.
AFAIK firmware update is handled by fwupd
. Not sure if those wrapper included that.
damn
rpm-ostree
is not really a dnf
wrapper. It's more of a wrapper for ostree
with some additional dnf
functionality.
Iirc, Bazzite (for example) uses fwupd
during their update process after rpm-ostree
finishes.