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

Last updated: January 15,2025

1. Install "ocaml-rresult.x86_64" package

Learn how to install ocaml-rresult.x86_64 on Fedora 36

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

2. Uninstall "ocaml-rresult.x86_64" package

Please follow the guidelines below to uninstall ocaml-rresult.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:03:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-rresult
Version : 0.7.0
Release : 3.fc36
Architecture : x86_64
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.