How to Install and Uninstall cmpfit.x86_64 Package on Fedora 35

Last updated: September 22,2024

1. Install "cmpfit.x86_64" package

Please follow the guidance below to install cmpfit.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cmpfit.x86_64

2. Uninstall "cmpfit.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cmpfit.x86_64 on Fedora 35:

$ sudo dnf remove cmpfit.x86_64 $ sudo dnf autoremove

3. Information about the cmpfit.x86_64 package on Fedora 35

Last metadata expiration check: 0:26:07 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : cmpfit
Version : 1.4
Release : 4.fc35
Architecture : x86_64
Size : 31 k
Source : cmpfit-1.4-4.fc35.src.rpm
Repository : fedora
Summary : A MINPACK-1 Least Squares Fitting Library in C
URL : http://cow.physics.wisc.edu/~craigm/idl/cmpfit.html
License : BSD
Description : 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.