How to Install and Uninstall cglib.noarch Package on Amazon Linux 2
Last updated: November 13,2024
1. Install "cglib.noarch" package
This tutorial shows how to install cglib.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
cglib.noarch
Copied
2. Uninstall "cglib.noarch" package
Please follow the instructions below to uninstall cglib.noarch on Amazon Linux 2:
$
sudo yum remove
cglib.noarch
Copied
$
sudo yum autoremove
Copied
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.
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.