How To Install ocaml-ocamlgraph-tools on Fedora 36

In this tutorial we learn how to install ocaml-ocamlgraph-tools in Fedora 36. ocaml-ocamlgraph-tools is Graph editing tools for ocaml-ocamlgraph

Introduction

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

What is ocaml-ocamlgraph-tools

The ocaml-ocamlgraph-tools package contains graph editing tools for use with ocaml-ocamlgraph.

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

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

sudo dnf -y install ocaml-ocamlgraph-tools

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

sudo yum -y install ocaml-ocamlgraph-tools

How To Uninstall ocaml-ocamlgraph-tools on Fedora 36

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

sudo dnf remove ocaml-ocamlgraph-tools

ocaml-ocamlgraph-tools Package Contents on Fedora 36

/usr/bin/dGraphViewer
/usr/bin/graphEdGTK
/usr/bin/ocamlgraph-ed_main
/usr/bin/ocamlgraph-editor
/usr/bin/ocamlgraph-viewgraph
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/97f9059af086ec1825fcd09632333fe837e919
/usr/lib/.build-id/8a/0259d2d213209714930a35bb7aa06d53e1a3ee
/usr/lib/.build-id/91
/usr/lib/.build-id/91/9f19b76d37a9db09c6107ddfc32172c6e370c7
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/af2ac50aac80b9da317dd1b2daaec1597e2921
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/1bd593167e517aa2dcc4b132a1757d7554d607

References

Summary

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