How To Install flexiblas-blis-threads on Fedora 36

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

Introduction

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

What is flexiblas-blis-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-blis-threads on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flexiblas-blis-threads.

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

sudo dnf -y install flexiblas-blis-threads

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

sudo yum -y install flexiblas-blis-threads

How To Uninstall flexiblas-blis-threads on Fedora 36

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

sudo dnf remove flexiblas-blis-threads

flexiblas-blis-threads Package Contents on Fedora 36

/etc/flexiblasrc.d/blis-threads.conf
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/d66a39477c8892b2bdc7aabfb968fb2cb8bfb7
/usr/lib64/flexiblas/libflexiblas_blis-threads.so

References

Summary

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