How To Install intel-igc on Fedora 36

In this tutorial we learn how to install intel-igc in Fedora 36. intel-igc is Intel Graphics Compiler for OpenCL

Introduction

In this tutorial we learn how to install intel-igc on Fedora 36.

What is intel-igc

The Intel Graphics Compiler for OpenCL is an LLVM based compiler for OpenCL targeting Intel Gen graphics hardware architecture.

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

Install intel-igc 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 intel-igc using dnf by running the following command:

sudo dnf -y install intel-igc

Install intel-igc 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 intel-igc using yum by running the following command:

sudo yum -y install intel-igc

How To Uninstall intel-igc on Fedora 36

To uninstall only the intel-igc package we can use the following command:

sudo dnf remove intel-igc

intel-igc Package Contents on Fedora 36

/usr/bin/GenX_IR
/usr/bin/iga64
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/bce064144cb7120c331ac0de2552ea18276732
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/b82889e89c61b7c50d4164443d83c2c7e39add

References

Summary

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