How To Install python-cyipopt-doc on Fedora 36

In this tutorial we learn how to install python-cyipopt-doc in Fedora 36. python-cyipopt-doc is Documentation and examples for cyipopt

Introduction

In this tutorial we learn how to install python-cyipopt-doc on Fedora 36.

What is python-cyipopt-doc

Ipopt (Interior Point OPTimizer, pronounced eye-pea-opt) is a software package for large-scale nonlinear optimization. Ipopt is available from the COIN-OR initiative, under the Eclipse Public License (EPL). cyipopt is a Python wrapper around Ipopt. It enables using Ipopt from the comfort of the Python programming language.

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

Install python-cyipopt-doc 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 python-cyipopt-doc using dnf by running the following command:

sudo dnf -y install python-cyipopt-doc

Install python-cyipopt-doc 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 python-cyipopt-doc using yum by running the following command:

sudo yum -y install python-cyipopt-doc

How To Uninstall python-cyipopt-doc on Fedora 36

To uninstall only the python-cyipopt-doc package we can use the following command:

sudo dnf remove python-cyipopt-doc

python-cyipopt-doc Package Contents on Fedora 36

/usr/share/doc/python-cyipopt-doc
/usr/share/doc/python-cyipopt-doc/CHANGELOG.rst
/usr/share/doc/python-cyipopt-doc/README.rst
/usr/share/doc/python-cyipopt-doc/cyipopt.pdf
/usr/share/doc/python-cyipopt-doc/examples
/usr/share/doc/python-cyipopt-doc/examples/exception_handling.py
/usr/share/doc/python-cyipopt-doc/examples/hs071.py
/usr/share/doc/python-cyipopt-doc/examples/hs071_scipy_jax.py
/usr/share/doc/python-cyipopt-doc/examples/lasso.py
/usr/share/doc/python-cyipopt-doc/examples/rosen.py
/usr/share/licenses/python-cyipopt-doc
/usr/share/licenses/python-cyipopt-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-cyipopt-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).