How To Install openblas-openmp on Fedora 36

In this tutorial we learn how to install openblas-openmp in Fedora 36. openblas-openmp is An optimized BLAS library based on GotoBLAS2, OpenMP version

Introduction

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

What is openblas-openmp

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. The project is supported by the Lab of Parallel Software and Computational Science, ISCAS. http This package contains the library compiled with OpenMP support with 32-bit integer interface.

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

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

sudo dnf -y install openblas-openmp

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

sudo yum -y install openblas-openmp

How To Uninstall openblas-openmp on Fedora 36

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

sudo dnf remove openblas-openmp

openblas-openmp Package Contents on Fedora 36

---
title: "How To Install openblas-openmp on Fedora 36"
linkTitle: "openblas-openmp"
type: "docs"
description: "In this tutorial we learn how to install openblas-openmp in Fedora 36. openblas-openmp is An optimized BLAS library based on GotoBLAS2, OpenMP version"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openblas-openmp-featured.png
---

## Introduction

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

### What is `openblas-openmp`

>  OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. The project is supported by the Lab of Parallel Software and Computational Science, ISCAS. http  This package contains the library compiled with OpenMP support with 32-bit integer interface.  

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

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

sudo dnf -y install openblas-openmp

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

sudo yum -y install openblas-openmp

How To Uninstall openblas-openmp on Fedora 36

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

sudo dnf remove openblas-openmp

openblas-openmp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/a42d88644f65618e31600ef52aaa19f613b3c3
/usr/lib/libopenblaso-r0.3.19.so
/usr/lib/libopenblaso.so.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/61b5249753fd93ba70970bf9fa0c73239f951d /usr/lib64/libopenblaso-r0.3.19.so /usr/lib64/libopenblaso.so.0


## References

* [openblas-openmp website](https://github.com/xianyi/OpenBLAS/)

## Summary

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