How to Install and Uninstall ocaml-ocamlgraph.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-ocamlgraph.x86_64" package

Learn how to install ocaml-ocamlgraph.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-ocamlgraph.x86_64

2. Uninstall "ocaml-ocamlgraph.x86_64" package

Learn how to uninstall ocaml-ocamlgraph.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-ocamlgraph.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ocamlgraph.x86_64 package on Fedora 34

Last metadata expiration check: 5:37:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-ocamlgraph
Version : 1.8.8
Release : 24.fc34
Architecture : x86_64
Size : 1.7 M
Source : ocaml-ocamlgraph-1.8.8-24.fc34.src.rpm
Repository : fedora
Summary : OCaml library for arc and node graphs
URL : http://ocamlgraph.lri.fr/index.en.html
License : LGPLv2 with exceptions
Description : Ocamlgraph provides several different implementations of graph data
: structures. It also provides implementations for a number of classical
: graph algorithms like Kruskal's algorithm for MSTs, topological
: ordering of DAGs, Dijkstra's shortest paths algorithm, and
: Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms
: and data structures are written functorially for maximal
: reusability. Also has input and output capability for Graph Modeling
: Language file format and Dot and Neato graphviz (graph visualization)
: tools.