How to Install and Uninstall gengetopt Package on openSUSE Leap

Last updated: May 18,2024

1. Install "gengetopt" package

This is a short guide on how to install gengetopt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gengetopt

2. Uninstall "gengetopt" package

In this section, we are going to explain the necessary steps to uninstall gengetopt on openSUSE Leap:

$ sudo zypper remove gengetopt

3. Information about the gengetopt package on openSUSE Leap

Information for package gengetopt:
----------------------------------
Repository : Main Repository
Name : gengetopt
Version : 2.22.6-1.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 710.9 KiB
Installed : No
Status : not installed
Source package : gengetopt-2.22.6-1.10.src
Upstream URL : https://www.gnu.org/software/gengetopt/
Summary : Commandline parser generator
Description :
Gengetopt is a tool to generate C code to parse getopt styled command line
arguments.
It's similar or even more powerful than the well known libpopt but does not
add any run or compile time dependencies to your projects. Moreover
reading/writing the options from/to config files is also supported.