How to Install and Uninstall ocaml-cmdliner Package on openSuSE Tumbleweed

Last updated: December 25,2024

1. Install "ocaml-cmdliner" package

In this section, we are going to explain the necessary steps to install ocaml-cmdliner on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-cmdliner

2. Uninstall "ocaml-cmdliner" package

Learn how to uninstall ocaml-cmdliner on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-cmdliner

3. Information about the ocaml-cmdliner package on openSuSE Tumbleweed

Information for package ocaml-cmdliner:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-cmdliner
Version : 1.2.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 567.9 KiB
Installed : No
Status : not installed
Source package : ocaml-cmdliner-1.2.0-1.3.src
Upstream URL : https://github.com/dbuenzli/cmdliner
Summary : Declarative definition of command line interfaces for OCaml
Description :
Cmdliner is a module for the declarative definition of command line interfaces.
It provides a simple and compositional mechanism to convert command line
arguments to OCaml values and pass them to your functions. The module
automatically handles syntax errors, help messages and UNIX man page
generation. It supports programs with single or multiple commands and respects
most of the POSIX and GNU conventions.