mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-24 04:14:24 +00:00
24 lines
531 B
Markdown
24 lines
531 B
Markdown
# dnf
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
dnf check-update
|
|
dnf check-update --bugfix --security
|
|
|
|
dnf updateinfo
|
|
dnf updateinfo list --security
|
|
|
|
dnf update
|
|
dnf update --bugfix --security
|
|
dnf update --advisories='FEDORA-2021-74ebf2f06f,FEDORA-2021-83fdddca0f'
|
|
```
|
|
|
|
## Sources
|
|
|
|
- [How to install only security and bugfixes updates with DNF]
|
|
|
|
<!-- project's documentation -->
|
|
<!-- external references -->
|
|
[how to install only security and bugfixes updates with dnf]: https://fedoramagazine.org/how-to-install-only-security-and-bugfixes-updates-with-dnf/
|