How To Install atlas-corei2-static on Fedora 36
Introduction
In this tutorial we learn how to install atlas-corei2-static
on Fedora 36.
What is atlas-corei2-static
This package contains the ATLAS (Automatically Tuned Linear Algebra Software) static 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-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atlas-corei2-static.
Install atlas-corei2-static 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-static
using dnf
by running the following command:
sudo dnf -y install atlas-corei2-static
Install atlas-corei2-static 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-static
using yum
by running the following command:
sudo yum -y install atlas-corei2-static
How To Uninstall atlas-corei2-static on Fedora 36
To uninstall only the atlas-corei2-static
package we can use the following command:
sudo dnf remove atlas-corei2-static
atlas-corei2-static Package Contents on Fedora 36
/usr/lib64/atlas-corei2/libatlas.a
/usr/lib64/atlas-corei2/libcblas.a
/usr/lib64/atlas-corei2/libf77blas.a
/usr/lib64/atlas-corei2/liblapack.a
References
Summary
In this tutorial we learn how to install atlas-corei2-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).