How to Install and Uninstall liblog4j2-java Package on Kali Linux

Last updated: May 05,2024

1. Install "liblog4j2-java" package

Please follow the guidance below to install liblog4j2-java on Kali Linux

$ sudo apt update $ sudo apt install liblog4j2-java

2. Uninstall "liblog4j2-java" package

Please follow the step by step instructions below to uninstall liblog4j2-java on Kali Linux:

$ sudo apt remove liblog4j2-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblog4j2-java package on Kali Linux

Package: liblog4j2-java
Source: apache-log4j2
Version: 2.19.0-2
Installed-Size: 2767
Maintainer: Debian Java Maintainers
Architecture: all
Depends: liblightcouch-java (>= 0.2.0), libmongodb-java, libslf4j-java (>= 1.7.32)
Suggests: libactivation-java, libcommons-compress-java (>= 1.22), libcommons-csv-java (>= 1.9.0), libconversant-disruptor-java (>= 1.2.15), libdisruptor-java (>= 3.4.4), libgeronimo-jms-1.1-spec-java, libjackson2-dataformat-xml-java, libjackson2-dataformat-yaml (>= 2.8.11), libjansi-java (>= 2.4.0), libjctools-java, libjeromq-java (>= 0.3.6), libmail-java (>= 1.6.5), libwoodstox-java
Size: 2309732
SHA256: 000badfa04db9c243873bbda3b10c408b14e63ca88eb2f7d7708717bc4897f49
SHA1: 2232c8a016f54c4e78b5275c56ae8934401ad73b
MD5sum: 4eb2388b7ff3883c54dd1748e96c1005
Description: Apache Log4j - Logging Framework for Java
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x:
.
API Separation: The API for Log4j is separate from the implementation making
it clear for application developers which classes and methods they can use
while ensuring forward compatibility.
.
Improved Performance: Log4j 2 contains next-generation Asynchronous Loggers
based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous
Loggers have 10 times higher throughput and orders of magnitude lower latency
than Log4j 1.x.
.
Support for multiple APIs: While the Log4j 2 API will provide the best
performance, Log4j 2 provides support for the SLF4J and Commons Logging APIs.
.
Automatic Reloading of Configurations: Log4j 2 can automatically reload its
configuration upon modification. It will do so without losing log events
while reconfiguration is taking place.
.
Advanced Filtering: Log4j 2 supports filtering based on context
data, markers, regular expressions, and other components in the Log event.
Filtering can be specified to apply to all events before being passed to
Loggers or as they pass through Appenders.
.
Plugin Architecture: Log4j uses the plugin pattern to configure components.
As such, no code is needed to create and configure an Appender, Layout,
Pattern Converter, and so on. Log4j automatically recognizes plugins
and uses them when a configuration references them.
.
Property Support: Properties can be referenced in a configuration, Log4j will
directly replace them, or Log4j will pass them to an underlying component that
will dynamically resolve them. Properties come from values defined in the
configuration file, system properties, environment variables, the
ThreadContext Map, and data present in the event.
Description-md5:
Homepage: https://logging.apache.org/log4j/2.x/
Section: java
Priority: optional
Filename: pool/main/a/apache-log4j2/liblog4j2-java_2.19.0-2_all.deb