How to Install and Uninstall log4cxx.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "log4cxx.x86_64" package

Please follow the steps below to install log4cxx.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install log4cxx.x86_64

2. Uninstall "log4cxx.x86_64" package

This guide covers the steps necessary to uninstall log4cxx.x86_64 on Amazon Linux 2:

$ sudo yum remove log4cxx.x86_64 $ sudo yum autoremove

3. Information about the log4cxx.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : log4cxx
Arch : x86_64
Version : 0.10.0
Release : 16.amzn2.0.1
Size : 449 k
Repo : amzn2-core/2/x86_64
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.