How To Install csdp-tools on Fedora 36

In this tutorial we learn how to install csdp-tools in Fedora 36. csdp-tools is Command line tools for working with CSDP

Introduction

In this tutorial we learn how to install csdp-tools on Fedora 36.

What is csdp-tools

This package contains command-line wrappers around the CSDP library, including a solver, a program for computing the Lovasz Theta number of a graph, and some graph manipulation programs. Note that “csdp-” has been prefixed to some of the binary names, due to the generic nature of the names.

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

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

sudo dnf -y install csdp-tools

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

sudo yum -y install csdp-tools

How To Uninstall csdp-tools on Fedora 36

To uninstall only the csdp-tools package we can use the following command:

sudo dnf remove csdp-tools

csdp-tools Package Contents on Fedora 36

/usr/bin/csdp
/usr/bin/csdp-complement
/usr/bin/csdp-graphtoprob
/usr/bin/csdp-rand_graph
/usr/bin/csdp-theta
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/1b71961278d420450fa0db27786fa84510321a
/usr/lib/.build-id/59
/usr/lib/.build-id/59/e318232df1b9b69b70b214a9d2f096cb8e8313
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/5fdf3aeb09c957b71e492bd08b398819a5a02a
/usr/lib/.build-id/81
/usr/lib/.build-id/81/578727c36931b171ef2e5ad40109a08e7cefc6
/usr/lib/.build-id/90
/usr/lib/.build-id/90/d107c7958f08fdaeec4bb006ae9ffd9a1f31e7
/usr/share/doc/csdp-tools
/usr/share/doc/csdp-tools/README
/usr/share/man/man1/csdp-complement.1.gz
/usr/share/man/man1/csdp-graphtoprob.1.gz
/usr/share/man/man1/csdp-rand_graph.1.gz
/usr/share/man/man1/csdp-theta.1.gz
/usr/share/man/man1/csdp.1.gz

References

Summary

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