How to Install and Uninstall liburcu-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "liburcu-dev" package

This guide covers the steps necessary to install liburcu-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liburcu-dev

2. Uninstall "liburcu-dev" package

This guide covers the steps necessary to uninstall liburcu-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liburcu-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the liburcu-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liburcu-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 1170
Maintainer: Ubuntu Developers
Original-Maintainer: Jon Bernard
Architecture: amd64
Source: liburcu
Version: 0.9.1-3
Depends: liburcu4 (= 0.9.1-3)
Filename: pool/universe/libu/liburcu/liburcu-dev_0.9.1-3_amd64.deb
Size: 477838
MD5sum: ba472cf8939bd15ac54f294ad4ae7fae
SHA1: eb63045f5d7b321b4d8149c0775abc6cb46fad10
SHA256: 60943e182a2dc290bb54eb25ba7933fc02056dd2720c40ad902879c3d4adb7f9
Description-en: userspace RCU (read-copy-update) library - development files
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.
.
Install this package if you wish to develop your own programs using the
userspace RCU library.
Description-md5: 09835132a9a5c6007a4ef9e450ff9e9d
Homepage: http://lttng.org/urcu
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu