How to Install and Uninstall libcommons-collections4-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcommons-collections4-java" package

Please follow the instructions below to install libcommons-collections4-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-collections4-java" package

This tutorial shows how to uninstall libcommons-collections4-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcommons-collections4-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcommons-collections4-java
Priority: optional
Section: universe/java
Installed-Size: 768
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 4.1-1
Suggests: libcommons-collections4-java-doc
Filename: pool/universe/libc/libcommons-collections4-java/libcommons-collections4-java_4.1-1_all.deb
Size: 652296
MD5sum: 996c62ea31df243051366c086e707071
SHA1: a678494b6002806235f522c892b004f7f98abf4d
SHA256: 46e7512bf9aac4c41817c0ae7589451cc1862f9fbe75ea3b5c38d7f776ec98a9
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
Homepage: http://commons.apache.org/collections/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu