How to Install and Uninstall blas.x86_64 Package on Rocky Linux 8

Last updated: June 29,2024

1. Install "blas.x86_64" package

This is a short guide on how to install blas.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install blas.x86_64

2. Uninstall "blas.x86_64" package

This is a short guide on how to uninstall blas.x86_64 on Rocky Linux 8:

$ sudo dnf remove blas.x86_64 $ sudo dnf autoremove

3. Information about the blas.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:49:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : blas
Version : 3.8.0
Release : 8.el8
Architecture : x86_64
Size : 426 k
Source : lapack-3.8.0-8.el8.src.rpm
Repository : appstream
Summary : The Basic Linear Algebra Subprograms library
URL : http://www.netlib.org/lapack/
License : BSD
Description : BLAS (Basic Linear Algebra Subprograms) is a standard library which
: provides a number of basic algorithms for numerical algebra.