How To Install plexus-velocity on Fedora 36

In this tutorial we learn how to install plexus-velocity in Fedora 36. plexus-velocity is Plexus Velocity Component

Introduction

In this tutorial we learn how to install plexus-velocity on Fedora 36.

What is plexus-velocity

This package provides Plexus Velocity component - a wrapper for Apache Velocity template engine, which allows easy use of Velocity by applications built on top of Plexus container.

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

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

sudo dnf -y install plexus-velocity

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

sudo yum -y install plexus-velocity

How To Uninstall plexus-velocity on Fedora 36

To uninstall only the plexus-velocity package we can use the following command:

sudo dnf remove plexus-velocity

plexus-velocity Package Contents on Fedora 36

/usr/share/java/plexus-velocity
/usr/share/java/plexus-velocity/plexus-velocity.jar
/usr/share/licenses/plexus-velocity
/usr/share/licenses/plexus-velocity/LICENSE
/usr/share/maven-metadata/plexus-velocity.xml
/usr/share/maven-poms/plexus-velocity
/usr/share/maven-poms/plexus-velocity/plexus-velocity.pom

References

Summary

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