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

Last updated: October 05,2024

1. Install "ocaml-react.x86_64" package

This tutorial shows how to install ocaml-react.x86_64 on Fedora 34

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

2. Uninstall "ocaml-react.x86_64" package

Learn how to uninstall ocaml-react.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:14:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-react
Version : 1.2.1
Release : 4.fc34
Architecture : x86_64
Size : 258 k
Source : ocaml-react-1.2.1-4.fc34.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.