How To Install ocaml-react on Fedora 36

In this tutorial we learn how to install ocaml-react in Fedora 36. ocaml-react is OCaml framework for Functional Reactive Programming (FRP)

Introduction

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

What is ocaml-react

React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values events and signals. React doesn’t define any primitive event or signal; it lets the client choose the concrete timeline. React is made of a single, independent module and distributed under the ISC license. Given an absolute notion of time Rtime helps you to manage a timeline and provides time stamp events, delayed events and delayed signals.

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

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

sudo dnf -y install ocaml-react

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

sudo yum -y install ocaml-react

How To Uninstall ocaml-react on Fedora 36

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

sudo dnf remove ocaml-react

ocaml-react Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/76861674f55152229bd66e755a59ecbdb16f92
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/00d3d8b9e8a60c74a1026fca9da32c3d94c064
/usr/lib64/ocaml/react
/usr/lib64/ocaml/react/META
/usr/lib64/ocaml/react/react.cma
/usr/lib64/ocaml/react/react.cmi
/usr/lib64/ocaml/react/react.cmxs
/usr/lib64/ocaml/react/react_top.cma
/usr/lib64/ocaml/react/react_top.cmi
/usr/lib64/ocaml/react/react_top.cmxs
/usr/share/licenses/ocaml-react
/usr/share/licenses/ocaml-react/LICENSE.md

References

Summary

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


title: “How To Install ocaml-react on Fedora 36” linkTitle: “ocaml-react” type: “docs” description: “In this tutorial we learn how to install ocaml-react in Fedora 36. ocaml-react is OCaml framework for Functional Reactive Programming (FRP)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-react-featured.png

Introduction

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

What is ocaml-react

React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values events and signals. React doesn’t define any primitive event or signal; it lets the client choose the concrete timeline. React is made of a single, independent module and distributed under the ISC license. Given an absolute notion of time Rtime helps you to manage a timeline and provides time stamp events, delayed events and delayed signals.

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

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

sudo dnf -y install ocaml-react

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

sudo yum -y install ocaml-react

How To Uninstall ocaml-react on Fedora 36

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

sudo dnf remove ocaml-react

ocaml-react Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/9e8afdc04ac6bb6ef9b33c036ab2d00c39f8ed
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/56a1ed547c37838d93a167c48fb3507000ddf2
/usr/lib/ocaml/react
/usr/lib/ocaml/react/META
/usr/lib/ocaml/react/react.cma
/usr/lib/ocaml/react/react.cmi
/usr/lib/ocaml/react/react.cmxs
/usr/lib/ocaml/react/react_top.cma
/usr/lib/ocaml/react/react_top.cmi
/usr/lib/ocaml/react/react_top.cmxs
/usr/share/licenses/ocaml-react
/usr/share/licenses/ocaml-react/LICENSE.md

References

Summary

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