How to Install and Uninstall stalld.x86_64 Package on Fedora 39

Last updated: October 05,2024

1. Install "stalld.x86_64" package

Please follow the step by step instructions below to install stalld.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install stalld.x86_64

2. Uninstall "stalld.x86_64" package

This tutorial shows how to uninstall stalld.x86_64 on Fedora 39:

$ sudo dnf remove stalld.x86_64 $ sudo dnf autoremove

3. Information about the stalld.x86_64 package on Fedora 39

Last metadata expiration check: 2:37:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : stalld
Version : 1.19.1
Release : 1.fc39
Architecture : x86_64
Size : 44 k
Source : stalld-1.19.1-1.fc39.src.rpm
Repository : updates
Summary : Daemon that finds starving tasks and gives them a temporary boost
URL : https://gitlab.com/rt-linux-tools/stalld/stalld.git
License : GPL-2.0-or-later AND GPL-2.0-only
Description : The stalld program monitors the set of system threads,
: looking for threads that are ready-to-run but have not
: been given processor time for some threshold period.
: When a starving thread is found, it is given a temporary
: boost using the SCHED_DEADLINE policy. The default is to
: allow 10 microseconds of runtime for 1 second of clock time.