How to Install and Uninstall libcommons-collections4-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libcommons-collections4-java" package

This is a short guide on how to install libcommons-collections4-java on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libcommons-collections4-java" package

This guide covers the steps necessary to uninstall libcommons-collections4-java on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcommons-collections4-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcommons-collections4-java
Architecture: all
Version: 4.2-1
Priority: optional
Section: universe/java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 759
Depends: libcommons-parent-java (>= 43)
Suggests: libcommons-collections4-java-doc
Filename: pool/universe/libc/libcommons-collections4-java/libcommons-collections4-java_4.2-1_all.deb
Size: 656604
MD5sum: ea88e01f844cf777d2ee775095077242
SHA1: 7197102cb9ba9f55865fd3449126f0b3216cfd47
SHA256: ecc7028881934c76127ee0d59d0c8e35bad7524f3e756a6c620e2ff5d666e3be
SHA512: 028c59b174067eaf41e4878426c7ee6041b42ffa6fa9a04becba7e2f30b53632b89eba8c9f198571e6a3987802551d788d9fa632eab96f3fcec10778935dd0b9
Homepage: http://commons.apache.org/collections/
Description-en: 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: 141efefb1ab960f2f6d2e052c7407551