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

Last updated: May 11,2024

1. Install "libcommons-collections3-java" package

This guide covers the steps necessary to install libcommons-collections3-java on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libcommons-collections3-java" package

Please follow the guidance below to uninstall libcommons-collections3-java on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libcommons-collections3-java
Architecture: all
Version: 3.2.2-2
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 609
Suggests: libcommons-collections3-java-doc
Breaks: jenkins-json (<= 2.4-jenkins-3-1), libjson-java (<= 2.3-2)
Filename: pool/universe/libc/libcommons-collections3-java/libcommons-collections3-java_3.2.2-2_all.deb
Size: 524988
MD5sum: 923ac833da7cf23a534496feb086b316
SHA1: 4e505bd58b68ee33a68dced4ea50c5cc20a3c028
SHA256: 22b6d1f62112591522e4553064a3208f95387d380fda10f28a122f43801bac22
SHA512: b1fba3ae666130705238f3e80ead5f06f6f185ddc5c879dd41222f8ed01be775e2c65ae3a0e1d6cc3d4cffeadc166d134c03d4008f1ca16d34c169497ed82a70
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 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: 4c7697aecd4b1c3a87686654049680ed