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

Last updated: October 06,2024

1. Install "libminlog-java" package

Please follow the step by step instructions below to install libminlog-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libminlog-java

2. Uninstall "libminlog-java" package

This guide let you learn how to uninstall libminlog-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libminlog-java
Priority: optional
Section: universe/java
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.2-3
Filename: pool/universe/libm/libminlog-java/libminlog-java_1.2-3_all.deb
Size: 6472
MD5sum: 674a11cb493ccd233f924f205db48678
SHA1: 12c0addb6f915b197c2ee171b703c5892df65817
SHA256: f749206006083683a431d23f7866ddecfb5756dd26aea552f602444edbf66601
Description-en: minimal Java logging library
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.
Description-md5: b06e3397fa5b6b0d9d020fe5e57b0f58
Homepage: https://github.com/EsotericSoftware/minlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu