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

Last updated: November 07,2024

1. Install "ocaml-ounit" package

This guide let you learn how to install ocaml-ounit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-ounit

2. Uninstall "ocaml-ounit" package

Here is a brief guide to show you how to uninstall ocaml-ounit on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-ounit

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

Information for package ocaml-ounit:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-ounit
Version : 2.2.7-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 775.9 KiB
Installed : No
Status : not installed
Source package : ocaml-ounit-2.2.7-1.3.src
Upstream URL : https://opam.ocaml.org/packages/ounit
Summary : Ocaml OUnit test framework
Description :
OUnit is a unit test framework for OCaml. It allows one to easily
create unit-tests for OCaml code. It is based on HUnit, a unit testing
framework for Haskell. It is similar to JUnit, and other xUnit testing
frameworks.