How to Install and Uninstall lapack.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "lapack.src" package

This is a short guide on how to install lapack.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lapack.src

2. Uninstall "lapack.src" package

This guide let you learn how to uninstall lapack.src on Oracle Linux 8:

$ sudo dnf remove lapack.src $ sudo dnf autoremove

3. Information about the lapack.src package on Oracle Linux 8

Last metadata expiration check: 5:57:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lapack
Version : 3.8.0
Release : 8.el8
Architecture : src
Size : 8.9 M
Source : None
Repository : ol8_appstream
Summary : Numerical linear algebra package libraries
URL : http://www.netlib.org/lapack/
License : BSD
Description : LAPACK (Linear Algebra PACKage) is a standard library for numerical
: linear algebra. LAPACK provides routines for solving systems of
: simultaneous linear equations, least-squares solutions of linear
: systems of equations, eigenvalue problems, and singular value
: problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
: Schur, and generalized Schur) and related computations (i.e.,
: reordering of Schur factorizations and estimating condition numbers)
: are also included. LAPACK can handle dense and banded matrices, but
: not general sparse matrices. Similar functionality is provided for
: real and complex matrices in both single and double precision. LAPACK
: is coded in Fortran90 and built with gcc.