How to Install and Uninstall byteman.src Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "byteman.src" package
Learn how to install byteman.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
byteman.src
Copied
2. Uninstall "byteman.src" package
This guide let you learn how to uninstall byteman.src on Oracle Linux 8:
$
sudo dnf remove
byteman.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the byteman.src package on Oracle Linux 8
Last metadata expiration check: 1:15:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : byteman
Version : 4.0.4
Release : 2.el8
Architecture : src
Size : 520 k
Source : None
Repository : ol8_appstream
Summary : Java agent-based bytecode injection tool
URL : http://www.jboss.org/byteman
License : LGPLv2+
Description : Byteman is a tool which simplifies tracing and testing of Java programs.
: Byteman allows you to insert extra Java code into your application,
: either as it is loaded during JVM startup or even after it has already
: started running. The injected code is allowed to access any of your data
: and call any application methods, including where they are private.
: You can inject code almost anywhere you want and there is no need to
: prepare the original source code in advance nor do you have to recompile,
: repackage or redeploy your application. In fact you can remove injected
: code and reinstall different code while the application continues to execute.
Available Packages
Name : byteman
Version : 4.0.4
Release : 2.el8
Architecture : src
Size : 520 k
Source : None
Repository : ol8_appstream
Summary : Java agent-based bytecode injection tool
URL : http://www.jboss.org/byteman
License : LGPLv2+
Description : Byteman is a tool which simplifies tracing and testing of Java programs.
: Byteman allows you to insert extra Java code into your application,
: either as it is loaded during JVM startup or even after it has already
: started running. The injected code is allowed to access any of your data
: and call any application methods, including where they are private.
: You can inject code almost anywhere you want and there is no need to
: prepare the original source code in advance nor do you have to recompile,
: repackage or redeploy your application. In fact you can remove injected
: code and reinstall different code while the application continues to execute.