linkTitle: “clblast-devel” title: “How To Install clblast-devel on Fedora 36” type: “docs” linkTitle: “clblast-devel” description: “In this tutorial we learn how to install clblast-devel in Fedora 36. clblast-devel is Headers and libraries for CLBlast” type: “docs” date: “2022-08-17” lastmod: “2022-08-17” description: “In this tutorial we learn how to install clblast-devel in Fedora 36. clblast-devel is Headers and libraries for CLBlast” date: “2022-08-17” #image: /images/fedora/36/clblast-devel-featured.png lastmod: “2022-08-17”

#image: /images/fedora/36/clblast-devel-featured.png

Introduction


Introduction

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

What is clblast-devel

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

Headers and libraries for developing applications that use CLBlast.

What is clblast-devel

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

Headers and libraries for developing applications that use CLBlast.

Install clblast-devel on Fedora 36 Using dnf

We can use yum or dnf to install clblast-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clblast-devel. Update yum database with dnf using the following command.

Install clblast-devel on Fedora 36 Using dnf


sudo dnf makecache --refresh

Update yum database with dnf using the following command.

After updating yum database, We can install `clblast-devel` using `dnf` by running the following command:
sudo dnf makecache --refresh

sudo dnf -y install clblast-devel
After updating yum database, We can install `clblast-devel` using `dnf` by running the following command:
## Install clblast-devel on Fedora 36 Using yum
sudo dnf -y install clblast-devel

Update yum database with yum using the following command.

Install clblast-devel on Fedora 36 Using yum


sudo yum makecache --refresh
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `clblast-devel` using `yum` by running the following command:
sudo yum -y install clblast-devel
After updating yum database, We can install `clblast-devel` using `yum` by running the following command:
## How To Uninstall clblast-devel on Fedora 36
sudo yum -y install clblast-devel

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

How To Uninstall clblast-devel on Fedora 36

To uninstall only the `clblast-devel` package we can use the following command:
sudo dnf remove clblast-devel
## clblast-devel Package Contents on Fedora 36
sudo dnf remove clblast-devel

## clblast-devel Package Contents on Fedora 36

```bash
/usr/include/clblast.h
/usr/include/clblast_c.h
/usr/include/clblast_half.h
/usr/lib/cmake/CLBLast
/usr/lib/cmake/CLBLast/CLBlastConfig-noconfig.cmake
/usr/lib/cmake/CLBLast/CLBlastConfig.cmake
/usr/lib/libclblast.so
/usr/lib/pkgconfig/clblast.pc
/usr/share/doc/clblast-devel
/usr/share/doc/clblast-devel/doc
/usr/share/doc/clblast-devel/doc/api.md
/usr/share/doc/clblast-devel/doc/benchmarking.md
/usr/share/doc/clblast-devel/doc/bindings.md
/usr/share/doc/clblast-devel/doc/details_conv.md
/usr/share/doc/clblast-devel/doc/details_gemm.md
/usr/share/doc/clblast-devel/doc/faq.md
/usr/share/doc/clblast-devel/doc/glossary.md
/usr/share/doc/clblast-devel/doc/installation.md
/usr/share/doc/clblast-devel/doc/routines.md
/usr/share/doc/clblast-devel/doc/testing.md
/usr/share/doc/clblast-devel/doc/tuning.md

References

Summary

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

/usr/include/clblast.h /usr/include/clblast_c.h /usr/include/clblast_half.h /usr/lib64/cmake/CLBLast /usr/lib64/cmake/CLBLast/CLBlastConfig-noconfig.cmake /usr/lib64/cmake/CLBLast/CLBlastConfig.cmake /usr/lib64/libclblast.so /usr/lib64/pkgconfig/clblast.pc /usr/share/doc/clblast-devel /usr/share/doc/clblast-devel/doc /usr/share/doc/clblast-devel/doc/api.md /usr/share/doc/clblast-devel/doc/benchmarking.md /usr/share/doc/clblast-devel/doc/bindings.md /usr/share/doc/clblast-devel/doc/details_conv.md /usr/share/doc/clblast-devel/doc/details_gemm.md /usr/share/doc/clblast-devel/doc/faq.md /usr/share/doc/clblast-devel/doc/glossary.md /usr/share/doc/clblast-devel/doc/installation.md /usr/share/doc/clblast-devel/doc/routines.md /usr/share/doc/clblast-devel/doc/testing.md /usr/share/doc/clblast-devel/doc/tuning.md


## References

* [clblast-devel website](https://cnugteren.github.io/clblast/clblast.html)

## Summary

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