Linux/fwupd: Difference between revisions
< Linux
(Created page with "== fwupd == fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. https://github.com/fwupd/fwupd If you have a device with firmware supported by fwupd, this is how you can check for updates and apply them using fwupd's command line tools. # fwupdmgr get-devices This will display all devices detected by fwupd. # fwupdmgr refresh This will download the latest metadata from LVFS. # fwupdmgr get-updates If updates are availa...") |
No edit summary |
||
| Line 3: | Line 3: | ||
fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. | fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. | ||
https://github.com/fwupd/fwupd | https://github.com/fwupd/fwupd | ||
This project is configured by default to download firmware from the Linux Vendor Firmware Service (LVFS). | |||
If you have a device with firmware supported by fwupd, this is how you can check for updates and apply them using fwupd's command line tools. | If you have a device with firmware supported by fwupd, this is how you can check for updates and apply them using fwupd's command line tools. | ||
Revision as of 21:17, 10 November 2025
fwupd
fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. https://github.com/fwupd/fwupd
This project is configured by default to download firmware from the Linux Vendor Firmware Service (LVFS).
If you have a device with firmware supported by fwupd, this is how you can check for updates and apply them using fwupd's command line tools.
# fwupdmgr get-devices
This will display all devices detected by fwupd.
# fwupdmgr refresh
This will download the latest metadata from LVFS.
# fwupdmgr get-updates
If updates are available for any devices on the system, they'll be displayed.
# fwupdmgr update