How to Install and Uninstall logback Package on openSUSE Leap

Last updated: September 28,2024

1. Install "logback" package

Please follow the steps below to install logback on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install logback

2. Uninstall "logback" package

This tutorial shows how to uninstall logback on openSUSE Leap:

$ sudo zypper remove logback

3. Information about the logback package on openSUSE Leap

Information for package logback:
--------------------------------
Repository : Main Repository
Name : logback
Version : 1.2.11-150200.3.7.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 696.2 KiB
Installed : No
Status : not installed
Source package : logback-1.2.11-150200.3.7.3.src
Upstream URL : https://logback.qos.ch/
Summary : A Java logging library
Description :
Logback is intended as a successor to the popular log4j project. At present
time, logback is divided into three modules, logback-core, logback-classic
and logback-access.
The logback-core module lays the groundwork for the other two modules. The
logback-classic module can be assimilated to a significantly improved
version of log4j. Moreover, logback-classic natively implements the SLF4J
API so that you can readily switch back and forth between logback and other
logging frameworks such as log4j or java.util.logging (JUL).
The logback-access module integrates with Servlet containers, such as
Tomcat and Jetty, to provide HTTP-access log functionality. Note that you
could easily build your own module on top of logback-core.

5. The same packages on other Linux Distributions