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

Last updated: October 09,2024

1. Install "stalld.x86_64" package

Please follow the steps below to install stalld.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install stalld.x86_64

2. Uninstall "stalld.x86_64" package

Please follow the guidelines below to uninstall stalld.x86_64 on Fedora 36:

$ sudo dnf remove stalld.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:14:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : stalld
Version : 1.15
Release : 2.fc36
Architecture : x86_64
Size : 46 k
Source : stalld-1.15-2.fc36.src.rpm
Repository : fedora
Summary : Daemon that finds starving tasks and gives them a temporary boost
URL : https://gitlab.com/rt-linux-tools/stalld/stalld.git
License : GPLv2
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.