How to Install and Uninstall byte-buddy.src Package on Oracle Linux 9
Last updated: November 24,2024
1. Install "byte-buddy.src" package
In this section, we are going to explain the necessary steps to install byte-buddy.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
byte-buddy.src
Copied
2. Uninstall "byte-buddy.src" package
This tutorial shows how to uninstall byte-buddy.src on Oracle Linux 9:
$
sudo dnf remove
byte-buddy.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the byte-buddy.src package on Oracle Linux 9
Last metadata expiration check: 0:14:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : byte-buddy
Version : 1.10.20
Release : 5.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_appstream
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.
Available Packages
Name : byte-buddy
Version : 1.10.20
Release : 5.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_appstream
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.