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 Debian
apt-get install fwupd
Ubuntu
apt-get install fwupd
Arch Arch Linux
pacman -S fwupd
image/svg+xml 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

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