How To Install cmpfit on Fedora 36
Introduction
In this tutorial we learn how to install cmpfit on Fedora 36.
What is cmpfit
CMPFIT uses the Levenberg-Marquardt technique to solve the least-squares problem. In its typical use, CMPFIT will be used to fit a user-supplied function (the “model”) to user-supplied data points (the “data”) by adjusting a set of parameters. CMPFIT is based upon MINPACK-1 (LMDIF.F) by More’ and collaborators.
We can use yum or dnf to install cmpfit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cmpfit.
Install cmpfit 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 cmpfit using dnf by running the following command:
sudo dnf -y install cmpfit
Install cmpfit 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 cmpfit using yum by running the following command:
sudo yum -y install cmpfit
How To Uninstall cmpfit on Fedora 36
To uninstall only the cmpfit package we can use the following command:
sudo dnf remove cmpfit
cmpfit Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/dd2c9a7112d3a9ce08ffa1c1c27deaca1a0c52
/usr/lib/libmpfit.so.0
/usr/lib/libmpfit.so.0.0.0
/usr/share/doc/cmpfit
/usr/share/doc/cmpfit/DISCLAIMER
/usr/share/doc/cmpfit/README
References
Summary
In this tutorial we learn how to install cmpfit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cmpfit on Fedora 36” linkTitle: “cmpfit” type: “docs” description: “In this tutorial we learn how to install cmpfit in Fedora 36. cmpfit is A MINPACK-1 Least Squares Fitting Library in C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cmpfit-featured.png
Introduction
In this tutorial we learn how to install cmpfit on Fedora 36.
What is cmpfit
CMPFIT uses the Levenberg-Marquardt technique to solve the least-squares problem. In its typical use, CMPFIT will be used to fit a user-supplied function (the “model”) to user-supplied data points (the “data”) by adjusting a set of parameters. CMPFIT is based upon MINPACK-1 (LMDIF.F) by More’ and collaborators.
We can use yum or dnf to install cmpfit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cmpfit.
Install cmpfit 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 cmpfit using dnf by running the following command:
sudo dnf -y install cmpfit
Install cmpfit 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 cmpfit using yum by running the following command:
sudo yum -y install cmpfit
How To Uninstall cmpfit on Fedora 36
To uninstall only the cmpfit package we can use the following command:
sudo dnf remove cmpfit
cmpfit Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/3d633ae39ad5a06fee5a6d51f10a37558a596a
/usr/lib64/libmpfit.so.0
/usr/lib64/libmpfit.so.0.0.0
/usr/share/doc/cmpfit
/usr/share/doc/cmpfit/DISCLAIMER
/usr/share/doc/cmpfit/README
References
Summary
In this tutorial we learn how to install cmpfit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).