How to Install and Uninstall slf4j.noarch Package on Amazon Linux 2
Last updated: January 08,2025
1. Install "slf4j.noarch" package
Please follow the guidance below to install slf4j.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
slf4j.noarch
Copied
2. Uninstall "slf4j.noarch" package
Please follow the step by step instructions below to uninstall slf4j.noarch on Amazon Linux 2:
$
sudo yum remove
slf4j.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the slf4j.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : slf4j
Arch : noarch
Version : 1.7.4
Release : 4.amzn2
Size : 170 k
Repo : amzn2-core/2/x86_64
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
Arch : noarch
Version : 1.7.4
Release : 4.amzn2
Size : 170 k
Repo : amzn2-core/2/x86_64
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..