Added fwupd notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-17 20:21:05 +02:00
parent 7046ff0f78
commit bfd3f8d7f2

View File

@@ -0,0 +1,31 @@
# 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/