How To Install DSDP-examples on Fedora 36

In this tutorial we learn how to install DSDP-examples in Fedora 36. DSDP-examples is Example programs that use DSDP

Introduction

In this tutorial we learn how to install DSDP-examples on Fedora 36.

What is DSDP-examples

Examples programs that use the DSDP library.

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

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

sudo dnf -y install DSDP-examples

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

sudo yum -y install DSDP-examples

How To Uninstall DSDP-examples on Fedora 36

To uninstall only the DSDP-examples package we can use the following command:

sudo dnf remove DSDP-examples

DSDP-examples Package Contents on Fedora 36

/usr/bin/dsdp-color
/usr/bin/dsdp-maxcut
/usr/bin/dsdp-stable
/usr/bin/dsdp-theta
/usr/bin/dsdp5
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/144bbba60f7776e806aa3df4670f8feb04c116
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/79cf29a0f6e26a01f7181be50e40aff505dcf3
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/072aac87a13558a278959aeedfb62a8ad1fb6b
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/19d680d9fb04af9bafd5cf5440f80053ff2e5b
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/f29e00bb5171490a9dac59419fc69648790f66
/usr/share/doc/DSDP-examples
/usr/share/doc/DSDP-examples/Contents
/usr/share/man/man1/dsdp-color.1.gz
/usr/share/man/man1/dsdp-maxcut.1.gz
/usr/share/man/man1/dsdp-stable.1.gz
/usr/share/man/man1/dsdp-theta.1.gz
/usr/share/man/man1/dsdp5.1.gz

References

Summary

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