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

Last updated: May 20,2024

1. Install "libitsol1" package

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

$ sudo apt update $ sudo apt install libitsol1

2. Uninstall "libitsol1" package

Learn how to uninstall libitsol1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libitsol1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libitsol1
Priority: optional
Section: universe/libs
Installed-Size: 129
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: itsol
Version: 1.0.0-2
Depends: libc6 (>= 2.7), libgfortran3 (>= 4.3)
Filename: pool/universe/i/itsol/libitsol1_1.0.0-2_amd64.deb
Size: 49864
MD5sum: 789a0a7f240ce8843ef77d03c7d6cd1c
SHA1: 8b7831712b19fbaa806682e21ba3ea2bf7e1c430
SHA256: 244309378210ea525785957425bd14c5d03407f21ac3381b40836e3b3d766613
Description-en: ITerative SOLvers - runtime
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.
Description-md5: 40269d2d99a35798dec6ede74d808a7f
Homepage: http://www-users.cs.umn.edu/~saad/software/ITSOL/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu