How To Install cminpack on Fedora 36
Introduction
In this tutorial we learn how to install cminpack
on Fedora 36.
What is cminpack
cminpack is an ISO C99 implementation of the FORTRAN Minpack solver package. It is fully re-entrant and thread-safe.
We can use yum
or dnf
to install cminpack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cminpack.
Install cminpack 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 cminpack
using dnf
by running the following command:
sudo dnf -y install cminpack
Install cminpack 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 cminpack
using yum
by running the following command:
sudo yum -y install cminpack
How To Uninstall cminpack on Fedora 36
To uninstall only the cminpack
package we can use the following command:
sudo dnf remove cminpack
cminpack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/a307965e01b8c1e632b77e3ba6fdb502527729
/usr/lib/.build-id/51
/usr/lib/.build-id/51/c13941b8b324e168ee37af253603ba36d15798
/usr/lib/.build-id/65
/usr/lib/.build-id/65/f55165ba37f53926eb6a007146fb459c21c38f
/usr/lib/libcminpack.so.1
/usr/lib/libcminpack.so.1.3.8
/usr/lib/libcminpackld.so.1
/usr/lib/libcminpackld.so.1.3.8
/usr/lib/libcminpacks.so.1
/usr/lib/libcminpacks.so.1.3.8
/usr/share/doc/cminpack
/usr/share/doc/cminpack/README.md
/usr/share/licenses/cminpack
/usr/share/licenses/cminpack/CopyrightMINPACK.txt
References
Summary
In this tutorial we learn how to install cminpack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cminpack on Fedora 36” linkTitle: “cminpack” type: “docs” description: “In this tutorial we learn how to install cminpack in Fedora 36. cminpack is Solver for nonlinear equations and nonlinear least squares problems” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cminpack-featured.png
Introduction
In this tutorial we learn how to install cminpack
on Fedora 36.
What is cminpack
cminpack is an ISO C99 implementation of the FORTRAN Minpack solver package. It is fully re-entrant and thread-safe.
We can use yum
or dnf
to install cminpack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cminpack.
Install cminpack 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 cminpack
using dnf
by running the following command:
sudo dnf -y install cminpack
Install cminpack 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 cminpack
using yum
by running the following command:
sudo yum -y install cminpack
How To Uninstall cminpack on Fedora 36
To uninstall only the cminpack
package we can use the following command:
sudo dnf remove cminpack
cminpack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/0b6d7c393e438d5dffa0053ce5e318ba0fdc09
/usr/lib/.build-id/12
/usr/lib/.build-id/12/0e91a4cc8eb328509d9768dedf79fc79de4135
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/f6ec2d9aff267e405fdd84e81a4e13213c87cb
/usr/lib64/libcminpack.so.1
/usr/lib64/libcminpack.so.1.3.8
/usr/lib64/libcminpackld.so.1
/usr/lib64/libcminpackld.so.1.3.8
/usr/lib64/libcminpacks.so.1
/usr/lib64/libcminpacks.so.1.3.8
/usr/share/doc/cminpack
/usr/share/doc/cminpack/README.md
/usr/share/licenses/cminpack
/usr/share/licenses/cminpack/CopyrightMINPACK.txt
References
Summary
In this tutorial we learn how to install cminpack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).