How to Install and Uninstall ocaml-ppx-compare.i686 Package on Fedora 36

Last updated: May 19,2024

1. Install "ocaml-ppx-compare.i686" package

This guide covers the steps necessary to install ocaml-ppx-compare.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-ppx-compare.i686

2. Uninstall "ocaml-ppx-compare.i686" package

Please follow the instructions below to uninstall ocaml-ppx-compare.i686 on Fedora 36:

$ sudo dnf remove ocaml-ppx-compare.i686 $ sudo dnf autoremove

3. Information about the ocaml-ppx-compare.i686 package on Fedora 36

Last metadata expiration check: 5:45:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ppx-compare
Version : 0.15.0
Release : 5.fc36
Architecture : i686
Size : 142 k
Source : ocaml-ppx-compare-0.15.0-5.fc36.src.rpm
Repository : fedora
Summary : Generate comparison functions from types
URL : https://github.com/janestreet/ppx_compare
License : MIT
Description : Ppx_compare is a ppx rewriter that derives comparison and equality
: functions from type representations. The scaffolded functions are
: usually much faster than OCaml's `Pervasives.compare` and
: `Pervasives.(=)`. Scaffolding functions also give more flexibility by
: allowing them to be overridden for a specific type, and more safety by
: making sure that only comparable values are compared.