How to Install and Uninstall reflections.noarch Package on Fedora 38
Last updated: November 28,2024
1. Install "reflections.noarch" package
Please follow the instructions below to install reflections.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
reflections.noarch
Copied
2. Uninstall "reflections.noarch" package
Please follow the instructions below to uninstall reflections.noarch on Fedora 38:
$
sudo dnf remove
reflections.noarch
Copied
$
sudo dnf autoremove
Copied
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
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