How To Install coin-or-Vol on Fedora 36

In this tutorial we learn how to install coin-or-Vol in Fedora 36. coin-or-Vol is Vol (Volume Algorithm)

Introduction

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

What is coin-or-Vol

Vol (Volume Algorithm) is an open-source implementation of a subgradient method that produces primal as well as dual solutions. The primal solution comes from estimating the volumes below the faces of the dual problem. This is an approximate method so the primal vector might have small infeasiblities that are negligible in many practical settings. The original subgradient algorithm produces only dual solutions.

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

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

sudo dnf -y install coin-or-Vol

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

sudo yum -y install coin-or-Vol

How To Uninstall coin-or-Vol on Fedora 36

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

sudo dnf remove coin-or-Vol

coin-or-Vol Package Contents on Fedora 36

---
title: "How To Install coin-or-Vol on Fedora 36"
linkTitle: "coin-or-Vol"
type: "docs"
description: "In this tutorial we learn how to install coin-or-Vol in Fedora 36. coin-or-Vol is Vol (Volume Algorithm)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/coin-or-Vol-featured.png
---

## Introduction

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

### What is `coin-or-Vol`

> Vol (Volume Algorithm) is an open-source implementation of a subgradient method that produces primal as well as dual solutions. The primal solution comes from estimating the volumes below the faces of the dual problem. This is an approximate method so the primal vector might have small infeasiblities that are negligible in many practical settings. The original subgradient algorithm produces only dual solutions.  

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

## Install coin-or-Vol on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install coin-or-Vol using dnf by running the following command:

sudo dnf -y install coin-or-Vol

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

sudo yum -y install coin-or-Vol

How To Uninstall coin-or-Vol on Fedora 36

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

sudo dnf remove coin-or-Vol

coin-or-Vol Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/185a3dd5f14f0a48c908fc4511b69560960814
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/6d47e3b7183bdc3cb2e61b36bc4bf4e106f3fa
/usr/lib/libOsiVol.so.1
/usr/lib/libOsiVol.so.1.5.4
/usr/lib/libVol.so.1
/usr/lib/libVol.so.1.5.4
/usr/share/doc/coin-or-Vol
/usr/share/doc/coin-or-Vol/AUTHORS
/usr/share/doc/coin-or-Vol/README
/usr/share/licenses/coin-or-Vol
/usr/share/licenses/coin-or-Vol/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/6c /usr/lib/.build-id/6c/77d9ec8c9d5d4804eadd19e4b9e7bfe141a293 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/9f11a0613973460b23edfe83ffe28430341dca /usr/lib64/libOsiVol.so.1 /usr/lib64/libOsiVol.so.1.5.4 /usr/lib64/libVol.so.1 /usr/lib64/libVol.so.1.5.4 /usr/share/doc/coin-or-Vol /usr/share/doc/coin-or-Vol/AUTHORS /usr/share/doc/coin-or-Vol/README /usr/share/licenses/coin-or-Vol /usr/share/licenses/coin-or-Vol/LICENSE


## References

* [coin-or-Vol website](http://projects.coin-or.org/Vol)

## Summary

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