How to Install and Uninstall python3-cyipopt.x86_64 Package on Fedora 39

Last updated: October 10,2024

1. Install "python3-cyipopt.x86_64" package

This tutorial shows how to install python3-cyipopt.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-cyipopt.x86_64

2. Uninstall "python3-cyipopt.x86_64" package

Please follow the steps below to uninstall python3-cyipopt.x86_64 on Fedora 39:

$ sudo dnf remove python3-cyipopt.x86_64 $ sudo dnf autoremove

3. Information about the python3-cyipopt.x86_64 package on Fedora 39

Last metadata expiration check: 2:13:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-cyipopt
Version : 1.3.0
Release : 1.fc39
Architecture : x86_64
Size : 201 k
Source : python-cyipopt-1.3.0-1.fc39.src.rpm
Repository : updates
Summary : Cython interface for the interior point optimizer IPOPT
URL : https://github.com/mechmotum/cyipopt
License : EPL-2.0 AND BSD-3-Clause
Description : 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.