How To Install ocaml-lwt-ppx on Fedora 36

In this tutorial we learn how to install ocaml-lwt-ppx in Fedora 36. ocaml-lwt-ppx is PPX syntax for Lwt

Introduction

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

What is ocaml-lwt-ppx

PPX syntax for Lwt, providing something similar to async/await from JavaScript.

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

Install ocaml-lwt-ppx 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-lwt-ppx using dnf by running the following command:

sudo dnf -y install ocaml-lwt-ppx

Install ocaml-lwt-ppx 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-lwt-ppx using yum by running the following command:

sudo yum -y install ocaml-lwt-ppx

How To Uninstall ocaml-lwt-ppx on Fedora 36

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

sudo dnf remove ocaml-lwt-ppx

ocaml-lwt-ppx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/b2143d753fa3d942bf02b321f4301766491d13
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/25d8e87a698fd9821bdf3e82f9af4591bb8688
/usr/lib64/ocaml/lwt_ppx
/usr/lib64/ocaml/lwt_ppx/META
/usr/lib64/ocaml/lwt_ppx/dune-package
/usr/lib64/ocaml/lwt_ppx/opam
/usr/lib64/ocaml/lwt_ppx/ppx.exe
/usr/lib64/ocaml/lwt_ppx/ppx_lwt.cma
/usr/lib64/ocaml/lwt_ppx/ppx_lwt.cmi
/usr/lib64/ocaml/lwt_ppx/ppx_lwt.cmxs

References

Summary

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


title: “How To Install ocaml-lwt-ppx on Fedora 36” linkTitle: “ocaml-lwt-ppx” type: “docs” description: “In this tutorial we learn how to install ocaml-lwt-ppx in Fedora 36. ocaml-lwt-ppx is PPX syntax for Lwt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-lwt-ppx-featured.png

Introduction

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

What is ocaml-lwt-ppx

PPX syntax for Lwt, providing something similar to async/await from JavaScript.

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

Install ocaml-lwt-ppx 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-lwt-ppx using dnf by running the following command:

sudo dnf -y install ocaml-lwt-ppx

Install ocaml-lwt-ppx 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-lwt-ppx using yum by running the following command:

sudo yum -y install ocaml-lwt-ppx

How To Uninstall ocaml-lwt-ppx on Fedora 36

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

sudo dnf remove ocaml-lwt-ppx

ocaml-lwt-ppx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02/a5b3f81c8de94dfbca607145e180a9b2d5c6f1
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/5dfae8ad059ebddca4573e53dbbf907d8a159a
/usr/lib/ocaml/lwt_ppx
/usr/lib/ocaml/lwt_ppx/META
/usr/lib/ocaml/lwt_ppx/dune-package
/usr/lib/ocaml/lwt_ppx/opam
/usr/lib/ocaml/lwt_ppx/ppx.exe
/usr/lib/ocaml/lwt_ppx/ppx_lwt.cma
/usr/lib/ocaml/lwt_ppx/ppx_lwt.cmi
/usr/lib/ocaml/lwt_ppx/ppx_lwt.cmxs

References

Summary

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