How to Install and Uninstall blis-threads.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "blis-threads.x86_64" package

Please follow the step by step instructions below to install blis-threads.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "blis-threads.x86_64" package

This guide let you learn how to uninstall blis-threads.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the blis-threads.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:27:41 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : blis-threads
Version : 0.7.0
Release : 7.el8
Architecture : x86_64
Size : 2.7 M
Source : blis-0.7.0-7.el8.src.rpm
Repository : epel
Summary : BLAS-like Library Instantiation Software Framework - pthreads
URL : https://github.com/flame/blis
License : BSD
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.