How To Install suitesparse64_-static on Fedora 36
Introduction
In this tutorial we learn how to install suitesparse64_-static on Fedora 36.
What is suitesparse64_-static
The suitesparse64_-static package contains the statically linkable version of the suitesparse libraries (ILP64 version) compiled against a BLAS library with the “64_” symbol name suffix (see openblas-*64_ packages).
We can use yum or dnf to install suitesparse64_-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install suitesparse64_-static.
Install suitesparse64_-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 suitesparse64_-static using dnf by running the following command:
sudo dnf -y install suitesparse64_-static
Install suitesparse64_-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 suitesparse64_-static using yum by running the following command:
sudo yum -y install suitesparse64_-static
How To Uninstall suitesparse64_-static on Fedora 36
To uninstall only the suitesparse64_-static package we can use the following command:
sudo dnf remove suitesparse64_-static
suitesparse64_-static Package Contents on Fedora 36
/usr/lib64/libamd64_.a
/usr/lib64/libbtf64_.a
/usr/lib64/libcamd64_.a
/usr/lib64/libccolamd64_.a
/usr/lib64/libcholmod64_.a
/usr/lib64/libcolamd64_.a
/usr/lib64/libcxsparse64_.a
/usr/lib64/libklu64_.a
/usr/lib64/libldl64_.a
/usr/lib64/librbio64_.a
/usr/lib64/libspqr64_.a
/usr/lib64/libumfpack64_.a
References
Summary
In this tutorial we learn how to install suitesparse64_-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).