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

Last updated: May 19,2024

1. Install "libcommons-collections4-java" package

In this section, we are going to explain the necessary steps to install libcommons-collections4-java on Kali Linux

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

2. Uninstall "libcommons-collections4-java" package

In this section, we are going to explain the necessary steps to uninstall libcommons-collections4-java on Kali Linux:

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

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

Package: libcommons-collections4-java
Version: 4.4-2
Installed-Size: 784
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-parent-java (>= 56)
Suggests: libcommons-collections4-java-doc
Size: 681848
SHA256: 313eec177463692462c3c9e0d8f60545782e6bd6ef52bb70a44cf879b40ed3fb
SHA1: 0340d82bcbb5e7c59a2080e3c9594a05dc4e27d6
MD5sum: 33f7f0287ff60aadf743daaef0428bb7
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 recognized 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:
Homepage: http://commons.apache.org/collections/
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-collections4-java/libcommons-collections4-java_4.4-2_all.deb