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

Last updated: May 19,2024

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

This tutorial shows how to install apache-commons-digester.noarch on Rocky Linux 9

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

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

Please follow the guidance below to uninstall apache-commons-digester.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 2:33:48 ago on Fri Feb 16 06:49:52 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