How to Install and Uninstall gengetopt.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "gengetopt.x86_64" package

Please follow the steps below to install gengetopt.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gengetopt.x86_64

2. Uninstall "gengetopt.x86_64" package

Please follow the step by step instructions below to uninstall gengetopt.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove gengetopt.x86_64 $ sudo dnf autoremove

3. Information about the gengetopt.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:58:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gengetopt
Version : 2.23
Release : 8.el9
Architecture : x86_64
Size : 242 k
Source : gengetopt-2.23-8.el9.src.rpm
Repository : epel
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.