How To Install byte-buddy-maven-plugin on Fedora 36

In this tutorial we learn how to install byte-buddy-maven-plugin in Fedora 36. byte-buddy-maven-plugin is Byte Buddy Maven plugin

Introduction

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

What is byte-buddy-maven-plugin

A plugin for post-processing class files via Byte Buddy in a Maven build.

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

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

sudo dnf -y install byte-buddy-maven-plugin

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

sudo yum -y install byte-buddy-maven-plugin

How To Uninstall byte-buddy-maven-plugin on Fedora 36

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

sudo dnf remove byte-buddy-maven-plugin

byte-buddy-maven-plugin Package Contents on Fedora 36

/usr/share/java/byte-buddy
/usr/share/java/byte-buddy/byte-buddy-maven-plugin.jar
/usr/share/maven-metadata/byte-buddy-byte-buddy-maven-plugin.xml
/usr/share/maven-poms/byte-buddy
/usr/share/maven-poms/byte-buddy/byte-buddy-maven-plugin.pom

References

Summary

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