How to Install and Uninstall byte-buddy.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "byte-buddy.noarch" package

In this section, we are going to explain the necessary steps to install byte-buddy.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install byte-buddy.noarch

2. Uninstall "byte-buddy.noarch" package

In this section, we are going to explain the necessary steps to uninstall byte-buddy.noarch on Fedora 39:

$ sudo dnf remove byte-buddy.noarch $ sudo dnf autoremove

3. Information about the byte-buddy.noarch package on Fedora 39

Last metadata expiration check: 2:11:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : byte-buddy
Version : 1.14.2
Release : 2.fc39
Architecture : noarch
Size : 3.2 M
Source : byte-buddy-1.14.2-2.fc39.src.rpm
Repository : fedora
Summary : Runtime code generation for the Java virtual machine
URL : http://bytebuddy.net/
License : ASL 2.0
Description : Byte Buddy is a code generation library for creating Java classes during the
: runtime of a Java application and without the help of a compiler. Other than
: the code generation utilities that ship with the Java Class Library, Byte Buddy
: allows the creation of arbitrary classes and is not limited to implementing
: interfaces for the creation of runtime proxies.