How To Install aether-util.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install aether-util.noarch on Amazon Linux 2.
What is aether-util.noarch
Aether is a standalone library to resolve, install and deploy artifacts the Maven way. This package provides a collection of utility classes to ease usage of Aether repository system.
We can use yum to install aether-util.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install aether-util.noarch.
Install aether-util.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-util.noarch using yum by running the following command:
sudo yum -y install aether-util.noarch
How To Uninstall aether-util.noarch on Amazon Linux 2
To uninstall only the aether-util.noarch package we can use the following command:
sudo yum remove aether-util.noarch
aether-util.noarch Package Contents on Amazon Linux 2
/usr/share/java/aether/aether-util.jar
/usr/share/java/aether/util.jar
/usr/share/maven-effective-poms/JPP.aether-aether-util.pom
/usr/share/maven-effective-poms/JPP.aether-util.pom
/usr/share/maven-fragments/aether-aether-util.xml
/usr/share/maven-poms/JPP.aether-aether-util.pom
/usr/share/maven-poms/JPP.aether-util.pom
References
Summary
In this tutorial we learn how to install aether-util.noarch on Amazon Linux 2 using yum.