How To Install flexiblas-openblas-openmp on Fedora 36

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

Introduction

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

What is flexiblas-openblas-openmp

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

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

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

sudo dnf -y install flexiblas-openblas-openmp

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

sudo yum -y install flexiblas-openblas-openmp

How To Uninstall flexiblas-openblas-openmp on Fedora 36

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

sudo dnf remove flexiblas-openblas-openmp

flexiblas-openblas-openmp Package Contents on Fedora 36

---
title: "How To Install flexiblas-openblas-openmp on Fedora 36"
linkTitle: "flexiblas-openblas-openmp"
type: "docs"
description: "In this tutorial we learn how to install flexiblas-openblas-openmp in Fedora 36. flexiblas-openblas-openmp is FlexiBLAS wrappers for OpenBLAS"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/flexiblas-openblas-openmp-featured.png
---

## Introduction

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

### What is `flexiblas-openblas-openmp`

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

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

## Install flexiblas-openblas-openmp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install flexiblas-openblas-openmp using dnf by running the following command:

sudo dnf -y install flexiblas-openblas-openmp

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

sudo yum -y install flexiblas-openblas-openmp

How To Uninstall flexiblas-openblas-openmp on Fedora 36

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

sudo dnf remove flexiblas-openblas-openmp

flexiblas-openblas-openmp Package Contents on Fedora 36

/etc/flexiblasrc.d/openblas-openmp.conf
/usr/lib/.build-id
/usr/lib/.build-id/af/3fd09c4513c6743c58643a06e95fcb533372ef
/usr/lib64/flexiblas/libflexiblas_openblas-openmp.so

References

Summary

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

/etc/flexiblasrc.d/openblas-openmp.conf /usr/lib/.build-id /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/075a4b9c0b3d03322a3cf35172ab6a3851e2cb /usr/lib/flexiblas/libflexiblas_openblas-openmp.so


## References

* [flexiblas-openblas-openmp website](https://www.mpi-magdeburg.mpg.de/projects/flexiblas)

## Summary

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