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

Last updated: September 29,2024

1. Install "serp.noarch" package

This is a short guide on how to install serp.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install serp.noarch

2. Uninstall "serp.noarch" package

Please follow the guidelines below to uninstall serp.noarch on Fedora 34:

$ sudo dnf remove serp.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:48:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : serp
Version : 1.15.2
Release : 0.15.20150412cvs.fc34
Architecture : noarch
Size : 211 k
Source : serp-1.15.2-0.15.20150412cvs.fc34.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.