How to Install and Uninstall userspace-rcu.x86_64 Package on CentOS 8 / RHEL 8
Last updated: November 27,2024
1. Install "userspace-rcu.x86_64" package
Please follow the steps below to install userspace-rcu.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
userspace-rcu.x86_64
Copied
2. Uninstall "userspace-rcu.x86_64" package
Please follow the guidelines below to uninstall userspace-rcu.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
userspace-rcu.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the userspace-rcu.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:57:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : userspace-rcu
Version : 0.10.1
Release : 2.el8
Architecture : x86_64
Size : 101 k
Source : userspace-rcu-0.10.1-2.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.
Available Packages
Name : userspace-rcu
Version : 0.10.1
Release : 2.el8
Architecture : x86_64
Size : 101 k
Source : userspace-rcu-0.10.1-2.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.