From b36a446e0c76383a65f1fe3195d24c738efbcf55 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:07:39 +0300 Subject: [PATCH] fwupdmgr: add page (#6601) --- pages/linux/fwupdmgr.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/fwupdmgr.md diff --git a/pages/linux/fwupdmgr.md b/pages/linux/fwupdmgr.md new file mode 100644 index 000000000..9c3f917b2 --- /dev/null +++ b/pages/linux/fwupdmgr.md @@ -0,0 +1,20 @@ +# fwupdmgr + +> A tool for updating device firmware, including UEFI, using `fwupd`. +> More information: . + +- Display all devices detected by fwupd: + +`fwupdmgr get-devices` + +- Download the latest firmware metadata from LVFS: + +`fwupdmgr refresh` + +- List the updates available for devices on your system: + +`fwupdmgr get-updates` + +- Install firmware updates: + +`fwupdmgr update`