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

Last updated: October 05,2024

1. Install "ocaml-react.i686" package

Please follow the instructions below to install ocaml-react.i686 on Fedora 34

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

2. Uninstall "ocaml-react.i686" package

This guide let you learn how to uninstall ocaml-react.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:26:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-react
Version : 1.2.1
Release : 4.fc34
Architecture : i686
Size : 256 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.