How To Install flexiblas on Fedora 36

In this tutorial we learn how to install flexiblas in Fedora 36. flexiblas is A BLAS/LAPACK wrapper library with runtime exchangeable backends

Introduction

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

What is flexiblas

FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation used by a program without recompiling or relinking it.

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

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

sudo dnf -y install flexiblas

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

sudo yum -y install flexiblas

How To Uninstall flexiblas on Fedora 36

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

sudo dnf remove flexiblas

flexiblas Package Contents on Fedora 36

/usr/share/doc/flexiblas
/usr/share/doc/flexiblas/CHANGELOG
/usr/share/doc/flexiblas/ISSUES.md
/usr/share/doc/flexiblas/README.md
/usr/share/licenses/flexiblas
/usr/share/licenses/flexiblas/COPYING
/usr/share/licenses/flexiblas/COPYING.NETLIB

References

Summary

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


title: “How To Install flexiblas on Fedora 36” linkTitle: “flexiblas” type: “docs” description: “In this tutorial we learn how to install flexiblas in Fedora 36. flexiblas is A BLAS/LAPACK wrapper library with runtime exchangeable backends” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flexiblas-featured.png

Introduction

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

What is flexiblas

FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation used by a program without recompiling or relinking it.

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

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

sudo dnf -y install flexiblas

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

sudo yum -y install flexiblas

How To Uninstall flexiblas on Fedora 36

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

sudo dnf remove flexiblas

flexiblas Package Contents on Fedora 36

/usr/share/doc/flexiblas
/usr/share/doc/flexiblas/CHANGELOG
/usr/share/doc/flexiblas/ISSUES.md
/usr/share/doc/flexiblas/README.md
/usr/share/licenses/flexiblas
/usr/share/licenses/flexiblas/COPYING
/usr/share/licenses/flexiblas/COPYING.NETLIB

References

Summary

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