How to Install and Uninstall cglib.noarch Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "cglib.noarch" package

This tutorial shows how to install cglib.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cglib.noarch

2. Uninstall "cglib.noarch" package

Please follow the instructions below to uninstall cglib.noarch on Amazon Linux 2:

$ sudo yum remove cglib.noarch $ sudo yum autoremove

3. Information about the cglib.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cglib
Arch : noarch
Version : 2.2
Release : 18.1.amzn2
Size : 255 k
Repo : amzn2-core/2/x86_64
Summary : Code Generation Library for Java
URL : http://cglib.sourceforge.net/
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 runtime.