How to Install and Uninstall apache-commons-collections Package on openSUSE Leap
Last updated: November 08,2024
1. Install "apache-commons-collections" package
Please follow the step by step instructions below to install apache-commons-collections on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
apache-commons-collections
Copied
2. Uninstall "apache-commons-collections" package
In this section, we are going to explain the necessary steps to uninstall apache-commons-collections on openSUSE Leap:
$
sudo zypper remove
apache-commons-collections
Copied
3. Information about the apache-commons-collections package on openSUSE Leap
Information for package apache-commons-collections:
---------------------------------------------------
Repository : Main Repository
Name : apache-commons-collections
Version : 3.2.2-150200.13.6.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 614.8 KiB
Installed : No
Status : not installed
Source package : apache-commons-collections-3.2.2-150200.13.6.4.src
Upstream URL : http://commons.apache.org/commons-collections/
Summary : Commons Collections Package
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
---------------------------------------------------
Repository : Main Repository
Name : apache-commons-collections
Version : 3.2.2-150200.13.6.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 614.8 KiB
Installed : No
Status : not installed
Source package : apache-commons-collections-3.2.2-150200.13.6.4.src
Upstream URL : http://commons.apache.org/commons-collections/
Summary : Commons Collections Package
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