How to Install and Uninstall jaf.noarch Package on AlmaLinux 8

Last updated: October 07,2024

1. Install "jaf.noarch" package

Here is a brief guide to show you how to install jaf.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install jaf.noarch

2. Uninstall "jaf.noarch" package

Please follow the guidelines below to uninstall jaf.noarch on AlmaLinux 8:

$ sudo dnf remove jaf.noarch $ sudo dnf autoremove

3. Information about the jaf.noarch package on AlmaLinux 8

Last metadata expiration check: 1:13:21 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : jaf
Version : 1.2.1
Release : 5.module_el8.5.0+2589+0ec1386d
Architecture : noarch
Size : 79 k
Source : jaf-1.2.1-5.module_el8.5.0+2589+0ec1386d.src.rpm
Repository : appstream
Summary : JavaBeans Activation Framework
URL : https://github.com/eclipse-ee4j/jaf
License : BSD
Description : The JavaBeans Activation Framework (JAF) is a standard extension to the
: Java platform that lets you take advantage of standard services to:
: determine the type of an arbitrary piece of data; encapsulate access to it;
: discover the operations available on it; and instantiate the appropriate
: bean to perform the operation(s).