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

Last updated: May 07,2024

1. Install "liblogback-java-doc" package

Learn how to install liblogback-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblogback-java-doc

2. Uninstall "liblogback-java-doc" package

This guide covers the steps necessary to uninstall liblogback-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblogback-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 17168
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: logback
Version: 1:1.1.3-2
Suggests: liblogback-java
Filename: pool/universe/l/logback/liblogback-java-doc_1.1.3-2_all.deb
Size: 1780818
MD5sum: 0dc698779c0e558db3df2023bb481e1a
SHA1: 54179a2219781d16380101c2b3c46db51aab2ece
SHA256: f800d4ef522bea694dd0bec95b72399f789d33d6354811c2fe5d7f2d3dcf48c4
Description-en: flexible logging library for Java - documentation
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.
.
This package provides the API documentation and manual for Logback.
Description-md5: a9f205d99e0b78d90bd373c6e30966a6
Homepage: http://logback.qos.ch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu