How To Install ocaml-bigarray-compat on Fedora 36

In this tutorial we learn how to install ocaml-bigarray-compat in Fedora 36. ocaml-bigarray-compat is Compatibility library to use Stdlib.Bigarray when possible

Introduction

In this tutorial we learn how to install ocaml-bigarray-compat on Fedora 36.

What is ocaml-bigarray-compat

Bigarray-compat is an OCaml library that exposes Stdlib.Bigarray when possible (OCaml >= 4.07) but can fallback to Bigarray. The compability bigarray module is exposed under Bigarray_compat.

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

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

sudo dnf -y install ocaml-bigarray-compat

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


title: "How To Install ocaml-bigarray-compat on Fedora 36"
sudo yum -y install ocaml-bigarray-compat
linkTitle: "ocaml-bigarray-compat"

type: “docs”

How To Uninstall ocaml-bigarray-compat on Fedora 36

description: “In this tutorial we learn how to install ocaml-bigarray-compat in Fedora 36. ocaml-bigarray-compat is Compatibility library to use Stdlib.Bigarray when possible”

date: “2022-08-17” To uninstall only the ocaml-bigarray-compat package we can use the following command: lastmod: “2022-08-17”

#image: /images/fedora/36/ocaml-bigarray-compat-featured.png

---

sudo dnf remove ocaml-bigarray-compat
## Introduction

In this tutorial we learn how to install ocaml-bigarray-compat on Fedora 36.

ocaml-bigarray-compat Package Contents on Fedora 36

What is ocaml-bigarray-compat


> Bigarray-compat is an OCaml library that exposes `Stdlib.Bigarray` when possible (OCaml >= 4.07) but can fallback to `Bigarray`.  The compability bigarray module is exposed under `Bigarray_compat`.  

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

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

sudo dnf -y install ocaml-bigarray-compat

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

sudo yum -y install ocaml-bigarray-compat

How To Uninstall ocaml-bigarray-compat on Fedora 36

To uninstall only the ocaml-bigarray-compat package we can use the following command: /usr/lib/.build-id /usr/lib/.build-id/2a /usr/lib/.build-id/2a/19d46e33f9065c6b9bb58c641ecc146ca15f25 /usr/lib64/ocaml/bigarray-compat /usr/lib64/ocaml/bigarray-compat/META /usr/lib64/ocaml/bigarray-compat/bigarray_compat.cma /usr/lib64/ocaml/bigarray-compat/bigarray_compat.cmi /usr/lib64/ocaml/bigarray-compat/bigarray_compat.cmxs /usr/share/doc/ocaml-bigarray-compat /usr/share/doc/ocaml-bigarray-compat/README.md /usr/share/licenses/ocaml-bigarray-compat /usr/share/licenses/ocaml-bigarray-compat/LICENSE.md

sudo dnf remove ocaml-bigarray-compat

## References

* [ocaml-bigarray-compat website](https://github.com/mirage/bigarray-compat)

## Summary

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

## ocaml-bigarray-compat Package Contents on Fedora 36

```bash
/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/12c93b6e8b2ad99def7e3c4c00d24e92e2c113
/usr/lib/ocaml/bigarray-compat
/usr/lib/ocaml/bigarray-compat/META
/usr/lib/ocaml/bigarray-compat/bigarray_compat.cma
/usr/lib/ocaml/bigarray-compat/bigarray_compat.cmi
/usr/lib/ocaml/bigarray-compat/bigarray_compat.cmxs
/usr/share/doc/ocaml-bigarray-compat
/usr/share/doc/ocaml-bigarray-compat/README.md
/usr/share/licenses/ocaml-bigarray-compat
/usr/share/licenses/ocaml-bigarray-compat/LICENSE.md

References

Summary

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