Drawio: Unterschied zwischen den Versionen

Aus Xinux Wiki
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…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 3: Zeile 3:
 
*sudo apt -y install wget curl
 
*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 -
 
*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
+
*apt -f install ./drawio-amd64-*.deb
 +
 
 
=Installation auf einem Fedora System=
 
=Installation auf einem Fedora System=
 
*sudo dnf install wget curl -y
 
*sudo dnf install wget curl -y
Zeile 11: Zeile 12:
 
*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

Aktuelle Version vom 20. Februar 2023, 13:24 Uhr

Installation auf einem Debian System

Installation auf einem Fedora System

Öffnen

  • drawio

Drawio-1.png

Quellen