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

Last updated: July 01,2024

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

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

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

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

This is a short guide on how to uninstall ocaml-ppx-compare.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:45:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-compare
Version : 0.14.0
Release : 8.fc34
Architecture : i686
Size : 136 k
Source : ocaml-ppx-compare-0.14.0-8.fc34.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.