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.
Asked
Active
Viewed 1,618 times
1
Pablo Bianchi
- 17,371
hanselliott
- 19
- 2
1 Answers
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