How To Install openblas-threads on Fedora 36

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

Introduction

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

What is openblas-threads

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 threading support and a 32-bit integer interface.

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

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

sudo dnf -y install openblas-threads

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

sudo yum -y install openblas-threads

How To Uninstall openblas-threads on Fedora 36

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

sudo dnf remove openblas-threads

openblas-threads Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/afc5c9051e63598502cb033c752746240c2533
/usr/lib/libopenblasp-r0.3.19.so
/usr/lib/libopenblasp.so.0

References

Summary

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


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

Introduction

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

What is openblas-threads

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 threading support and a 32-bit integer interface.

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

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

sudo dnf -y install openblas-threads

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

sudo yum -y install openblas-threads

How To Uninstall openblas-threads on Fedora 36

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

sudo dnf remove openblas-threads

openblas-threads Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/2a810f23eaa7094af595625692cf949d8fcd28
/usr/lib64/libopenblasp-r0.3.19.so
/usr/lib64/libopenblasp.so.0

References

Summary

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