How To Install slf4j-jdk14 on Fedora 36

In this tutorial we learn how to install slf4j-jdk14 in Fedora 36. slf4j-jdk14 is SLF4J JDK14 Binding

Introduction

In this tutorial we learn how to install slf4j-jdk14 on Fedora 36.

What is slf4j-jdk14

SLF4J JDK14 Binding.

We can use yum or dnf to install slf4j-jdk14 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slf4j-jdk14.

Install slf4j-jdk14 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install slf4j-jdk14 using dnf by running the following command:

sudo dnf -y install slf4j-jdk14

Install slf4j-jdk14 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install slf4j-jdk14 using yum by running the following command:

sudo yum -y install slf4j-jdk14

How To Uninstall slf4j-jdk14 on Fedora 36

To uninstall only the slf4j-jdk14 package we can use the following command:

sudo dnf remove slf4j-jdk14

slf4j-jdk14 Package Contents on Fedora 36

/usr/share/java/slf4j
/usr/share/java/slf4j/jdk14.jar
/usr/share/java/slf4j/slf4j-jdk14.jar
/usr/share/maven-metadata/slf4j-slf4j-jdk14.xml
/usr/share/maven-poms/slf4j
/usr/share/maven-poms/slf4j/jdk14.pom
/usr/share/maven-poms/slf4j/slf4j-jdk14.pom

References

Summary

In this tutorial we learn how to install slf4j-jdk14 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).