How to Install and Uninstall ocaml-qtest.x86_64 Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "ocaml-qtest.x86_64" package
Learn how to install ocaml-qtest.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-qtest.x86_64
Copied
2. Uninstall "ocaml-qtest.x86_64" package
This tutorial shows how to uninstall ocaml-qtest.x86_64 on Rocky Linux 8:
$
sudo dnf remove
ocaml-qtest.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-qtest.x86_64 package on Rocky Linux 8
Last metadata expiration check: 0:50:14 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ocaml-qtest
Version : 2.9
Release : 7.el8
Architecture : x86_64
Size : 280 k
Source : ocaml-qtest-2.9-7.el8.src.rpm
Repository : epel
Summary : Inline (Unit) Tests for OCaml
URL : https://github.com/vincent-hugot/qtest
License : GPLv3+
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 -- extremely
: simple to use -- to sophisticated random generation of test cases.
Available Packages
Name : ocaml-qtest
Version : 2.9
Release : 7.el8
Architecture : x86_64
Size : 280 k
Source : ocaml-qtest-2.9-7.el8.src.rpm
Repository : epel
Summary : Inline (Unit) Tests for OCaml
URL : https://github.com/vincent-hugot/qtest
License : GPLv3+
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 -- extremely
: simple to use -- to sophisticated random generation of test cases.