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

Last updated: October 09,2024

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

This tutorial shows how to install ocaml-bigarray-compat.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall ocaml-bigarray-compat.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:04:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-bigarray-compat
Version : 1.0.0
Release : 6.fc36
Architecture : x86_64
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`.