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

Last updated: October 04,2024

1. Install "ocaml-qtest.i686" package

Learn how to install ocaml-qtest.i686 on Fedora 34

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

2. Uninstall "ocaml-qtest.i686" package

Please follow the guidance below to uninstall ocaml-qtest.i686 on Fedora 34:

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

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

Last metadata expiration check: 3:05:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-qtest
Version : 2.11.2
Release : 1.fc34
Architecture : i686
Size : 359 k
Source : ocaml-qtest-2.11.2-1.fc34.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.