How To Install ispc on Fedora 36

In this tutorial we learn how to install ispc in Fedora 36. ispc is C-based SPMD programming language compiler

Introduction

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

What is ispc

A compiler for a variant of the C programming language, with extensions for “single program, multiple data” (SPMD) programming.

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

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

sudo dnf -y install ispc

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

sudo yum -y install ispc

How To Uninstall ispc on Fedora 36

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

sudo dnf remove ispc

ispc Package Contents on Fedora 36

/usr/bin/check_isa
/usr/bin/ispc
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/78c9a9ae4277c6564563c2966d323d76ac814a
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/eb928198bd091862bf3bb8b8a377a978739790
/usr/share/licenses/ispc
/usr/share/licenses/ispc/LICENSE.txt

References

Summary

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