How to Install and Uninstall atlas.i686 Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "atlas.i686" package

Please follow the guidance below to install atlas.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install atlas.i686

2. Uninstall "atlas.i686" package

This guide covers the steps necessary to uninstall atlas.i686 on Amazon Linux 2:

$ sudo yum remove atlas.i686 $ sudo yum autoremove

3. Information about the atlas.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : atlas
Arch : i686
Version : 3.10.1
Release : 12.amzn2.0.2
Size : 4.2 M
Repo : amzn2-core/2/x86_64
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 focusing 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.