How to Install and Uninstall libslf4j-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libslf4j-java" package

This guide let you learn how to install libslf4j-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libslf4j-java

2. Uninstall "libslf4j-java" package

Please follow the guidelines below to uninstall libslf4j-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libslf4j-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libslf4j-java
Priority: optional
Section: universe/libs
Installed-Size: 264
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.7.14-3
Suggests: libcommons-logging-java, liblog4j1.2-java
Filename: pool/universe/libs/libslf4j-java/libslf4j-java_1.7.14-3_all.deb
Size: 124002
MD5sum: ac5e296b43ebdc0c85266846be7e6c94
SHA1: d40ff32a7ee306f45503b3084bf08653daa89366
SHA256: 7a82371fec8116a1acbec46c82a138fe584fa81b5eec2c49ae10093056d97a2a
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu