How To Install flexiblas-openblas-openmp64 on Fedora 36

In this tutorial we learn how to install flexiblas-openblas-openmp64 in Fedora 36. flexiblas-openblas-openmp64 is FlexiBLAS wrappers for OpenBLAS (64-bit)

Introduction

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

What is flexiblas-openblas-openmp64

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 OpenMP support with a 64-integer interface.

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

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

sudo dnf -y install flexiblas-openblas-openmp64

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

sudo yum -y install flexiblas-openblas-openmp64

How To Uninstall flexiblas-openblas-openmp64 on Fedora 36

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

sudo dnf remove flexiblas-openblas-openmp64

flexiblas-openblas-openmp64 Package Contents on Fedora 36

/etc/flexiblas64rc.d/openblas-openmp64.conf
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/59eb5c35a95620a57af5b6f7b3f9c7a074394d
/usr/lib64/flexiblas64/libflexiblas_openblas-openmp64.so

References

Summary

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