How To Install plexus-components-pom on Fedora 36

In this tutorial we learn how to install plexus-components-pom in Fedora 36. plexus-components-pom is Plexus Components POM

Introduction

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

What is plexus-components-pom

This package provides Plexus Components parent POM used by different Plexus packages.

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

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

sudo dnf -y install plexus-components-pom

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

sudo yum -y install plexus-components-pom

How To Uninstall plexus-components-pom on Fedora 36

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

sudo dnf remove plexus-components-pom

plexus-components-pom Package Contents on Fedora 36

/usr/share/doc/plexus-components-pom
/usr/share/doc/plexus-components-pom/LICENSE
/usr/share/maven-metadata/plexus-components-pom.xml
/usr/share/maven-poms/plexus-components-pom
/usr/share/maven-poms/plexus-components-pom/plexus-components.pom

References

Summary

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