How to Install and Uninstall libdisruptor-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libdisruptor-java" package

Please follow the guidance below to install libdisruptor-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdisruptor-java

2. Uninstall "libdisruptor-java" package

Here is a brief guide to show you how to uninstall libdisruptor-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdisruptor-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdisruptor-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdisruptor-java
Priority: optional
Section: universe/java
Installed-Size: 105
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: disruptor
Version: 3.3.4-1
Filename: pool/universe/d/disruptor/libdisruptor-java_3.3.4-1_all.deb
Size: 71268
MD5sum: b17aee744385a32f89f26047f445e300
SHA1: 1d0703072f69c97d67b99dc27dcb9248a7ab05f5
SHA256: 568448213dc6351cc32f4b75cc76a4bf7ac9ea64715ebfda6b69a2f458e15c60
Description-en: Disruptor - High Performance Inter-Thread Messaging Library for Java
The disruptor is a high-throughput and low-latency concurrency framework.
It is designed to maximize the efficiency of memory allocation, and operate
in a cache-friendly manner so that it will perform optimally on modern
hardware.
.
At the heart of the disruptor mechanism sits a pre-allocated bounded data
structure in the form of a ring-buffer. Data is added to the ring buffer
through one or more producers and processed by one or more consumers.
Description-md5: 9ca9359f56f9e05e17cb678c0daf4327
Homepage: http://lmax-exchange.github.com/disruptor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu