How to Install and Uninstall cloog.x86_64 Package on CentOS Stream 8

Last updated: November 05,2024

1. Install "cloog.x86_64" package

Please follow the guidance below to install cloog.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cloog.x86_64

2. Uninstall "cloog.x86_64" package

Please follow the guidance below to uninstall cloog.x86_64 on CentOS Stream 8:

$ sudo dnf remove cloog.x86_64 $ sudo dnf autoremove

3. Information about the cloog.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:51:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cloog
Epoch : 1
Version : 0.18.4
Release : 13.el8
Architecture : x86_64
Size : 92 k
Source : cloog-0.18.4-13.el8.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.