How to Install and Uninstall log4cxx.i686 Package on Fedora 38

Last updated: October 03,2024

1. Install "log4cxx.i686" package

Please follow the guidance below to install log4cxx.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install log4cxx.i686

2. Uninstall "log4cxx.i686" package

Learn how to uninstall log4cxx.i686 on Fedora 38:

$ sudo dnf remove log4cxx.i686 $ sudo dnf autoremove

3. Information about the log4cxx.i686 package on Fedora 38

Last metadata expiration check: 1:09:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : log4cxx
Version : 0.13.0
Release : 3.fc38
Architecture : i686
Size : 485 k
Source : log4cxx-0.13.0-3.fc38.src.rpm
Repository : fedora
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.