How to Install and Uninstall libblas64-test Package on Kali Linux

Last updated: May 17,2024

1. Install "libblas64-test" package

This guide covers the steps necessary to install libblas64-test on Kali Linux

$ sudo apt update $ sudo apt install libblas64-test

2. Uninstall "libblas64-test" package

Please follow the guidelines below to uninstall libblas64-test on Kali Linux:

$ sudo apt remove libblas64-test $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblas64-test package on Kali Linux

Package: libblas64-test
Source: lapack
Version: 3.12.0-3
Installed-Size: 2276
Maintainer: Debian Science Team
Architecture: amd64
Depends: libblas64-3 | libblas64.so.3, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgfortran5 (>= 8)
Size: 408364
SHA256: 84499d4ba02a8fab084342378cdb0ed367a22e45137dfaa49178150fece1c21b
SHA1: 3b0af258644b3c0995921c29ce83eb392de18c43
MD5sum: 00a318b9184dc4890d1f2c6915674707
Description: Basic Linear Algebra Subroutines 3, testing programs (64bit-index)
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
.
This package contains a set of programs which test the integrity of an
installed blas-compatible shared library. These programs may therefore be used
to test the libraries provided by the blas package as well as those provided
by the libatlas3-base and libopenblas-base packages. The programs are
dynamically linked -- one can explicitly select a library to test by setting
the libblas.so.3 alternative, or by using the LD_LIBRARY_PATH or LD_PRELOAD
environment variables. Likewise, one can display the library selected using
the ldd program in an identical environment.
.
Compiled with Fortran option "-fdefault-integer-8".
Description-md5:
Multi-Arch: same
Homepage: https://www.netlib.org/lapack/
Section: devel
Priority: optional
Filename: pool/main/l/lapack/libblas64-test_3.12.0-3_amd64.deb