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

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install ocaml-ppx-fields-conv.i686 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ocaml-ppx-fields-conv.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:28:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-fields-conv
Version : 0.14.2
Release : 1.fc34
Architecture : i686
Size : 136 k
Source : ocaml-ppx-fields-conv-0.14.2-1.fc34.src.rpm
Repository : fedora
Summary : Generate accessor & iteration functions for OCaml records
URL : https://github.com/janestreet/ppx_fields_conv
License : MIT
Description : Ppx_fields_conv is a ppx rewriter that can be used to define first-class
: values representing record fields, and additional routines, to get and
: set record fields, iterate and fold over all fields of a record and
: create new record values.