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

Last updated: May 20,2024

1. Install "libitsol-dev" package

Learn how to install libitsol-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libitsol-dev

2. Uninstall "libitsol-dev" package

Please follow the guidelines below to uninstall libitsol-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libitsol-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 205
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: itsol
Version: 1.0.0-2
Depends: libitsol1 (= 1.0.0-2)
Filename: pool/universe/i/itsol/libitsol-dev_1.0.0-2_amd64.deb
Size: 59062
MD5sum: 17aa15341cf1384b497dd85aae1ab8bf
SHA1: a0427e8548a1a5bb2b5a91987479840849cc4ae0
SHA256: 8e8c422b99cc4307380b12e42c8872ae88933f8d128e37de93303e8ea5f2c322
Description-en: ITerative SOLvers - devel
ITSOL is a library of iterative solvers for general sparse linear systems of
equations. ITSOL can be viewed as an extension of the itsol module in SPARSKIT.
It is written in C and offers a selection of recently developed
preconditioners. The preconditioner suite includes:
.
* ILUK (ILU preconditioner with level of fill)
* ILUT (ILU preconditioner with threshold)
* ILUC (Crout version of ILUT)
* VBILUK (variable block preconditioner with level of fill - with automatic
block detection)
* VBILUT (variable block preconditioner with threshold - with automatic
block detection)
* ARMS (Algebraic Recursive Multilevel Solvers -- includes actually several
methods - In particular the standard ARMS and the ddPQ version which uses
nonsymmetric permutations)
.
Note that ITSOL is a scalar package. You may find parallel implentations of
some of the preconditioners listed above in pARMS.
.
This package provides the itsol header files required to compile C/C++ programs
that use ITSOL.
Description-md5: 0258844d6d8bf3196056b66cdac6463c
Homepage: http://www-users.cs.umn.edu/~saad/software/ITSOL/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu