How to Install and Uninstall blis-openmp.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "blis-openmp.i686" package

Please follow the steps below to install blis-openmp.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install blis-openmp.i686

2. Uninstall "blis-openmp.i686" package

This is a short guide on how to uninstall blis-openmp.i686 on Fedora 34:

$ sudo dnf remove blis-openmp.i686 $ sudo dnf autoremove

3. Information about the blis-openmp.i686 package on Fedora 34

Last metadata expiration check: 4:41:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : blis-openmp
Version : 0.7.0
Release : 7.fc34
Architecture : i686
Size : 1.2 M
Source : blis-0.7.0-7.fc34.src.rpm
Repository : fedora
Summary : BLAS-like Library Instantiation Software Framework - OpenMP
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 OpenMP-parallelized version.