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

Last updated: October 01,2024

1. Install "ocaml-parmap.x86_64" package

Please follow the steps below to install ocaml-parmap.x86_64 on Fedora 39

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

2. Uninstall "ocaml-parmap.x86_64" package

Please follow the steps below to uninstall ocaml-parmap.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:44:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-parmap
Version : 1.2.5
Release : 6.fc39
Architecture : x86_64
Size : 131 k
Source : ocaml-parmap-1.2.5-6.fc39.src.rpm
Repository : fedora
Summary : OCaml library for exploiting multicore architectures
URL : https://rdicosmo.github.io/parmap/
License : LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
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.