How to Install and Uninstall paranamer.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "paranamer.noarch" package

Please follow the guidance below to install paranamer.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install paranamer.noarch

2. Uninstall "paranamer.noarch" package

Please follow the step by step instructions below to uninstall paranamer.noarch on Fedora 34:

$ sudo dnf remove paranamer.noarch $ sudo dnf autoremove

3. Information about the paranamer.noarch package on Fedora 34

Last metadata expiration check: 4:48:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : paranamer
Version : 2.8
Release : 16.fc34
Architecture : noarch
Size : 47 k
Source : paranamer-2.8-16.fc34.src.rpm
Repository : fedora
Summary : Java library for accessing non-private method's parameter names at run-time
URL : https://github.com/paul-hammant/paranamer
License : BSD
Description : Paranamer is a Java library that allows the parameter names of non-private
: methods and constructors to be accessed at run-time. Most compilers discard
: this information; traditional Reflection on JDK <= 7 would show something like
: doSomething(mypackage.Person ???) instead of doSomething(mypackage.Person toMe).
: The Paranamer library fills this gap for these JDK versions.