How To Install coin-or-lemon on Fedora 36

In this tutorial we learn how to install coin-or-lemon in Fedora 36. coin-or-lemon is A C++ template library providing many common graph algorithms

Introduction

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


What is coin-or-lemon

title: “How To Install coin-or-lemon on Fedora 36”

LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library providing efficient implementations of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks.
linkTitle: “coin-or-lemon”

type: “docs” description: “In this tutorial we learn how to install coin-or-lemon in Fedora 36. coin-or-lemon is A C++ template library providing many common graph algorithms” We can use yum or dnf to install coin-or-lemon on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-lemon.

date: “2022-08-17” lastmod: “2022-08-17”

Install coin-or-lemon on Fedora 36 Using dnf

#image: /images/fedora/36/coin-or-lemon-featured.png

Update yum database with dnf using the following command.

## Introduction

sudo dnf makecache --refresh

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

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

What is coin-or-lemon

> LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library providing efficient implementations of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks.  

sudo dnf -y install coin-or-lemon

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

Install coin-or-lemon on Fedora 36 Using yum

Install coin-or-lemon on Fedora 36 Using dnf

Update yum database with yum using the following command.

Update yum database with dnf using the following command.


sudo yum makecache --refresh
```bash

sudo dnf makecache –refresh


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

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

```bash
sudo yum -y install coin-or-lemon

sudo dnf -y install coin-or-lemon

## How To Uninstall coin-or-lemon on Fedora 36


## Install coin-or-lemon on Fedora 36 Using yum
To uninstall only the `coin-or-lemon` package we can use the following command:


```bash
Update yum database with `yum` using the following command.
sudo dnf remove coin-or-lemon

sudo yum makecache --refresh

coin-or-lemon Package Contents on Fedora 36

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

```bash
sudo yum -y install coin-or-lemon

How To Uninstall coin-or-lemon on Fedora 36

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

sudo dnf remove coin-or-lemon

coin-or-lemon Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/7dc661afcfb1accb9b38b6c999f1c57a506ccd
/usr/lib/libemon.so.1
/usr/lib/libemon.so.1.3.1
/usr/share/doc/coin-or-lemon
/usr/share/doc/coin-or-lemon/AUTHORS
/usr/share/doc/coin-or-lemon/NEWS
/usr/share/doc/coin-or-lemon/README
/usr/share/licenses/coin-or-lemon
/usr/share/licenses/coin-or-lemon/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/03 /usr/lib/.build-id/03/98a745ba317f375e50474268842dc097deaf71 /usr/lib64/libemon.so.1 /usr/lib64/libemon.so.1.3.1 /usr/share/doc/coin-or-lemon /usr/share/doc/coin-or-lemon/AUTHORS /usr/share/doc/coin-or-lemon/NEWS /usr/share/doc/coin-or-lemon/README /usr/share/licenses/coin-or-lemon /usr/share/licenses/coin-or-lemon/LICENSE


## References

* [coin-or-lemon website](http://lemon.cs.elte.hu/trac/lemon)

## Summary

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