How to Install and Uninstall ocaml-ocamlgraph.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "ocaml-ocamlgraph.i686" package

Learn how to install ocaml-ocamlgraph.i686 on Fedora 35

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

2. Uninstall "ocaml-ocamlgraph.i686" package

Please follow the instructions below to uninstall ocaml-ocamlgraph.i686 on Fedora 35:

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

3. Information about the ocaml-ocamlgraph.i686 package on Fedora 35

Last metadata expiration check: 0:59:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-ocamlgraph
Version : 2.0.0
Release : 3.fc35
Architecture : i686
Size : 1.9 M
Source : ocaml-ocamlgraph-2.0.0-3.fc35.src.rpm
Repository : fedora
Summary : OCaml library for arc and node graphs
URL : https://backtracking.github.io/ocamlgraph/
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.