How to Install and Uninstall ocaml-ppx-expect.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "ocaml-ppx-expect.x86_64" package

This is a short guide on how to install ocaml-ppx-expect.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ocaml-ppx-expect.x86_64

2. Uninstall "ocaml-ppx-expect.x86_64" package

This guide let you learn how to uninstall ocaml-ppx-expect.x86_64 on Fedora 39:

$ sudo dnf remove ocaml-ppx-expect.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ppx-expect.x86_64 package on Fedora 39

Last metadata expiration check: 1:23:19 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-ppx-expect
Version : 0.16.0
Release : 3.fc39
Architecture : x86_64
Size : 5.3 M
Source : ocaml-ppx-expect-0.16.0-3.fc39.src.rpm
Repository : fedora
Summary : Framework for writing tests in OCaml
URL : https://github.com/janestreet/ppx_expect
License : MIT
Description : Ppx_expect is a framework for writing tests in OCaml, similar to Cram
: (https://bitheap.org/cram/). Ppx_expect mimics the existing inline
: tests framework with the `let%expect_test` construct. The body of an
: expect-test can contain output-generating code, interleaved with
: `%expect` extension expressions to denote the expected output.
:
: When run, these tests will pass iff the output matches what was
: expected. If a test fails, a corrected file with the suffix
: ".corrected" will be produced with the actual output, and the
: `inline_tests_runner` will output a diff.