How To Install byteman-dtest on Fedora 36

In this tutorial we learn how to install byteman-dtest in Fedora 36. byteman-dtest is Remote byteman instrumented testing.

Introduction

In this tutorial we learn how to install byteman-dtest on Fedora 36.

What is byteman-dtest

The Byteman dtest jar supports instrumentation of test code executed on remote server hosts and validation of assertions describing the expected operation of the instrumented methods.

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

Install byteman-dtest 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 byteman-dtest using dnf by running the following command:

sudo dnf -y install byteman-dtest

Install byteman-dtest 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 byteman-dtest using yum by running the following command:

sudo yum -y install byteman-dtest

How To Uninstall byteman-dtest on Fedora 36

To uninstall only the byteman-dtest package we can use the following command:

sudo dnf remove byteman-dtest

byteman-dtest Package Contents on Fedora 36

/usr/share/byteman/lib/byteman-dtest.jar
/usr/share/java/byteman
/usr/share/java/byteman/byteman-dtest-sources.jar
/usr/share/java/byteman/byteman-dtest.jar
/usr/share/licenses/byteman-dtest
/usr/share/licenses/byteman-dtest/copyright.txt
/usr/share/maven-metadata/byteman-dtest.xml
/usr/share/maven-poms/byteman
/usr/share/maven-poms/byteman/byteman-dtest.pom

References

Summary

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