How To Install plexus-sec-dispatcher on Fedora 36

In this tutorial we learn how to install plexus-sec-dispatcher in Fedora 36. plexus-sec-dispatcher is Plexus Security Dispatcher Component

Introduction

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

What is plexus-sec-dispatcher

Plexus Security Dispatcher Component

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

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

sudo dnf -y install plexus-sec-dispatcher

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

sudo yum -y install plexus-sec-dispatcher

How To Uninstall plexus-sec-dispatcher on Fedora 36

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

sudo dnf remove plexus-sec-dispatcher

plexus-sec-dispatcher Package Contents on Fedora 36

/usr/share/java/plexus
/usr/share/java/plexus/plexus-sec-dispatcher.jar
/usr/share/licenses/plexus-sec-dispatcher
/usr/share/licenses/plexus-sec-dispatcher/LICENSE-2.0.txt
/usr/share/maven-metadata/plexus-sec-dispatcher.xml
/usr/share/maven-poms/plexus
/usr/share/maven-poms/plexus/plexus-sec-dispatcher.pom

References

Summary

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