How To Install byte-buddy-parent on Fedora 36

In this tutorial we learn how to install byte-buddy-parent in Fedora 36. byte-buddy-parent is Byte Buddy parent POM

Introduction

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

What is byte-buddy-parent

The parent artifact contains configuration information that concern all modules.

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

Install byte-buddy-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 byte-buddy-parent using dnf by running the following command:

sudo dnf -y install byte-buddy-parent

Install byte-buddy-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 byte-buddy-parent using yum by running the following command:

sudo yum -y install byte-buddy-parent

How To Uninstall byte-buddy-parent on Fedora 36

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

sudo dnf remove byte-buddy-parent

byte-buddy-parent Package Contents on Fedora 36

/usr/share/licenses/byte-buddy-parent
/usr/share/licenses/byte-buddy-parent/LICENSE
/usr/share/licenses/byte-buddy-parent/NOTICE
/usr/share/maven-metadata/byte-buddy-byte-buddy-parent.xml
/usr/share/maven-poms/byte-buddy
/usr/share/maven-poms/byte-buddy/byte-buddy-parent.pom

References

Summary

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