How to Install and Uninstall tclap Package on openSUSE Leap

Last updated: May 19,2024

1. Install "tclap" package

Please follow the steps below to install tclap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tclap

2. Uninstall "tclap" package

Here is a brief guide to show you how to uninstall tclap on openSUSE Leap:

$ sudo zypper remove tclap

3. Information about the tclap package on openSUSE Leap

Information for package tclap:
------------------------------
Repository : Main Repository
Name : tclap
Version : 1.2.1-1.20
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 200.8 KiB
Installed : No
Status : not installed
Source package : tclap-1.2.1-1.20.src
Upstream URL : http://tclap.sf.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.