How to Install and Uninstall isl-devel.i686 Package on Fedora 38

Last updated: March 01,2025

1. Install "isl-devel.i686" package

Learn how to install isl-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install isl-devel.i686

2. Uninstall "isl-devel.i686" package

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

$ sudo dnf remove isl-devel.i686 $ sudo dnf autoremove

3. Information about the isl-devel.i686 package on Fedora 38

Last metadata expiration check: 2:28:34 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : isl-devel
Version : 0.16.1
Release : 17.fc38
Architecture : i686
Size : 520 k
Source : isl-0.16.1-17.fc38.src.rpm
Repository : fedora
Summary : Development for building 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.