1FWUPDMGR(1) User Commands FWUPDMGR(1)
2
3
4
6 fwupdmgr - fwupd
7
9 Usage:
10 fwupdmgr [OPTION?]
11
12 activate [DEVICE-ID]
13 Activate devices
14
15 clear-history
16 Erase all firmware update history
17
18 clear-offline
19 Clears any updates scheduled to be updated offline
20
21 clear-results DEVICE_ID
22 Clears the results from the last update
23
24 disable-remote REMOTE-ID
25 Disables a given remote
26
27 downgrade [DEVICE_ID]
28 Downgrades the firmware on a device
29
30 enable-remote REMOTE-ID
31 Enables a given remote
32
33 get-approved-firmware
34 Gets the list of approved firmware.
35
36 get-details FILE
37 Gets details about a firmware file
38
39 get-devices
40 Get all devices that support firmware updates
41
42 get-history
43 Show history of firmware updates
44
45 get-releases [DEVICE_ID]
46 Gets the releases for a device
47
48 get-remotes
49 Gets the configured remotes
50
51 get-results DEVICE_ID
52 Gets the results from the last update
53
54 get-topology
55 Alias to get-devices
56
57 get-updates
58 Gets the list of updates for connected hardware
59
60 get-upgrades
61 Alias to get-updates
62
63 install FILE [ID]
64 Install a firmware file on this hardware
65
66 modify-config KEY,VALUE
67 Modifies a daemon configuration value.
68
69 modify-remote REMOTE-ID KEY VALUE
70 Modifies a given remote
71
72 refresh [FILE FILE_SIG REMOTE_ID]
73 Refresh metadata from remote server
74
75 reinstall [DEVICE-ID]
76 Reinstall current firmware on the device.
77
78 report-history
79 Share firmware history with the developers
80
81 set-approved-firmware CHECKSUM1[,CHECKSUM2][,CHECKSUM3]
82 Sets the list of approved firmware.
83
84 unlock DEVICE_ID
85 Unlocks the device for firmware access
86
87 update Updates all firmware to latest versions available
88
89 upgrade
90 Alias to update
91
92 verify [DEVICE_ID]
93 Checks cryptographic hash matches firmware
94
95 verify-update [DEVICE_ID]
96 Update the stored cryptographic hash with current ROM contents
97
98 Help Options:
99 -h, --help
100 Show help options
101
102 Application Options:
103 -v, --verbose
104 Show extra debugging information
105
106 --version
107 Show client and daemon versions
108
109 --offline
110 Schedule installation for next reboot when possible
111
112 --allow-reinstall
113 Allow reinstalling existing firmware versions
114
115 --allow-older
116 Allow downgrading firmware versions
117
118 --force
119 Override warnings and force the action
120
121 -y, --assume-yes
122 Answer yes to all questions
123
124 --log Log output to FILE (typically for scripting use)
125
126 --sign Sign the uploaded data with the client certificate
127
128 --no-unreported-check
129 Do not check for unreported history
130
131 --no-metadata-check
132 Do not check for old metadata
133
134 --no-reboot-check
135 Do not check for reboot after update
136
137 --no-safety-check
138 Do not perform device safety checks
139
140 --no-history
141 Do not write to the history database
142
143 --show-all-devices
144 Show devices that are not updatable
145
146 --disable-ssl-strict
147 Ignore SSL strict checks when downloading files
148
149 --filter
150 Filter with a set of device flags using a ~ prefix to exclude,
151 e.g. 'internal,~needs-reboot'
152
153 This tool allows an administrator to query and control the fwupd dae‐
154 mon, allowing them to perform actions such as installing or downgrading
155 firmware.
156
157
158
159fwupdmgr 1.3.5 November 2019 FWUPDMGR(1)