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

Last updated: October 06,2024

1. Install "cmpfit.i686" package

This guide covers the steps necessary to install cmpfit.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install cmpfit.i686

2. Uninstall "cmpfit.i686" package

This tutorial shows how to uninstall cmpfit.i686 on Fedora 35:

$ sudo dnf remove cmpfit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:30:50 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cmpfit
Version : 1.4
Release : 4.fc35
Architecture : i686
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.