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

Last updated: May 21,2024

1. Install "libblas-test" package

This tutorial shows how to install libblas-test on Kali Linux

$ sudo apt update $ sudo apt install libblas-test

2. Uninstall "libblas-test" package

This tutorial shows how to uninstall libblas-test on Kali Linux:

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

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

Package: libblas-test
Source: lapack
Version: 3.12.0-3
Installed-Size: 2130
Maintainer: Debian Science Team
Architecture: amd64
Depends: libblas3 | libblas.so.3, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgfortran5 (>= 8)
Size: 386956
SHA256: 7160bbba0d9d133e99b9770da2ecdfb7e15cdbec55ed7a03a8fd225ab73c0d91
SHA1: f47f88500d53995498a79df503d8590a646b7ca8
MD5sum: 31d8ca0bbd635e204574cf4ffede92b4
Description: Basic Linear Algebra Subroutines 3, testing programs
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.
Description-md5:
Multi-Arch: same
Homepage: https://www.netlib.org/lapack/
Section: devel
Priority: optional
Filename: pool/main/l/lapack/libblas-test_3.12.0-3_amd64.deb