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

Last updated: September 21,2024

1. Install "mp.x86_64" package

In this section, we are going to explain the necessary steps to install mp.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mp.x86_64

2. Uninstall "mp.x86_64" package

This tutorial shows how to uninstall mp.x86_64 on Fedora 34:

$ sudo dnf remove mp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:14:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mp
Version : 3.1.0
Release : 31.20200303git7fd4828.fc34
Architecture : x86_64
Size : 962 k
Source : mp-3.1.0-31.20200303git7fd4828.fc34.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.