How To Install ocaml-result-devel on Fedora 36

In this tutorial we learn how to install ocaml-result-devel in Fedora 36. ocaml-result-devel is Development files for ocaml-result

Introduction

In this tutorial we learn how to install ocaml-result-devel on Fedora 36.

What is ocaml-result-devel

The ocaml-result-devel package contains libraries and signature files for developing applications that use ocaml-result.

We can use yum or dnf to install ocaml-result-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-result-devel.

Install ocaml-result-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-result-devel using dnf by running the following command:

sudo dnf -y install ocaml-result-devel

Install ocaml-result-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-result-devel using yum by running the following command:

sudo yum -y install ocaml-result-devel

How To Uninstall ocaml-result-devel on Fedora 36

To uninstall only the ocaml-result-devel package we can use the following command:

sudo dnf remove ocaml-result-devel

ocaml-result-devel Package Contents on Fedora 36

/usr/lib64/ocaml/result/dune-package
/usr/lib64/ocaml/result/opam
/usr/lib64/ocaml/result/result.a
/usr/lib64/ocaml/result/result.cmt
/usr/lib64/ocaml/result/result.cmx
/usr/lib64/ocaml/result/result.cmxa
/usr/lib64/ocaml/result/result.ml
/usr/share/licenses/ocaml-result-devel
/usr/share/licenses/ocaml-result-devel/LICENSE.md
---
title: "How To Install ocaml-result-devel on Fedora 36"
linkTitle: "ocaml-result-devel"
type: "docs"
description: "In this tutorial we learn how to install ocaml-result-devel in Fedora 36. ocaml-result-devel is Development files for ocaml-result"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ocaml-result-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `ocaml-result-devel` on Fedora 36.

### What is `ocaml-result-devel`

> The ocaml-result-devel package contains libraries and signature files for developing applications that use ocaml-result.  

We can use `yum` or `dnf` to install `ocaml-result-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-result-devel.

## Install ocaml-result-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install ocaml-result-devel using dnf by running the following command:

sudo dnf -y install ocaml-result-devel

Install ocaml-result-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-result-devel using yum by running the following command:

sudo yum -y install ocaml-result-devel

How To Uninstall ocaml-result-devel on Fedora 36

To uninstall only the ocaml-result-devel package we can use the following command:

sudo dnf remove ocaml-result-devel

ocaml-result-devel Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install ocaml-result-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/ocaml/result/dune-package /usr/lib/ocaml/result/opam /usr/lib/ocaml/result/result.a /usr/lib/ocaml/result/result.cmt /usr/lib/ocaml/result/result.cmx /usr/lib/ocaml/result/result.cmxa /usr/lib/ocaml/result/result.ml /usr/share/licenses/ocaml-result-devel /usr/share/licenses/ocaml-result-devel/LICENSE.md


## References

* [ocaml-result-devel website](https://github.com/janestreet/result/)

## Summary

In this tutorial we learn how to install `ocaml-result-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).