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

Last updated: May 05,2024

1. Install "userspace-rcu.i686" package

This guide let you learn how to install userspace-rcu.i686 on Amazon Linux 2

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

2. Uninstall "userspace-rcu.i686" package

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : userspace-rcu
Arch : i686
Version : 0.7.16
Release : 1.amzn2.0.1
Size : 75 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.