How to Install and Uninstall ocaml-bigarray-compat.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "ocaml-bigarray-compat.i686" package

In this section, we are going to explain the necessary steps to install ocaml-bigarray-compat.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-bigarray-compat.i686

2. Uninstall "ocaml-bigarray-compat.i686" package

This tutorial shows how to uninstall ocaml-bigarray-compat.i686 on Fedora 36:

$ sudo dnf remove ocaml-bigarray-compat.i686 $ sudo dnf autoremove

3. Information about the ocaml-bigarray-compat.i686 package on Fedora 36

Last metadata expiration check: 5:21:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-bigarray-compat
Version : 1.0.0
Release : 6.fc36
Architecture : i686
Size : 19 k
Source : ocaml-bigarray-compat-1.0.0-6.fc36.src.rpm
Repository : fedora
Summary : Compatibility library to use Stdlib.Bigarray when possible
URL : https://github.com/mirage/bigarray-compat
License : ISC
Description : Bigarray-compat is an OCaml library that exposes `Stdlib.Bigarray` when
: possible (OCaml >= 4.07) but can fallback to `Bigarray`. The compability
: bigarray module is exposed under `Bigarray_compat`.