How To Install opencl-utils on Fedora 36

In this tutorial we learn how to install opencl-utils in Fedora 36. opencl-utils is Useful OpenCL tools and utilities

Introduction

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

What is 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. This package currently only contains CLRun, which allows for dynamic loading of OpenCL.

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

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

sudo dnf -y install opencl-utils

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

sudo yum -y install opencl-utils

How To Uninstall opencl-utils on Fedora 36

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

sudo dnf remove opencl-utils

opencl-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/d75d3ab1ae0a2f392ca3927d3b8bfdf32f1567
/usr/lib64/libclrun.so.1
/usr/lib64/libclrun.so.1.16

References

Summary

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


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

Introduction

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

What is 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. This package currently only contains CLRun, which allows for dynamic loading of OpenCL.

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

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

sudo dnf -y install opencl-utils

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

sudo yum -y install opencl-utils

How To Uninstall opencl-utils on Fedora 36

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

sudo dnf remove opencl-utils

opencl-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/dd3619400b46eb4ecb8bf91384c69c6440a80c
/usr/lib/libclrun.so.1
/usr/lib/libclrun.so.1.16

References

Summary

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