How To Install flexiblas-hook-profile on Fedora 36
Introduction
In this tutorial we learn how to install flexiblas-hook-profile
on Fedora 36.
What is flexiblas-hook-profile
FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation used by a program without recompiling or relinking it. This package contains a plugin that enables profiling support.
We can use yum
or dnf
to install flexiblas-hook-profile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flexiblas-hook-profile.
Install flexiblas-hook-profile 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 flexiblas-hook-profile
using dnf
by running the following command:
sudo dnf -y install flexiblas-hook-profile
Install flexiblas-hook-profile 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 flexiblas-hook-profile
using yum
by running the following command:
sudo yum -y install flexiblas-hook-profile
How To Uninstall flexiblas-hook-profile on Fedora 36
To uninstall only the flexiblas-hook-profile
package we can use the following command:
sudo dnf remove flexiblas-hook-profile
flexiblas-hook-profile Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/dac3142af642ada3a79f6a864bef6984df56f6
/usr/lib64/flexiblas/libflexiblas_hook_profile.so
References
Summary
In this tutorial we learn how to install flexiblas-hook-profile
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).