How To Install plexus-containers-component-annotations on Fedora 36

In this tutorial we learn how to install plexus-containers-component-annotations in Fedora 36. plexus-containers-component-annotations is Component API from plexus-containers

Introduction

In this tutorial we learn how to install plexus-containers-component-annotations on Fedora 36.

What is plexus-containers-component-annotations

Component API from plexus-containers.

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

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

sudo dnf -y install plexus-containers-component-annotations

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

sudo yum -y install plexus-containers-component-annotations

How To Uninstall plexus-containers-component-annotations on Fedora 36

To uninstall only the plexus-containers-component-annotations package we can use the following command:

sudo dnf remove plexus-containers-component-annotations

plexus-containers-component-annotations Package Contents on Fedora 36

/usr/share/java/plexus
/usr/share/java/plexus-containers
/usr/share/java/plexus-containers/plexus-component-annotations.jar
/usr/share/java/plexus/containers-component-annotations.jar
/usr/share/licenses/plexus-containers-component-annotations
/usr/share/licenses/plexus-containers-component-annotations/LICENSE-2.0.txt
/usr/share/licenses/plexus-containers-component-annotations/LICENSE.MIT
/usr/share/maven-metadata/plexus-containers-plexus-component-annotations.xml
/usr/share/maven-poms/plexus
/usr/share/maven-poms/plexus-containers
/usr/share/maven-poms/plexus-containers/plexus-component-annotations.pom
/usr/share/maven-poms/plexus/containers-component-annotations.pom

References

Summary

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