How To Install slf4j-jcl on Fedora 36

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

Introduction

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

What is slf4j-jcl

SLF4J JCL Binding.

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

Install slf4j-jcl 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-jcl using dnf by running the following command:

sudo dnf -y install slf4j-jcl

Install slf4j-jcl 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-jcl using yum by running the following command:

sudo yum -y install slf4j-jcl

How To Uninstall slf4j-jcl on Fedora 36

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

sudo dnf remove slf4j-jcl

slf4j-jcl Package Contents on Fedora 36

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

References

Summary

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