How To Install byteman-rulecheck-maven-plugin on Fedora 36
Introduction
In this tutorial we learn how to install byteman-rulecheck-maven-plugin
on Fedora 36.
What is byteman-rulecheck-maven-plugin
This package contains the Byteman rule check maven plugin.
We can use yum
or dnf
to install byteman-rulecheck-maven-plugin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install byteman-rulecheck-maven-plugin.
Install byteman-rulecheck-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 byteman-rulecheck-maven-plugin
using dnf
by running the following command:
sudo dnf -y install byteman-rulecheck-maven-plugin
Install byteman-rulecheck-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 byteman-rulecheck-maven-plugin
using yum
by running the following command:
sudo yum -y install byteman-rulecheck-maven-plugin
How To Uninstall byteman-rulecheck-maven-plugin on Fedora 36
To uninstall only the byteman-rulecheck-maven-plugin
package we can use the following command:
sudo dnf remove byteman-rulecheck-maven-plugin
byteman-rulecheck-maven-plugin Package Contents on Fedora 36
/usr/share/java/byteman
/usr/share/java/byteman/byteman-rulecheck-maven-plugin-sources.jar
/usr/share/java/byteman/byteman-rulecheck-maven-plugin.jar
/usr/share/licenses/byteman-rulecheck-maven-plugin
/usr/share/licenses/byteman-rulecheck-maven-plugin/copyright.txt
/usr/share/maven-metadata/byteman-rulecheck-maven-plugin.xml
/usr/share/maven-poms/byteman
/usr/share/maven-poms/byteman/byteman-rulecheck-maven-plugin.pom
References
Summary
In this tutorial we learn how to install byteman-rulecheck-maven-plugin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).