How To Install alglib on Fedora 36
Introduction
In this tutorial we learn how to install alglib
on Fedora 36.
What is alglib
ALGLIB is a cross-platform numerical analysis and data processing library. ALGLIB features include - Data analysis (classification/regression, including neural networks) - Optimization and nonlinear solvers - Interpolation and linear/nonlinear least-squares fitting - Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers, Fast Fourier Transform and many other algorithms (numerical integration, ODEs, statistics, special functions)
We can use yum
or dnf
to install alglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alglib.
Install alglib 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 alglib
using dnf
by running the following command:
sudo dnf -y install alglib
Install alglib 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 alglib
using yum
by running the following command:
sudo yum -y install alglib
How To Uninstall alglib on Fedora 36
To uninstall only the alglib
package we can use the following command:
sudo dnf remove alglib
alglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/c75382ba1fee5fde5cd31e85122443681b5c2b
/usr/lib/libalglib-3.18.0.so
/usr/share/licenses/alglib
/usr/share/licenses/alglib/gpl2.txt
References
Summary
In this tutorial we learn how to install alglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install alglib on Fedora 36” linkTitle: “alglib” type: “docs” description: “In this tutorial we learn how to install alglib in Fedora 36. alglib is A numerical analysis and data processing library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/alglib-featured.png
Introduction
In this tutorial we learn how to install alglib
on Fedora 36.
What is alglib
ALGLIB is a cross-platform numerical analysis and data processing library. ALGLIB features include - Data analysis (classification/regression, including neural networks) - Optimization and nonlinear solvers - Interpolation and linear/nonlinear least-squares fitting - Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers, Fast Fourier Transform and many other algorithms (numerical integration, ODEs, statistics, special functions)
We can use yum
or dnf
to install alglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alglib.
Install alglib 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 alglib
using dnf
by running the following command:
sudo dnf -y install alglib
Install alglib 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 alglib
using yum
by running the following command:
sudo yum -y install alglib
How To Uninstall alglib on Fedora 36
To uninstall only the alglib
package we can use the following command:
sudo dnf remove alglib
alglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/5a43131dace75283ddd32849dbd137b2389c6b
/usr/lib64/libalglib-3.18.0.so
/usr/share/licenses/alglib
/usr/share/licenses/alglib/gpl2.txt
References
Summary
In this tutorial we learn how to install alglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).