How to Install and Uninstall libcommons-collections3-java Package on Kali Linux

Last updated: May 10,2024

1. Install "libcommons-collections3-java" package

This is a short guide on how to install libcommons-collections3-java on Kali Linux

$ sudo apt update $ sudo apt install libcommons-collections3-java

2. Uninstall "libcommons-collections3-java" package

Please follow the guidelines below to uninstall libcommons-collections3-java on Kali Linux:

$ sudo apt remove libcommons-collections3-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-collections3-java package on Kali Linux

Package: libcommons-collections3-java
Version: 3.2.2-3
Installed-Size: 612
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libcommons-collections3-java-doc
Breaks: jenkins-json (<= 2.4-jenkins-3-1)
Size: 529796
SHA256: 109ffd2dd6ab588b88f16b4af1bae36b9b8da98ac807211eb9bac03a2b9ce3d2
SHA1: 532be190b91d99c917cb68dbe2cb22226a8cb595
MD5sum: ebcb100f330a6d1ffb31512bef605179
Description: Apache Commons Collections - Extended Collections API for Java
The Java Collections Framework was a major addition in JDK 1.2. It added many
powerful data structures that accelerate development of most significant Java
applications. Since that time it has become the recognised standard for
collection handling in Java.
.
Commons Collections seek to build upon the JDK classes by providing new
interfaces, implementations and utilities. There are many features, including:
.
* Bag interface for collections that have a number of copies of each object
* BidiMap interface for maps that can be looked up from value to key as well
and key to value
* MapIterator interface to provide simple and quick iteration over maps
* Transforming decorators that alter each object as it is added to the
collection
* Composite collections that make multiple collections look like one
* Ordered maps and sets that retain the order elements are added in,
including an LRU based map
* Reference map that allows keys and/or values to be garbage collected under
close control
* Many comparator implementations
* Many iterator implementations
* Adapter classes from array and enumerations to collections
* Utilities to test or create typical set-theory properties of collections
such as union, intersection, and closure
Description-md5:
Multi-Arch: foreign
Homepage: https://commons.apache.org/collections/
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib,
role::shared-lib
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-collections3-java/libcommons-collections3-java_3.2.2-3_all.deb