How to Install and Uninstall logback Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "logback" package

This guide let you learn how to install logback on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install logback

2. Uninstall "logback" package

This guide let you learn how to uninstall logback on openSuSE Tumbleweed:

$ sudo zypper remove logback

3. Information about the logback package on openSuSE Tumbleweed

Information for package logback:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : logback
Version : 1.2.11-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 702.0 KiB
Installed : No
Status : not installed
Source package : logback-1.2.11-3.1.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