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

Last updated: May 17,2024

1. Install "atlas.i686" package

Please follow the guidance below to install atlas.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install atlas.i686

2. Uninstall "atlas.i686" package

Please follow the guidelines below to uninstall atlas.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove atlas.i686 $ sudo dnf autoremove

3. Information about the atlas.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:50:16 ago on Sun May 9 13:03:46 2021.
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.