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

Last updated: October 05,2024

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

Please follow the guidelines below to install ocaml-ppx-variants-conv.i686 on Fedora 34

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

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

This tutorial shows how to uninstall ocaml-ppx-variants-conv.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:23:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-variants-conv
Version : 0.14.1
Release : 4.fc34
Architecture : i686
Size : 93 k
Source : ocaml-ppx-variants-conv-0.14.1-4.fc34.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.