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

Last updated: June 02,2024

1. Install "rtkit.src" package

Please follow the step by step instructions below to install rtkit.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rtkit.src

2. Uninstall "rtkit.src" package

This guide covers the steps necessary to uninstall rtkit.src on Oracle Linux 8:

$ sudo dnf remove rtkit.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:39:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rtkit
Version : 0.11
Release : 19.el8
Architecture : src
Size : 140 k
Source : None
Repository : ol8_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.