How To Install tomcatjss on Fedora 36
Introduction
In this tutorial we learn how to install tomcatjss
on Fedora 36.
What is tomcatjss
JSS Connector for Apache Tomcat, installed via the tomcatjss package, is a Java Secure Socket Extension (JSSE) module for Apache Tomcat that uses Java Security Services (JSS), a Java interface to Network Security Services (NSS).
We can use yum
or dnf
to install tomcatjss
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tomcatjss.
Install tomcatjss 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 tomcatjss
using dnf
by running the following command:
sudo dnf -y install tomcatjss
Install tomcatjss 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 tomcatjss
using yum
by running the following command:
sudo yum -y install tomcatjss
How To Uninstall tomcatjss on Fedora 36
To uninstall only the tomcatjss
package we can use the following command:
sudo dnf remove tomcatjss
tomcatjss Package Contents on Fedora 36
/usr/share/doc/tomcatjss
/usr/share/doc/tomcatjss/LICENSE
/usr/share/doc/tomcatjss/README
/usr/share/java/tomcatjss.jar
/usr/share/licenses/tomcatjss
/usr/share/licenses/tomcatjss/LICENSE
References
Summary
In this tutorial we learn how to install tomcatjss
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).