fwupdmgr - Man Page
firmware update manager client utility
Examples (TL;DR)
- Display all devices detected by fwupd:
fwupdmgr get-devices
- Download the latest firmware metadata from LVFS:
fwupdmgr refresh
- List the updates available for devices on your system:
fwupdmgr get-updates
- Install firmware updates:
fwupdmgr update
Synopsis
fwupdmgr [CMD]
Description
fwupdmgr is a command line fwupd client intended to be used interactively. The output between versions of fwupd is not guaranteed to be stable.
Options
The fwupdmgr command takes various options depending on the action. Run fwupdmgr --help for the full list.
Exit Status
Commands that successfully execute will return "0", but commands that have no actions but successfully execute will return "2".
See Also
Bugs
No known bugs.
Author
Richard Hughes (richard@hughsie.com)
Referenced By
dbxtool(1), dfu-tool(1), fwupdagent(1), fwupdate(1), fwupdtool(1), loader.conf(5).
11 April 2021 1.8.10 fwupdmgr man page