How to Install and Uninstall slf4j Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "slf4j" package

Please follow the guidelines below to install slf4j on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install slf4j

2. Uninstall "slf4j" package

Please follow the steps below to uninstall slf4j on openSuSE Tumbleweed:

$ sudo zypper remove slf4j

3. Information about the slf4j package on openSuSE Tumbleweed

Information for package slf4j:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : slf4j
Version : 1.7.36-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 62.3 KiB
Installed : No
Status : not installed
Source package : slf4j-1.7.36-5.1.src
Upstream URL : https://www.slf4j.org/
Summary : Simple Logging Facade for Java
Description :
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
Jakarta Commons Logging (JCL).
Logging API implementations can either choose to implement the
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
it is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..