How To Install spausedd on Fedora 36
In this tutorial we learn how to install spausedd in Fedora 36. spausedd is Utility to detect and log scheduler pause
Introduction
In this tutorial we learn how to install spausedd on Fedora 36.
What is spausedd
Utility to detect and log scheduler pause
We can use yum or dnf to install spausedd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spausedd.
Install spausedd on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install spausedd using dnf by running the following command:
sudo dnf -y install spausedd
Install spausedd on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spausedd using yum by running the following command:
sudo yum -y install spausedd
How To Uninstall spausedd on Fedora 36
To uninstall only the spausedd package we can use the following command:
sudo dnf remove spausedd
spausedd Package Contents on Fedora 36
/usr/bin/spausedd
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/d382fa89314eb321a056633d4c1cf9c327abe5
/usr/lib/systemd/system/spausedd.service
/usr/share/doc/spausedd
/usr/share/doc/spausedd/AUTHORS
/usr/share/licenses/spausedd
/usr/share/licenses/spausedd/COPYING
/usr/share/man/man8/spausedd.8.gz
References
Summary
In this tutorial we learn how to install spausedd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).