How to Install and Uninstall ocaml-lacaml.i686 Package on Fedora 34

Last updated: October 04,2024

1. Install "ocaml-lacaml.i686" package

Please follow the guidance below to install ocaml-lacaml.i686 on Fedora 34

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

2. Uninstall "ocaml-lacaml.i686" package

This guide covers the steps necessary to uninstall ocaml-lacaml.i686 on Fedora 34:

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

3. Information about the ocaml-lacaml.i686 package on Fedora 34

Last metadata expiration check: 1:29:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-lacaml
Version : 9.3.2
Release : 26.fc34
Architecture : i686
Size : 2.0 M
Source : ocaml-lacaml-9.3.2-26.fc34.src.rpm
Repository : fedora
Summary : BLAS/LAPACK-interface for OCaml
URL : https://github.com/mmottl/lacaml
License : LGPLv2 with exceptions
Description : This OCaml-library interfaces the BLAS-library (Basic Linear Algebra
: Subroutines) and LAPACK-library (Linear Algebra routines), which are
: written in FORTRAN.
:
: This allows people to write high-performance numerical code for
: applications that need linear algebra.