Ubuntu - Install Draw.io Snap
Snap Installation
sudo snap install drawio
Uninstall
sudo snap remove drawio
Deb Installation
After having issues getting the application to open after it had been closed once, I ended up installing it from a deb like so:
wget https://github.com/jgraph/drawio-desktop/releases/download/v13.6.2/draw.io-amd64-13.6.2.deb \
&& sudo dpkg -i draw.io-amd64-13.6.2.deb \
&& sudo rm draw.io-amd64-13.6.2.deb
References
- Ubuntu Docs - Enable snaps on Ubuntu and install drawio
- Install draw.io Desktop Application on Ubuntu / Debian / Fedora
Last updated: 10th September 2020
First published: 3rd February 2020
First published: 3rd February 2020