How To Install flexiblas-openblas-serial on Fedora 36

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

Introduction

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

What is flexiblas-openblas-serial

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 sequential library compiled with a 32-integer interface.

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

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

sudo dnf -y install flexiblas-openblas-serial

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

sudo yum -y install flexiblas-openblas-serial

How To Uninstall flexiblas-openblas-serial on Fedora 36

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

sudo dnf remove flexiblas-openblas-serial

flexiblas-openblas-serial Package Contents on Fedora 36

/etc/flexiblasrc.d/openblas-serial.conf
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/e9860c0994e69ff613f3c8ce549888be6b5bc8
/usr/lib64/flexiblas/libflexiblas_openblas-serial.so

References

Summary

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