How to Install and Uninstall libsuperlu-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libsuperlu-dev" package

Here is a brief guide to show you how to install libsuperlu-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsuperlu-dev

2. Uninstall "libsuperlu-dev" package

Please follow the step by step instructions below to uninstall libsuperlu-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libsuperlu-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsuperlu-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1036
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: superlu
Version: 4.3+dfsg-3
Depends: libsuperlu4 (= 4.3+dfsg-3), libblas-dev
Suggests: libsuperlu-doc
Conflicts: libsuperlu3-dev
Filename: pool/universe/s/superlu/libsuperlu-dev_4.3+dfsg-3_amd64.deb
Size: 173912
MD5sum: 52205800b2232463eb97044b2a8d1511
SHA1: 5c4f63444868c696b4af040996e774971a502763
SHA256: 53238b458ac264d5f90b8418fbc6620431865093e17d4851eeb8a33266ef4ed4
Description-en: 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.
Description-md5: ec1079c4cb7319e67c5553731a934635
Multi-Arch: same
Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu