How To Install flexiblas-openblas-threads on Fedora 36

In this tutorial we learn how to install flexiblas-openblas-threads in Fedora 36. flexiblas-openblas-threads is FlexiBLAS wrappers for OpenBLAS

Introduction

In this tutorial we learn how to install flexiblas-openblas-threads on Fedora 36.

What is flexiblas-openblas-threads

FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation used by a program without recompiling or relinking it. This package contains FlexiBLAS wrappers for the library compiled with threading support with a 32-integer interface.

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

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

sudo dnf -y install flexiblas-openblas-threads

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

sudo yum -y install flexiblas-openblas-threads

How To Uninstall flexiblas-openblas-threads on Fedora 36

To uninstall only the flexiblas-openblas-threads package we can use the following command:

sudo dnf remove flexiblas-openblas-threads

flexiblas-openblas-threads Package Contents on Fedora 36

/etc/flexiblasrc.d/openblas-threads.conf
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/127d617c15fe62106ae3c9d721806e5c2cb5e8
/usr/lib64/flexiblas/libflexiblas_openblas-threads.so

References

Summary

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