How to Install and Uninstall apache-commons-digester.noarch Package on Oracle Linux 9

Last updated: May 20,2024

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

Please follow the guidance below to install apache-commons-digester.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install apache-commons-digester.noarch

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

In this section, we are going to explain the necessary steps to uninstall apache-commons-digester.noarch on Oracle Linux 9:

$ sudo dnf remove apache-commons-digester.noarch $ sudo dnf autoremove

3. Information about the apache-commons-digester.noarch package on Oracle Linux 9

Last metadata expiration check: 0:46:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : apache-commons-digester
Version : 2.1
Release : 19.el9
Architecture : noarch
Size : 184 k
Source : apache-commons-digester-2.1-19.el9.src.rpm
Repository : epel
Summary : XML to Java object mapping module
URL : http://commons.apache.org/digester/
License : ASL 2.0
Description : Many projects read XML configuration files to provide initialization of
: various Java objects within the system. There are several ways of doing this,
: and the Digester component was designed to provide a common implementation
: that can be used in many different projects