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

Last updated: May 04,2024

1. Install "libiml-dev" package

Please follow the steps below to install libiml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libiml-dev

2. Uninstall "libiml-dev" package

This guide covers the steps necessary to uninstall libiml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libiml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 258
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: iml
Version: 1.0.4-1
Depends: libiml0 (= 1.0.4-1)
Filename: pool/universe/i/iml/libiml-dev_1.0.4-1_amd64.deb
Size: 58472
MD5sum: 14b8fbc974412e54bdd397ad3bc1d976
SHA1: 3b531231ee518bd426e715a5ec5f46d4f99e6bef
SHA256: 6adf81093cb4d3ddc5c13b566d99564e2c4c91e6a9d87ea9c5d4207b19d1c99f
Description-en: Integer Matrix Library, development files
IML is a library for exact, dense linear algebra over the integers.
IML contains algorithms for nonsingular rational system solving,
computing the right nullspace of an integer matrix, and certified
linear system solving.
.
In addition, IML provides some low level routines for a variety of
mod p matrix operations: computing the row-echelon form, determinant,
rank profile, and inverse of a mod p matrix. These mod p routines
are not general purpose; they require that p satisfy some
preconditions based on the dimension of the input matrix (usually p
should be prime and should be no more than about 20 bits long).
.
This package contains development files for IML.
Description-md5: 4d519079b17d4c51e6e9ea3fa14de320
Homepage: http://www.cs.uwaterloo.ca/~astorjoh/iml.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu