PDA

View Full Version : [ubuntu] Graphviz install help!



ashman61
September 25th, 2009, 08:24 AM
Hi all,

I am quite new to linux and need some help on installing Graphviz.

This is the URL for downloading it: http://www.graphviz.org/Download_linux_ubuntu.php

I'm just not sure where to go from here. I have installed other applications but they came with instructions.

Can anyone give me some help please?

Cheers
Ash

stumbleUpon
September 25th, 2009, 09:04 AM
graphviz is available in the ubuntu repositories (though the version is slightly older)
to install just type


sudo apt-get install graphviz

in a terminal and type your password when prompted for.

vigraus
September 25th, 2009, 09:26 AM
I am quite new to linux and need some help on installing Graphviz.

Partyboi2
September 25th, 2009, 10:09 AM
I am quite new to linux and need some help on installing Graphviz.
Open a terminal (Applications>Accessories>Terminal) and type the command that stumbleUpon has posted.

sudo apt-get install graphviz
This will install graphviz.