How To Install tuned-profiles-sap on Fedora 36

In this tutorial we learn how to install tuned-profiles-sap in Fedora 36. tuned-profiles-sap is Additional tuned profile(s) targeted to SAP NetWeaver loads

Introduction

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

What is tuned-profiles-sap

Additional tuned profile(s) targeted to SAP NetWeaver loads.

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

Install tuned-profiles-sap 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-sap using dnf by running the following command:

sudo dnf -y install tuned-profiles-sap

Install tuned-profiles-sap 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-sap using yum by running the following command:

sudo yum -y install tuned-profiles-sap

How To Uninstall tuned-profiles-sap on Fedora 36

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

sudo dnf remove tuned-profiles-sap

tuned-profiles-sap Package Contents on Fedora 36

/usr/lib/tuned/sap-netweaver
/usr/lib/tuned/sap-netweaver/tuned.conf
/usr/share/man/man7/tuned-profiles-sap.7.gz

References

Summary

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