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

Last updated: October 05,2024

1. Install "atlas.x86_64" package

This is a short guide on how to install atlas.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install atlas.x86_64

2. Uninstall "atlas.x86_64" package

Please follow the instructions below to uninstall atlas.x86_64 on Amazon Linux 2:

$ sudo yum remove atlas.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : atlas
Arch : x86_64
Version : 3.10.1
Release : 12.amzn2.0.2
Size : 4.7 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.