How to Install and Uninstall libblaspp-dev Package on Kali Linux

Last updated: July 02,2024

1. Install "libblaspp-dev" package

In this section, we are going to explain the necessary steps to install libblaspp-dev on Kali Linux

$ sudo apt update $ sudo apt install libblaspp-dev

2. Uninstall "libblaspp-dev" package

This tutorial shows how to uninstall libblaspp-dev on Kali Linux:

$ sudo apt remove libblaspp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblaspp-dev package on Kali Linux

Package: libblaspp-dev
Source: blaspp
Version: 2023.11.05-1
Installed-Size: 1871
Maintainer: Debichem Team
Architecture: amd64
Size: 105952
SHA256: 2f19d403f5492b7fd284c1fab627dd688eb132ea4e2ca37978c20186a943c3c6
SHA1: 99ebeb1628a995b12265f2226335c48310d8902c
MD5sum: 789d5ab3679943aa3a1122a0e09c8625
Description: C++ API for the Basic Linear Algebra Subroutines (development files)
The Basic Linear Algebra Subprograms (BLAS) have been around for many decades
and serve as the de facto standard for performance-portable and numerically
robust implementation of essential linear algebra functionality. Originally,
they were written in Fortran, and later furnished with a C API (CBLAS).
.
The objective of BLAS++ is to provide a convenient, performance oriented API
for development in the C++ language, that, for the most part, preserves
established conventions, while, at the same time, takes advantages of modern
C++ features, such as: namespaces, templates, exceptions, etc.
.
This package contains the static libraries and the header files.
Description-md5:
Homepage: https://github.com/icl-utk-edu/blaspp
Section: libdevel
Priority: optional
Filename: pool/main/b/blaspp/libblaspp-dev_2023.11.05-1_amd64.deb

5. The same packages on other Linux Distributions