How to Install and Uninstall isl-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "isl-devel.x86_64" package

This is a short guide on how to install isl-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "isl-devel.x86_64" package

This tutorial shows how to uninstall isl-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the isl-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : isl-devel
Version : 0.16.1
Release : 15.el9
Architecture : x86_64
Size : 509 k
Source : isl-0.16.1-15.el9.src.rpm
Repository : epel
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.