How to Install and Uninstall scannotation.noarch Package on Fedora 34

Last updated: May 03,2024

1. Install "scannotation.noarch" package

Please follow the steps below to install scannotation.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install scannotation.noarch

2. Uninstall "scannotation.noarch" package

Please follow the step by step instructions below to uninstall scannotation.noarch on Fedora 34:

$ sudo dnf remove scannotation.noarch $ sudo dnf autoremove

3. Information about the scannotation.noarch package on Fedora 34

Last metadata expiration check: 0:01:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : scannotation
Version : 1.0.3
Release : 0.24.r12.fc34
Architecture : noarch
Size : 27 k
Source : scannotation-1.0.3-0.24.r12.fc34.src.rpm
Repository : fedora
Summary : A Java annotation scanner
URL : http://scannotation.sourceforge.net
License : ASL 2.0
Description : Scannotation is a Java library that creates an annotation database
: from a set of .class files.This database is really just a set of maps that index
: what annotations are used and what classes are using them. Why do you need this?
: What if you are an annotation framework like an EJB 3.0 container and you want
: to automatically scan your classpath for EJB annotations so that you know what
: to deploy? Scannotation gives you apis that allow you to find archives in your
: classpath or WAR (web application) that you want to scan, then automatically
: scans them without loading each and every class within those archives