diff --git a/knowledge base/dnf.md b/knowledge base/dnf.md new file mode 100644 index 0000000..9ddcdd0 --- /dev/null +++ b/knowledge base/dnf.md @@ -0,0 +1,23 @@ +# 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] + + + +[how to install only security and bugfixes updates with dnf]: https://fedoramagazine.org/how-to-install-only-security-and-bugfixes-updates-with-dnf/