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

Last updated: September 18,2024

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

Please follow the guidance below to install coin-or-Cbc.i686 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall coin-or-Cbc.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:39:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coin-or-Cbc
Version : 2.10.5
Release : 5.fc34
Architecture : i686
Size : 891 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)