How To Install opencl-utils-devel on Fedora 36

In this tutorial we learn how to install opencl-utils-devel in Fedora 36. opencl-utils-devel is Devel files for OpenCL Utils

Introduction

In this tutorial we learn how to install opencl-utils-devel on Fedora 36.

What is opencl-utils-devel

This package includes the headers and development files for OpenCL Utils. OpenCL Utils is a project that aims to create various tools and utilities to make the use of OpenCL more useful and efficient, such as optimization hints and common kernel templates.

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

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

sudo dnf -y install opencl-utils-devel

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

sudo yum -y install opencl-utils-devel

How To Uninstall opencl-utils-devel on Fedora 36

To uninstall only the opencl-utils-devel package we can use the following command:

sudo dnf remove opencl-utils-devel

opencl-utils-devel Package Contents on Fedora 36

/usr/include/clrun.h
/usr/lib/libclrun.so
/usr/lib/pkgconfig/opencl-utils.pc
/usr/share/doc/opencl-utils-devel
/usr/share/doc/opencl-utils-devel/clrun-example
/usr/share/doc/opencl-utils-devel/clrun-example/Makefile
/usr/share/doc/opencl-utils-devel/clrun-example/example1.c
/usr/share/doc/opencl-utils-devel/clrun-example/example2.cpp

References

Summary

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


title: “How To Install opencl-utils-devel on Fedora 36” linkTitle: “opencl-utils-devel” type: “docs” description: “In this tutorial we learn how to install opencl-utils-devel in Fedora 36. opencl-utils-devel is Devel files for OpenCL Utils” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/opencl-utils-devel-featured.png

Introduction

In this tutorial we learn how to install opencl-utils-devel on Fedora 36.

What is opencl-utils-devel

This package includes the headers and development files for OpenCL Utils. OpenCL Utils is a project that aims to create various tools and utilities to make the use of OpenCL more useful and efficient, such as optimization hints and common kernel templates.

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

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

sudo dnf -y install opencl-utils-devel

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

sudo yum -y install opencl-utils-devel

How To Uninstall opencl-utils-devel on Fedora 36

To uninstall only the opencl-utils-devel package we can use the following command:

sudo dnf remove opencl-utils-devel

opencl-utils-devel Package Contents on Fedora 36

/usr/include/clrun.h
/usr/lib64/libclrun.so
/usr/lib64/pkgconfig/opencl-utils.pc
/usr/share/doc/opencl-utils-devel
/usr/share/doc/opencl-utils-devel/clrun-example
/usr/share/doc/opencl-utils-devel/clrun-example/Makefile
/usr/share/doc/opencl-utils-devel/clrun-example/example1.c
/usr/share/doc/opencl-utils-devel/clrun-example/example2.cpp

References

Summary

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