How to Install and Uninstall userspace-rcu.src Package on Oracle Linux 9
Last updated: January 09,2025
1. Install "userspace-rcu.src" package
In this section, we are going to explain the necessary steps to install userspace-rcu.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
userspace-rcu.src
Copied
2. Uninstall "userspace-rcu.src" package
This tutorial shows how to uninstall userspace-rcu.src on Oracle Linux 9:
$
sudo dnf remove
userspace-rcu.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the userspace-rcu.src package on Oracle Linux 9
Last metadata expiration check: 2:41:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : userspace-rcu
Version : 0.12.1
Release : 6.el9
Architecture : src
Size : 534 k
Source : None
Repository : ol9_baseos_latest
Summary : RCU (read-copy-update) implementation in user-space
URL : http://liburcu.org
License : LGPLv2+
Description : This data synchronization library provides read-side access which scales
: linearly with the number of cores. It does so by allowing multiples copies
: of a given data structure to live at the same time, and by monitoring
: the data structure accesses to detect grace periods after which memory
: reclamation is possible.
Available Packages
Name : userspace-rcu
Version : 0.12.1
Release : 6.el9
Architecture : src
Size : 534 k
Source : None
Repository : ol9_baseos_latest
Summary : RCU (read-copy-update) implementation in user-space
URL : http://liburcu.org
License : LGPLv2+
Description : This data synchronization library provides read-side access which scales
: linearly with the number of cores. It does so by allowing multiples copies
: of a given data structure to live at the same time, and by monitoring
: the data structure accesses to detect grace periods after which memory
: reclamation is possible.