From 8d478f795869c77889bf7514b6094e0ba5c8f49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Thu, 17 Apr 2025 15:08:08 +0200 Subject: [PATCH] docs: Replace yum with dnf --- .../performance/proc_installing-and-enabling-tuned.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/modules/performance/proc_installing-and-enabling-tuned.adoc b/doc/manual/modules/performance/proc_installing-and-enabling-tuned.adoc index 89997fd..27167ab 100644 --- a/doc/manual/modules/performance/proc_installing-and-enabling-tuned.adoc +++ b/doc/manual/modules/performance/proc_installing-and-enabling-tuned.adoc @@ -16,7 +16,7 @@ This procedure installs and enables the *TuneD* application, installs *TuneD* pr . Install the [package]`tuned` package: + ---- -# yum install tuned +# dnf install tuned ---- . Enable and start the `tuned` service: @@ -28,7 +28,7 @@ This procedure installs and enables the *TuneD* application, installs *TuneD* pr . Optionally, install *TuneD* profiles for real-time systems: + ---- -# yum install tuned-profiles-realtime tuned-profiles-nfv +# dnf install tuned-profiles-realtime tuned-profiles-nfv ---- . Verify that a *TuneD* profile is active and applied: