How To Install resctl-demo on Fedora 36
Introduction
In this tutorial we learn how to install resctl-demo
on Fedora 36.
What is resctl-demo
resctl-demo demonstrates and documents various aspects of resource control using self-contained workloads in guided scenarios.
We can use yum
or dnf
to install resctl-demo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install resctl-demo.
Install resctl-demo 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 resctl-demo
using dnf
by running the following command:
sudo dnf -y install resctl-demo
Install resctl-demo 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 resctl-demo
using yum
by running the following command:
sudo yum -y install resctl-demo
How To Uninstall resctl-demo on Fedora 36
To uninstall only the resctl-demo
package we can use the following command:
sudo dnf remove resctl-demo
resctl-demo Package Contents on Fedora 36
/usr/bin/resctl-demo
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/d604e8475a4c9781d33b4dfab8807bef8424db
/usr/share/doc/resctl-demo
/usr/share/doc/resctl-demo/README.md
/usr/share/licenses/resctl-demo
/usr/share/licenses/resctl-demo/LICENSE
References
Summary
In this tutorial we learn how to install resctl-demo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).