How to Install and Uninstall ocaml-stdlib-shims Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ocaml-stdlib-shims" package

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

$ sudo zypper refresh $ sudo zypper install ocaml-stdlib-shims

2. Uninstall "ocaml-stdlib-shims" package

Please follow the instructions below to uninstall ocaml-stdlib-shims on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-stdlib-shims

3. Information about the ocaml-stdlib-shims package on openSuSE Tumbleweed

Information for package ocaml-stdlib-shims:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-stdlib-shims
Version : 0.3.0-1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.3 KiB
Installed : No
Status : not installed
Source package : ocaml-stdlib-shims-0.3.0-1.15.src
Upstream URL : https://opam.ocaml.org/packages/stdlib-shims
Summary : Shim to substitute Pervasives with Stdlib before 4.08
Description :
Compiling against this library allows replacing uses of Pervasives
with Stdlib before 4.08. For example, one can use Stdlib.compare
instead of Pervasives.compare. It does not, however, provide
the new functions and modules that were added in the Stdlib module.