fwupdmgr
A tool for updating device firmware, including UEFI, using fwupd. More information: <https://fwupd.org/>.
Install
- All systems
-
curl cmd.cat/fwupdmgr.sh
- Debian
-
apt-get install fwupd
- Ubuntu
-
apt-get install fwupd
- Arch Linux
-
pacman -S fwupd
- Kali Linux
-
apt-get install fwupd
- CentOS
-
yum install fwupd
- Fedora
-
dnf install fwupd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fwupd
- Raspbian
-
apt-get install fwupd
- Dockerfile
- dockerfile.run/fwupdmgr
A tool for updating device firmware, including UEFI, using fwupd. More information: <https://fwupd.org/>.
-
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
© tl;dr; authors and contributors