How To Install flexiblas-blis-threads64 on Fedora 36

In this tutorial we learn how to install flexiblas-blis-threads64 in Fedora 36. flexiblas-blis-threads64 is FlexiBLAS wrappers for BLIS (64-bit)

Introduction

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

What is flexiblas-blis-threads64

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 64-integer interface.

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

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

sudo dnf -y install flexiblas-blis-threads64

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

sudo yum -y install flexiblas-blis-threads64

How To Uninstall flexiblas-blis-threads64 on Fedora 36

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

sudo dnf remove flexiblas-blis-threads64

flexiblas-blis-threads64 Package Contents on Fedora 36

/etc/flexiblas64rc.d/blis-threads64.conf
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/b74ce7c679ac1e1cd0a852dafc8a2c54f5e6c7
/usr/lib64/flexiblas64/libflexiblas_blis-threads64.so

References

Summary

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