How To Install xmvn-connector-ivy on Fedora 36

In this tutorial we learn how to install xmvn-connector-ivy in Fedora 36. xmvn-connector-ivy is XMvn Connector for Apache Ivy

Introduction

In this tutorial we learn how to install xmvn-connector-ivy on Fedora 36.

What is xmvn-connector-ivy

This package provides XMvn Connector for Apache Ivy, which provides integration of Apache Ivy with XMvn. It provides an adapter which allows XMvn resolver to be used as Ivy resolver.

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

Install xmvn-connector-ivy 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 xmvn-connector-ivy using dnf by running the following command:

sudo dnf -y install xmvn-connector-ivy

Install xmvn-connector-ivy 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 xmvn-connector-ivy using yum by running the following command:

sudo yum -y install xmvn-connector-ivy

How To Uninstall xmvn-connector-ivy on Fedora 36

To uninstall only the xmvn-connector-ivy package we can use the following command:

sudo dnf remove xmvn-connector-ivy

xmvn-connector-ivy Package Contents on Fedora 36

/usr/share/java/xmvn-connector-ivy
/usr/share/java/xmvn-connector-ivy/xmvn-connector-ivy.jar
/usr/share/licenses/xmvn-connector-ivy
/usr/share/licenses/xmvn-connector-ivy/LICENSE
/usr/share/licenses/xmvn-connector-ivy/NOTICE
/usr/share/maven-metadata/xmvn-connector-ivy.xml
/usr/share/maven-poms/xmvn-connector-ivy
/usr/share/maven-poms/xmvn-connector-ivy/xmvn-connector-ivy.pom

References

Summary

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