How To Install tomcat-taglibs-parent on Fedora 36

In this tutorial we learn how to install tomcat-taglibs-parent in Fedora 36. tomcat-taglibs-parent is Apache Taglibs Parent

Introduction

In this tutorial we learn how to install tomcat-taglibs-parent on Fedora 36.

What is tomcat-taglibs-parent

Apache Taglibs Parent pom used for building purposes.

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

Install tomcat-taglibs-parent 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 tomcat-taglibs-parent using dnf by running the following command:

sudo dnf -y install tomcat-taglibs-parent

Install tomcat-taglibs-parent 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 tomcat-taglibs-parent using yum by running the following command:

sudo yum -y install tomcat-taglibs-parent

How To Uninstall tomcat-taglibs-parent on Fedora 36

To uninstall only the tomcat-taglibs-parent package we can use the following command:

sudo dnf remove tomcat-taglibs-parent

tomcat-taglibs-parent Package Contents on Fedora 36

/usr/share/maven-metadata/tomcat-taglibs-parent.xml
/usr/share/maven-poms/tomcat-taglibs-parent
/usr/share/maven-poms/tomcat-taglibs-parent/taglibs-parent.pom

References

Summary

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