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

Last updated: September 20,2024

1. Install "libminlog-java-doc" package

This guide covers the steps necessary to install libminlog-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libminlog-java-doc" package

Please follow the guidance below to uninstall libminlog-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libminlog-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libminlog-java
Version: 1.2-3
Filename: pool/universe/libm/libminlog-java/libminlog-java-doc_1.2-3_all.deb
Size: 26622
MD5sum: bbf8d2fe11edfdc241e38fcd61f1aa22
SHA1: ca4e2ac436518c7ccef077c83a0486b8d1c1c6fd
SHA256: 11ea7059401c72f9cec622efd6f8ef27cf07b4f170ba1f2053084689efaa9465
Description-en: minimal Java logging library - doc
MinLog is a Java logging library. Key features:
* Zero overhead Logging statements below a given level can
be automatically removed by javac at compile time.
This means applications can have detailed trace and debug logging
without having any impact on the finished product.
* Simple and efficient The API is concise and the code is
very efficient at runtime.
* Extremely lightweight The entire project consists of a single Java file
with ~100 non-comment lines of code.
.
This package contains the Javadoc API
Description-md5: fa85c4dde04b0172412dff1821cfa631
Homepage: https://github.com/EsotericSoftware/minlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu