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

Last updated: May 12,2024

1. Install "libcommons-collections3-java" package

In this section, we are going to explain the necessary steps to install libcommons-collections3-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

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

Package: libcommons-collections3-java
Priority: optional
Section: libs
Installed-Size: 708
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.2.2-1
Suggests: libcommons-collections3-java-doc
Breaks: jenkins-json (<= 2.4-jenkins-3-1), libjson-java (<= 2.3-2)
Filename: pool/main/libc/libcommons-collections3-java/libcommons-collections3-java_3.2.2-1_all.deb
Size: 598878
MD5sum: 80f9da19973268a427bd9b78c0d64e2f
SHA1: 387222718bc69b5f953313026a388f5898ab3dcf
SHA256: 02e40ef5f8947e9f519302625ebd8f5efede6e6594a7871a79cfb3992645ddab
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
Homepage: http://commons.apache.org/collections/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: tomcat-server