How To Install maven-artifact-transfer on Fedora 36

In this tutorial we learn how to install maven-artifact-transfer in Fedora 36. maven-artifact-transfer is Apache Maven Artifact Transfer

Introduction

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

What is maven-artifact-transfer

An API to either install or deploy artifacts with Maven 3.

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

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

sudo dnf -y install maven-artifact-transfer

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

sudo yum -y install maven-artifact-transfer

How To Uninstall maven-artifact-transfer on Fedora 36

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

sudo dnf remove maven-artifact-transfer

maven-artifact-transfer Package Contents on Fedora 36

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

References

Summary

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