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#

https://graphviz.org/about/

Type#

optional

Dependencies#

Version Information#

Equivalent System Packages#

alpine: install the following packages: graphviz-dev

arch:

$ sudo pacman -S  graphviz

conda:

$ conda install  graphviz

cygwin:

$ apt-cyg install graphviz

Debian/Ubuntu:

$ sudo apt-get install  graphviz

Fedora/Redhat/CentOS:

$ sudo yum install  graphviz

freebsd:

$ sudo pkg install graphics/graphviz

homebrew:

$ brew install graphviz

macports: install the following packages: graphviz

nix:

$ nix-env --install graphviz

opensuse:

$ sudo zypper install graphviz

void:

$ sudo xbps-install  graphviz graphviz-devel

See https://repology.org/project/graphviz/versions

If the system package is installed, ./configure will check whether it can be used.