How To Install tuned-profiles-oracle.noarch on Amazon Linux 2
In this tutorial we learn how to install tuned-profiles-oracle.noarch in Amazon Linux 2. tuned-profiles-oracle.noarch is Additional tuned profile(s) targeted to Oracle loads
Introduction
In this tutorial we learn how to install tuned-profiles-oracle.noarch on Amazon Linux 2.
What is tuned-profiles-oracle.noarch
Additional tuned profile(s) targeted to Oracle loads.
We can use yum to install tuned-profiles-oracle.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-oracle.noarch.
Install tuned-profiles-oracle.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-oracle.noarch using yum by running the following command:
sudo yum -y install tuned-profiles-oracle.noarch
How To Uninstall tuned-profiles-oracle.noarch on Amazon Linux 2
To uninstall only the tuned-profiles-oracle.noarch package we can use the following command:
sudo yum remove tuned-profiles-oracle.noarch
tuned-profiles-oracle.noarch Package Contents on Amazon Linux 2
/usr/lib/tuned/oracle
/usr/lib/tuned/oracle/tuned.conf
/usr/share/man/man7/tuned-profiles-oracle.7.gz
References
Summary
In this tutorial we learn how to install tuned-profiles-oracle.noarch on Amazon Linux 2 using yum.