How To Install aether.noarch on Amazon Linux 2

In this tutorial we learn how to install aether.noarch in Amazon Linux 2. aether.noarch is Sonatype library to resolve, install and deploy artifacts the

Introduction

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

What is aether.noarch

Aether is a standalone library to resolve, install and deploy artifacts the Maven way.

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

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

sudo yum -y install aether.noarch

How To Uninstall aether.noarch on Amazon Linux 2

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

sudo yum remove aether.noarch

aether.noarch Package Contents on Amazon Linux 2

/usr/share/doc/aether-1.13.1
/usr/share/doc/aether-1.13.1/LICENSE-ASL
/usr/share/doc/aether-1.13.1/LICENSE-EPL
/usr/share/doc/aether-1.13.1/README.md
/usr/share/maven-fragments/aether-aether.xml
/usr/share/maven-poms/JPP.aether-aether.pom

References

Summary

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