diff --git a/knowledge base/linux/fwupd.md b/knowledge base/linux/fwupd.md new file mode 100644 index 0000000..d639d9c --- /dev/null +++ b/knowledge base/linux/fwupd.md @@ -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/