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

Last updated: September 22,2024

1. Install "ocaml-alcotest.x86_64" package

Please follow the guidance below to install ocaml-alcotest.x86_64 on Fedora 38

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

2. Uninstall "ocaml-alcotest.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-alcotest.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:41:29 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ocaml-alcotest
Version : 1.6.0
Release : 3.fc38
Architecture : x86_64
Size : 365 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.