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

Last updated: October 02,2024

1. Install "reflections.noarch" package

Please follow the instructions below to install reflections.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install reflections.noarch

2. Uninstall "reflections.noarch" package

Please follow the instructions below to uninstall reflections.noarch on Fedora 38:

$ sudo dnf remove reflections.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:55:48 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : reflections
Version : 0.9.12
Release : 13.fc38
Architecture : noarch
Size : 111 k
Source : reflections-0.9.12-13.fc38.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