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

In this tutorial we learn how to install weld-parent.noarch in Amazon Linux 2. weld-parent.noarch is Parent POM for Weld

Introduction

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

What is weld-parent.noarch

Parent POM for Weld

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

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

sudo yum -y install weld-parent.noarch

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

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

sudo yum remove weld-parent.noarch

weld-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/weld-parent-17
/usr/share/doc/weld-parent-17/LICENSE
/usr/share/maven-fragments/weld-parent
/usr/share/maven-poms/JPP-weld-parent.pom

References

Summary

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