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

Last updated: May 09,2024

1. Install "ocaml-alcotest.x86_64" package

Please follow the instructions below to install ocaml-alcotest.x86_64 on Fedora 35

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

2. Uninstall "ocaml-alcotest.x86_64" package

Please follow the steps below to uninstall ocaml-alcotest.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:31:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-alcotest
Version : 1.4.0
Release : 2.fc35
Architecture : x86_64
Size : 311 k
Source : ocaml-alcotest-1.4.0-2.fc35.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.