How to Install and Uninstall serp.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "serp.noarch" package

This guide covers the steps necessary to install serp.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install serp.noarch

2. Uninstall "serp.noarch" package

This tutorial shows how to uninstall serp.noarch on Fedora 36:

$ sudo dnf remove serp.noarch $ sudo dnf autoremove

3. Information about the serp.noarch package on Fedora 36

Last metadata expiration check: 4:19:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : serp
Version : 1.15.2
Release : 0.17.20150412cvs.fc36
Architecture : noarch
Size : 210 k
Source : serp-1.15.2-0.17.20150412cvs.fc36.src.rpm
Repository : fedora
Summary : Byte-code manipulation framework
URL : http://serp.sourceforge.net/
License : BSD
Description : The goal of the serp byte-code framework is to tap the full
: power of byte-code modification while lowering its associated
: costs. The framework provides a set of high-level APIs for
: manipulating all aspects of byte-code, from large-scale
: structures like class member fields to the individual
: instructions that comprise the code of methods. While in
: order to perform any advanced manipulation, some understanding
: of the class file format and especially of the JVM instruction
: set is necessary, the framework makes it as easy as possible
: to enter the world of byte-code development.