How To Install ocaml-ppx-sexp-conv on Fedora 36

In this tutorial we learn how to install ocaml-ppx-sexp-conv in Fedora 36. ocaml-ppx-sexp-conv is Generate S-expression conversion functions from type definitions

Introduction

In this tutorial we learn how to install ocaml-ppx-sexp-conv on Fedora 36.

What is ocaml-ppx-sexp-conv

Ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml types to and from s-expressions, as defined in the sexplib0 library.

We can use yum or dnf to install ocaml-ppx-sexp-conv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-ppx-sexp-conv.

Install ocaml-ppx-sexp-conv on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-ppx-sexp-conv using dnf by running the following command:

sudo dnf -y install ocaml-ppx-sexp-conv

Install ocaml-ppx-sexp-conv on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-ppx-sexp-conv using yum by running the following command:

sudo yum -y install ocaml-ppx-sexp-conv

How To Uninstall ocaml-ppx-sexp-conv on Fedora 36

To uninstall only the ocaml-ppx-sexp-conv package we can use the following command:

sudo dnf remove ocaml-ppx-sexp-conv

ocaml-ppx-sexp-conv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/cc51546457616a2df2a6abee5deceb7b527a2f
/usr/lib/.build-id/70
/usr/lib/.build-id/70/e555b6b73773c7499b5f935e53c2b27cfacd2f
/usr/lib/.build-id/98
/usr/lib/.build-id/98/35f42d222e35738b6d2aba11c0f4ca53e915bc
/usr/lib64/ocaml/ppx_sexp_conv
/usr/lib64/ocaml/ppx_sexp_conv/META
/usr/lib64/ocaml/ppx_sexp_conv/expander
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmi
/usr/lib64/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmi
/usr/lib64/ocaml/ppx_sexp_conv/ppx_sexp_conv.cma
/usr/lib64/ocaml/ppx_sexp_conv/ppx_sexp_conv.cmi
/usr/lib64/ocaml/ppx_sexp_conv/ppx_sexp_conv.cmxs
/usr/lib64/ocaml/ppx_sexp_conv/runtime-lib
/usr/lib64/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cma
/usr/lib64/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmi
/usr/lib64/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxs
/usr/share/doc/ocaml-ppx-sexp-conv
/usr/share/doc/ocaml-ppx-sexp-conv/CHANGES.md
/usr/share/doc/ocaml-ppx-sexp-conv/README.org
/usr/share/licenses/ocaml-ppx-sexp-conv
/usr/share/licenses/ocaml-ppx-sexp-conv/LICENSE.md

References

Summary

In this tutorial we learn how to install ocaml-ppx-sexp-conv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-ppx-sexp-conv on Fedora 36” linkTitle: “ocaml-ppx-sexp-conv” type: “docs” description: “In this tutorial we learn how to install ocaml-ppx-sexp-conv in Fedora 36. ocaml-ppx-sexp-conv is Generate S-expression conversion functions from type definitions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-ppx-sexp-conv-featured.png

Introduction

In this tutorial we learn how to install ocaml-ppx-sexp-conv on Fedora 36.

What is ocaml-ppx-sexp-conv

Ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml types to and from s-expressions, as defined in the sexplib0 library.

We can use yum or dnf to install ocaml-ppx-sexp-conv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-ppx-sexp-conv.

Install ocaml-ppx-sexp-conv on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-ppx-sexp-conv using dnf by running the following command:

sudo dnf -y install ocaml-ppx-sexp-conv

Install ocaml-ppx-sexp-conv on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-ppx-sexp-conv using yum by running the following command:

sudo yum -y install ocaml-ppx-sexp-conv

How To Uninstall ocaml-ppx-sexp-conv on Fedora 36

To uninstall only the ocaml-ppx-sexp-conv package we can use the following command:

sudo dnf remove ocaml-ppx-sexp-conv

ocaml-ppx-sexp-conv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/d68c22ce9f3bf8b9ff7a4c6d4a8a5252fb8ed1
/usr/lib/.build-id/30
/usr/lib/.build-id/30/219156df49c3335382d332f6c053a1f3a44186
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/3fb8e8748498ddee3cc975f8d7c24aa734d5e4
/usr/lib/ocaml/ppx_sexp_conv
/usr/lib/ocaml/ppx_sexp_conv/META
/usr/lib/ocaml/ppx_sexp_conv/expander
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmi
/usr/lib/ocaml/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmi
/usr/lib/ocaml/ppx_sexp_conv/ppx_sexp_conv.cma
/usr/lib/ocaml/ppx_sexp_conv/ppx_sexp_conv.cmi
/usr/lib/ocaml/ppx_sexp_conv/ppx_sexp_conv.cmxs
/usr/lib/ocaml/ppx_sexp_conv/runtime-lib
/usr/lib/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cma
/usr/lib/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmi
/usr/lib/ocaml/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxs
/usr/share/doc/ocaml-ppx-sexp-conv
/usr/share/doc/ocaml-ppx-sexp-conv/CHANGES.md
/usr/share/doc/ocaml-ppx-sexp-conv/README.org
/usr/share/licenses/ocaml-ppx-sexp-conv
/usr/share/licenses/ocaml-ppx-sexp-conv/LICENSE.md

References

Summary

In this tutorial we learn how to install ocaml-ppx-sexp-conv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).