I am trying to create a dot file using JDD project. It requires installation of Graphviz. I tried to install it using console:
sudo apt-get install graphviz
In that case, although the installation seemed successful, the program did not produce me any output. Therefore I tried another approach by downloading the top most .deb file but I got the error:
"Dependency is not satisfiable: libgraphviz4 (>=2.18)"
Does anyone know how I can make it work?
sudo apt-get install graphviz
after updating apt. – Dish