How to Install and Uninstall cloog.x86_64 Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "cloog.x86_64" package

Learn how to install cloog.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cloog.x86_64

2. Uninstall "cloog.x86_64" package

Learn how to uninstall cloog.x86_64 on Oracle Linux 9:

$ sudo dnf remove cloog.x86_64 $ sudo dnf autoremove

3. Information about the cloog.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:10:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cloog
Epoch : 1
Version : 0.18.4
Release : 13.el9
Architecture : x86_64
Size : 88 k
Source : cloog-0.18.4-13.el9.src.rpm
Repository : epel
Summary : The Chunky Loop Generator
URL : http://www.cloog.org
License : GPLv2+
Description : CLooG is a software which generates loops for scanning Z-polyhedra. That is,
: CLooG finds the code or pseudo-code where each integral point of one or more
: parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
: designed to avoid control overhead and to produce a very efficient code.