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

Last updated: July 06,2024

1. Install "ocaml-extlib" package

Please follow the step by step instructions below to install ocaml-extlib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-extlib

2. Uninstall "ocaml-extlib" package

Please follow the guidance below to uninstall ocaml-extlib on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-extlib

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

Information for package ocaml-extlib:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-extlib
Version : 1.7.9-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 630.5 KiB
Installed : No
Status : not installed
Source package : ocaml-extlib-1.7.9-2.7.src
Upstream URL : https://opam.ocaml.org/packages/extlib
Summary : OCaml ExtLib additions to the standard library
Description :
ExtLib is a project aiming at providing a complete - yet small -
standard library for the OCaml programming language. The purpose of
this library is to add new functions to OCaml Standard Library
modules, to modify some functions in order to get better performances
or more safety (tail-recursive) but also to provide new modules which
should be useful for the average OCaml programmer.