How To Install spausedd.x86_64 on Amazon Linux 2
In this tutorial we learn how to install spausedd.x86_64 in Amazon Linux 2. spausedd.x86_64 is Utility to detect and log scheduler pause
Introduction
In this tutorial we learn how to install spausedd.x86_64
on Amazon Linux 2.
What is spausedd.x86_64
Utility to detect and log scheduler pause
We can use yum
to install spausedd.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install spausedd.x86_64.
Install spausedd.x86_64 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 spausedd.x86_64
using yum
by running the following command:
sudo yum -y install spausedd.x86_64
How To Uninstall spausedd.x86_64 on Amazon Linux 2
To uninstall only the spausedd.x86_64
package we can use the following command:
sudo yum remove spausedd.x86_64
spausedd.x86_64 Package Contents on Amazon Linux 2
/usr/bin/spausedd
/usr/lib/systemd/system/spausedd.service
/usr/share/doc/spausedd-2.4.3
/usr/share/doc/spausedd-2.4.3/AUTHORS
/usr/share/doc/spausedd-2.4.3/COPYING
/usr/share/man/man8/spausedd.8.gz
References
Summary
In this tutorial we learn how to install spausedd.x86_64
on Amazon Linux 2 using yum.