How to Install and Uninstall liburcu4 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "liburcu4" package

In this section, we are going to explain the necessary steps to install liburcu4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liburcu4

2. Uninstall "liburcu4" package

Learn how to uninstall liburcu4 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liburcu4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liburcu4 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liburcu4
Priority: extra
Section: universe/libs
Installed-Size: 233
Maintainer: Ubuntu Developers
Original-Maintainer: Jon Bernard
Architecture: amd64
Source: liburcu
Version: 0.9.1-3
Depends: libc6 (>= 2.6)
Filename: pool/universe/libu/liburcu/liburcu4_0.9.1-3_amd64.deb
Size: 47324
MD5sum: 6cb30cff8bfb0a1b5a2f1fc668f297c5
SHA1: a8ecf9e4714183216e83b2ed5665db4b15e26ed1
SHA256: eb637a76c127c2f1f3745cdfaed903c04d090ee9782826d214094ce698f7ac46
Description-en: userspace RCU (read-copy-update) library
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.
Description-md5: de6f9b7147c6779e01a989b75c54e08b
Multi-Arch: same
Homepage: http://lttng.org/urcu
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-sdk-libs, ubuntu-touch