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

Last updated: January 12,2025

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

In this section, we are going to explain the necessary steps to install ocaml-bisect-ppx.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall ocaml-bisect-ppx.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:54:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-bisect-ppx
Version : 2.8.1
Release : 1.fc36
Architecture : x86_64
Size : 4.1 M
Source : ocaml-bisect-ppx-2.8.1-1.fc36.src.rpm
Repository : fedora
Summary : Code coverage for OCaml and Reason
URL : https://aantron.github.io/bisect_ppx/
License : MIT
Description : Bisect_ppx is a code coverage tool for OCaml. It helps you test
: thoroughly by showing which parts of your code are *not* tested. It is
: a small preprocessor that inserts instrumentation at places in your
: code, such as if-then-else and match expressions. After you run tests,
: Bisect_ppx gives a nice HTML report showing which places were visited
: and which were missed.
:
: Usage is simple - add package bisect_ppx when building tests, run your
: tests, then run the Bisect_ppx report tool on the generated visitation
: files.