How To Install aether-connector-file.noarch on Amazon Linux 2

In this tutorial we learn how to install aether-connector-file.noarch in Amazon Linux 2. aether-connector-file.noarch is Aether connector for file URLs

Introduction

In this tutorial we learn how to install aether-connector-file.noarch on Amazon Linux 2.

What is aether-connector-file.noarch

Aether is a standalone library to resolve, install and deploy artifacts the Maven way. This package provides Aether repository connector implementation for repositories using file

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

Install aether-connector-file.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 aether-connector-file.noarch using yum by running the following command:

sudo yum -y install aether-connector-file.noarch

How To Uninstall aether-connector-file.noarch on Amazon Linux 2

To uninstall only the aether-connector-file.noarch package we can use the following command:

sudo yum remove aether-connector-file.noarch

aether-connector-file.noarch Package Contents on Amazon Linux 2

/usr/share/java/aether/aether-connector-file.jar
/usr/share/java/aether/connector-file.jar
/usr/share/maven-effective-poms/JPP.aether-aether-connector-file.pom
/usr/share/maven-effective-poms/JPP.aether-connector-file.pom
/usr/share/maven-fragments/aether-aether-connector-file.xml
/usr/share/maven-poms/JPP.aether-aether-connector-file.pom
/usr/share/maven-poms/JPP.aether-connector-file.pom

References

Summary

In this tutorial we learn how to install aether-connector-file.noarch on Amazon Linux 2 using yum.