How to Install and Uninstall slf4j.src Package on Oracle Linux 9
Last updated: November 26,2024
1. Install "slf4j.src" package
Please follow the steps below to install slf4j.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
slf4j.src
Copied
2. Uninstall "slf4j.src" package
Please follow the instructions below to uninstall slf4j.src on Oracle Linux 9:
$
sudo dnf remove
slf4j.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the slf4j.src package on Oracle Linux 9
Last metadata expiration check: 2:48:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : slf4j
Version : 1.7.32
Release : 4.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 2.2 M
Source : None
Repository : ol9_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..
Available Packages
Name : slf4j
Version : 1.7.32
Release : 4.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 2.2 M
Source : None
Repository : ol9_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..