til/fwupd.md

26 lines
299 B
Markdown
Raw Normal View History

2020-03-13 17:12:40 +00:00
# fwupd
Assume you use Archlinux.
Read [fwupd](https://wiki.archlinux.org/index.php/Fwupd).
Install `fwupd`, `gnome-firmware` for GUI.
Download the latest metadata:
```sh
fwupdmgr refresh
```
List updates available:
```sh
fwupdmgr get-updates
```
Install updates:
```sh
fwupdmgr update
```