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

Last updated: November 26,2024

1. Install "reflections.noarch" package

This tutorial shows how to install reflections.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install reflections.noarch

2. Uninstall "reflections.noarch" package

Please follow the steps below to uninstall reflections.noarch on Fedora 39:

$ sudo dnf remove reflections.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:47:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : reflections
Version : 0.9.12
Release : 14.fc39
Architecture : noarch
Size : 110 k
Source : reflections-0.9.12-14.fc39.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