How to Install and Uninstall apache-commons-configuration.noarch Package on Amazon Linux 2

Last updated: September 19,2024

1. Install "apache-commons-configuration.noarch" package

Please follow the instructions below to install apache-commons-configuration.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install apache-commons-configuration.noarch

2. Uninstall "apache-commons-configuration.noarch" package

Please follow the steps below to uninstall apache-commons-configuration.noarch on Amazon Linux 2:

$ sudo yum remove apache-commons-configuration.noarch $ sudo yum autoremove

3. Information about the apache-commons-configuration.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-configuration
Arch : noarch
Version : 1.9
Release : 8.amzn2
Size : 335 k
Repo : amzn2-core/2/x86_64
Summary : Commons Configuration Package
URL : http://commons.apache.org/configuration/
License : ASL 2.0
Description : Configuration is a project to provide a generic Configuration
: interface and allow the source of the values to vary. It
: provides easy typed access to single, as well as lists of
: configuration values based on a 'key'.
: Right now you can load properties from a simple properties
: file, a properties file in a jar, an XML file, JNDI settings,
: as well as use a mix of different sources using a
: ConfigurationFactory and CompositeConfiguration.
: Custom configuration objects are very easy to create now
: by just subclassing AbstractConfiguration. This works
: similar to how AbstractList works.