How to Install and Uninstall byteman.noarch Package on AlmaLinux 9

Last updated: September 29,2024

1. Install "byteman.noarch" package

Please follow the instructions below to install byteman.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install byteman.noarch

2. Uninstall "byteman.noarch" package

Here is a brief guide to show you how to uninstall byteman.noarch on AlmaLinux 9:

$ sudo dnf remove byteman.noarch $ sudo dnf autoremove

3. Information about the byteman.noarch package on AlmaLinux 9

Last metadata expiration check: 2:11:52 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : byteman
Version : 4.0.16
Release : 2.el9
Architecture : noarch
Size : 848 k
Source : byteman-4.0.16-2.el9.src.rpm
Repository : 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.