How to Install and Uninstall isl.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "isl.x86_64" package

Please follow the steps below to install isl.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install isl.x86_64

2. Uninstall "isl.x86_64" package

Please follow the instructions below to uninstall isl.x86_64 on Amazon Linux 2:

$ sudo yum remove isl.x86_64 $ sudo yum autoremove

3. Information about the isl.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : isl
Arch : x86_64
Version : 0.16.1
Release : 6.amzn2
Size : 833 k
Repo : amzn2-core/2/x86_64
Summary : Integer point manipulation library
URL : http://isl.gforge.inria.fr/
License : MIT
Description : isl is a library for manipulating sets and relations of integer
: points bounded by linear constraints. Supported operations on
: sets include intersection, union, set difference, emptiness check,
: convex hull, (integer) affine hull, integer projection, computing
: the lexicographic minimum using parametric integer programming,
: coalescing and parametric vertex enumeration. It also includes an
: ILP solver based on generalized basis reduction, transitive
: closures on maps (which may encode infinite graphs), dependence
: analysis and bounds on piecewise step-polynomials.