1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-16 01:04:47 +02:00

Restructuring: Fixed spelling and tables

This commit is contained in:
2026-04-03 10:17:26 +02:00
parent f4181c2c3d
commit 58f836b4d4
187 changed files with 1039 additions and 622 deletions

View File

@@ -1,13 +1,12 @@
# fwupd
[fwupd](https://fwupd.org/) is a daemon for managing and installing firmware
updates on Linux based operating systems.
[fwupd](https://fwupd.org/) is a daemon for managing and installing firmware updates on Linux based
operating systems.
It is mainly used for UEFI firmware and supported devices.
## Setup
fwupd can be installed on most distributions by installing the
`fwupd` package.
fwupd can be installed on most distributions by installing the `fwupd` package.
## Usage
@@ -20,7 +19,7 @@ First the devices updatable by fwupd can be checked.
fwupdmgr get-devices
```
Afterwards the latest metadata can be downloaded by the following command.
Afterward, the latest metadata can be downloaded by the following command.
```sh
fwupdmgr refresh
@@ -32,7 +31,7 @@ The updates can the be listed.
fwupdmgr get-updates
```
Finally the updates can be installed.
Finally, the updates can be installed.
```sh
fwupdmgr update