How To Install log4j-jcl on Fedora 36
In this tutorial we learn how to install log4j-jcl in Fedora 36. log4j-jcl is Apache Log4j Commons Logging Bridge
Introduction
In this tutorial we learn how to install log4j-jcl
on Fedora 36.
What is log4j-jcl
Apache Log4j Commons Logging Bridge.
We can use yum
or dnf
to install log4j-jcl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install log4j-jcl.
Install log4j-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 log4j-jcl
using dnf
by running the following command:
sudo dnf -y install log4j-jcl
Install log4j-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 log4j-jcl
using yum
by running the following command:
sudo yum -y install log4j-jcl
How To Uninstall log4j-jcl on Fedora 36
To uninstall only the log4j-jcl
package we can use the following command:
sudo dnf remove log4j-jcl
log4j-jcl Package Contents on Fedora 36
/usr/share/java/log4j
/usr/share/java/log4j/log4j-jcl.jar
/usr/share/maven-metadata/log4j-jcl.xml
/usr/share/maven-poms/log4j
/usr/share/maven-poms/log4j/log4j-jcl.pom
References
Summary
In this tutorial we learn how to install log4j-jcl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).