How to Install and Uninstall isl.i686 Package on Fedora 36

Last updated: January 16,2025

1. Install "isl.i686" package

This is a short guide on how to install isl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install isl.i686

2. Uninstall "isl.i686" package

In this section, we are going to explain the necessary steps to uninstall isl.i686 on Fedora 36:

$ sudo dnf remove isl.i686 $ sudo dnf autoremove

3. Information about the isl.i686 package on Fedora 36

Last metadata expiration check: 1:15:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : isl
Version : 0.16.1
Release : 15.fc36
Architecture : i686
Size : 984 k
Source : isl-0.16.1-15.fc36.src.rpm
Repository : fedora
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.