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

Last updated: March 01,2025

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

Please follow the step by step instructions below to install ocaml-ppx-fields-conv.x86_64 on Fedora 36

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

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

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

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

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

Last metadata expiration check: 1:36:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-ppx-fields-conv
Version : 0.15.0
Release : 4.fc36
Architecture : x86_64
Size : 151 k
Source : ocaml-ppx-fields-conv-0.15.0-4.fc36.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.