How To Install flexiblas-atlas on Fedora 36

In this tutorial we learn how to install flexiblas-atlas in Fedora 36. flexiblas-atlas is FlexiBLAS wrappers for ATLAS

Introduction

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

What is flexiblas-atlas

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 ATLAS project.

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

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

sudo dnf -y install flexiblas-atlas

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

sudo yum -y install flexiblas-atlas

How To Uninstall flexiblas-atlas on Fedora 36

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

sudo dnf remove flexiblas-atlas

flexiblas-atlas Package Contents on Fedora 36

/etc/flexiblasrc.d/atlas.conf
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/3cd67a5d822886b6756b2f2e423c2e6fdd9678
/usr/lib64/flexiblas/libflexiblas_atlas.so

References

Summary

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