graphviz: Graph visualization software¶
Description¶
Graphviz is open source graph visualization software. It has several main graph layout programs. They take descriptions of graphs in a simple text language, and make diagrams in several useful formats.
License¶
Eclipse Public License 1.0
Upstream Contact¶
Type¶
optional
Dependencies¶
Version Information¶
Equivalent System Packages¶
$ apk add graphviz
$ sudo pacman -S graphviz
$ conda install graphviz
$ sudo apt-get install graphviz
$ sudo yum install graphviz
$ sudo pkg install graphics/graphviz
$ brew install graphviz
$ sudo port install graphviz
$ nix-env --install graphviz
$ sudo zypper install graphviz
$ sudo xbps-install graphviz graphviz-devel
See https://repology.org/project/graphviz/versions
If the system package is installed, ./configure
will check if it can be used.