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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install ocaml-ppx-compare.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall ocaml-ppx-compare.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:32:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-compare
Version : 0.14.0
Release : 8.fc34
Architecture : x86_64
Size : 140 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.