How To Install ocaml-integers-devel on Fedora 36

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

Introduction

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

What is ocaml-integers-devel

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

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

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

sudo dnf -y install ocaml-integers-devel

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

sudo yum -y install ocaml-integers-devel

How To Uninstall ocaml-integers-devel on Fedora 36

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

sudo dnf remove ocaml-integers-devel

ocaml-integers-devel Package Contents on Fedora 36

/usr/lib/ocaml/integers/dune-package
/usr/lib/ocaml/integers/integers.a
/usr/lib/ocaml/integers/integers.cmxa
/usr/lib/ocaml/integers/libintegers_stubs.a
/usr/lib/ocaml/integers/ocaml_integers.h
/usr/lib/ocaml/integers/opam
/usr/lib/ocaml/integers/signed.cmt
/usr/lib/ocaml/integers/signed.cmti
/usr/lib/ocaml/integers/signed.cmx
/usr/lib/ocaml/integers/signed.mli
/usr/lib/ocaml/integers/top/install_integer_printers.cmt
/usr/lib/ocaml/integers/top/install_integer_printers.cmti
/usr/lib/ocaml/integers/top/install_integer_printers.mli
/usr/lib/ocaml/integers/top/integer_printers.cmt
/usr/lib/ocaml/integers/top/integer_printers.cmti
/usr/lib/ocaml/integers/top/integer_printers.mli
/usr/lib/ocaml/integers/unsigned.cmt
/usr/lib/ocaml/integers/unsigned.cmti
/usr/lib/ocaml/integers/unsigned.cmx
/usr/lib/ocaml/integers/unsigned.mli
---
title: "How To Install ocaml-integers-devel on Fedora 36"
linkTitle: "ocaml-integers-devel"
type: "docs"
description: "In this tutorial we learn how to install ocaml-integers-devel in Fedora 36. ocaml-integers-devel is Development files for ocaml-integers"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ocaml-integers-devel-featured.png
---

## Introduction

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

### What is `ocaml-integers-devel`

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

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

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

sudo dnf -y install ocaml-integers-devel

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

sudo yum -y install ocaml-integers-devel

How To Uninstall ocaml-integers-devel on Fedora 36

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

sudo dnf remove ocaml-integers-devel

ocaml-integers-devel Package Contents on Fedora 36

References

Summary

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

/usr/lib64/ocaml/integers/dune-package /usr/lib64/ocaml/integers/integers.a /usr/lib64/ocaml/integers/integers.cmxa /usr/lib64/ocaml/integers/libintegers_stubs.a /usr/lib64/ocaml/integers/ocaml_integers.h /usr/lib64/ocaml/integers/opam /usr/lib64/ocaml/integers/signed.cmt /usr/lib64/ocaml/integers/signed.cmti /usr/lib64/ocaml/integers/signed.cmx /usr/lib64/ocaml/integers/signed.mli /usr/lib64/ocaml/integers/top/install_integer_printers.cmt /usr/lib64/ocaml/integers/top/install_integer_printers.cmti /usr/lib64/ocaml/integers/top/install_integer_printers.mli /usr/lib64/ocaml/integers/top/integer_printers.cmt /usr/lib64/ocaml/integers/top/integer_printers.cmti /usr/lib64/ocaml/integers/top/integer_printers.mli /usr/lib64/ocaml/integers/unsigned.cmt /usr/lib64/ocaml/integers/unsigned.cmti /usr/lib64/ocaml/integers/unsigned.cmx /usr/lib64/ocaml/integers/unsigned.mli


## References

* [ocaml-integers-devel website](https://github.com/ocamllabs/ocaml-integers)

## Summary

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