How to Install and Uninstall atlas.i686 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "atlas.i686" package

This guide covers the steps necessary to install atlas.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install atlas.i686

2. Uninstall "atlas.i686" package

Please follow the guidelines below to uninstall atlas.i686 on Oracle Linux 9:

$ sudo dnf remove atlas.i686 $ sudo dnf autoremove

3. Information about the atlas.i686 package on Oracle Linux 9

Last metadata expiration check: 0:04:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : atlas
Version : 3.10.3
Release : 17.el9
Architecture : i686
Size : 6.1 M
Source : atlas-3.10.3-17.el9.src.rpm
Repository : ol9_baseos_latest
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.