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

Last updated: September 27,2024

1. Install "ocaml-lacaml.i686" package

This tutorial shows how to install ocaml-lacaml.i686 on Fedora 35

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

2. Uninstall "ocaml-lacaml.i686" package

Please follow the steps below to uninstall ocaml-lacaml.i686 on Fedora 35:

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

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

Last metadata expiration check: 1:47:32 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ocaml-lacaml
Version : 9.3.2
Release : 28.fc35
Architecture : i686
Size : 2.0 M
Source : ocaml-lacaml-9.3.2-28.fc35.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.