How to Install and Uninstall ocaml-rresult.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "ocaml-rresult.i686" package

Please follow the steps below to install ocaml-rresult.i686 on Fedora 36

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

2. Uninstall "ocaml-rresult.i686" package

Learn how to uninstall ocaml-rresult.i686 on Fedora 36:

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

3. Information about the ocaml-rresult.i686 package on Fedora 36

Last metadata expiration check: 5:57:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-rresult
Version : 0.7.0
Release : 3.fc36
Architecture : i686
Size : 45 k
Source : ocaml-rresult-0.7.0-3.fc36.src.rpm
Repository : fedora
Summary : Result value combinators for OCaml
URL : https://erratique.ch/software/rresult
License : ISC
Description : Rresult is an OCaml module for handling computation results and errors
: in an explicit and declarative manner without resorting to exceptions.
: It defines combinators to operate on the values of the result type
: available from OCaml 4.03 in the standard library.
:
: OCaml 4.08 provides the Stdlib.Result module which you should prefer to
: Rresult.