Files
oam/knowledge base/fwupd.md
2023-07-09 20:48:18 +02:00

43 lines
680 B
Markdown

# Fwupd
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
# Display all detected devices.
fwupdmgr get-devices
# Download the latest metadata from LVFS.
fwupdmgr refresh
fwupdmgr refresh --force
# 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
<!--
References
-->
<!-- Upstream -->
[github]: https://github.com/fwupd/fwupd
[website]: https://fwupd.org/