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

Last updated: May 20,2024

1. Install "liblapackpp-dev" package

Learn how to install liblapackpp-dev on Kali Linux

$ sudo apt update $ sudo apt install liblapackpp-dev

2. Uninstall "liblapackpp-dev" package

In this section, we are going to explain the necessary steps to uninstall liblapackpp-dev on Kali Linux:

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

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

Package: liblapackpp-dev
Source: lapackpp
Version: 2023.11.05-1
Installed-Size: 8529
Maintainer: Debichem Team
Architecture: amd64
Size: 387584
SHA256: d5694432415a57facf159a71080087a80044a998bf3c8bfc52af41f225698b84
SHA1: 47631a0d2dc138e675e770bfeabf1c4367f7a109
MD5sum: 66280727c4a870edecf9bd4261f207c0
Description: C++ API for the Linear Algebra PACKage (development files)
The Linear Algebra PACKage (LAPACK) is a standard software library for
numerical linear algebra. It provides routines for solving systems of linear
equations and linear least squares problems, eigenvalue problems, and singular
value decomposition. It also includes routines to implement the associated
matrix factorizations such as LU, QR, Cholesky, etc. LAPACK was originally
written in FORTRAN 77, and moved to Fortran 90 in version 3.2 (2008). LAPACK
provides routines for handling both real and complex matrices in both single
and double precision.
.
The objective of LAPACK++ 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/lapackpp
Section: libdevel
Priority: optional
Filename: pool/main/l/lapackpp/liblapackpp-dev_2023.11.05-1_amd64.deb

5. The same packages on other Linux Distributions