How to Install and Uninstall ocaml-result.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

1. Install "ocaml-result.x86_64" package

This tutorial shows how to install ocaml-result.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ocaml-result.x86_64" package

Please follow the guidelines below to uninstall ocaml-result.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ocaml-result.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:22:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ocaml-result
Version : 1.2
Release : 14.el8
Architecture : x86_64
Size : 15 k
Source : ocaml-result-1.2-14.el8.src.rpm
Repository : epel
Summary : Compat result type
URL : https://github.com/janestreet/result/
License : BSD
Description : Projects that want to use the new result type defined in
: OCaml >= 4.03 while staying compatible with older versions
: of OCaml should use the Result module defined in this library.