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

Last updated: July 08,2024

1. Install "libsuperlu-dev" package

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

$ sudo apt update $ sudo apt install libsuperlu-dev

2. Uninstall "libsuperlu-dev" package

This guide let you learn how to uninstall libsuperlu-dev on Kali Linux:

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

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

Package: libsuperlu-dev
Source: superlu (6.0.1+dfsg1-1)
Version: 6.0.1+dfsg1-1+b1
Installed-Size: 134
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libsuperlu6 (= 6.0.1+dfsg1-1+b1), libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
Suggests: libsuperlu-doc
Conflicts: libsuperlu3-dev, libsuperlu4-dev
Size: 21788
SHA256: ef51ad9c1ef6bed330d13a70f461a39c28e52bb595232930649fb33c8de88c09
SHA1: 79e26b812c42f9fae052522ff1a4109366b31e9e
MD5sum: b8934fa9d98bca9dc89b0fc836ca6c4e
Description: Direct solution of large, sparse systems of linear equations
Development files for SuperLU.
.
SuperLU is a general purpose library for the direct solution of
large, sparse, nonsymmetric systems of linear equations on high
performance machines.
.
The library is written in C and is callable from either C or Fortran.
The library routines will perform an LU decomposition with partial
pivoting and triangular system solves through forward and back
substitution. The LU factorization routines can handle non-square
matrices but the triangular solves are performed only for square
matrices. The matrix columns may be preordered (before factorization)
either through library or user supplied routines. This preordering
for sparsity is completely separate from the factorization. Working
precision iterative refinement subroutines are provided for improved
backward stability. Routines are also provided to equilibrate the
system, estimate the condition number, calculate the relative
backward error, and estimate error bounds for the refined solutions.
.
This package contains the header and development files to build
against SuperLU.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/xiaoyeli/superlu
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/superlu/libsuperlu-dev_6.0.1+dfsg1-1+b1_amd64.deb