How to Install and Uninstall reflections.noarch Package on Fedora 34
Last updated: January 09,2025
1. Install "reflections.noarch" package
Here is a brief guide to show you how to install reflections.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
reflections.noarch
Copied
2. Uninstall "reflections.noarch" package
Here is a brief guide to show you how to uninstall reflections.noarch on Fedora 34:
$
sudo dnf remove
reflections.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the reflections.noarch package on Fedora 34
Last metadata expiration check: 0:34:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : reflections
Version : 0.9.12
Release : 8.fc34
Architecture : noarch
Size : 110 k
Source : reflections-0.9.12-8.fc34.src.rpm
Repository : updates
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
Available Packages
Name : reflections
Version : 0.9.12
Release : 8.fc34
Architecture : noarch
Size : 110 k
Source : reflections-0.9.12-8.fc34.src.rpm
Repository : updates
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