How To Install isl on Fedora 36

In this tutorial we learn how to install isl in Fedora 36. isl is Integer point manipulation library

Introduction

In this tutorial we learn how to install isl on Fedora 36.

What is isl

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.

We can use yum or dnf to install isl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install isl.

Install isl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install isl using dnf by running the following command:

sudo dnf -y install isl

Install isl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install isl using yum by running the following command:

sudo yum -y install isl

How To Uninstall isl on Fedora 36

To uninstall only the isl package we can use the following command:

sudo dnf remove isl

isl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/f3a3423ee657015b73c1db6c3832a6f950efc8
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/cbfd15c9e4662f2633e54b3dda7c5e643fcbe3
/usr/lib/libisl.so.13
/usr/lib/libisl.so.13.1.0
/usr/lib/libisl.so.15
/usr/lib/libisl.so.15.1.1
/usr/share/doc/isl
/usr/share/doc/isl/AUTHORS
/usr/share/doc/isl/ChangeLog
/usr/share/doc/isl/README
/usr/share/gdb/auto-load/usr/lib/libisl.so.13.1.0-gdb.py
/usr/share/gdb/auto-load/usr/lib/libisl.so.15.1.1-gdb.py
/usr/share/licenses/isl
/usr/share/licenses/isl/LICENSE

References

Summary

In this tutorial we learn how to install isl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install isl on Fedora 36” linkTitle: “isl” type: “docs” description: “In this tutorial we learn how to install isl in Fedora 36. isl is Integer point manipulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/isl-featured.png

Introduction

In this tutorial we learn how to install isl on Fedora 36.

What is isl

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.

We can use yum or dnf to install isl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install isl.

Install isl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install isl using dnf by running the following command:

sudo dnf -y install isl

Install isl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install isl using yum by running the following command:

sudo yum -y install isl

How To Uninstall isl on Fedora 36

To uninstall only the isl package we can use the following command:

sudo dnf remove isl

isl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/6f32a7671a1225352536c235f4db08fdd115f6
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/b5796356ee00a88d2e47685f04cb41d75d4cfd
/usr/lib64/libisl.so.13
/usr/lib64/libisl.so.13.1.0
/usr/lib64/libisl.so.15
/usr/lib64/libisl.so.15.1.1
/usr/share/doc/isl
/usr/share/doc/isl/AUTHORS
/usr/share/doc/isl/ChangeLog
/usr/share/doc/isl/README
/usr/share/gdb/auto-load/usr/lib64/libisl.so.13.1.0-gdb.py
/usr/share/gdb/auto-load/usr/lib64/libisl.so.15.1.1-gdb.py
/usr/share/licenses/isl
/usr/share/licenses/isl/LICENSE

References

Summary

In this tutorial we learn how to install isl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).