How To Install weld-parent on Fedora 36

In this tutorial we learn how to install weld-parent in Fedora 36. weld-parent is Parent POM for Weld

Introduction

In this tutorial we learn how to install weld-parent on Fedora 36.

What is weld-parent

Parent POM for Weld

We can use yum or dnf to install weld-parent on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install weld-parent.

Install weld-parent on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install weld-parent using dnf by running the following command:

sudo dnf -y install weld-parent

Install weld-parent on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install weld-parent using yum by running the following command:

sudo yum -y install weld-parent

How To Uninstall weld-parent on Fedora 36

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

sudo dnf remove weld-parent

weld-parent Package Contents on Fedora 36

/usr/share/maven-metadata/weld-parent.xml
/usr/share/maven-poms/weld-parent
/usr/share/maven-poms/weld-parent/weld-parent.pom

References

Summary

In this tutorial we learn how to install weld-parent on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).