How to Install and Uninstall minlog Package on openSUSE Leap
Last updated: November 26,2024
1. Install "minlog" package
Please follow the guidance below to install minlog on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
minlog
Copied
2. Uninstall "minlog" package
Please follow the guidance below to uninstall minlog on openSUSE Leap:
$
sudo zypper remove
minlog
Copied
3. Information about the minlog package on openSUSE Leap
Information for package minlog:
-------------------------------
Repository : Main Repository
Name : minlog
Version : 1.3.1-150200.3.7.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 19.0 KiB
Installed : No
Status : not installed
Source package : minlog-1.3.1-150200.3.7.8.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.
-------------------------------
Repository : Main Repository
Name : minlog
Version : 1.3.1-150200.3.7.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 19.0 KiB
Installed : No
Status : not installed
Source package : minlog-1.3.1-150200.3.7.8.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.