How to Install and Uninstall ocaml-qtest.i686 Package on Fedora 36

Last updated: January 18,2025

1. Install "ocaml-qtest.i686" package

Please follow the guidelines below to install ocaml-qtest.i686 on Fedora 36

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

2. Uninstall "ocaml-qtest.i686" package

This guide covers the steps necessary to uninstall ocaml-qtest.i686 on Fedora 36:

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

3. Information about the ocaml-qtest.i686 package on Fedora 36

Last metadata expiration check: 0:11:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-qtest
Version : 2.11.2
Release : 7.fc36
Architecture : i686
Size : 362 k
Source : ocaml-qtest-2.11.2-7.fc36.src.rpm
Repository : fedora
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.