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

Last updated: November 01,2024

1. Install "ocaml-react.i686" package

This guide let you learn how to install ocaml-react.i686 on Fedora 38

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

2. Uninstall "ocaml-react.i686" package

This guide covers the steps necessary to uninstall ocaml-react.i686 on Fedora 38:

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

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

Last metadata expiration check: 2:41:16 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-react
Version : 1.2.1
Release : 13.fc38
Architecture : i686
Size : 250 k
Source : ocaml-react-1.2.1-13.fc38.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.