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

Last updated: September 20,2024

1. Install "ocaml-alcotest.i686" package

Here is a brief guide to show you how to install ocaml-alcotest.i686 on Fedora 34

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

2. Uninstall "ocaml-alcotest.i686" package

Please follow the step by step instructions below to uninstall ocaml-alcotest.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:19:10 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-alcotest
Version : 1.3.0
Release : 1.fc34
Architecture : i686
Size : 306 k
Source : ocaml-alcotest-1.3.0-1.fc34.src.rpm
Repository : fedora
Summary : Lightweight and colorful test framework for OCaml
URL : https://github.com/mirage/alcotest
License : ISC
Description : Alcotest is a lightweight and colorful test framework.
:
: Alcotest exposes a simple interface to perform unit tests, including a
: simple `TESTABLE` module type, a `check` function to assert test
: predicates, and a `run` function to perform a list of `unit -> unit`
: test callbacks.
:
: Alcotest provides quiet and colorful output where only faulty runs are
: fully displayed at the end of the run (with the full logs ready to
: inspect), with a simple (yet expressive) query language to select the
: tests to run.