mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
32 lines
506 B
Markdown
32 lines
506 B
Markdown
# fwupd
|
|
|
|
## TL;DR
|
|
|
|
```shell
|
|
# display all detected devices
|
|
fwupdmgr get-devices
|
|
|
|
# download the latest metadata from lvfs
|
|
fwupdmgr refresh
|
|
|
|
# display available updates, if present
|
|
fwupdmgr get-updates
|
|
|
|
# download and apply all available updates
|
|
fwupdmgr update
|
|
|
|
# report the status of an update
|
|
fwupdmgr report-history
|
|
|
|
# clear the local history of updates
|
|
fwupdmgr clear-history
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [GitHub] page
|
|
|
|
[github]: https://github.com/fwupd/fwupd
|
|
[website]: https://fwupd.org/
|