How to Install and Uninstall blis-threads64.x86_64 Package on Oracle Linux 9

Last updated: September 27,2024

1. Install "blis-threads64.x86_64" package

This is a short guide on how to install blis-threads64.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install blis-threads64.x86_64

2. Uninstall "blis-threads64.x86_64" package

Please follow the steps below to uninstall blis-threads64.x86_64 on Oracle Linux 9:

$ sudo dnf remove blis-threads64.x86_64 $ sudo dnf autoremove

3. Information about the blis-threads64.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:47:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : blis-threads64
Version : 0.9.0
Release : 1.el9
Architecture : x86_64
Size : 1.8 M
Source : blis-0.9.0-1.el9.src.rpm
Repository : epel
Summary : BLAS-like Library Instantiation Software Framework - pthreads, 64-bit
URL : https://github.com/flame/blis
License : BSD-3-Clause
Description :
: BLIS is a portable software framework for instantiating
: high-performance BLAS-like dense linear algebra libraries. The
: framework was designed to isolate essential kernels of computation
: that, when optimized, immediately enable optimized implementations of
: most of its commonly used and computationally intensive operations.
: While BLIS exports a new BLAS-like API, it also includes a BLAS
: compatibility layer which gives application developers access to BLIS
: implementations via traditional BLAS routine calls.
:
: This packaging contains automatically-dispatched
: architecture-optimized kernels for some targets, notably recent x86_64.
:
: This is the pthreads-parallelized version with a 64-bit integer interface.