Skip to content

Fwupd

fwupd

A system daemon to allow session software to update firmware

https://github.com/fwupd/fwupd

Common Commands

List Hardware devices:

#This will display all devices detected by fwupd.
fwupdmgr get-devices

#This will download the latest metadata from LVFS.
fwupdmgr refresh

#If updates are available for any devices on the system, they'll be displayed.
fwupdmgr get-updates

#This will download and apply all updates for your system.
fwupdmgr update