How To Install schedtool on Fedora 36

In this tutorial we learn how to install schedtool in Fedora 36. schedtool is Tool to query or alter process scheduling policy

Introduction

In this tutorial we learn how to install schedtool on Fedora 36.

What is schedtool

Schedtool interfaces with the Linux CPU scheduler. It allows the user to set and query the CPU-affinity and nice-levels of processes, as well as all scheduling policies, like batch or real-time (RR/FIFO) classes and their priorities

We can use yum or dnf to install schedtool on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install schedtool.

Install schedtool 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 schedtool using dnf by running the following command:

sudo dnf -y install schedtool

Install schedtool 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 schedtool using yum by running the following command:

sudo yum -y install schedtool

How To Uninstall schedtool on Fedora 36

To uninstall only the schedtool package we can use the following command:

sudo dnf remove schedtool

schedtool Package Contents on Fedora 36

/usr/bin/schedtool
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/5d23fe7ae0c2989feab9a921a829702090d185
/usr/share/doc/schedtool/CHANGES
/usr/share/doc/schedtool/LICENSE
/usr/share/doc/schedtool/README
/usr/share/doc/schedtool/SCHED_DESIGN
/usr/share/doc/schedtool/TODO
/usr/share/doc/schedtool/TUNING
/usr/share/man/man8/schedtool.8.gz

References

Summary

In this tutorial we learn how to install schedtool on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).