How to Install and Uninstall libminlog-java Package on Kali Linux

Last updated: May 21,2024

1. Install "libminlog-java" package

Please follow the instructions below to install libminlog-java on Kali Linux

$ sudo apt update $ sudo apt install libminlog-java

2. Uninstall "libminlog-java" package

Please follow the steps below to uninstall libminlog-java on Kali Linux:

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

3. Information about the libminlog-java package on Kali Linux

Package: libminlog-java
Version: 1.3.0-1.1
Installed-Size: 27
Maintainer: Debian Java Maintainers
Architecture: all
Size: 7928
SHA256: 707fef9cc613d05e98983f6eb06b6509229f82f1dcb91f3b3c78987d26c73dbf
SHA1: fae7a3591ddb46d38b7d6e2e7a9ebeca7b3d64cc
MD5sum: 0e9752ecd09e8087a7b49d92659d5e78
Description: 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:
Homepage: https://github.com/EsotericSoftware/minlog
Section: java
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java_1.3.0-1.1_all.deb