How To Install coin-or-Ipopt on Fedora 36

In this tutorial we learn how to install coin-or-Ipopt in Fedora 36. coin-or-Ipopt is Interior Point OPTimizer

Introduction

In this tutorial we learn how to install coin-or-Ipopt on Fedora 36.

What is coin-or-Ipopt

Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization. It is designed to find (local) solutions of mathematical optimization problems of the form min f(x) x in R^n s.t. g_L <= g(x) <= g_U x_L <= x <= x_U where f(x) the constraint functions. The vectors g_L and g_U denote the lower and upper bounds on the constraints, and the vectors x_L and x_U are the bounds on the variables x. The functions f(x) and g(x) can be non-linear and non-convex, but should be twice continuously differentiable. Note that equality constraints can be formulated in the above formulation by setting the corresponding components of g_L and g_U to the same value.

We can use yum or dnf to install coin-or-Ipopt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-Ipopt.

Install coin-or-Ipopt 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 coin-or-Ipopt using dnf by running the following command:

sudo dnf -y install coin-or-Ipopt

Install coin-or-Ipopt 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 coin-or-Ipopt using yum by running the following command:

sudo yum -y install coin-or-Ipopt

How To Uninstall coin-or-Ipopt on Fedora 36

To uninstall only the coin-or-Ipopt package we can use the following command:

sudo dnf remove coin-or-Ipopt

coin-or-Ipopt Package Contents on Fedora 36

/usr/bin/ipopt
/usr/bin/ipopt_sens
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/a848c3b5708f22293803bc9dddec32c635024e
/usr/lib/.build-id/48
/usr/lib/.build-id/48/bffd6f5236ab31991c08adb4787d5227c7241c
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/ae92c2dbe80dbb1c3770a3517b588da59112b4
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/f8b92c43476bb1191781ab697812205e09df02
/usr/lib/libipopt.so.3
/usr/lib/libipopt.so.3.14.4
/usr/lib/libipoptamplinterface.so.3
/usr/lib/libipoptamplinterface.so.3.14.4
/usr/lib/libsipopt.so.3
/usr/lib/libsipopt.so.3.14.4
/usr/share/man/man1/ipopt.1.gz
/usr/share/man/man1/ipopt_sens.1.gz

References

Summary

In this tutorial we learn how to install coin-or-Ipopt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install coin-or-Ipopt on Fedora 36” linkTitle: “coin-or-Ipopt” type: “docs” description: “In this tutorial we learn how to install coin-or-Ipopt in Fedora 36. coin-or-Ipopt is Interior Point OPTimizer” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-Ipopt-featured.png

Introduction

In this tutorial we learn how to install coin-or-Ipopt on Fedora 36.

What is coin-or-Ipopt

Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization. It is designed to find (local) solutions of mathematical optimization problems of the form min f(x) x in R^n s.t. g_L <= g(x) <= g_U x_L <= x <= x_U where f(x) the constraint functions. The vectors g_L and g_U denote the lower and upper bounds on the constraints, and the vectors x_L and x_U are the bounds on the variables x. The functions f(x) and g(x) can be non-linear and non-convex, but should be twice continuously differentiable. Note that equality constraints can be formulated in the above formulation by setting the corresponding components of g_L and g_U to the same value.

We can use yum or dnf to install coin-or-Ipopt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-Ipopt.

Install coin-or-Ipopt 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 coin-or-Ipopt using dnf by running the following command:

sudo dnf -y install coin-or-Ipopt

Install coin-or-Ipopt 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 coin-or-Ipopt using yum by running the following command:

sudo yum -y install coin-or-Ipopt

How To Uninstall coin-or-Ipopt on Fedora 36

To uninstall only the coin-or-Ipopt package we can use the following command:

sudo dnf remove coin-or-Ipopt

coin-or-Ipopt Package Contents on Fedora 36

/usr/bin/ipopt
/usr/bin/ipopt_sens
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/28d0bb23477bd7bcdf040d96fbe232acbc5de7
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/d390c9688d14ab0f5a192c820450413abeb189
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/57dc36642d3f22a0bb9c3812f5c0e43bf3a0de
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/ebdd530c180d45933c2a437bd408355ffb76b9
/usr/lib64/libipopt.so.3
/usr/lib64/libipopt.so.3.14.4
/usr/lib64/libipoptamplinterface.so.3
/usr/lib64/libipoptamplinterface.so.3.14.4
/usr/lib64/libsipopt.so.3
/usr/lib64/libsipopt.so.3.14.4
/usr/share/man/man1/ipopt.1.gz
/usr/share/man/man1/ipopt_sens.1.gz

References

Summary

In this tutorial we learn how to install coin-or-Ipopt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).