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

Last updated: September 29,2024

1. Install "byte-buddy.noarch" package

Please follow the guidelines below to install byte-buddy.noarch on Fedora 34

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

2. Uninstall "byte-buddy.noarch" package

Please follow the guidelines below to uninstall byte-buddy.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:27:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : byte-buddy
Version : 1.10.14
Release : 2.fc34
Architecture : noarch
Size : 2.8 M
Source : byte-buddy-1.10.14-2.fc34.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.