How To Install slf4j-sources on Fedora 36

In this tutorial we learn how to install slf4j-sources in Fedora 36. slf4j-sources is SLF4J Source JARs

Introduction

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

What is slf4j-sources

SLF4J Source JARs.

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

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

sudo dnf -y install slf4j-sources

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

sudo yum -y install slf4j-sources

How To Uninstall slf4j-sources on Fedora 36

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

sudo dnf remove slf4j-sources

slf4j-sources Package Contents on Fedora 36

/usr/share/java/slf4j
/usr/share/java/slf4j/api-sources.jar
/usr/share/java/slf4j/jcl-over-slf4j-sources.jar
/usr/share/java/slf4j/jcl-sources.jar
/usr/share/java/slf4j/jdk14-sources.jar
/usr/share/java/slf4j/jul-to-slf4j-sources.jar
/usr/share/java/slf4j/log4j-over-slf4j-sources.jar
/usr/share/java/slf4j/migrator-sources.jar
/usr/share/java/slf4j/nop-sources.jar
/usr/share/java/slf4j/simple-sources.jar
/usr/share/java/slf4j/site-sources.jar
/usr/share/java/slf4j/slf4j-api-sources.jar
/usr/share/java/slf4j/slf4j-jcl-sources.jar
/usr/share/java/slf4j/slf4j-jdk14-sources.jar
/usr/share/java/slf4j/slf4j-migrator-sources.jar
/usr/share/java/slf4j/slf4j-nop-sources.jar
/usr/share/java/slf4j/slf4j-simple-sources.jar
/usr/share/java/slf4j/slf4j-site-sources.jar
/usr/share/licenses/slf4j-sources
/usr/share/licenses/slf4j-sources/APACHE-LICENSE
/usr/share/licenses/slf4j-sources/LICENSE.txt
/usr/share/maven-metadata/slf4j-sources.xml

References

Summary

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