How to Install and Uninstall tclap Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "tclap" package

Here is a brief guide to show you how to install tclap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tclap

2. Uninstall "tclap" package

This is a short guide on how to uninstall tclap on openSuSE Tumbleweed:

$ sudo zypper remove tclap

3. Information about the tclap package on openSuSE Tumbleweed

Information for package tclap:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tclap
Version : 1.2.5-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 198.9 KiB
Installed : No
Status : not installed
Source package : tclap-1.2.5-3.6.src
Upstream URL : http://tclap.sourceforge.net
Summary : Templatized C++ Command Line Parser
Description :
TCLAP is a small, flexible library that provides a simple interface for
defining and accessing command line arguments. It was intially inspired by the
user friendly CLAP libary. The difference is that this library is templatized,
so the argument class is type independent. Type independence avoids
identical-except-for-type objects, such as IntArg, FloatArg, and StringArg.
While the library is not strictly compliant with the GNU or POSIX standards, it
is close.