Skip to content

Linux firmware update fwupd Snippets

Terminal window
# To display all devices detected by fwupd
fwupdmgr get-devices
# Listed devices may not be updatable through fwupd (e.g. Intel integrated graphics). Alternative vendor solutions may be provided instead.
# To download the latest metadata from the Linux Vendor firmware Service (LVFS)
fwupdmgr refresh
# Enable automatically by enabling fwupd-refresh.timer
# To list updates available for any devices on the system
fwupdmgr get-updates
# To install updates
fwupdmgr update