How To Install openblas-static on Fedora 36

In this tutorial we learn how to install openblas-static in Fedora 36. openblas-static is Static version of OpenBLAS

Introduction

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

What is openblas-static

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 static libraries.

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

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

sudo dnf -y install openblas-static

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

sudo yum -y install openblas-static

How To Uninstall openblas-static on Fedora 36

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

sudo dnf remove openblas-static

openblas-static Package Contents on Fedora 36

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

## Introduction

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

### What is `openblas-static`

>  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 static libraries.  

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

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

sudo dnf -y install openblas-static

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

sudo yum -y install openblas-static

How To Uninstall openblas-static on Fedora 36

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

sudo dnf remove openblas-static

openblas-static Package Contents on Fedora 36

/usr/lib64/libopenblas.a
/usr/lib64/libopenblas64.a
/usr/lib64/libopenblas64_.a
/usr/lib64/libopenblaso.a
/usr/lib64/libopenblaso64.a
/usr/lib64/libopenblaso64_.a
/usr/lib64/libopenblasp.a
/usr/lib64/libopenblasp64.a
/usr/lib64/libopenblasp64_.a
/usr/lib/libopenblas.a
/usr/lib/libopenblaso.a
/usr/lib/libopenblasp.a

References



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


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


## Summary

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

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