How to Install and Uninstall mp.x86_64 Package on Fedora 36

Last updated: October 11,2024

1. Install "mp.x86_64" package

Please follow the steps below to install mp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mp.x86_64

2. Uninstall "mp.x86_64" package

Learn how to uninstall mp.x86_64 on Fedora 36:

$ sudo dnf remove mp.x86_64 $ sudo dnf autoremove

3. Information about the mp.x86_64 package on Fedora 36

Last metadata expiration check: 3:38:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mp
Version : 3.1.0
Release : 37.20200303git7fd4828.fc36
Architecture : x86_64
Size : 942 k
Source : mp-3.1.0-37.20200303git7fd4828.fc36.src.rpm
Repository : fedora
Summary : An open-source library for mathematical programming
URL : https://github.com/ampl/mp
License : MIT and BSD
Description : An open-source library for mathematical programming.
: Features
: * Reusable high-performance .nl reader
: * Efficient type-safe C++ API for connecting solvers to AMPL and
: other systems: source
: * Interfaces to solvers supporting AMPL extensions for logic and
: constraint programming:
: * IBM ILOG CPLEX and CPLEX CP Optimizer (ilogcp)
: * Gecode
: * JaCoP
: * Interfaces to the following solvers:
: * LocalSolver
: * Sulum
: * Interfaces to other solvers via AMPL Solver Library
: * Cross-platform build support with CMake and continuous
: integration systems. This includes third-party solvers and
: libraries (COIN-OR solvers with CMake support are available
: in the ampl/coin repository).
: * AMPLGSL, an AMPL function library providing access to the GNU
: Scientific Library (GSL) functions. See the AMPLGSL
: documentation.
: * Database support on Linux and MacOS X. See Database and
: spreadsheet connection guide.
: * SMPSWriter, a converter from deterministic equivalent of a
: two-stage stochastic programming (SP) problem written in AMPL
: to an SP problem in SMPS format.