How To Install cliquer-libs on Fedora 36

In this tutorial we learn how to install cliquer-libs in Fedora 36. cliquer-libs is Library to find cliques in arbitrary weighted graphs

Introduction

In this tutorial we learn how to install cliquer-libs on Fedora 36.

What is cliquer-libs

Cliquer is a set of C routines for finding cliques in an arbitrary weighted graph. It uses an exact branch-and-bound algorithm developed by Patric Östergård. It is designed with the aim of being efficient while still being flexible and easy to use.

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

Install cliquer-libs 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 cliquer-libs using dnf by running the following command:

sudo dnf -y install cliquer-libs
---

title: “How To Install cliquer-libs on Fedora 36” linkTitle: “cliquer-libs”

Install cliquer-libs on Fedora 36 Using yum

type: “docs”

Update yum database with yum using the following command. description: “In this tutorial we learn how to install cliquer-libs in Fedora 36. cliquer-libs is Library to find cliques in arbitrary weighted graphs”

date: “2022-08-17”

lastmod: "2022-08-17"
sudo yum makecache --refresh

#image: /images/fedora/36/cliquer-libs-featured.png


After updating yum database, We can install cliquer-libs using yum by running the following command:

Introduction

In this tutorial we learn how to install `cliquer-libs` on Fedora 36.

sudo yum -y install cliquer-libs
### What is `cliquer-libs`

Cliquer is a set of C routines for finding cliques in an arbitrary weighted graph. It uses an exact branch-and-bound algorithm developed by Patric Östergård. It is designed with the aim of being efficient while still being flexible and easy to use.

How To Uninstall cliquer-libs on Fedora 36

To uninstall only the cliquer-libs package we can use the following command: We can use yum or dnf to install cliquer-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cliquer-libs.

## Install cliquer-libs on Fedora 36 Using dnf
sudo dnf remove cliquer-libs

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

```bash

sudo dnf makecache –refresh

## cliquer-libs Package Contents on Fedora 36


```bash
After updating yum database, We can install `cliquer-libs` using `dnf` by running the following command:

```bash
sudo dnf -y install cliquer-libs

Install cliquer-libs 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 cliquer-libs using yum by running the following command:

sudo yum -y install cliquer-libs

How To Uninstall cliquer-libs on Fedora 36

To uninstall only the cliquer-libs package we can use the following command:

sudo dnf remove cliquer-libs

cliquer-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/e49e9b4b344c7acd9ea1ad544509c97bdf8f20
/usr/lib64/libcliquer.so.1
/usr/lib64/libcliquer.so.1.0.21
/usr/share/doc/cliquer-libs
/usr/share/doc/cliquer-libs/ChangeLog
/usr/share/doc/cliquer-libs/README
/usr/share/licenses/cliquer-libs
/usr/share/licenses/cliquer-libs/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/eb /usr/lib/.build-id/eb/13483e07e9b80760b595c82bf28e78cd62f96d /usr/lib/libcliquer.so.1 /usr/lib/libcliquer.so.1.0.21 /usr/share/doc/cliquer-libs /usr/share/doc/cliquer-libs/ChangeLog /usr/share/doc/cliquer-libs/README /usr/share/licenses/cliquer-libs /usr/share/licenses/cliquer-libs/COPYING


## References

* [cliquer-libs website](https://users.aalto.fi/~pat/cliquer.html)

## Summary

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