How To Install coin-or-CoinMP on Fedora 36

In this tutorial we learn how to install coin-or-CoinMP in Fedora 36. coin-or-CoinMP is C-API interface to CLP, CBC and CGL

Introduction

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

What is coin-or-CoinMP

CoinMP is a C-API library that supports most of the functionality of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects.

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

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

sudo dnf -y install coin-or-CoinMP

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

sudo yum -y install coin-or-CoinMP

How To Uninstall coin-or-CoinMP on Fedora 36

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

sudo dnf remove coin-or-CoinMP

coin-or-CoinMP Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/2596588bbb4a0f9f878c56a48a319679520597
/usr/lib/libCoinMP.so.1
/usr/lib/libCoinMP.so.1.8.4
/usr/share/doc/coin-or-CoinMP/AUTHORS
/usr/share/doc/coin-or-CoinMP/README
/usr/share/doc/coin-or-CoinMP/example.c
/usr/share/licenses/coin-or-CoinMP
/usr/share/licenses/coin-or-CoinMP/LICENSE

References

Summary

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


title: “How To Install coin-or-CoinMP on Fedora 36” linkTitle: “coin-or-CoinMP” type: “docs” description: “In this tutorial we learn how to install coin-or-CoinMP in Fedora 36. coin-or-CoinMP is C-API interface to CLP, CBC and CGL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-CoinMP-featured.png

Introduction

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

What is coin-or-CoinMP

CoinMP is a C-API library that supports most of the functionality of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects.

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

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

sudo dnf -y install coin-or-CoinMP

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

sudo yum -y install coin-or-CoinMP

How To Uninstall coin-or-CoinMP on Fedora 36

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

sudo dnf remove coin-or-CoinMP

coin-or-CoinMP Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/7ab9b81736a609998e1811bc53122a944c3cfd
/usr/lib64/libCoinMP.so.1
/usr/lib64/libCoinMP.so.1.8.4
/usr/share/doc/coin-or-CoinMP/AUTHORS
/usr/share/doc/coin-or-CoinMP/README
/usr/share/doc/coin-or-CoinMP/example.c
/usr/share/licenses/coin-or-CoinMP
/usr/share/licenses/coin-or-CoinMP/LICENSE

References

Summary

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