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