How to Install and Uninstall ocaml-parmap.i686 Package on Fedora 38

Last updated: November 30,2024

1. Install "ocaml-parmap.i686" package

Here is a brief guide to show you how to install ocaml-parmap.i686 on Fedora 38

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

2. Uninstall "ocaml-parmap.i686" package

This guide covers the steps necessary to uninstall ocaml-parmap.i686 on Fedora 38:

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

3. Information about the ocaml-parmap.i686 package on Fedora 38

Last metadata expiration check: 5:45:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-parmap
Version : 1.2.5
Release : 3.fc38
Architecture : i686
Size : 123 k
Source : ocaml-parmap-1.2.5-3.fc38.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.