1fwupdmgr(1) fwupdmgr man page fwupdmgr(1)
2
3
4
6 fwupdmgr — firmware update manager client utility
7
9 fwupdmgr [CMD]
10
12 fwupdmgr is a command line fwupd client intended to be used interac‐
13 tively. The terminal output between versions of fwupd is not guaran‐
14 teed to be stable, but if you plan on parsing the results then adding
15 --json might be just what you need.
16
17 There are also graphical tools to firmware available for GNOME and KDE.
18 These applications may be more useful to many users compared to using
19 the command line.
20
21 • GNOME Software: <https://wiki.gnome.org/Apps/Software>
22
23 • GNOME Firmware: <https://gitlab.gnome.org/World/gnome-firmware>
24
25 • KDE Discover: <https://userbase.kde.org/Discover>
26
27 On most systems fwupd is configured to download metadata from the Linux
28 Vendor Firmware Service https://fwupd.org/ and more information about
29 the LVFS is available here: https://lvfs.readthedocs.io/
30
31 Most users who want to just update all devices to the latest versions
32 can do fwupdmgr refresh and then fwupdmgr update. At this point the
33 system will asking for confirmation, update some devices, and may then
34 reboot to deploy other updates offline.
35
37 The fwupdmgr command takes various options depending on the action.
38 Run fwupdmgr --help for the full list.
39
41 Commands that successfully execute will return “0”, with generic fail‐
42 ure as “1”.
43
44 There are also several other exit codes used: A return code of “2” is
45 used for commands that have no actions but were successfully executed,
46 and “3” is used when a resource was not found.
47
49 See GitHub Issues: <https://github.com/fwupd/fwupd/issues>
50
52 fwupdtool(1) fwupd.conf(5)
53
54
55
561.9.9 fwupdmgr(1)