How To Install byte-buddy-agent on Fedora 36
Introduction
In this tutorial we learn how to install byte-buddy-agent
on Fedora 36.
What is byte-buddy-agent
The Byte Buddy Java agent allows to access the JVM’s HotSwap feature.
We can use yum
or dnf
to install byte-buddy-agent
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install byte-buddy-agent.
Install byte-buddy-agent 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-agent
using dnf
by running the following command:
sudo dnf -y install byte-buddy-agent
Install byte-buddy-agent 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-agent
using yum
by running the following command:
sudo yum -y install byte-buddy-agent
How To Uninstall byte-buddy-agent on Fedora 36
To uninstall only the byte-buddy-agent
package we can use the following command:
sudo dnf remove byte-buddy-agent
byte-buddy-agent Package Contents on Fedora 36
/usr/share/java/byte-buddy
/usr/share/java/byte-buddy/byte-buddy-agent.jar
/usr/share/licenses/byte-buddy-agent
/usr/share/licenses/byte-buddy-agent/LICENSE
/usr/share/licenses/byte-buddy-agent/NOTICE
/usr/share/maven-metadata/byte-buddy-byte-buddy-agent.xml
/usr/share/maven-poms/byte-buddy
/usr/share/maven-poms/byte-buddy/byte-buddy-agent.pom
References
Summary
In this tutorial we learn how to install byte-buddy-agent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).