How to Install and Uninstall avalon-framework.noarch Package on Amazon Linux 2

Last updated: January 12,2025

1. Install "avalon-framework.noarch" package

This tutorial shows how to install avalon-framework.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install avalon-framework.noarch

2. Uninstall "avalon-framework.noarch" package

Please follow the guidance below to uninstall avalon-framework.noarch on Amazon Linux 2:

$ sudo yum remove avalon-framework.noarch $ sudo yum autoremove

3. Information about the avalon-framework.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : avalon-framework
Arch : noarch
Version : 4.3
Release : 10.1.amzn2
Size : 87 k
Repo : amzn2-core/2/x86_64
Summary : Java components interfaces
URL : http://avalon.apache.org/framework/
License : ASL 2.0
Description : The Avalon framework consists of interfaces that define
: relationships between commonly used application components,
: best-of-practice pattern enforcements, and several lightweight
: convenience implementations of the generic components.
: What that means is that we define the central interface Component.
: We also define the relationship (contract) a component has with
: peers, ancestors and children.