snippetbashTip
fwupdtool — Update device firmware manually or manipulate firmware files. See also: `fwupdmgr`. More information
Viewed 0 times
commandfirmwareupdatefwupdtoolmanipulateclimanuallydevice
linux
Problem
How to use the
fwupdtool command: Update device firmware manually or manipulate firmware files. See also: fwupdmgr. More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdtool.md>.Solution
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-devicesInstall firmware from a file:
fwupdtool install {{path/to/firmware}}Display help:
fwupdtool {{[-h|--help]}}Code Snippets
Display all devices detected by `fwupd`
fwupdtool get-devicesInstall firmware from a file
fwupdtool install {{path/to/firmware}}Display help
fwupdtool {{[-h|--help]}}Context
tldr-pages: linux/fwupdtool
Revisions (0)
No revisions yet.