How to Install and Uninstall libsuperlu4 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libsuperlu4" package

Please follow the steps below to install libsuperlu4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsuperlu4

2. Uninstall "libsuperlu4" package

This is a short guide on how to uninstall libsuperlu4 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsuperlu4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsuperlu4 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsuperlu4
Priority: optional
Section: universe/libs
Installed-Size: 473
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: superlu
Version: 4.3+dfsg-3
Depends: libblas3 | libblas.so.3, libc6 (>= 2.7)
Pre-Depends: multiarch-support
Filename: pool/universe/s/superlu/libsuperlu4_4.3+dfsg-3_amd64.deb
Size: 158236
MD5sum: cf0b4d4826fb27b90ff81cf8febe4764
SHA1: 5eb87290f29ad35a7be796fc68ab3f957ec57db8
SHA256: f546a92e735f057a907e61e2e643c0ef913865966cb07dd8cdd95a41bdf38a20
Description-en: 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.
Description-md5: 55b97e20052905ffbbaa6e4b1d537d63
Multi-Arch: same
Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu