How to Install and Uninstall ocaml-qtest.x86_64 Package on Fedora 39

Last updated: October 13,2024

1. Install "ocaml-qtest.x86_64" package

Please follow the step by step instructions below to install ocaml-qtest.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ocaml-qtest.x86_64

2. Uninstall "ocaml-qtest.x86_64" package

This guide covers the steps necessary to uninstall ocaml-qtest.x86_64 on Fedora 39:

$ sudo dnf remove ocaml-qtest.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-qtest.x86_64 package on Fedora 39

Last metadata expiration check: 4:29:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-qtest
Version : 2.11.2
Release : 15.fc39
Architecture : x86_64
Size : 478 k
Source : ocaml-qtest-2.11.2-15.fc39.src.rpm
Repository : fedora
Summary : Inline (Unit) Tests for OCaml
URL : https://github.com/vincent-hugot/qtest
License : GPL-3.0-or-later
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.