2021-09-28 15:07:39 +03:00
|
|
|
# fwupdmgr
|
|
|
|
|
2024-02-25 07:46:24 -03:00
|
|
|
> Update device firmware, including UEFI, using `fwupd`.
|
2025-05-25 17:14:10 +03:00
|
|
|
> See also: `fwupdtool`.
|
|
|
|
> More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdmgr.md>.
|
2021-09-28 15:07:39 +03:00
|
|
|
|
2025-05-25 17:14:10 +03:00
|
|
|
- Display all devices detected by `fwupd`:
|
2021-09-28 15:07:39 +03:00
|
|
|
|
|
|
|
`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`
|
2025-05-25 17:14:10 +03:00
|
|
|
|
|
|
|
- Remount `/boot` with more privileges if update complains about a read-only filesystem:
|
|
|
|
|
|
|
|
`sudo mount {{[-o|--options]}} uid=1000,gid=1000,umask=0022 {{/dev/sdX}} /boot`
|