How To Install spice-parent.noarch on Amazon Linux 2

In this tutorial we learn how to install spice-parent.noarch in Amazon Linux 2. spice-parent.noarch is Sonatype Spice Components

Introduction

In this tutorial we learn how to install spice-parent.noarch on Amazon Linux 2.

What is spice-parent.noarch

Spice components and libraries are common components used throughout the Sonatype Forge.

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

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

sudo yum -y install spice-parent.noarch

How To Uninstall spice-parent.noarch on Amazon Linux 2

To uninstall only the spice-parent.noarch package we can use the following command:

sudo yum remove spice-parent.noarch

spice-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/spice-parent-15
/usr/share/doc/spice-parent-15/LICENSE-2.0.txt
/usr/share/maven-fragments/spice-parent.xml
/usr/share/maven-poms/JPP.spice-parent-spice-parent.pom

References

Summary

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