How To Install ocaml-mmap on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-mmap
on Fedora 36.
What is ocaml-mmap
This project provides a Mmap.map_file functions for mapping files in memory. This function is the same as the Unix.map_file function added in OCaml >= 4.06.
We can use yum
or dnf
to install ocaml-mmap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-mmap.
Install ocaml-mmap 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-mmap
using dnf
by running the following command:
sudo dnf -y install ocaml-mmap
Install ocaml-mmap 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-mmap
using yum
by running the following command:
sudo yum -y install ocaml-mmap
How To Uninstall ocaml-mmap on Fedora 36
To uninstall only the ocaml-mmap
package we can use the following command:
sudo dnf remove ocaml-mmap
ocaml-mmap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/d395de050a58459eb78424bb73ddf2a8271cf5
/usr/lib/ocaml/mmap
/usr/lib/ocaml/mmap/META
/usr/lib/ocaml/mmap/dune-package
/usr/lib/ocaml/mmap/mmap.cma
/usr/lib/ocaml/mmap/mmap.cmi
/usr/lib/ocaml/mmap/mmap.cmt
/usr/lib/ocaml/mmap/mmap.cmti
/usr/lib/ocaml/mmap/mmap.cmxs
/usr/lib/ocaml/mmap/mmap.ml
/usr/lib/ocaml/mmap/opam
/usr/share/doc/ocaml-mmap
/usr/share/doc/ocaml-mmap/CHANGES.md
/usr/share/doc/ocaml-mmap/README.md
/usr/share/licenses/ocaml-mmap
/usr/share/licenses/ocaml-mmap/LICENSE
References
Summary
In this tutorial we learn how to install ocaml-mmap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ocaml-mmap on Fedora 36” linkTitle: “ocaml-mmap” type: “docs” description: “In this tutorial we learn how to install ocaml-mmap in Fedora 36. ocaml-mmap is File mapping functionality” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-mmap-featured.png
Introduction
In this tutorial we learn how to install ocaml-mmap
on Fedora 36.
What is ocaml-mmap
This project provides a Mmap.map_file functions for mapping files in memory. This function is the same as the Unix.map_file function added in OCaml >= 4.06.
We can use yum
or dnf
to install ocaml-mmap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-mmap.
Install ocaml-mmap 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-mmap
using dnf
by running the following command:
sudo dnf -y install ocaml-mmap
Install ocaml-mmap 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-mmap
using yum
by running the following command:
sudo yum -y install ocaml-mmap
How To Uninstall ocaml-mmap on Fedora 36
To uninstall only the ocaml-mmap
package we can use the following command:
sudo dnf remove ocaml-mmap
ocaml-mmap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/3be9eb96d9555bfe46875a11b324f8a0bd0b8b
/usr/lib64/ocaml/mmap
/usr/lib64/ocaml/mmap/META
/usr/lib64/ocaml/mmap/dune-package
/usr/lib64/ocaml/mmap/mmap.cma
/usr/lib64/ocaml/mmap/mmap.cmi
/usr/lib64/ocaml/mmap/mmap.cmt
/usr/lib64/ocaml/mmap/mmap.cmti
/usr/lib64/ocaml/mmap/mmap.cmxs
/usr/lib64/ocaml/mmap/mmap.ml
/usr/lib64/ocaml/mmap/opam
/usr/share/doc/ocaml-mmap
/usr/share/doc/ocaml-mmap/CHANGES.md
/usr/share/doc/ocaml-mmap/README.md
/usr/share/licenses/ocaml-mmap
/usr/share/licenses/ocaml-mmap/LICENSE
References
Summary
In this tutorial we learn how to install ocaml-mmap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).