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

Last updated: October 04,2024

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

This guide covers the steps necessary to install coin-or-Alps.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall coin-or-Alps.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:45:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coin-or-Alps
Version : 1.5.7
Release : 6.fc34
Architecture : x86_64
Size : 72 k
Source : coin-or-Alps-1.5.7-6.fc34.src.rpm
Repository : fedora
Summary : COIN-OR High-Performance Parallel Search Framework
URL : https://github.com/coin-or/CHiPPS-ALPS
License : EPL-1.0
Description : CHiPPS is the COIN-OR High-Performance Parallel Search Framework, a framework
: for implementing parallel algorithms based on tree search. The current CHiPPS
: architecture consists of three layers. The Abstract Library for Parallel Search
: (ALPS) is the base layer of a hierarchy consisting of implementations of
: various tree search algorithms for specific problem types. The Branch,
: Constrain, and Price Software (BiCePS) is a data management layer built on
: top of ALPS for implementing relaxation-based branch and bound algorithms.
: The BiCePS Linear Integer Solver (BLIS) is a concretization of the BiCePS
: layer for solving mixed-integer linear programs. ALPS, BiCePS, and BLIS
: are sub-repositories of the CHiPPS Subversion repository.