How to Install and Uninstall userspace-rcu.x86_64 Package on Fedora 35

Last updated: July 01,2024

1. Install "userspace-rcu.x86_64" package

Please follow the instructions below to install userspace-rcu.x86_64 on Fedora 35

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

2. Uninstall "userspace-rcu.x86_64" package

In this section, we are going to explain the necessary steps to uninstall userspace-rcu.x86_64 on Fedora 35:

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

3. Information about the userspace-rcu.x86_64 package on Fedora 35

Last metadata expiration check: 0:21:52 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : userspace-rcu
Version : 0.13.0
Release : 3.fc35
Architecture : x86_64
Size : 102 k
Source : userspace-rcu-0.13.0-3.fc35.src.rpm
Repository : fedora
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.