How to Install and Uninstall apache-commons-configuration Package on openSUSE Leap

Last updated: November 22,2024

1. Install "apache-commons-configuration" package

This guide let you learn how to install apache-commons-configuration on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install apache-commons-configuration

2. Uninstall "apache-commons-configuration" package

This guide covers the steps necessary to uninstall apache-commons-configuration on openSUSE Leap:

$ sudo zypper remove apache-commons-configuration

3. Information about the apache-commons-configuration package on openSUSE Leap

Information for package apache-commons-configuration:
-----------------------------------------------------
Repository : Main Repository
Name : apache-commons-configuration
Version : 1.10-150200.3.6.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 403.6 KiB
Installed : No
Status : not installed
Source package : apache-commons-configuration-1.10-150200.3.6.3.src
Upstream URL : http://commons.apache.org/configuration/
Summary : Commons Configuration Package
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.

5. The same packages on other Linux Distributions