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

Last updated: January 16,2025

1. Install "cmpfit.i686" package

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

$ sudo dnf update $ sudo dnf install cmpfit.i686

2. Uninstall "cmpfit.i686" package

Please follow the instructions below to uninstall cmpfit.i686 on Fedora 38:

$ sudo dnf remove cmpfit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:16:27 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : cmpfit
Version : 1.5
Release : 2.fc38
Architecture : i686
Size : 31 k
Source : cmpfit-1.5-2.fc38.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-2-Clause-FreeBSD
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.