How To Install openblas-serial on Fedora 36
Introduction
In this tutorial we learn how to install openblas-serial
on Fedora 36.
What is openblas-serial
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 sequential library compiled with a 32-bit integer interface.
We can use yum
or dnf
to install openblas-serial
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openblas-serial.
Install openblas-serial 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-serial
using dnf
by running the following command:
sudo dnf -y install openblas-serial
Install openblas-serial 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-serial
using yum
by running the following command:
sudo yum -y install openblas-serial
How To Uninstall openblas-serial on Fedora 36
To uninstall only the openblas-serial
package we can use the following command:
sudo dnf remove openblas-serial
openblas-serial Package Contents on Fedora 36
---
title: "How To Install openblas-serial on Fedora 36"
linkTitle: "openblas-serial"
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/68ea342b16366ad02a8b38d589fc9e93831ffd
/usr/lib/libopenblas-r0.3.19.so
/usr/lib/libopenblas.so.0
type: "docs"
description: "In this tutorial we learn how to install openblas-serial in Fedora 36. openblas-serial is An optimized BLAS library based on GotoBLAS2, serial version"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openblas-serial-featured.png
---
## Introduction
In this tutorial we learn how to install `openblas-serial` on Fedora 36.
### What is `openblas-serial`
> 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 sequential library compiled with a 32-bit integer interface.
We can use `yum` or `dnf` to install `openblas-serial` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openblas-serial.
Install openblas-serial on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
## References
- openblas-serial website
After updating yum database, We can install
openblas-serial
usingdnf
by running the following command:
Summary
sudo dnf -y install openblas-serial
In this tutorial we learn how to install openblas-serial
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install openblas-serial 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-serial
using yum
by running the following command:
sudo yum -y install openblas-serial
How To Uninstall openblas-serial on Fedora 36
To uninstall only the openblas-serial
package we can use the following command:
sudo dnf remove openblas-serial
openblas-serial Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/edea99cfe4f0eb3d2042fd4daed96ef2a24ab3
/usr/lib64/libopenblas-r0.3.19.so
/usr/lib64/libopenblas.so.0
References
Summary
In this tutorial we learn how to install openblas-serial
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).