mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:35:22 +02:00
18 lines
372 B
Markdown
18 lines
372 B
Markdown
![]() |
# fwupdtool
|
||
|
|
||
|
> Update device firmware manually or manipulate firmware files.
|
||
|
> See also: `fwupdmgr`.
|
||
|
> More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdtool.md>.
|
||
|
|
||
|
- Display all devices detected by `fwupd`:
|
||
|
|
||
|
`fwupdtool get-devices`
|
||
|
|
||
|
- Install firmware from a file:
|
||
|
|
||
|
`fwupdtool install {{path/to/firmware}}`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`fwupdtool {{[-h|--help]}}`
|