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

Last updated: November 26,2024

1. Install "scannotation.noarch" package

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

$ sudo dnf update $ sudo dnf install scannotation.noarch

2. Uninstall "scannotation.noarch" package

Please follow the guidance below to uninstall scannotation.noarch on Fedora 35:

$ sudo dnf remove scannotation.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:48:14 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : scannotation
Version : 1.0.3
Release : 0.25.r12.fc35
Architecture : noarch
Size : 27 k
Source : scannotation-1.0.3-0.25.r12.fc35.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