How to Install and Uninstall apache-commons-logging.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

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

This guide let you learn how to install apache-commons-logging.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidelines below to uninstall apache-commons-logging.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the apache-commons-logging.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:32:40 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : apache-commons-logging
Version : 1.2
Release : 13.module+el8+2452+b359bfcd
Architecture : noarch
Size : 85 k
Source : apache-commons-logging-1.2-13.module+el8+2452+b359bfcd.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Apache Commons Logging
URL : http://commons.apache.org/logging
License : ASL 2.0
Description : The commons-logging package provides a simple, component oriented
: interface (org.apache.commons.logging.Log) together with wrappers for
: logging systems. The user can choose at runtime which system they want
: to use. In addition, a small number of basic implementations are
: provided to allow users to use the package standalone.
: commons-logging was heavily influenced by Avalon's Logkit and Log4J. The
: commons-logging abstraction is meant to minimize the differences between
: the two, and to allow a developer to not tie himself to a particular
: logging implementation.