How to Install and Uninstall libsuperlu6 Package on Kali Linux

Last updated: May 17,2024

1. Install "libsuperlu6" package

Please follow the guidance below to install libsuperlu6 on Kali Linux

$ sudo apt update $ sudo apt install libsuperlu6

2. Uninstall "libsuperlu6" package

Please follow the steps below to uninstall libsuperlu6 on Kali Linux:

$ sudo apt remove libsuperlu6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsuperlu6 package on Kali Linux

Package: libsuperlu6
Source: superlu (6.0.1+dfsg1-1)
Version: 6.0.1+dfsg1-1+b1
Installed-Size: 494
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libblas3 | libblas.so.3, libc6 (>= 2.29)
Size: 169980
SHA256: f70558a5612d5b1b2b2ebcffddf19c1aa7baedb0c027596029b39d84670577a4
SHA1: f6c6aaaa0a0d8b50c21ad228cd06c3026016996e
MD5sum: 2e0a4f0240b95c41170754eb4d70d6e8
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:
Multi-Arch: same
Homepage: https://github.com/xiaoyeli/superlu
Section: libs
Priority: optional
Filename: pool/main/s/superlu/libsuperlu6_6.0.1+dfsg1-1+b1_amd64.deb