How to Install and Uninstall userspace-rcu.i686 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "userspace-rcu.i686" package

Learn how to install userspace-rcu.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install userspace-rcu.i686

2. Uninstall "userspace-rcu.i686" package

This guide covers the steps necessary to uninstall userspace-rcu.i686 on Rocky Linux 8:

$ sudo dnf remove userspace-rcu.i686 $ sudo dnf autoremove

3. Information about the userspace-rcu.i686 package on Rocky Linux 8

Last metadata expiration check: 0:01:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : userspace-rcu
Version : 0.10.1
Release : 4.el8
Architecture : i686
Size : 101 k
Source : userspace-rcu-0.10.1-4.el8.src.rpm
Repository : baseos
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.