How to Install and Uninstall ocaml-react.x86_64 Package on Fedora 35

Last updated: July 01,2024

1. Install "ocaml-react.x86_64" package

Please follow the guidelines below to install ocaml-react.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ocaml-react.x86_64

2. Uninstall "ocaml-react.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-react.x86_64 on Fedora 35:

$ sudo dnf remove ocaml-react.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-react.x86_64 package on Fedora 35

Last metadata expiration check: 2:59:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-react
Version : 1.2.1
Release : 6.fc35
Architecture : x86_64
Size : 253 k
Source : ocaml-react-1.2.1-6.fc35.src.rpm
Repository : fedora
Summary : OCaml framework for Functional Reactive Programming (FRP)
URL : http://erratique.ch/software/react
License : ISC
Description : React is an OCaml module for functional reactive programming (FRP). It
: provides support to program with time varying values : declarative
: 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.