How To Install ocaml-lacaml on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-lacaml
on Fedora 36.
What is ocaml-lacaml
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.
We can use yum
or dnf
to install ocaml-lacaml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-lacaml.
Install ocaml-lacaml on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-lacaml
using dnf
by running the following command:
sudo dnf -y install ocaml-lacaml
Install ocaml-lacaml on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-lacaml
using yum
by running the following command:
sudo yum -y install ocaml-lacaml
How To Uninstall ocaml-lacaml on Fedora 36
To uninstall only the ocaml-lacaml
package we can use the following command:
sudo dnf remove ocaml-lacaml
ocaml-lacaml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/2fbe359039a0e0c3c0644eb744af904551af1f
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/ff09c7d6467269978bd15b3973c630b8338dc3
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/24e99366f775c5ae4cadb451df4234b9e85a76
/usr/lib/ocaml/lacaml
/usr/lib/ocaml/lacaml/META
/usr/lib/ocaml/lacaml/install_printers.annot
/usr/lib/ocaml/lacaml/install_printers.cmi
/usr/lib/ocaml/lacaml/install_printers.cmt
/usr/lib/ocaml/lacaml/lacaml.annot
/usr/lib/ocaml/lacaml/lacaml.cma
/usr/lib/ocaml/lacaml/lacaml.cmi
/usr/lib/ocaml/lacaml/lacaml.cmt
/usr/lib/ocaml/lacaml/lacaml.cmti
/usr/lib/ocaml/lacaml/lacaml.cmxs
/usr/lib/ocaml/lacaml/lacaml__C.annot
/usr/lib/ocaml/lacaml/lacaml__C.cmi
/usr/lib/ocaml/lacaml/lacaml__C.cmt
/usr/lib/ocaml/lacaml/lacaml__C.cmti
/usr/lib/ocaml/lacaml/lacaml__D.annot
/usr/lib/ocaml/lacaml/lacaml__D.cmi
/usr/lib/ocaml/lacaml/lacaml__D.cmt
/usr/lib/ocaml/lacaml/lacaml__D.cmti
/usr/lib/ocaml/lacaml/lacaml__S.annot
/usr/lib/ocaml/lacaml/lacaml__S.cmi
/usr/lib/ocaml/lacaml/lacaml__S.cmt
/usr/lib/ocaml/lacaml/lacaml__S.cmti
/usr/lib/ocaml/lacaml/lacaml__Z.annot
/usr/lib/ocaml/lacaml/lacaml__Z.cmi
/usr/lib/ocaml/lacaml/lacaml__Z.cmt
/usr/lib/ocaml/lacaml/lacaml__Z.cmti
/usr/lib/ocaml/lacaml/lacaml__common.annot
/usr/lib/ocaml/lacaml/lacaml__common.cmi
/usr/lib/ocaml/lacaml/lacaml__common.cmt
/usr/lib/ocaml/lacaml/lacaml__common.cmti
/usr/lib/ocaml/lacaml/lacaml__io.annot
/usr/lib/ocaml/lacaml/lacaml__io.cmi
/usr/lib/ocaml/lacaml/lacaml__io.cmt
/usr/lib/ocaml/lacaml/lacaml__io.cmti
/usr/lib/ocaml/lacaml/lacaml__utils.annot
/usr/lib/ocaml/lacaml/lacaml__utils.cmi
/usr/lib/ocaml/lacaml/lacaml__utils.cmt
/usr/lib/ocaml/lacaml/lacaml_top.cma
/usr/lib/ocaml/lacaml/lacaml_top.cmxs
/usr/lib/ocaml/lacaml/lacaml_version.annot
/usr/lib/ocaml/lacaml/lacaml_version.cmi
/usr/lib/ocaml/lacaml/lacaml_version.cmt
/usr/lib/ocaml/stublibs/dlllacaml_stubs.so
/usr/lib/ocaml/stublibs/dlllacaml_stubs.so.owner
/usr/share/doc/ocaml-lacaml
/usr/share/doc/ocaml-lacaml/COPYING.txt
References
Summary
In this tutorial we learn how to install ocaml-lacaml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ocaml-lacaml on Fedora 36” linkTitle: “ocaml-lacaml” type: “docs” description: “In this tutorial we learn how to install ocaml-lacaml in Fedora 36. ocaml-lacaml is BLAS/LAPACK-interface for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-lacaml-featured.png
Introduction
In this tutorial we learn how to install ocaml-lacaml
on Fedora 36.
What is ocaml-lacaml
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.
We can use yum
or dnf
to install ocaml-lacaml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-lacaml.
Install ocaml-lacaml on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-lacaml
using dnf
by running the following command:
sudo dnf -y install ocaml-lacaml
Install ocaml-lacaml on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-lacaml
using yum
by running the following command:
sudo yum -y install ocaml-lacaml
How To Uninstall ocaml-lacaml on Fedora 36
To uninstall only the ocaml-lacaml
package we can use the following command:
sudo dnf remove ocaml-lacaml
ocaml-lacaml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/c6db6392d66dc1241627e85b93fe7670f17db0
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/fddd41b0b4a22d0d41a18785276f8e9d98465c
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/c67c665ef266840ab4b6d4e6376a2fcb529680
/usr/lib64/ocaml/lacaml
/usr/lib64/ocaml/lacaml/META
/usr/lib64/ocaml/lacaml/install_printers.annot
/usr/lib64/ocaml/lacaml/install_printers.cmi
/usr/lib64/ocaml/lacaml/install_printers.cmt
/usr/lib64/ocaml/lacaml/lacaml.annot
/usr/lib64/ocaml/lacaml/lacaml.cma
/usr/lib64/ocaml/lacaml/lacaml.cmi
/usr/lib64/ocaml/lacaml/lacaml.cmt
/usr/lib64/ocaml/lacaml/lacaml.cmti
/usr/lib64/ocaml/lacaml/lacaml.cmxs
/usr/lib64/ocaml/lacaml/lacaml__C.annot
/usr/lib64/ocaml/lacaml/lacaml__C.cmi
/usr/lib64/ocaml/lacaml/lacaml__C.cmt
/usr/lib64/ocaml/lacaml/lacaml__C.cmti
/usr/lib64/ocaml/lacaml/lacaml__D.annot
/usr/lib64/ocaml/lacaml/lacaml__D.cmi
/usr/lib64/ocaml/lacaml/lacaml__D.cmt
/usr/lib64/ocaml/lacaml/lacaml__D.cmti
/usr/lib64/ocaml/lacaml/lacaml__S.annot
/usr/lib64/ocaml/lacaml/lacaml__S.cmi
/usr/lib64/ocaml/lacaml/lacaml__S.cmt
/usr/lib64/ocaml/lacaml/lacaml__S.cmti
/usr/lib64/ocaml/lacaml/lacaml__Z.annot
/usr/lib64/ocaml/lacaml/lacaml__Z.cmi
/usr/lib64/ocaml/lacaml/lacaml__Z.cmt
/usr/lib64/ocaml/lacaml/lacaml__Z.cmti
/usr/lib64/ocaml/lacaml/lacaml__common.annot
/usr/lib64/ocaml/lacaml/lacaml__common.cmi
/usr/lib64/ocaml/lacaml/lacaml__common.cmt
/usr/lib64/ocaml/lacaml/lacaml__common.cmti
/usr/lib64/ocaml/lacaml/lacaml__io.annot
/usr/lib64/ocaml/lacaml/lacaml__io.cmi
/usr/lib64/ocaml/lacaml/lacaml__io.cmt
/usr/lib64/ocaml/lacaml/lacaml__io.cmti
/usr/lib64/ocaml/lacaml/lacaml__utils.annot
/usr/lib64/ocaml/lacaml/lacaml__utils.cmi
/usr/lib64/ocaml/lacaml/lacaml__utils.cmt
/usr/lib64/ocaml/lacaml/lacaml_top.cma
/usr/lib64/ocaml/lacaml/lacaml_top.cmxs
/usr/lib64/ocaml/lacaml/lacaml_version.annot
/usr/lib64/ocaml/lacaml/lacaml_version.cmi
/usr/lib64/ocaml/lacaml/lacaml_version.cmt
/usr/lib64/ocaml/stublibs/dlllacaml_stubs.so
/usr/lib64/ocaml/stublibs/dlllacaml_stubs.so.owner
/usr/share/doc/ocaml-lacaml
/usr/share/doc/ocaml-lacaml/COPYING.txt
References
Summary
In this tutorial we learn how to install ocaml-lacaml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).