How To Install aether-api.noarch on Amazon Linux 2

In this tutorial we learn how to install aether-api.noarch in Amazon Linux 2. aether-api.noarch is Aether API

Introduction

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

What is aether-api.noarch

Aether is a standalone library to resolve, install and deploy artifacts the Maven way. This package provides application programming interface for Aether repository system.

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

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

sudo yum -y install aether-api.noarch

How To Uninstall aether-api.noarch on Amazon Linux 2

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

sudo yum remove aether-api.noarch

aether-api.noarch Package Contents on Amazon Linux 2

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

References

Summary

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