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

Last updated: May 20,2024

1. Install "ocaml-base" package

Please follow the guidelines below to install ocaml-base on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-base

2. Uninstall "ocaml-base" package

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

$ sudo zypper remove ocaml-base

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

Information for package ocaml-base:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-base
Version : 0.14.1-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 11,3 KiB
Installed : No
Status : not installed
Source package : ocaml-base-0.14.1-1.5.src
Summary : Standard library for OCaml
Description :
Base is a standard library for OCaml. It provides a standard set of general purpose modules that are well-tested, performant, and fully-portable across any environment that can run OCaml code. Unlike other standard library projects, Base is meant to be used as a wholesale replacement of the standard library distributed with the OCaml compiler. In particular it makes different choices and does not re-export features that are not fully portable such as I/O, which are left to other libraries.