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

Last updated: November 27,2024

1. Install "ocaml-alcotest.i686" package

In this section, we are going to explain the necessary steps to install ocaml-alcotest.i686 on Fedora 38

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

2. Uninstall "ocaml-alcotest.i686" package

This guide let you learn how to uninstall ocaml-alcotest.i686 on Fedora 38:

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

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

Last metadata expiration check: 2:07:57 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-alcotest
Version : 1.6.0
Release : 3.fc38
Architecture : i686
Size : 358 k
Source : ocaml-alcotest-1.6.0-3.fc38.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.