How to Install and Uninstall ocaml-parmap.x86_64 Package on Fedora 36

Last updated: November 27,2024

1. Install "ocaml-parmap.x86_64" package

Please follow the instructions below to install ocaml-parmap.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-parmap.x86_64

2. Uninstall "ocaml-parmap.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-parmap.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-parmap.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-parmap.x86_64 package on Fedora 36

Last metadata expiration check: 0:48:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-parmap
Version : 1.2.4
Release : 4.fc36
Architecture : x86_64
Size : 125 k
Source : ocaml-parmap-1.2.4-4.fc36.src.rpm
Repository : fedora
Summary : OCaml library for exploiting multicore architectures
URL : https://rdicosmo.github.io/parmap/
License : LGPLv2+ with exceptions
Description : Parmap is a minimalistic library for exploiting multicore architectures
: in OCaml programs with minimal modifications: if you want to use your
: 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.