From dde791ab742064d07f73ade29474b2cf5c978bf2 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Fri, 29 Mar 2024 07:41:26 -0400 Subject: [PATCH] Add TIP about rpmconf DNF plugin --- .../securing-the-system-by-keeping-it-up-to-date.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc index 78c259e..3576dfd 100644 --- a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc +++ b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc @@ -87,6 +87,17 @@ you will need to set the `MERGE` environment variable to an editor that is capable of performing that function (e.g., `export MERGE="vimdiff"`). See the man page for details. ++ +[TIP] +==== +If you install the rpmconf DNF plugin, +`rpmconf` will run automatically at the end of each upgrade. +Install it using the command: + +---- +sudo dnf install python3-dnf-plugin-rpmconf +---- +==== [discrete] === Additional Resources