How to Install and Uninstall slf4j Package on openSUSE Leap

Last updated: June 23,2024

1. Install "slf4j" package

Please follow the step by step instructions below to install slf4j on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install slf4j

2. Uninstall "slf4j" package

This guide covers the steps necessary to uninstall slf4j on openSUSE Leap:

$ sudo zypper remove slf4j

3. Information about the slf4j package on openSUSE Leap

Information for package slf4j:
------------------------------
Repository : Main Repository
Name : slf4j
Version : 1.7.36-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 65.7 KiB
Installed : No
Status : not installed
Source package : slf4j-1.7.36-150200.3.4.3.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..