How To Install ocaml-integers on Fedora 36

In this tutorial we learn how to install ocaml-integers in Fedora 36. ocaml-integers is Various signed and unsigned integer types for OCaml

Introduction

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

What is ocaml-integers

The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as long and size_t whose sizes depend on the host platform.

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

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

sudo dnf -y install ocaml-integers

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

sudo yum -y install ocaml-integers

How To Uninstall ocaml-integers on Fedora 36

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

sudo dnf remove ocaml-integers

ocaml-integers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/cf1d24b32d0e41be0eff407f540369d4f657fe
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/e6e8501028191e833d0faf78a5f4a0c7a4afeb
/usr/lib64/ocaml/integers
/usr/lib64/ocaml/integers/META
/usr/lib64/ocaml/integers/integers.cma
/usr/lib64/ocaml/integers/integers.cmxs
/usr/lib64/ocaml/integers/signed.cmi
/usr/lib64/ocaml/integers/top
/usr/lib64/ocaml/integers/top/install_integer_printers.cmi
/usr/lib64/ocaml/integers/top/integer_printers.cmi
/usr/lib64/ocaml/integers/top/integers_top.cma
/usr/lib64/ocaml/integers/unsigned.cmi
/usr/lib64/ocaml/stublibs/dllintegers_stubs.so
/usr/share/doc/ocaml-integers
/usr/share/doc/ocaml-integers/CHANGES.md
/usr/share/doc/ocaml-integers/README.md
/usr/share/licenses/ocaml-integers
/usr/share/licenses/ocaml-integers/LICENSE.md

References

Summary

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


title: “How To Install ocaml-integers on Fedora 36” linkTitle: “ocaml-integers” type: “docs” description: “In this tutorial we learn how to install ocaml-integers in Fedora 36. ocaml-integers is Various signed and unsigned integer types for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-integers-featured.png

Introduction

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

What is ocaml-integers

The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as long and size_t whose sizes depend on the host platform.

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

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

sudo dnf -y install ocaml-integers

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

sudo yum -y install ocaml-integers

How To Uninstall ocaml-integers on Fedora 36

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

sudo dnf remove ocaml-integers

ocaml-integers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/e0ca5376bc9f468ae555cbc34e728f062d0f2d
/usr/lib/.build-id/69
/usr/lib/.build-id/69/3724d2e9e925f6442c9273b5264426922247d9
/usr/lib/ocaml/integers
/usr/lib/ocaml/integers/META
/usr/lib/ocaml/integers/integers.cma
/usr/lib/ocaml/integers/integers.cmxs
/usr/lib/ocaml/integers/signed.cmi
/usr/lib/ocaml/integers/top
/usr/lib/ocaml/integers/top/install_integer_printers.cmi
/usr/lib/ocaml/integers/top/integer_printers.cmi
/usr/lib/ocaml/integers/top/integers_top.cma
/usr/lib/ocaml/integers/unsigned.cmi
/usr/lib/ocaml/stublibs/dllintegers_stubs.so
/usr/share/doc/ocaml-integers
/usr/share/doc/ocaml-integers/CHANGES.md
/usr/share/doc/ocaml-integers/README.md
/usr/share/licenses/ocaml-integers
/usr/share/licenses/ocaml-integers/LICENSE.md

References

Summary

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