Drawio: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Installation auf einem Debian System= *sudo apt update *sudo apt -y install wget curl *curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/lat…“) |
(→Öffnen) |
||
| Zeile 11: | Zeile 11: | ||
*drawio | *drawio | ||
[[Datei:Drawio-1.png]] | [[Datei:Drawio-1.png]] | ||
| + | =Quellen= | ||
| + | **https://computingforgeeks.com/install-draw-io-desktop-application-on-ubuntu-debian-fedora/?utm_content=cmp-true | ||
Version vom 19. Februar 2023, 19:08 Uhr
Installation auf einem Debian System
- sudo apt update
- sudo apt -y install wget curl
- curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
- sudo apt -f install ./drawio-amd64-*.deb
Installation auf einem Fedora System
- sudo dnf install wget curl -y
- curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.rpm' | cut -d '"' -f 4 | wget -i -
- sudo yum install ./drawio-x86_64-*.rpm#
Öffnen
- drawio
