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

Last updated: June 02,2024

1. Install "cglib.noarch" package

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

$ sudo dnf update $ sudo dnf install cglib.noarch

2. Uninstall "cglib.noarch" package

In this section, we are going to explain the necessary steps to uninstall cglib.noarch on Fedora 36:

$ sudo dnf remove cglib.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:53:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : cglib
Version : 3.3.0
Release : 7.fc36
Architecture : noarch
Size : 300 k
Source : cglib-3.3.0-7.fc36.src.rpm
Repository : fedora
Summary : Code Generation Library for Java
URL : https://github.com/cglib/cglib
License : ASL 2.0 and BSD
Description : cglib is a powerful, high performance and quality code generation library
: for Java. It is used to extend Java classes and implements interfaces
: at run-time.