How to Install and Uninstall reflections.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "reflections.noarch" package

In this section, we are going to explain the necessary steps to install reflections.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install reflections.noarch

2. Uninstall "reflections.noarch" package

Please follow the step by step instructions below to uninstall reflections.noarch on Fedora 36:

$ sudo dnf remove reflections.noarch $ sudo dnf autoremove

3. Information about the reflections.noarch package on Fedora 36

Last metadata expiration check: 3:26:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : reflections
Version : 0.9.12
Release : 10.fc36
Architecture : noarch
Size : 111 k
Source : reflections-0.9.12-10.fc36.src.rpm
Repository : fedora
Summary : Java run-time meta-data analysis
URL : https://github.com/ronmamo/reflections
License : WTFPL
Description : A Java run-time meta-data analysis, in the spirit of Scannotations
:
: Reflections scans your class-path, indexes the meta-data, allows you
: to query it on run-time and may save and collect that information
: for many modules within your project.
:
: Using Reflections you can query your meta-data such as:
: * get all sub types of some type
: * get all types/methods/fields annotated with some annotation,
: w/o annotation parameters matching
: * get all resources matching matching a regular expression