Tuesday, June 30, 2015

How to install Graphviz in Ubuntu 14.X

Hi,

Graphviz is a tool to generate diagrams using plantuml (one of the tools depending on it).


Below are steps to install Graphviz tool in Ubuntu.


Step1) In the terminal type below command with sudo permission

sudo apt-get install graphviz
This command will automatically downloads and installs it.



If you want to take a binary copy of this setup, then run below command in terminal

sudo apt-get download graphviz
This command will download a copy of the setup (*.deb) into current directory. You can keep it as backup ;)



Source: http://askubuntu.com/questions/196230/how-do-i-install-graphviz-2-29-in-12-04

No comments:

Post a Comment