How to Install and Uninstall atlas.i686 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "atlas.i686" package

Learn how to install atlas.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install atlas.i686

2. Uninstall "atlas.i686" package

Learn how to uninstall atlas.i686 on CentOS Stream 8:

$ sudo dnf remove atlas.i686 $ sudo dnf autoremove

3. Information about the atlas.i686 package on CentOS Stream 8

Last metadata expiration check: 1:50:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : atlas
Version : 3.10.3
Release : 8.el8
Architecture : i686
Size : 6.4 M
Source : atlas-3.10.3-8.el8.src.rpm
Repository : baseos
Summary : Automatically Tuned Linear Algebra Software
URL : http://math-atlas.sourceforge.net/
License : BSD
Description : The ATLAS (Automatically Tuned Linear Algebra Software) project is an
: ongoing research effort f(ocusing on applying empirical techniques in
: order to provide portable performance. At present, it provides C and
: Fortran77 interfaces to a portably efficient BLAS implementation, as
: well as a few routines from LAPACK.
:
: The performance improvements in ATLAS are obtained largely via
: compile-time optimizations and tend to be specific to a given hardware
: configuration. In order to package ATLAS some compromises
: are necessary so that good performance can be obtained on a variety
: of hardware. This set of ATLAS binary packages is therefore not
: necessarily optimal for any specific hardware configuration. However,
: the source package can be used to compile customized ATLAS packages;
: see the documentation for information.