How To Install atlas-corei2 on Fedora 36

In this tutorial we learn how to install atlas-corei2 in Fedora 36. atlas-corei2 is ATLAS libraries for Corei2 (Ivy/Sandy bridge) CPUs

Introduction

In this tutorial we learn how to install atlas-corei2 on Fedora 36.

What is atlas-corei2

This package contains the ATLAS (Automatically Tuned Linear Algebra Software) libraries compiled with optimizations for the Corei2 (Ivy/Sandy bridge) CPUs. The base ATLAS builds for the x86_64 architecture are made for the hammer64 CPUs.

We can use yum or dnf to install atlas-corei2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atlas-corei2.

Install atlas-corei2 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install atlas-corei2 using dnf by running the following command:

sudo dnf -y install atlas-corei2

Install atlas-corei2 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install atlas-corei2 using yum by running the following command:

sudo yum -y install atlas-corei2

How To Uninstall atlas-corei2 on Fedora 36

To uninstall only the atlas-corei2 package we can use the following command:

sudo dnf remove atlas-corei2

atlas-corei2 Package Contents on Fedora 36

/etc/ld.so.conf.d/atlas-x86_64-corei2.conf
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/09bd826cade630d41856ee1f3a1660fa93b3e2
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/bca771e07675b557828e4b790c7eb0f22f2e63
/usr/lib64/atlas-corei2
/usr/lib64/atlas-corei2/libsatlas.so.3
/usr/lib64/atlas-corei2/libsatlas.so.3.10
/usr/lib64/atlas-corei2/libtatlas.so.3
/usr/lib64/atlas-corei2/libtatlas.so.3.10
/usr/share/doc/atlas-corei2
/usr/share/doc/atlas-corei2/README.dist

References

Summary

In this tutorial we learn how to install atlas-corei2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).