How To Install tuned-profiles-openshift on Fedora 36

In this tutorial we learn how to install tuned-profiles-openshift in Fedora 36. tuned-profiles-openshift is Additional TuneD profile(s) optimized for OpenShift

Introduction

In this tutorial we learn how to install tuned-profiles-openshift on Fedora 36.

What is tuned-profiles-openshift

Additional TuneD profile(s) optimized for OpenShift.

We can use yum or dnf to install tuned-profiles-openshift on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tuned-profiles-openshift.

Install tuned-profiles-openshift on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tuned-profiles-openshift using dnf by running the following command:

sudo dnf -y install tuned-profiles-openshift

Install tuned-profiles-openshift on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tuned-profiles-openshift using yum by running the following command:

sudo yum -y install tuned-profiles-openshift

How To Uninstall tuned-profiles-openshift on Fedora 36

To uninstall only the tuned-profiles-openshift package we can use the following command:

sudo dnf remove tuned-profiles-openshift

tuned-profiles-openshift Package Contents on Fedora 36

/usr/lib/tuned/openshift
/usr/lib/tuned/openshift-control-plane
/usr/lib/tuned/openshift-control-plane/tuned.conf
/usr/lib/tuned/openshift-node
/usr/lib/tuned/openshift-node/tuned.conf
/usr/lib/tuned/openshift/tuned.conf
/usr/share/man/man7/tuned-profiles-openshift.7.gz

References

Summary

In this tutorial we learn how to install tuned-profiles-openshift on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).