How To Install tuned-profiles-realtime.noarch on Amazon Linux 2

In this tutorial we learn how to install tuned-profiles-realtime.noarch in Amazon Linux 2. tuned-profiles-realtime.noarch is Additional tuned profile(s) targeted to realtime

Introduction

In this tutorial we learn how to install tuned-profiles-realtime.noarch on Amazon Linux 2.

What is tuned-profiles-realtime.noarch

Additional tuned profile(s) targeted to realtime.

We can use yum to install tuned-profiles-realtime.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tuned-profiles-realtime.noarch.

Install tuned-profiles-realtime.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install tuned-profiles-realtime.noarch

How To Uninstall tuned-profiles-realtime.noarch on Amazon Linux 2

To uninstall only the tuned-profiles-realtime.noarch package we can use the following command:

sudo yum remove tuned-profiles-realtime.noarch

tuned-profiles-realtime.noarch Package Contents on Amazon Linux 2

/etc/tuned/realtime-variables.conf
/usr/lib/tuned/realtime
/usr/lib/tuned/realtime/script.sh
/usr/lib/tuned/realtime/tuned.conf
/usr/share/man/man7/tuned-profiles-realtime.7.gz

References

Summary

In this tutorial we learn how to install tuned-profiles-realtime.noarch on Amazon Linux 2 using yum.