How to Install and Uninstall libsuperlu5 Package on Kali Linux

Last updated: April 18,2024

1. Install "libsuperlu5" package

Please follow the steps below to install libsuperlu5 on Kali Linux

$ sudo apt update $ sudo apt install libsuperlu5

2. Uninstall "libsuperlu5" package

Please follow the guidelines below to uninstall libsuperlu5 on Kali Linux:

$ sudo apt remove libsuperlu5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsuperlu5 package on Kali Linux

Package: libsuperlu5
Source: superlu
Version: 5.3.0+dfsg1-2
Installed-Size: 485
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libblas3 | libblas.so.3, libc6 (>= 2.29)
Size: 162936
SHA256: bfc82d13e67629b54034d0a5cb42e169536e9e4f30d4a0c32afd70b75654036d
SHA1: d9a873a42fbbcc94337982f57542d3d3f00377af
MD5sum: cb90b84d3788e44f53757d1cbda23cab
Description: Direct solution of large, sparse systems of linear equations
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 SuperLU shared library.
Description-md5: f5d7ed20001bd6eecdadcded912d1154
Multi-Arch: same
Homepage: https://github.com/xiaoyeli/superlu
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/superlu/libsuperlu5_5.3.0+dfsg1-2_amd64.deb