How to Install and Uninstall atlas.i686 Package on Rocky Linux 8

Last updated: April 27,2024

1. Install "atlas.i686" package

Please follow the step by step instructions below to install atlas.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install atlas.i686

2. Uninstall "atlas.i686" package

Learn how to uninstall atlas.i686 on Rocky Linux 8:

$ sudo dnf remove atlas.i686 $ sudo dnf autoremove

3. Information about the atlas.i686 package on Rocky Linux 8

Last metadata expiration check: 1:21:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : atlas
Version : 3.10.3
Release : 8.el8.1
Architecture : i686
Size : 6.5 M
Source : atlas-3.10.3-8.el8.1.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.