How To Install cloog on Fedora 36

In this tutorial we learn how to install cloog in Fedora 36. cloog is The Chunky Loop Generator

Introduction

In this tutorial we learn how to install cloog on Fedora 36.

What is cloog

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.

We can use yum or dnf to install cloog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cloog.

Install cloog on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cloog using dnf by running the following command:

sudo dnf -y install cloog

Install cloog on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cloog using yum by running the following command:

sudo yum -y install cloog

How To Uninstall cloog on Fedora 36

To uninstall only the cloog package we can use the following command:

sudo dnf remove cloog

cloog Package Contents on Fedora 36

/usr/bin/cloog
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/f312d227128af56daaf1055533c9c13f52bb9b
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/be40c3a38ccf44826b5b1e5dbd288f53104db9
/usr/lib64/libcloog-isl.so.4
/usr/lib64/libcloog-isl.so.4.0.0
/usr/share/doc/cloog-0.18.4/ChangeLog
/usr/share/doc/cloog-0.18.4/LICENSE
/usr/share/doc/cloog-0.18.4/README

References

Summary

In this tutorial we learn how to install cloog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install cloog on Fedora 36” linkTitle: “cloog” type: “docs” description: “In this tutorial we learn how to install cloog in Fedora 36. cloog is The Chunky Loop Generator” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cloog-featured.png

Introduction

In this tutorial we learn how to install cloog on Fedora 36.

What is cloog

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.

We can use yum or dnf to install cloog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cloog.

Install cloog on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cloog using dnf by running the following command:

sudo dnf -y install cloog

Install cloog on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cloog using yum by running the following command:

sudo yum -y install cloog

How To Uninstall cloog on Fedora 36

To uninstall only the cloog package we can use the following command:

sudo dnf remove cloog

cloog Package Contents on Fedora 36

/usr/bin/cloog
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/bd492d03e655905daf4dddce12c0698e0800af
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2463322cd415d3415329c4ac62ea4bcb7c353c
/usr/lib/libcloog-isl.so.4
/usr/lib/libcloog-isl.so.4.0.0
/usr/share/doc/cloog-0.18.4/ChangeLog
/usr/share/doc/cloog-0.18.4/LICENSE
/usr/share/doc/cloog-0.18.4/README

References

Summary

In this tutorial we learn how to install cloog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).