How to Install and Uninstall ocaml-alcotest.x86_64 Package on Fedora 36

Last updated: June 27,2024

1. Install "ocaml-alcotest.x86_64" package

This tutorial shows how to install ocaml-alcotest.x86_64 on Fedora 36

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

2. Uninstall "ocaml-alcotest.x86_64" package

Please follow the guidelines below to uninstall ocaml-alcotest.x86_64 on Fedora 36:

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

3. Information about the ocaml-alcotest.x86_64 package on Fedora 36

Last metadata expiration check: 0:09:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-alcotest
Version : 1.5.0
Release : 4.fc36
Architecture : x86_64
Size : 367 k
Source : ocaml-alcotest-1.5.0-4.fc36.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.