How to Install and Uninstall slf4j.noarch Package on Oracle Linux 8

Last updated: May 10,2024

1. Install "slf4j.noarch" package

This guide covers the steps necessary to install slf4j.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install slf4j.noarch

2. Uninstall "slf4j.noarch" package

Please follow the guidelines below to uninstall slf4j.noarch on Oracle Linux 8:

$ sudo dnf remove slf4j.noarch $ sudo dnf autoremove

3. Information about the slf4j.noarch package on Oracle Linux 8

Last metadata expiration check: 6:22:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : slf4j
Version : 1.7.25
Release : 4.module+el8+5161+5cac467c
Architecture : noarch
Size : 77 k
Source : slf4j-1.7.25-4.module+el8+5161+5cac467c.src.rpm
Repository : ol8_appstream
Summary : Simple Logging Facade for Java
URL : http://www.slf4j.org/
License : MIT and ASL 2.0
Description : The Simple Logging Facade for Java or (SLF4J) is intended to serve
: as a simple facade for various logging APIs allowing to the end-user
: to plug in the desired implementation at deployment time. SLF4J also
: allows for a gradual migration path away from
: Jakarta Commons Logging (JCL).
:
: Logging API implementations can either choose to implement the
: SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
: it is possible (and rather easy) to write SLF4J adapters for the given
: API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..