How to Install and Uninstall ocaml-ppx-compare.i686 Package on Fedora 35
Last updated: January 12,2025
1. Install "ocaml-ppx-compare.i686" package
Here is a brief guide to show you how to install ocaml-ppx-compare.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-ppx-compare.i686
Copied
2. Uninstall "ocaml-ppx-compare.i686" package
Please follow the guidelines below to uninstall ocaml-ppx-compare.i686 on Fedora 35:
$
sudo dnf remove
ocaml-ppx-compare.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-ppx-compare.i686 package on Fedora 35
Last metadata expiration check: 5:22:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-ppx-compare
Version : 0.14.0
Release : 13.fc35
Architecture : i686
Size : 136 k
Source : ocaml-ppx-compare-0.14.0-13.fc35.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.
Available Packages
Name : ocaml-ppx-compare
Version : 0.14.0
Release : 13.fc35
Architecture : i686
Size : 136 k
Source : ocaml-ppx-compare-0.14.0-13.fc35.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.