How to Install and Uninstall userspace-rcu.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "userspace-rcu.x86_64" package

Learn how to install userspace-rcu.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install userspace-rcu.x86_64

2. Uninstall "userspace-rcu.x86_64" package

This is a short guide on how to uninstall userspace-rcu.x86_64 on Amazon Linux 2:

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

3. Information about the userspace-rcu.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : userspace-rcu
Arch : x86_64
Version : 0.7.16
Release : 1.amzn2.0.1
Size : 73 k
Repo : amzn2-core/2/x86_64
Summary : RCU (read-copy-update) implementation in user space
URL : http://lttng.org/urcu/
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.