How to Install and Uninstall coin-or-Cbc.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "coin-or-Cbc.x86_64" package

This tutorial shows how to install coin-or-Cbc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install coin-or-Cbc.x86_64

2. Uninstall "coin-or-Cbc.x86_64" package

This guide let you learn how to uninstall coin-or-Cbc.x86_64 on Fedora 34:

$ sudo dnf remove coin-or-Cbc.x86_64 $ sudo dnf autoremove

3. Information about the coin-or-Cbc.x86_64 package on Fedora 34

Last metadata expiration check: 3:21:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : coin-or-Cbc
Version : 2.10.5
Release : 5.fc34
Architecture : x86_64
Size : 839 k
Source : coin-or-Cbc-2.10.5-5.fc34.src.rpm
Repository : fedora
Summary : Coin-or branch and cut
URL : https://github.com/coin-or/Cbc
License : EPL-1.0
Description : Cbc (Coin-or branch and cut) is an open-source mixed integer programming
: solver written in C++. It can be used as a callable library or using a
: stand-alone executable. It can be called through AMPL (natively), GAMS
: (using the links provided by the "Optimization Services" and "GAMSlinks"
: projects), MPL (through the "CoinMP" project), AIMMS (through the "AIMMSlinks"
: project), or "PuLP".
:
: Cbc links to a number of other COIN projects for additional functionality,
: including:
:
: * Clp (the default solver for LP relaxations)
: * Cgl (for cut generation)
: * CoinUtils (for reading input files and various utilities)