Skip to content

Instantly share code, notes, and snippets.

@NLKNguyen
Last active September 6, 2023 11:20
Work with PlantUML on Ubuntu

Require java

Install Graphviz

$ sudo apt-get install graphviz

Download plantuml.jar

Store in for example ~/java/plantuml.jar

Make sure it's working

$ java -jar ~/java/plantuml.jar -testdot

Should see something like Installation seems OK. File generation OK

@abrahamcuenca
Copy link

Thanks!

@ercnksgl
Copy link

thnks!

@pdcal
Copy link

pdcal commented Apr 24, 2021

Thank you, really appreciate the time saved!

@ogaida
Copy link

ogaida commented Sep 6, 2023

perfect! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment