How to Install and Uninstall ocaml Package on openSUSE Leap

Last updated: May 17,2024

1. Install "ocaml" package

This is a short guide on how to install ocaml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml

2. Uninstall "ocaml" package

This guide let you learn how to uninstall ocaml on openSUSE Leap:

$ sudo zypper remove ocaml

3. Information about the ocaml package on openSUSE Leap

Information for package ocaml:
------------------------------
Repository : Main Repository
Name : ocaml
Version : 4.05.0-13.5
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 108.9 MiB
Installed : No
Status : not installed
Source package : ocaml-4.05.0-13.5.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.