How to Install and Uninstall libdisruptor-java Package on Kali Linux

Last updated: May 21,2024

1. Install "libdisruptor-java" package

This tutorial shows how to install libdisruptor-java on Kali Linux

$ sudo apt update $ sudo apt install libdisruptor-java

2. Uninstall "libdisruptor-java" package

This is a short guide on how to uninstall libdisruptor-java on Kali Linux:

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

3. Information about the libdisruptor-java package on Kali Linux

Package: libdisruptor-java
Source: disruptor
Version: 3.4.4-1
Installed-Size: 111
Maintainer: Debian Java Maintainers
Architecture: all
Size: 83668
SHA256: ef49b80f6b63c909d1b388ac6aec97b1444cae67faf2004a7037ad5852e7ebc9
SHA1: fbacf2f8724cd44eeb757885ab44e53e0a18e6c4
MD5sum: e18a4ad8f5d4d4db355b9d7dd15cc087
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/LMAX-Exchange/disruptor/wiki
Section: java
Priority: optional
Filename: pool/main/d/disruptor/libdisruptor-java_3.4.4-1_all.deb