Installation Guide > Codebeamer Installation Guide > Codebeamer Configuration > Post-installation Configuration > Configuring Graphviz for Codebeamer: Graph Visualization
Configuring Graphviz for Codebeamer: Graph Visualization
Some Codebeamer features (such as the Tracker Workflow Transition Graph) require the Graphviz package to be installed on the Codebeamer server.
To see if/which version of Graphviz is installed execute this command:


dot -V

Windows
On Windows, Graphviz is shipped with the default Codebeamer (6.0 or higher) distribution.
Linux
On Linux (and other Unix flavours), Graphiz must be installed separately. It is strongly recommended to install it from your distribution using a package manager.
For more information please refer to http://www.graphviz.org/Download.php.
Ubuntu
The Codebeamer 7.8+ requires a newer version of Graphviz package: the Grapviz version shouild be later than 2.36.0.
If your Ubuntu distribution does not come with this version you can install this using the PPA here.
Do this:


sudo add-apt-repository ppa:gviz-adm/graphviz-dev

sudo apt-get update

sudo apt-get install graphviz libgraphviz4

SUSE linux


sudo zypper install graphviz

Was this helpful?