How to Install and Uninstall gnu-getopt.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "gnu-getopt.noarch" package

Please follow the guidelines below to install gnu-getopt.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install gnu-getopt.noarch

2. Uninstall "gnu-getopt.noarch" package

This tutorial shows how to uninstall gnu-getopt.noarch on Fedora 35:

$ sudo dnf remove gnu-getopt.noarch $ sudo dnf autoremove

3. Information about the gnu-getopt.noarch package on Fedora 35

Last metadata expiration check: 0:47:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : gnu-getopt
Version : 1.0.14
Release : 20.fc34
Architecture : noarch
Size : 36 k
Source : gnu-getopt-1.0.14-20.fc34.src.rpm
Repository : fedora
Summary : Java getopt implementation
URL : http://www.urbanophile.com/arenn/hacking/download.html
License : LGPLv2+
Description : The GNU Java getopt classes support short and long argument parsing in
: a manner 100% compatible with the version of GNU getopt in glibc 2.0.6
: with a mostly compatible programmer's interface as well. Note that this
: is a port, not a new implementation. I am currently unaware of any bugs
: in this software, but there certainly could be some lying about. I would
: appreciate bug reports as well as hearing about positive experiences.