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

Last updated: November 27,2024

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

Here is a brief guide to show you how to install ocaml-ppx-compare.x86_64 on Fedora 38

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

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

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

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

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

Last metadata expiration check: 4:22:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-ppx-compare
Version : 0.15.0
Release : 11.fc38
Architecture : x86_64
Size : 140 k
Source : ocaml-ppx-compare-0.15.0-11.fc38.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.