How to Install and Uninstall apache-commons-digester.noarch Package on AlmaLinux 8

Last updated: May 16,2024

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

In this section, we are going to explain the necessary steps to install apache-commons-digester.noarch on AlmaLinux 8

$ 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 AlmaLinux 8:

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

3. Information about the apache-commons-digester.noarch package on AlmaLinux 8

Last metadata expiration check: 0:19:17 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : apache-commons-digester
Version : 2.1
Release : 19.el8
Architecture : noarch
Size : 192 k
Source : apache-commons-digester-2.1-19.el8.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