How to Install and Uninstall rtkit.src Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "rtkit.src" package

Please follow the instructions below to install rtkit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rtkit.src

2. Uninstall "rtkit.src" package

Please follow the guidance below to uninstall rtkit.src on Oracle Linux 9:

$ sudo dnf remove rtkit.src $ sudo dnf autoremove

3. Information about the rtkit.src package on Oracle Linux 9

Last metadata expiration check: 0:28:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rtkit
Version : 0.11
Release : 28.el9
Architecture : src
Size : 156 k
Source : None
Repository : ol9_appstream
Summary : Realtime Policy and Watchdog Daemon
URL : http://git.0pointer.net/rtkit.git/
License : GPLv3+ and BSD
Description : RealtimeKit is a D-Bus system service that changes the
: scheduling policy of user processes/threads to SCHED_RR (i.e. realtime
: scheduling mode) on request. It is intended to be used as a secure
: mechanism to allow real-time scheduling to be used by normal user
: processes.