Updating firmware on Linux
·
1min
·
Dmitry Scherbakov
Table of Contents
Steps
- To manage firmware updates, we need to install application, called
fwupdmgr
(Firmware Update Manager):# Debian, Ubuntu, ... apt install fwupd # Arch, Artix, ... pacman -Sy fwupd
- You can view all devices, which require (or required in past) firmware updates:
fwupdmgr get-devices
- Download and install all available updates for all devices:
fwupdmgr get-updates && fwupdmgr update reboot