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

Last updated: May 15,2024

1. Install "libparpack2" package

Please follow the step by step instructions below to install libparpack2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libparpack2

2. Uninstall "libparpack2" package

This tutorial shows how to uninstall libparpack2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libparpack2 $ sudo apt autoclean && sudo apt autoremove

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

Package: libparpack2
Priority: optional
Section: universe/libs
Installed-Size: 312
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: arpack
Version: 3.3.0-1build2
Replaces: libarpack2
Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.2.5), libgfortran3 (>= 4.6), liblapack3 | liblapack.so.3
Filename: pool/universe/a/arpack/libparpack2_3.3.0-1build2_amd64.deb
Size: 83314
MD5sum: fd6619d81012a7fca14ed697690bd46f
SHA1: 19975b7ec1a5a35325e20670929d2507a19814de
SHA256: b8aa34c2c695c7e8f8009ff2311931b055746b8566386017d8212cb4f407e7dc
Description-en: Parallel subroutines to solve large scale eigenvalue problems
ARPACK software is capable of solving large scale symmetric,
nonsymmetric, and generalized eigenproblems from significant
application areas. The software is designed to compute a few (k)
eigenvalues with user specified features such as those of largest
real part or largest magnitude. Storage requirements are on the order
of n*k locations. No auxiliary storage is required. A set of Schur
basis vectors for the desired k-dimensional eigen-space is computed
which is numerically orthogonal to working precision. Numerically
accurate eigenvectors are available on request.
.
Important Features:
.
* Reverse Communication Interface.
* Single and Double Precision Real Arithmetic Versions for Symmetric,
Non-symmetric,
* Standard or Generalized Problems.
* Single and Double Precision Complex Arithmetic Versions for Standard or
Generalized Problems.
* Routines for Banded Matrices - Standard or Generalized Problems.
* Routines for The Singular Value Decomposition.
* Example driver routines that may be used as templates to implement
numerous Shift-Invert strategies for all problem types, data types and
precision.
.
This package provides parpack: the MPI implementation of arpack.
.
This package contains the shared library.
Description-md5: bc61facdca0e5843df473acefb3f632d
Homepage: https://github.com/opencollab/arpack-ng
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu