1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 23:15:23 +02:00
tldr/pages/linux/fwupdtool.md
Managor c3300bf468
fwupdtool: add page, fwupdmgr: refer to fwupdtool and add example (#16577)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-25 17:14:10 +03:00

372 B

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]}}