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

Last updated: November 07,2024

1. Install "ocaml-qtest" package

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

$ sudo zypper refresh $ sudo zypper install ocaml-qtest

2. Uninstall "ocaml-qtest" package

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

$ sudo zypper remove ocaml-qtest

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

Information for package ocaml-qtest:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-qtest
Version : 2.11.2-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : ocaml-qtest-2.11.2-2.4.src
Upstream URL : https://opam.ocaml.org/packages/qtest
Summary : Inline (Unit) Tests for OCaml
Description :
qtest extracts inline unit tests written using a special syntax in
comments. Those tests are then run using the oUnit framework and the
qcheck library. The possibilities range from trivial tests
to sophisticated random generation of test cases.