libslf4j-java on Kali Linux

Last updated: August 05,2022

1. Install libslf4j-java package

This tutorial shows how to install libslf4j-java package:

sudo apt update
sudo apt install libslf4j-java

2. Uninstall / Remove libslf4j-java package

Learn how to uninstall libslf4j-java package:

sudo apt remove libslf4j-java
sudo apt autoclean && sudo apt autoremove

3. Details of libslf4j-java package

Package: libslf4j-java
Version: 1.7.32-1
Installed-Size: 281
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libcommons-logging-java, liblog4j1.2-java
Size: 143900
SHA256: 38166cb6ec4a956b1f45f5baf18a115fd692c7fe0318b7cb332c4caaa7375f4e
SHA1: ac7c4f068fd7ee210f0e6ed5edf242b82f2e8ca6
MD5sum: f280b2cdf3a432ea978e406560138ecf
Description: Simple Logging Facade for Java
The Simple Logging Facade for Java (or SLF4J) is intended to serve as
a simple facade for various logging APIs allowing to the end-user to
plug in the desired implementation at deployment time. SLF4J also
allows for a gradual migration path away from Apache Commons
Logging (CL)
.
Logging API implementations can either choose to implement the SLF4J
interfaces directly, e.g. logback or SimpleLogger. Alternatively, it
is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.
Description-md5: 307af13d2db4d50e6f124f83f84006d9
Homepage: http://www.slf4j.org
Tag: admin::logging, devel::lang:java, devel::library, implemented-in::java,
role::devel-lib, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/libs/libslf4j-java/libslf4j-java_1.7.32-1_all.deb