How To Install maven-doxia-tools.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-doxia-tools.noarch in Amazon Linux 2. maven-doxia-tools.noarch is Maven Doxia Integration Tools

Introduction

In this tutorial we learn how to install maven-doxia-tools.noarch on Amazon Linux 2.

What is maven-doxia-tools.noarch

A collection of tools to help the integration of Doxia in Maven plugins.

We can use yum to install maven-doxia-tools.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-doxia-tools.noarch.

Install maven-doxia-tools.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install maven-doxia-tools.noarch using yum by running the following command:

sudo yum -y install maven-doxia-tools.noarch

How To Uninstall maven-doxia-tools.noarch on Amazon Linux 2

To uninstall only the maven-doxia-tools.noarch package we can use the following command:

sudo yum remove maven-doxia-tools.noarch

maven-doxia-tools.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-doxia-tools-1.4
/usr/share/doc/maven-doxia-tools-1.4/DEPENDENCIES
/usr/share/doc/maven-doxia-tools-1.4/LICENSE
/usr/share/doc/maven-doxia-tools-1.4/NOTICE
/usr/share/java/maven-doxia-tools
/usr/share/java/maven-doxia-tools/maven-doxia-tools.jar
/usr/share/maven-effective-poms/JPP.maven-doxia-tools-maven-doxia-tools.pom
/usr/share/maven-fragments/maven-doxia-tools.xml
/usr/share/maven-poms/JPP.maven-doxia-tools-maven-doxia-tools.pom

References

Summary

In this tutorial we learn how to install maven-doxia-tools.noarch on Amazon Linux 2 using yum.