How to Install and Uninstall lapack64_.x86_64 Package on Fedora 34

Last updated: May 18,2024

1. Install "lapack64_.x86_64" package

Please follow the steps below to install lapack64_.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install lapack64_.x86_64

2. Uninstall "lapack64_.x86_64" package

Please follow the guidance below to uninstall lapack64_.x86_64 on Fedora 34:

$ sudo dnf remove lapack64_.x86_64 $ sudo dnf autoremove

3. Information about the lapack64_.x86_64 package on Fedora 34

Last metadata expiration check: 2:10:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : lapack64_
Version : 3.9.0
Release : 7.fc34
Architecture : x86_64
Size : 2.2 M
Source : lapack-3.9.0-7.fc34.src.rpm
Repository : updates
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.
:
: This build has 64bit INTEGER support and a symbol name suffix.