1

I am trying to download and run yED - Graph Editor, I have downloaded Yed-3.14.3_64bit_setup.sh, but I am lost on what to do next.

Pablo Bianchi
  • 17,371

1 Answers1

1

Here is the complete procedure to install yED graphic editor. Open a terminal (Ctrl+Alt+T) and run :

wget https://www.yworks.com/products/yed/demo/yEd-3.14.4_64-bit_setup.sh
chmod +x yEd-3.14.4_64-bit_setup.sh
sudo -H ./yEd-3.14.4_64-bit_setup.sh
hg8
  • 13,582