yEd is a feature rich editor for hierarchical diagrams and flow charts. I would like to install it on Ubuntu. Unfortunately it doesn't appear to be available in the official repositories.
What steps would I have to follow to install yEd on Ubuntu?
yEd is a feature rich editor for hierarchical diagrams and flow charts. I would like to install it on Ubuntu. Unfortunately it doesn't appear to be available in the official repositories.
What steps would I have to follow to install yEd on Ubuntu?
There are two ways to install yEd on Ubuntu.
Using the provided graphical installer
yEd comes with an easy-to-use graphical installer that takes care of all the system dependencies (Java, most importantly):
Follow these steps:
chmod +x yEd<...>.sh
or by going into the properties menu of your file manager (Properties → Permissions → Allow executing file as program)Manual installation
Navigate to the extracted folder and open
yed.jar
in java:To integrate yEd into your system you can create a
.desktop
launcher under~/.local/share/applications
. E.g.:Make sure to change the
Exec=
andIcon=
lines according to your system.If you want to associate yEd's .graphml files (it's not done automatically by the installer), you can use the following script: