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

Last updated: October 06,2024

1. Install "ocaml-parmap.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-parmap.x86_64 on Fedora 35

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

2. Uninstall "ocaml-parmap.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-parmap.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:36:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-parmap
Version : 1.2.3
Release : 2.fc35
Architecture : x86_64
Size : 124 k
Source : ocaml-parmap-1.2.3-2.fc35.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.