How to Install and Uninstall ocaml Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "ocaml" package

Here is a brief guide to show you how to install ocaml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml

2. Uninstall "ocaml" package

Learn how to uninstall ocaml on openSuSE Tumbleweed:

$ sudo zypper remove ocaml

3. Information about the ocaml package on openSuSE Tumbleweed

Information for package ocaml:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml
Version : 4.14.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.2 MiB
Installed : No
Status : not installed
Source package : ocaml-4.14.1-2.1.src
Upstream URL : http://www.ocaml.org
Summary : OCaml Compiler and Programming Environment
Description :
OCaml is a high-level, strongly-typed, functional and object-oriented
programming language from the ML family of languages.
This package comprises two batch compilers (a fast bytecode compiler
and an optimizing native-code compiler), an interactive top level
system, Lex&Yacc tools, a replay debugger, and a comprehensive library.