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

Last updated: May 10,2024

1. Install "liblogback-java" package

This is a short guide on how to install liblogback-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblogback-java

2. Uninstall "liblogback-java" package

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

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

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

Package: liblogback-java
Priority: optional
Section: universe/java
Installed-Size: 752
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: logback
Version: 1:1.1.3-2
Depends: libslf4j-java (>= 1.6.1)
Suggests: libjanino-java (>= 2.6.0)
Filename: pool/universe/l/logback/liblogback-java_1.1.3-2_all.deb
Size: 626618
MD5sum: a4cbb92ddb80a70c5c1e802c80103265
SHA1: 1e612f1976f32f89a0f3d645886c1e6469b1f629
SHA256: a15bb4a4877a10783c643f0c6dff5d87193fdcf2535d89af8acfcc0c6150ba63
Description-en: flexible logging library for Java
Logback is a reliable, generic, fast and flexible logging library for Java.
It's intended as a successor to the popular log4j project.
.
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 systems 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.
Description-md5: c911f2163fbb79f27f505654b1afb151
Homepage: http://logback.qos.ch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu