How To Install tuned-profiles-nfv.noarch on Amazon Linux 2
In this tutorial we learn how to install tuned-profiles-nfv.noarch in Amazon Linux 2. tuned-profiles-nfv.noarch is Additional tuned profile(s) targeted to Network Function
Introduction
In this tutorial we learn how to install tuned-profiles-nfv.noarch on Amazon Linux 2.
What is tuned-profiles-nfv.noarch
Additional tuned profile(s) targeted to Network Function Virtualization (NFV).
We can use yum to install tuned-profiles-nfv.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.noarch.
Install tuned-profiles-nfv.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.noarch using yum by running the following command:
sudo yum -y install tuned-profiles-nfv.noarch
How To Uninstall tuned-profiles-nfv.noarch on Amazon Linux 2
To uninstall only the tuned-profiles-nfv.noarch package we can use the following command:
sudo yum remove tuned-profiles-nfv.noarch
tuned-profiles-nfv.noarch Package Contents on Amazon Linux 2
/usr/share/doc/tuned-2.8.0/README.NFV
References
Summary
In this tutorial we learn how to install tuned-profiles-nfv.noarch on Amazon Linux 2 using yum.