How to Install and Uninstall blis-serial64.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "blis-serial64.x86_64" package

This tutorial shows how to install blis-serial64.x86_64 on Fedora 39

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

2. Uninstall "blis-serial64.x86_64" package

Please follow the step by step instructions below to uninstall blis-serial64.x86_64 on Fedora 39:

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

3. Information about the blis-serial64.x86_64 package on Fedora 39

Last metadata expiration check: 3:57:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : blis-serial64
Version : 0.7.0
Release : 12.fc39
Architecture : x86_64
Size : 2.3 M
Source : blis-0.7.0-12.fc39.src.rpm
Repository : fedora
Summary : BLAS-like Library Instantiation Software Framework - 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 serial version with a 64-bit integer interface.