How to Install and Uninstall minlog Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "minlog" package

Here is a brief guide to show you how to install minlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install minlog

2. Uninstall "minlog" package

This tutorial shows how to uninstall minlog on openSuSE Tumbleweed:

$ sudo zypper remove minlog

3. Information about the minlog package on openSuSE Tumbleweed

Information for package minlog:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : minlog
Version : 1.3.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 15.9 KiB
Installed : No
Status : not installed
Source package : minlog-1.3.1-2.4.src
Upstream URL : https://github.com/EsotericSoftware/minlog
Summary : Minimal overhead Java logging
Description :
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 run-time.
* Extremely lightweight The entire project consists of a single
Java file with ~100 non-comment lines of code.