How to Install and Uninstall log4cxx.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "log4cxx.x86_64" package

This guide covers the steps necessary to install log4cxx.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install log4cxx.x86_64

2. Uninstall "log4cxx.x86_64" package

Please follow the instructions below to uninstall log4cxx.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove log4cxx.x86_64 $ sudo dnf autoremove

3. Information about the log4cxx.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:38:47 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : log4cxx
Version : 0.10.0
Release : 31.el8
Architecture : x86_64
Size : 476 k
Source : log4cxx-0.10.0-31.el8.src.rpm
Repository : epel
Summary : A port to C++ of the Log4j project
URL : http://logging.apache.org/log4cxx/index.html
License : ASL 2.0
Description : Log4cxx is a popular logging package written in C++. One of its distinctive
: features is the notion of inheritance in loggers. Using a logger hierarchy it
: is possible to control which log statements are output at arbitrary
: granularity. This helps reduce the volume of logged output and minimize the
: cost of logging.