How To Install QuantLib on Fedora 36
Introduction
In this tutorial we learn how to install QuantLib
on Fedora 36.
What is QuantLib
QuantLib is a free/open-source library for modeling, trading, and risk management in real-life.
We can use yum
or dnf
to install QuantLib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QuantLib.
Install QuantLib 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 QuantLib
using dnf
by running the following command:
sudo dnf -y install QuantLib
Install QuantLib 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 QuantLib
using yum
by running the following command:
sudo yum -y install QuantLib
How To Uninstall QuantLib on Fedora 36
To uninstall only the QuantLib
package we can use the following command:
sudo dnf remove QuantLib
QuantLib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/d9bc105b34ba83a0c45d9ac128358dfaf65108
/usr/lib64/libQuantLib.so.0
/usr/lib64/libQuantLib.so.0.0.0
/usr/share/doc/QuantLib
/usr/share/doc/QuantLib/LICENSE.TXT
References
Summary
In this tutorial we learn how to install QuantLib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install QuantLib on Fedora 36” linkTitle: “QuantLib” type: “docs” description: “In this tutorial we learn how to install QuantLib in Fedora 36. QuantLib is A software framework for quantitative finance” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/QuantLib-featured.png
Introduction
In this tutorial we learn how to install QuantLib
on Fedora 36.
What is QuantLib
QuantLib is a free/open-source library for modeling, trading, and risk management in real-life.
We can use yum
or dnf
to install QuantLib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QuantLib.
Install QuantLib 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 QuantLib
using dnf
by running the following command:
sudo dnf -y install QuantLib
Install QuantLib 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 QuantLib
using yum
by running the following command:
sudo yum -y install QuantLib
How To Uninstall QuantLib on Fedora 36
To uninstall only the QuantLib
package we can use the following command:
sudo dnf remove QuantLib
QuantLib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/f0eca50553dea34972878a74e843d7fd291e5a
/usr/lib/libQuantLib.so.0
/usr/lib/libQuantLib.so.0.0.0
/usr/share/doc/QuantLib
/usr/share/doc/QuantLib/LICENSE.TXT
References
Summary
In this tutorial we learn how to install QuantLib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).