How to Install and Uninstall gengetopt Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "gengetopt" package

Please follow the guidance below to install gengetopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gengetopt

2. Uninstall "gengetopt" package

Please follow the instructions below to uninstall gengetopt on openSuSE Tumbleweed:

$ sudo zypper remove gengetopt

3. Information about the gengetopt package on openSuSE Tumbleweed

Information for package gengetopt:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gengetopt
Version : 2.23-1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 617.0 KiB
Installed : No
Status : not installed
Source package : gengetopt-2.23-1.18.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.