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

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

Introduction

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

What is tuned-profiles-nfv-host.noarch

Additional tuned profile(s) targeted to Network Function Virtualization (NFV) host.

We can use yum to install tuned-profiles-nfv-host.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-nfv-host.noarch.

Install tuned-profiles-nfv-host.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-nfv-host.noarch using yum by running the following command:

sudo yum -y install tuned-profiles-nfv-host.noarch

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

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

sudo yum remove tuned-profiles-nfv-host.noarch

tuned-profiles-nfv-host.noarch Package Contents on Amazon Linux 2

/etc/tuned/realtime-virtual-host-variables.conf
/usr/lib/tuned/realtime-virtual-host
/usr/lib/tuned/realtime-virtual-host/find-lapictscdeadline-optimal.sh
/usr/lib/tuned/realtime-virtual-host/run-tscdeadline-latency.sh
/usr/lib/tuned/realtime-virtual-host/script.sh
/usr/lib/tuned/realtime-virtual-host/tuned.conf
/usr/share/man/man7/tuned-profiles-nfv-host.7.gz

References

Summary

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