How To Install ocaml-parmap on Fedora 36

In this tutorial we learn how to install ocaml-parmap in Fedora 36. ocaml-parmap is OCaml library for exploiting multicore architectures

Introduction

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

What is ocaml-parmap

Parmap is a minimalistic library for exploiting multicore architectures in OCaml programs with minimal modifications many cores to accelerate an operation which happens to be a map, fold or map/fold (map-reduce), just use Parmap’s parmap, parfold and parmapfold primitives in place of the standard List.map and friends, and specify the number of subprocesses to use with the optional parameter ~ncores.

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

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

sudo dnf -y install ocaml-parmap

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

sudo yum -y install ocaml-parmap

How To Uninstall ocaml-parmap on Fedora 36

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

sudo dnf remove ocaml-parmap

ocaml-parmap Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/b48d956f1cafa896f2a8ab9cb601122e97c364
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/05e014791c953e648c4c4a67a5d7e199a20b82
/usr/lib/ocaml/parmap
/usr/lib/ocaml/parmap/META
/usr/lib/ocaml/parmap/bytearray.cmi
/usr/lib/ocaml/parmap/parmap.cma
/usr/lib/ocaml/parmap/parmap.cmi
/usr/lib/ocaml/parmap/parmap.cmxs
/usr/lib/ocaml/parmap/parmap_compat.cmi
/usr/lib/ocaml/parmap/parmap_utils.cmi
/usr/lib/ocaml/parmap/setcore.cmi
/usr/lib/ocaml/stublibs/dllparmap_stubs.so
/usr/share/doc/ocaml-parmap
/usr/share/doc/ocaml-parmap/AUTHORS
/usr/share/doc/ocaml-parmap/CHANGES
/usr/share/doc/ocaml-parmap/README.md
/usr/share/licenses/ocaml-parmap
/usr/share/licenses/ocaml-parmap/LICENSE

References

Summary

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


title: “How To Install ocaml-parmap on Fedora 36” linkTitle: “ocaml-parmap” type: “docs” description: “In this tutorial we learn how to install ocaml-parmap in Fedora 36. ocaml-parmap is OCaml library for exploiting multicore architectures” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-parmap-featured.png

Introduction

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

What is ocaml-parmap

Parmap is a minimalistic library for exploiting multicore architectures in OCaml programs with minimal modifications many cores to accelerate an operation which happens to be a map, fold or map/fold (map-reduce), just use Parmap’s parmap, parfold and parmapfold primitives in place of the standard List.map and friends, and specify the number of subprocesses to use with the optional parameter ~ncores.

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

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

sudo dnf -y install ocaml-parmap

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

sudo yum -y install ocaml-parmap

How To Uninstall ocaml-parmap on Fedora 36

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

sudo dnf remove ocaml-parmap

ocaml-parmap Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/c485c08677f0c289cef0174c2ad8ddb7958563
/usr/lib/.build-id/de
/usr/lib/.build-id/de/ee46f459b00959df5fb9945dfcacb4ac570b22
/usr/lib64/ocaml/parmap
/usr/lib64/ocaml/parmap/META
/usr/lib64/ocaml/parmap/bytearray.cmi
/usr/lib64/ocaml/parmap/parmap.cma
/usr/lib64/ocaml/parmap/parmap.cmi
/usr/lib64/ocaml/parmap/parmap.cmxs
/usr/lib64/ocaml/parmap/parmap_compat.cmi
/usr/lib64/ocaml/parmap/parmap_utils.cmi
/usr/lib64/ocaml/parmap/setcore.cmi
/usr/lib64/ocaml/stublibs/dllparmap_stubs.so
/usr/share/doc/ocaml-parmap
/usr/share/doc/ocaml-parmap/AUTHORS
/usr/share/doc/ocaml-parmap/CHANGES
/usr/share/doc/ocaml-parmap/README.md
/usr/share/licenses/ocaml-parmap
/usr/share/licenses/ocaml-parmap/LICENSE

References

Summary

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