How to Install and Uninstall ocaml-ppx-variants-conv.x86_64 Package on Fedora 36

Last updated: January 19,2025

1. Install "ocaml-ppx-variants-conv.x86_64" package

Here is a brief guide to show you how to install ocaml-ppx-variants-conv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-ppx-variants-conv.x86_64

2. Uninstall "ocaml-ppx-variants-conv.x86_64" package

This is a short guide on how to uninstall ocaml-ppx-variants-conv.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-ppx-variants-conv.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ppx-variants-conv.x86_64 package on Fedora 36

Last metadata expiration check: 0:13:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-ppx-variants-conv
Version : 0.15.0
Release : 4.fc36
Architecture : x86_64
Size : 110 k
Source : ocaml-ppx-variants-conv-0.15.0-4.fc36.src.rpm
Repository : fedora
Summary : Generate accessor & iteration functions for OCaml variant types
URL : https://github.com/janestreet/ppx_variants_conv
License : MIT
Description : Ppx_variants_conv is a ppx rewriter that can be used to define
: first-class values representing variant constructors, and additional
: routines to fold, iterate and map over all constructors of a variant
: type. It provides corresponding functionality for variant types as
: ppx_fields_conv provides for record types.