How to Install and Uninstall coin-or-Cbc.i686 Package on Fedora 36

Last updated: October 08,2024

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

Here is a brief guide to show you how to install coin-or-Cbc.i686 on Fedora 36

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

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

Please follow the steps below to uninstall coin-or-Cbc.i686 on Fedora 36:

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

3. Information about the coin-or-Cbc.i686 package on Fedora 36

Last metadata expiration check: 1:33:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : coin-or-Cbc
Version : 2.10.5
Release : 8.fc36
Architecture : i686
Size : 889 k
Source : coin-or-Cbc-2.10.5-8.fc36.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)