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

Last updated: May 17,2024

1. Install "libintervalstorej-java" package

This guide let you learn how to install libintervalstorej-java on Kali Linux

$ sudo apt update $ sudo apt install libintervalstorej-java

2. Uninstall "libintervalstorej-java" package

Please follow the step by step instructions below to uninstall libintervalstorej-java on Kali Linux:

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

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

Package: libintervalstorej-java
Source: intervalstorej
Version: 1.2+dfsg-5
Installed-Size: 72
Maintainer: Debian Java Maintainers
Architecture: all
Size: 25968
SHA256: 753ccbd1eb13ff6924a15442189b374901430eb17b1510f5a6431baa85a682df
SHA1: d31e33b8e204ebd6103d1f724c9bbc90ddd9620a
MD5sum: 67705fe1427ab48eb11a5166b4ceb04b
Description: Java implementation of the Nested Containment List data structure
NCList provides efficient lookup of intervals overlapping a given range in
time O(M log N) where N is the number of intervals stored, and M the number
of overlaps found.
.
IntervalStore:
- is parameterised by ;
- so can store any Java type that implements IntervalI, that is, has methods
getBegin() and getEnd() (where begin <= end);
- extends java.util.AbstractCollection;
- may be referred to as Collection in code;
- exposes methods for add, contains, remove, iterator, size etc;
- has a 'bulk load' constructor, and methods to add or remove entries, while
retaining lookup efficiency;
- optimises storage and search of sparsely nested intervals by storing
non-nested intervals separately;
- incorporates NCList to store any properly nested intervals.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bartongroup/IntervalStoreJ
Section: java
Priority: optional
Filename: pool/main/i/intervalstorej/libintervalstorej-java_1.2+dfsg-5_all.deb