How to Install and Uninstall gengetopt.x86_64 Package on Fedora 35

Last updated: September 22,2024

1. Install "gengetopt.x86_64" package

This guide let you learn how to install gengetopt.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gengetopt.x86_64

2. Uninstall "gengetopt.x86_64" package

Please follow the steps below to uninstall gengetopt.x86_64 on Fedora 35:

$ sudo dnf remove gengetopt.x86_64 $ sudo dnf autoremove

3. Information about the gengetopt.x86_64 package on Fedora 35

Last metadata expiration check: 5:57:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : gengetopt
Version : 2.23
Release : 5.fc35
Architecture : x86_64
Size : 242 k
Source : gengetopt-2.23-5.fc35.src.rpm
Repository : fedora
Summary : Tool to write command line option parsing code for C programs
URL : http://www.gnu.org/software/gengetopt/
License : GPLv3+
Description : Gengetopt is a tool to generate C code to parse the command line arguments
: argc and argv that are part of every C or C++ program. The generated code uses
: the C library function getopt_long to perform the actual command line parsing.