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

Last updated: July 01,2024

1. Install "cmpfit.i686" package

This is a short guide on how to install cmpfit.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install cmpfit.i686

2. Uninstall "cmpfit.i686" package

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

$ sudo dnf remove cmpfit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:53:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cmpfit
Version : 1.4
Release : 3.fc34
Architecture : i686
Size : 31 k
Source : cmpfit-1.4-3.fc34.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.