How To Install maven-mapping on Fedora 36

In this tutorial we learn how to install maven-mapping in Fedora 36. maven-mapping is Apache Maven Mapping

Introduction

In this tutorial we learn how to install maven-mapping on Fedora 36.

What is maven-mapping

Maven shared component that implements file name mapping.

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

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

sudo dnf -y install maven-mapping

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

sudo yum -y install maven-mapping

How To Uninstall maven-mapping on Fedora 36

To uninstall only the maven-mapping package we can use the following command:

sudo dnf remove maven-mapping

maven-mapping Package Contents on Fedora 36

/usr/share/java/maven-mapping
/usr/share/java/maven-mapping/maven-mapping.jar
/usr/share/licenses/maven-mapping
/usr/share/licenses/maven-mapping/LICENSE
/usr/share/licenses/maven-mapping/NOTICE
/usr/share/maven-metadata/maven-mapping.xml
/usr/share/maven-poms/maven-mapping
/usr/share/maven-poms/maven-mapping/maven-mapping.pom

References

Summary

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