Menu

[603cea]: / Graphviz.sh  Maximize  Restore  History

Download this file

7 lines (5 with data), 112 Bytes

1
2
3
4
5
6
# Install Graphviz system dependency
sudo apt update
sudo apt install -y graphviz
# Verify installation
dot -V