How to Install and Uninstall apache-commons-collections.noarch Package on Amazon Linux 2
Last updated: January 10,2025
1. Install "apache-commons-collections.noarch" package
Please follow the step by step instructions below to install apache-commons-collections.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
apache-commons-collections.noarch
Copied
2. Uninstall "apache-commons-collections.noarch" package
In this section, we are going to explain the necessary steps to uninstall apache-commons-collections.noarch on Amazon Linux 2:
$
sudo yum remove
apache-commons-collections.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the apache-commons-collections.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-collections
Arch : noarch
Version : 3.2.1
Release : 22.amzn2
Size : 509 k
Repo : amzn2-core/2/x86_64
Summary : Provides new interfaces, implementations and utilities for Java
: Collections
URL : http://commons.apache.org/collections/
License : ASL 2.0
Description : The introduction of the Collections API by Sun in JDK 1.2 has been
: a boon to quick and effective Java programming. Ready access to
: powerful data structures has accelerated development by reducing
: the need for custom container classes around each core object.
: Most Java2 APIs are significantly easier to use because of the
: Collections API. However, there are certain holes left unfilled by
: Sun's implementations, and the Jakarta-Commons Collections
: Component strives to fulfill them. Among the features of this
: package are:
: - special-purpose implementations of Lists and Maps for fast
: access
: - adapter classes from Java1-style containers (arrays,
: enumerations) to Java2-style collections.
: - methods to test or create typical set-theory properties of
: collections such as union, intersection, and closure.
Available Packages
Name : apache-commons-collections
Arch : noarch
Version : 3.2.1
Release : 22.amzn2
Size : 509 k
Repo : amzn2-core/2/x86_64
Summary : Provides new interfaces, implementations and utilities for Java
: Collections
URL : http://commons.apache.org/collections/
License : ASL 2.0
Description : The introduction of the Collections API by Sun in JDK 1.2 has been
: a boon to quick and effective Java programming. Ready access to
: powerful data structures has accelerated development by reducing
: the need for custom container classes around each core object.
: Most Java2 APIs are significantly easier to use because of the
: Collections API. However, there are certain holes left unfilled by
: Sun's implementations, and the Jakarta-Commons Collections
: Component strives to fulfill them. Among the features of this
: package are:
: - special-purpose implementations of Lists and Maps for fast
: access
: - adapter classes from Java1-style containers (arrays,
: enumerations) to Java2-style collections.
: - methods to test or create typical set-theory properties of
: collections such as union, intersection, and closure.