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