How To Install ocaml-libnbd-devel on Fedora 36

In this tutorial we learn how to install ocaml-libnbd-devel in Fedora 36. ocaml-libnbd-devel is OCaml language development package for libnbd

Introduction

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

What is ocaml-libnbd-devel

This package contains OCaml language development package for libnbd. Install this if you want to compile OCaml software which uses libnbd.

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

Install ocaml-libnbd-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-libnbd-devel using dnf by running the following command:

sudo dnf -y install ocaml-libnbd-devel

Install ocaml-libnbd-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-libnbd-devel using yum by running the following command:

sudo yum -y install ocaml-libnbd-devel

How To Uninstall ocaml-libnbd-devel on Fedora 36

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

sudo dnf remove ocaml-libnbd-devel

ocaml-libnbd-devel Package Contents on Fedora 36

---
title: "How To Install ocaml-libnbd-devel on Fedora 36"
linkTitle: "ocaml-libnbd-devel"
type: "docs"
description: "In this tutorial we learn how to install ocaml-libnbd-devel in Fedora 36. ocaml-libnbd-devel is OCaml language development package for libnbd"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ocaml-libnbd-devel-featured.png
---

## Introduction

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

### What is `ocaml-libnbd-devel`

> This package contains OCaml language development package for libnbd.  Install this if you want to compile OCaml software which uses libnbd.  

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

## Install ocaml-libnbd-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-libnbd-devel using dnf by running the following command:

sudo dnf -y install ocaml-libnbd-devel

Install ocaml-libnbd-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-libnbd-devel using yum by running the following command:

sudo yum -y install ocaml-libnbd-devel

How To Uninstall ocaml-libnbd-devel on Fedora 36

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

sudo dnf remove ocaml-libnbd-devel

ocaml-libnbd-devel Package Contents on Fedora 36

/usr/lib64/ocaml/nbd/NBD.cmx
/usr/lib64/ocaml/nbd/NBD.mli
/usr/lib64/ocaml/nbd/libmlnbd.a
/usr/lib64/ocaml/nbd/mlnbd.a
/usr/lib64/ocaml/nbd/mlnbd.cmxa
/usr/share/doc/ocaml-libnbd-devel
/usr/share/doc/ocaml-libnbd-devel/asynch_copy.ml
/usr/share/doc/ocaml-libnbd-devel/extents.ml
/usr/share/licenses/ocaml-libnbd-devel
/usr/share/licenses/ocaml-libnbd-devel/LICENSE-FOR-EXAMPLES
/usr/share/man/man3/NBD.3.gz
/usr/share/man/man3/NBD.ALLOW_TRANSPORT.3.gz
/usr/share/man/man3/NBD.Buffer.3.gz
/usr/share/man/man3/NBD.CMD_FLAG.3.gz
/usr/share/man/man3/NBD.HANDSHAKE_FLAG.3.gz
/usr/share/man/man3/NBD.SHUTDOWN.3.gz
/usr/share/man/man3/NBD.SIZE.3.gz
/usr/share/man/man3/NBD.STRICT.3.gz
/usr/share/man/man3/NBD.TLS.3.gz
/usr/share/man/man3/libnbd-ocaml.3.gz

References

Summary

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

/usr/lib/ocaml/nbd/NBD.cmx /usr/lib/ocaml/nbd/NBD.mli /usr/lib/ocaml/nbd/libmlnbd.a /usr/lib/ocaml/nbd/mlnbd.a /usr/lib/ocaml/nbd/mlnbd.cmxa /usr/share/doc/ocaml-libnbd-devel /usr/share/doc/ocaml-libnbd-devel/asynch_copy.ml /usr/share/doc/ocaml-libnbd-devel/extents.ml /usr/share/licenses/ocaml-libnbd-devel /usr/share/licenses/ocaml-libnbd-devel/LICENSE-FOR-EXAMPLES /usr/share/man/man3/NBD.3.gz /usr/share/man/man3/NBD.ALLOW_TRANSPORT.3.gz /usr/share/man/man3/NBD.Buffer.3.gz /usr/share/man/man3/NBD.CMD_FLAG.3.gz /usr/share/man/man3/NBD.HANDSHAKE_FLAG.3.gz /usr/share/man/man3/NBD.SHUTDOWN.3.gz /usr/share/man/man3/NBD.SIZE.3.gz /usr/share/man/man3/NBD.STRICT.3.gz /usr/share/man/man3/NBD.TLS.3.gz /usr/share/man/man3/libnbd-ocaml.3.gz


## References

* [ocaml-libnbd-devel website](https://gitlab.com/nbdkit/libnbd)

## Summary

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